file_name stringlengths 18 83 | original_function_name stringlengths 1 741 | stripped_function_name stringlengths 2 57 | decompiled_code_original stringlengths 34 256k ⌀ | decompiled_code_stripped stringlengths 36 215k ⌀ | assembly_code stringlengths 3 189k ⌀ | dataflowgraph_original float64 | dataflowgraph_stripped float64 | graphImage_original float64 | graphImage_stripped float64 | pcode_edges_original stringlengths 11 4.92M | pcode_edges_stripped stringlengths 11 4.86M | pcode_graph_original float64 | pcode_graph_stripped float64 | address stringlengths 8 8 | arch stringclasses 1
value | opt_level stringclasses 1
value | S-Expression_of_decompiled_code_stripped stringlengths 345 5.19M ⌀ | S-Expression_decompiled_code_original stringlengths 339 6.03M ⌀ | S-Expression_decompiled_code_original_noisy stringlengths 345 5.19M ⌀ | S-Expression_decompiled_code_original_clean stringlengths 176 802k ⌀ | S-Expression_decompiled_code_original_root stringlengths 353 5.35M ⌀ | Replace_function_name_and_variable_name stringlengths 39 248k ⌀ | S-Expression_decompiled_code_stripped float64 | Root Node stringlengths 244 1.12M ⌀ | decompiled_code_original_masked float64 | decompiled_code_stripped_masked stringlengths 35 215k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
115_i686-gnu-c++filt_and_i686-gnu-c++filt_strip.c | unlink | unlink |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int unlink(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* unlink@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int unlink(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037886')] | [('const-1', u'RETURN_-1207037886')] | null | null | 00111038 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint unlink(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fu... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint unlink(char *__name)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* unlink@@GLIBC_2.2.5 */... | (translation_unit "int unlink(char *__name)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int unlink(char *__name)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "unlink(char *__name)" identifier (parameter_list "(char *__name)" ( (parameter_declarati... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int unlink(char *__name)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "unlink(char *__name)" (identifier "unlink") (parameter_list "(char *__name)" (( "(") (parameter_declaration "char *__name" (primitive_type "char") (pointer_declarator "*__name" (... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* unlink@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__name)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
83_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c | memcmp | memcmp |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_00223298)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_00223298)();
return iVar1;
}
| JMP qword ptr [0x00223298] | null | null | null | null | [(u'CAST_-1206934147', u'CALLIND_-1206934216'), ('tmp_44', u'CAST_-1206934147'), (u'CALLIND_-1206934216', u'RETURN_-1206934213'), (u'INDIRECT_-1206934152', u'COPY_-1206934211'), (u'CALLIND_-1206934216', u'INDIRECT_-1206934152'), ('const-0', u'RETURN_-1206934213')] | [(u'CAST_-1206934147', u'CALLIND_-1206934216'), ('tmp_44', u'CAST_-1206934147'), (u'CALLIND_-1206934216', u'RETURN_-1206934213'), (u'INDIRECT_-1206934152', u'COPY_-1206934211'), (u'CALLIND_-1206934216', u'INDIRECT_-1206934152'), ('const-0', u'RETURN_-1206934213')] | null | null | 0010a530 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00223298)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00223298)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ... | (translation_unit "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00223298)();\n return iVar1;\n}\n\n" (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00223298)();\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)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (... | (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00223298)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "memcmp(void *__s1,void *__s2,size_t __n)" (identifier "memcmp") (parameter_list "(void *__s1,void *__s2,size_t __n)" ((... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_memcmp_00223298)();
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(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00223298)();
return iVar1;
}
|
532_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | ldemul_find_potential_libraries | FUN_001282b0 |
int ldemul_find_potential_libraries(char *name,lang_input_statement_type *entry)
{
int iVar1;
if (ld_emulation->find_potential_libraries !=
(_func_int_char_ptr_lang_input_statement_struct_ptr *)0x0) {
/* WARNING: Could not recover jumptable at 0x001282c3. Too many branches */
... |
undefined8 FUN_001282b0(void)
{
undefined8 uVar1;
if (*(code **)(DAT_002b4f48 + 0xc0) != (code *)0x0) {
/* WARNING: Could not recover jumptable at 0x001282c3. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (**(code **)(DAT_002b4f48 + 0xc0)... | MOV RAX,qword ptr [0x002b4f48]
MOV RAX,qword ptr [RAX + 0xc0]
TEST RAX,RAX
JZ 0x001282c8
JMP RAX
XOR EAX,EAX
RET | null | null | null | null | [(u'PTRSUB_-1207073990', u'LOAD_-1207074117'), (u'LOAD_-1207074117', u'INT_NOTEQUAL_-1207074094'), (u'LOAD_-1207074117', u'CALLIND_-1207074087'), ('const-192', u'PTRSUB_-1207073990'), ('const-0', u'INT_NOTEQUAL_-1207074094'), (u'INT_NOTEQUAL_-1207074094', u'CBRANCH_-1207074093'), ('const-1', u'RETURN_-1207074071'), (u'... | [('const-192', u'INT_ADD_-1207074101'), (u'LOAD_-1207074117', u'INT_NOTEQUAL_-1207074094'), (u'LOAD_-1207074117', u'CALLIND_-1207074087'), ('const-0', u'COPY_-1207074085'), (u'INT_ADD_-1207074101', u'CAST_-1207074000'), (u'INDIRECT_-1207073995', u'COPY_-1207074053'), ('const-0', u'INT_NOTEQUAL_-1207074094'), (u'INT_NOT... | null | null | 001282b0 | x64 | O2 | (translation_unit "undefined8 FUN_001282b0(void)\n\n{\n undefined8 uVar1;\n \n if (*(code **)(DAT_002b4f48 + 0xc0) != (code *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001282c3. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (**(cod... | (translation_unit "int ldemul_find_potential_libraries(char *name,lang_input_statement_type *entry)\n\n{\n int iVar1;\n \n if (ld_emulation->find_potential_libraries !=\n (_func_int_char_ptr_lang_input_statement_struct_ptr *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001282c3. Too ... | (translation_unit "undefined8 FUN_001282b0(void)\n\n{\n undefined8 uVar1;\n \n if (*(code **)(DAT_002b4f48 + 0xc0) != (code *)0x0) {\n \n \n uVar1 = (**(code **)(DAT_002b4f48 + 0xc0))();\n return uVar1;\n }\n return 0;\n}\n\n" (function_definition "undefined8 FUN_001282b... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "undefined8 FUN_001282b0(void)\n\n{\n undefined8 uVar1;\n \n if (*(code **)(DAT_002b4f48 + 0xc0) != (code *)0x0) {\n \n \n uVar1 = (**(code **)(DAT_002b4f48 + 0xc0))();\n return uVar1;\n }\n return 0;\n}" (type_identifier "undefined8") (function_decl... |
int function_1(char *name,type_1 *entry)
{
int iVar1;
if (ld_emulation->find_potential_libraries !=
(type_2 *)0x0) {
/* WARNING: Could not recover jumptable at 0x001282c3. Too many branches */
/* WARNING: Treating indirect jump as call */
iVar1 = (*ld_emulation... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenth... | null |
undefined8 MASKED(void)
{
undefined8 uVar1;
if (*(code **)(DAT_002b4f48 + 0xc0) != (code *)0x0) {
/* WARNING: Could not recover jumptable at 0x001282c3. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (**(code **)(DAT_002b4f48 + 0xc0))();
... |
437_hppa-linux-gnu-strip_and_hppa-linux-gnu-strip_strip.c | __lxstat | __lxstat |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __lxstat(int __ver,char *__filename,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __lxstat@@GLIB... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __lxstat(int __ver,char *__filename,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207054030')] | [('const-1', u'RETURN_-1207054030')] | null | null | 0012d128 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_badda... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__lxstat(int __ver,cha... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argu... | (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "__lxstat(int __ver,char *__filename,stat *__stat_buf)" (identifier "__lxstat") (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ((... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,char *__filename,type_1 *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __lxstat@@... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifie... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,char *__filename,stat *__stat_buf)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
7958_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | front | FUN_002e1ff0 |
/* std::string::front() */
undefined8 __thiscall std::string::front(string *this)
{
return *(undefined8 *)this;
}
|
undefined8 FUN_002e1ff0(undefined8 *param_1)
{
return *param_1;
}
| MOV RAX,qword ptr [RDI]
RET | null | null | null | null | [(u'CAST_-1204740042', u'LOAD_-1204740110'), (u'LOAD_-1204740110', u'COPY_-1204740110'), ('const-0', u'RETURN_-1204740095'), ('const-433', u'LOAD_-1204740110'), ('tmp_15', u'CAST_-1204740042'), (u'COPY_-1204740110', u'RETURN_-1204740095')] | [(u'LOAD_-1204740110', u'COPY_-1204740110'), ('const-0', u'RETURN_-1204740095'), ('const-433', u'LOAD_-1204740110'), (u'COPY_-1204740110', u'RETURN_-1204740095'), ('tmp_16', u'LOAD_-1204740110')] | null | null | 002e1ff0 | x64 | O2 | (translation_unit "undefined8 FUN_002e1ff0(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_002e1ff0(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002e1ff0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (... | (translation_unit "/* std::string::front() */\n\nundefined8 __thiscall std::string::front(string *this)\n\n{\n return *(undefined8 *)this;\n}\n\n" comment (function_definition "undefined8 __thiscall std::string::front(string *this)\n\n{\n return *(undefined8 *)this;\n}" type_identifier (ms_call_modifier "__thiscall" ... | (translation_unit "undefined8 FUN_002e1ff0(undefined8 *param_1)\n\n{\n return *param_1;\n}\n\n" (function_definition "undefined8 FUN_002e1ff0(undefined8 *param_1)\n\n{\n return *param_1;\n}" type_identifier (function_declarator "FUN_002e1ff0(undefined8 *param_1)" identifier (parameter_list "(undefined8 *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 "undefined8 FUN_002e1ff0(undefined8 *param_1)\n\n{\n return *param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_002e1ff0(undefined8 *param_1)" (identifier "FUN_002e1ff0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifie... |
/* std::string::front() */
type_1 __thiscall std::type_2::function_1(type_2 *this)
{
return *(type_1 *)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 |
undefined8 MASKED(undefined8 *param_1)
{
return *param_1;
}
|
54_x86_64-linux-gnux32-size_and_x86_64-linux-gnux32-size_strip.c | mkdtemp | mkdtemp |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * mkdtemp(char *__template)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * mkdtemp(char *__template)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();
return pcVar1;
}
| JMP qword ptr [0x001091b0] | null | null | null | null | [(u'CALLIND_-1206967448', u'CAST_-1206967380'), (u'CALLIND_-1206967448', u'INDIRECT_-1206967386'), (u'INDIRECT_-1206967386', u'COPY_-1206967445'), (u'CAST_-1206967380', u'RETURN_-1206967445'), (u'CAST_-1206967381', u'CALLIND_-1206967448'), ('const-0', u'RETURN_-1206967445'), ('tmp_32', u'CAST_-1206967381')] | [(u'CALLIND_-1206967448', u'CAST_-1206967380'), (u'CALLIND_-1206967448', u'INDIRECT_-1206967386'), (u'INDIRECT_-1206967386', u'COPY_-1206967445'), (u'CAST_-1206967380', u'RETURN_-1206967445'), (u'CAST_-1206967381', u'CALLIND_-1206967448'), ('const-0', u'RETURN_-1206967445'), ('tmp_32', u'CAST_-1206967381')] | null | null | 00102360 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * mkdtemp(char *__template)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * mkdtemp(char *__template)\n\n{\n char *pcVa... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * mkdtemp(char *__template)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * mkdtemp(char *__template)\n\n{\n char *pcVa... | (translation_unit "char * mkdtemp(char *__template)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();\n return pcVar1;\n}\n\n" (function_definition "char * mkdtemp(char *__template)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();\n return pcVar1;\n}" pri... | (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 * mkdtemp(char *__template)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_mkdtemp_001091b0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* mkdtemp(char *__template)" (* "*") (function_declarator "mkdtemp(char *__template)" (identifier "mkdtemp") (paramet... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__template)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_mkdtemp_001091b0)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__template)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_001091b0)();
return pcVar1;
}
|
2009_sqlite3_and_sqlite3_strip.c | freePage2 | FUN_00191050 |
int freePage2(BtShared *pBt,MemPage *pMemPage,Pgno iPage)
{
i16 *piVar1;
int *piVar2;
u32 uVar3;
MemPage *pMVar4;
DbPage *pDVar5;
u8 *puVar6;
int iVar7;
uint uVar8;
Bitvec *p;
uint uVar9;
uint uVar10;
long in_FS_OFFSET;
int rc;
MemPage *pTrunk;
MemPage *pPage;
long local_30;
pMVar... |
int FUN_00191050(long param_1,undefined1 *param_2,uint param_3)
{
short *psVar1;
int *piVar2;
long lVar3;
long lVar4;
int iVar5;
uint uVar6;
uint *puVar7;
uint uVar8;
uint uVar9;
long in_FS_OFFSET;
int local_44;
long local_40;
undefined1 *local_38;
long local_30;
lVar3 = *(long *)(par... | PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x20
MOV R12,qword ptr [RDI + 0x18]
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x18],RAX
XOR EAX,EAX
MOV qword ptr [RSP + 0x8],0x0
CMP EDX,0x1
JBE 0x00191360
MOV RBX,RDI
MOV EBP,EDX
TEST RSI,RSI
JZ 0x00191320
MOV RAX,qword ptr [RSI + 0x70]
MOV qword ptr [RSP + ... | null | null | null | null | [(u'INDIRECT_-1207559504', u'MULTIEQUAL_-1207559484'), (u'LOAD_-1207561974', u'INT_ADD_-1207561956'), (u'COPY_-1207558905', u'MULTIEQUAL_-1207559456'), ('const-0', u'INT_EQUAL_-1207560838'), (u'LOAD_-1207560860', u'PTRSUB_-1207558891'), (u'PTRSUB_-1207559426', u'LOAD_-1207562022'), (u'LOAD_-1207561714', u'INT_RIGHT_-12... | [('const-433', u'LOAD_-1207560867'), (u'MULTIEQUAL_-1207560040', u'MULTIEQUAL_-1207560018'), (u'LOAD_-1207561974', u'INT_ADD_-1207561956'), ('tmp_6734', u'CALL_-1207560513'), (u'INDIRECT_-1207559709', u'MULTIEQUAL_-1207559504'), (u'INT_AND_-1207559358', u'INT_NOTEQUAL_-1207560812'), (u'LOAD_-1207561714', u'INT_RIGHT_-1... | null | null | 00191050 | x64 | O2 | (translation_unit "int FUN_00191050(long param_1,undefined1 *param_2,uint param_3)\n\n{\n short *psVar1;\n int *piVar2;\n long lVar3;\n long lVar4;\n int iVar5;\n uint uVar6;\n uint *puVar7;\n uint uVar8;\n uint uVar9;\n long in_FS_OFFSET;\n int local_44;\n long local_40;\n undefined1 *local_38;\n long lo... | (translation_unit "int freePage2(BtShared *pBt,MemPage *pMemPage,Pgno iPage)\n\n{\n i16 *piVar1;\n int *piVar2;\n u32 uVar3;\n MemPage *pMVar4;\n DbPage *pDVar5;\n u8 *puVar6;\n int iVar7;\n uint uVar8;\n Bitvec *p;\n uint uVar9;\n uint uVar10;\n long in_FS_OFFSET;\n int rc;\n MemPage *pTrunk;\n MemPage ... | (translation_unit "int FUN_00191050(long param_1,undefined1 *param_2,uint param_3)\n\n{\n short *psVar1;\n int *piVar2;\n long lVar3;\n long lVar4;\n int iVar5;\n uint uVar6;\n uint *puVar7;\n uint uVar8;\n uint uVar9;\n long in_FS_OFFSET;\n int local_44;\n long local_40;\n undefined1 *local_38;\n long lo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier short) (pointer... | (function_definition "int FUN_00191050(long param_1,undefined1 *param_2,uint param_3)\n\n{\n short *psVar1;\n int *piVar2;\n long lVar3;\n long lVar4;\n int iVar5;\n uint uVar6;\n uint *puVar7;\n uint uVar8;\n uint uVar9;\n long in_FS_OFFSET;\n int local_44;\n long local_40;\n undefined1 *local_38;\n long... |
int function_1(type_1 *pBt,type_2 *var_4,type_3 var_2)
{
type_4 *piVar1;
int *piVar2;
type_5 uVar3;
type_2 *pMVar4;
type_6 *pDVar5;
type_7 *puVar6;
int var_13;
type_8 var_14;
type_9 *var_15;
type_8 var_9;
type_8 var_8;
long var_1;
int var_7;
type_2 *var_20;
type_2 *var_11;
long var_21;... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (id... | null |
int MASKED(long param_1,undefined1 *param_2,uint param_3)
{
short *psVar1;
int *piVar2;
long lVar3;
long lVar4;
int iVar5;
uint uVar6;
uint *puVar7;
uint uVar8;
uint uVar9;
long in_FS_OFFSET;
int local_44;
long local_40;
undefined1 *local_38;
long local_30;
lVar3 = *(long *)(param_1 +... |
86_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | dlerror | dlerror |
void dlerror(void)
{
(*(code *)PTR_dlerror_0043e2b8)();
return;
}
|
void dlerror(void)
{
(*(code *)PTR_dlerror_0043e2b8)();
return;
}
| JMP qword ptr [0x0043e2b8] | null | null | null | null | [('tmp_22', u'CAST_-1207208519'), (u'CALLIND_-1207208584', u'INDIRECT_-1207208524'), ('const-0', u'RETURN_-1207208581'), (u'CAST_-1207208519', u'CALLIND_-1207208584'), (u'INDIRECT_-1207208524', u'COPY_-1207208583')] | [('tmp_22', u'CAST_-1207208519'), (u'CALLIND_-1207208584', u'INDIRECT_-1207208524'), ('const-0', u'RETURN_-1207208581'), (u'CAST_-1207208519', u'CALLIND_-1207208584'), (u'INDIRECT_-1207208524', u'COPY_-1207208583')] | null | null | 00147570 | x64 | O2 | (translation_unit "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}\n\n" (function_definition "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}" primitive_type (function_declarator "dlerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}\n\n" (function_definition "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}" primitive_type (function_declarator "dlerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}\n\n" (function_definition "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}" primitive_type (function_declarator "dlerror(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void dlerror(void)\n\n{\n (*(code *)PTR_dlerror_0043e2b8)();\n return;\n}" (primitive_type "void") (function_declarator "dlerror(void)" (identifier "dlerror") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR... |
void function_1(void)
{
(*(type_1 *)PTR_dlerror_0043e2b8)();
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_0043e2b8)();
return;
}
|
588_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c | putc | putc |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putc@@GLIBC_2.2.5 */
halt_baddata();
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int putc(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207262670')] | [('const-1', u'RETURN_-1207262670')] | null | null | 0015a228 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment com... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint putc(int __c,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* putc@@GLIBC_2.... | (translation_unit "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "putc(int __c,FILE *__stream)" identifier (parameter_list "(int __c,FILE ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int putc(int __c,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "putc(int __c,FILE *__stream)" (identifier "putc") (parameter_list "(int __c,FILE *__stream)" (( "(") (parameter_declaration "int __c" (primitive_type "int") (identifier "... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __c,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* putc@@GLIBC_2.2.5 */
var_1();... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __c,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
10727_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | _Unwind_ForcedUnwind_Phase2 | FUN_00367ee0 |
int _Unwind_ForcedUnwind_Phase2(undefined8 *param_1,undefined8 param_2,long *param_3)
{
code *pcVar1;
undefined8 uVar2;
int iVar3;
int iVar4;
long lVar5;
undefined1 local_1b8 [336];
code *local_68;
lVar5 = 1;
pcVar1 = (code *)param_1[2];
uVar2 = param_1[3];
while( true ) {
iVar3 = uw_fram... |
int FUN_00367ee0(undefined8 *param_1,undefined8 param_2,long *param_3)
{
code *pcVar1;
undefined8 uVar2;
int iVar3;
int iVar4;
long lVar5;
undefined1 local_1b8 [336];
code *local_68;
lVar5 = 1;
pcVar1 = (code *)param_1[2];
uVar2 = param_1[3];
while( true ) {
iVar3 = FUN_00366a10(param_2,l... | PUSH R15
PUSH R14
PUSH R13
MOV R13D,0x1
PUSH R12
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x198
MOV R14,qword ptr [RDI + 0x10]
MOV R15,qword ptr [RDI + 0x18]
MOV qword ptr [RSP + 0x8],RDX
LEA R12,[RSP + 0x10]
JMP 0x00367f74
MOV R9,R15
MOV R8,RBP
MOV RCX,RBX
MOV ESI,0xa
MOV EDI,0x1
CALL R14
TEST EAX,EAX
JNZ 0x0... | null | null | null | null | [(u'PTRSUB_-1205239324', u'CALL_-1205239709'), (u'COPY_-1205239197', u'RETURN_-1205239174'), ('const-5', u'INT_EQUAL_-1205239833'), ('tmp_1526', u'CALL_-1205239889'), (u'INT_EQUAL_-1205239756', u'CBRANCH_-1205239754'), (u'LOAD_-1205239852', u'CALLIND_-1205239788'), ('const-0', u'INT_NOTEQUAL_-1205239807'), ('const-10',... | [(u'PTRSUB_-1205239324', u'CALL_-1205239709'), (u'COPY_-1205239197', u'RETURN_-1205239174'), ('const-5', u'INT_EQUAL_-1205239833'), ('tmp_1526', u'CALL_-1205239889'), (u'INT_EQUAL_-1205239756', u'CBRANCH_-1205239754'), (u'LOAD_-1205239852', u'CALLIND_-1205239788'), ('const-0', u'INT_NOTEQUAL_-1205239807'), ('const-10',... | null | null | 00367ee0 | x64 | O2 | (translation_unit "int FUN_00367ee0(undefined8 *param_1,undefined8 param_2,long *param_3)\n\n{\n code *pcVar1;\n undefined8 uVar2;\n int iVar3;\n int iVar4;\n long lVar5;\n undefined1 local_1b8 [336];\n code *local_68;\n \n lVar5 = 1;\n pcVar1 = (code *)param_1[2];\n uVar2 = param_1[3];\n while( true ) {\n ... | (translation_unit "int _Unwind_ForcedUnwind_Phase2(undefined8 *param_1,undefined8 param_2,long *param_3)\n\n{\n code *pcVar1;\n undefined8 uVar2;\n int iVar3;\n int iVar4;\n long lVar5;\n undefined1 local_1b8 [336];\n code *local_68;\n \n lVar5 = 1;\n pcVar1 = (code *)param_1[2];\n uVar2 = param_1[3];\n whi... | (translation_unit "int FUN_00367ee0(undefined8 *param_1,undefined8 param_2,long *param_3)\n\n{\n code *pcVar1;\n undefined8 uVar2;\n int iVar3;\n int iVar4;\n long lVar5;\n undefined1 local_1b8 [336];\n code *local_68;\n \n lVar5 = 1;\n pcVar1 = (code *)param_1[2];\n uVar2 = param_1[3];\n while( true ) {\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "int FUN_00367ee0(undefined8 *param_1,undefined8 param_2,long *param_3)\n\n{\n code *pcVar1;\n undefined8 uVar2;\n int iVar3;\n int iVar4;\n long lVar5;\n undefined1 local_1b8 [336];\n code *local_68;\n \n lVar5 = 1;\n pcVar1 = (code *)param_1[2];\n uVar2 = param_1[3];\n while( true ) {... |
int function_1(type_1 *param_1,type_1 param_2,long *param_3)
{
type_2 *pcVar1;
type_1 uVar2;
int var_2;
int var_6;
long var_4;
type_3 local_1b8 [336];
type_2 *var_3;
var_4 = 1;
pcVar1 = (type_2 *)param_1[2];
uVar2 = param_1[3];
while( true ) {
var_2 = var_1(param_2,local_1b8);
if ((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: (type_identifier) declarator: (identi... | null |
int MASKED(undefined8 *param_1,undefined8 param_2,long *param_3)
{
code *pcVar1;
undefined8 uVar2;
int iVar3;
int iVar4;
long lVar5;
undefined1 local_1b8 [336];
code *local_68;
lVar5 = 1;
pcVar1 = (code *)param_1[2];
uVar2 = param_1[3];
while( true ) {
iVar3 = FUN_00366a10(param_2,local_1... |
375_libtomcrypt.so_and_libtomcrypt.so_strip.c | mp_read_radix | mp_read_radix |
void mp_read_radix(void)
{
(*(code *)PTR_mp_read_radix_001dd998)();
return;
}
|
void mp_read_radix(void)
{
(*(code *)PTR_mp_read_radix_001dd998)();
return;
}
| JMP qword ptr [0x001dd998] | null | null | null | null | [(u'CAST_-1207023687', u'CALLIND_-1207023752'), ('tmp_22', u'CAST_-1207023687'), ('const-0', u'RETURN_-1207023749'), (u'CALLIND_-1207023752', u'INDIRECT_-1207023692'), (u'INDIRECT_-1207023692', u'COPY_-1207023751')] | [(u'CAST_-1207023687', u'CALLIND_-1207023752'), ('tmp_22', u'CAST_-1207023687'), ('const-0', u'RETURN_-1207023749'), (u'CALLIND_-1207023752', u'INDIRECT_-1207023692'), (u'INDIRECT_-1207023692', u'COPY_-1207023751')] | null | null | 00114770 | x64 | O2 | (translation_unit "void mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}\n\n" (function_definition "void mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}" primitive_type (function_declarator "mp_read_radix(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}\n\n" (function_definition "void mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}" primitive_type (function_declarator "mp_read_radix(void)" identifier (parameter_list "(void)" ( (... | (translation_unit "void mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}\n\n" (function_definition "void mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}" primitive_type (function_declarator "mp_read_radix(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 mp_read_radix(void)\n\n{\n (*(code *)PTR_mp_read_radix_001dd998)();\n return;\n}" (primitive_type "void") (function_declarator "mp_read_radix(void)" (identifier "mp_read_radix") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_state... |
void function_1(void)
{
(*(type_1 *)PTR_mp_read_radix_001dd998)();
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_001dd998)();
return;
}
|
7075_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | set_expr_sym_in_real_elf | FUN_002b1dc0 |
/* DWARF original prototype: void set_expr_sym_in_real_elf(Trinary_expression * this, Symbol_table *
symtab) */
void __thiscall
gold::Trinary_expression::set_expr_sym_in_real_elf(Trinary_expression *this,Symbol_table *symtab)
{
(*this->arg1_->_vptr_Expression[4])();
(*this->arg2_->_vptr_Expression[4])(this->a... |
void FUN_002b1dc0(long param_1,undefined8 param_2)
{
(**(code **)(**(long **)(param_1 + 8) + 0x20))();
(**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(long **)(param_1 + 0x10),param_2);
/* WARNING: Could not recover jumptable at 0x002b1df7. Too many branches */
/* WARNI... | PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
MOV RDI,qword ptr [RDI + 0x8]
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x20]
MOV RDI,qword ptr [RBP + 0x10]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x20]
MOV RDI,qword ptr [RBP + 0x18]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX... | null | null | null | null | [('const-8', u'PTRADD_-1204543837'), (u'PTRSUB_-1204543861', u'LOAD_-1204544032'), ('const-16', u'PTRSUB_-1204543848'), (u'LOAD_-1204544001', u'PTRADD_-1204543837'), ('const-24', u'PTRSUB_-1204543832'), ('const-4', u'PTRADD_-1204543821'), ('tmp_186', u'PTRSUB_-1204543832'), ('const-433', u'LOAD_-1204544011'), (u'PTRSUB... | [(u'LOAD_-1204543986', u'LOAD_-1204543976'), (u'INT_ADD_-1204544004', u'CAST_-1204543861'), ('const-433', u'LOAD_-1204544011'), (u'LOAD_-1204544001', u'INT_ADD_-1204543979'), (u'LOAD_-1204544026', u'INT_ADD_-1204544004'), (u'CAST_-1204543842', u'LOAD_-1204543986'), ('tmp_291', u'INT_ADD_-1204543995'), ('const-433', u'L... | null | null | 002b1dc0 | x64 | O2 | (translation_unit "void FUN_002b1dc0(long param_1,undefined8 param_2)\n\n{\n (**(code **)(**(long **)(param_1 + 8) + 0x20))();\n (**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(long **)(param_1 + 0x10),param_2);\n /* WARNING: Could not recover jumptable at 0x002b1df7. Too many branches */\n ... | (translation_unit "/* DWARF original prototype: void set_expr_sym_in_real_elf(Trinary_expression * this, Symbol_table *\n symtab) */\n\nvoid __thiscall\ngold::Trinary_expression::set_expr_sym_in_real_elf(Trinary_expression *this,Symbol_table *symtab)\n\n{\n (*this->arg1_->_vptr_Expression[4])();\n (*this->arg2_->_v... | (translation_unit "void FUN_002b1dc0(long param_1,undefined8 param_2)\n\n{\n (**(code **)(**(long **)(param_1 + 8) + 0x20))();\n (**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(long **)(param_1 + 0x10),param_2);\n \n \n (**(code **)(**(long **)(param_1 + 0x18) + 0x20))(*(lon... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression *... | (function_definition "void FUN_002b1dc0(long param_1,undefined8 param_2)\n\n{\n (**(code **)(**(long **)(param_1 + 8) + 0x20))();\n (**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(long **)(param_1 + 0x10),param_2);\n \n \n (**(code **)(**(long **)(param_1 + 0x18) + 0x20))(*(... |
/* DWARF original prototype: void set_expr_sym_in_real_elf(Trinary_expression * this, Symbol_table *
symtab) */
void __thiscall
gold::type_1::function_1(type_1 *this,type_2 *symtab)
{
(*this->arg1_->_vptr_Expression[4])();
(*this->arg2_->_vptr_Expression[4])(this->arg2_,symtab);
/* WARNING... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_sta... | null |
void MASKED(long param_1,undefined8 param_2)
{
(**(code **)(**(long **)(param_1 + 8) + 0x20))();
(**(code **)(**(long **)(param_1 + 0x10) + 0x20))(*(long **)(param_1 + 0x10),param_2);
/* WARNING: Could not recover jumptable at 0x002b1df7. Too many branches */
/* WARNING: Tr... |
821_libtomcrypt.so_and_libtomcrypt.so_strip.c | sha3_512_init | sha3_512_init |
int sha3_512_init(hash_state *md)
{
ulong uVar1;
undefined8 *puVar2;
if (md != (hash_state *)0x0) {
(md->chc).length = 0;
*(char *)((long)md + 0x198) = '\0';
*(char *)((long)md + 0x199) = '\0';
*(char *)((long)md + 0x19a) = '\0';
*(char *)((long)md + 0x19b) = '\0';
*(char *)((long)md ... |
void sha3_512_init(undefined8 *param_1)
{
ulong uVar1;
undefined8 *puVar2;
if (param_1 != (undefined8 *)0x0) {
*param_1 = 0;
param_1[0x33] = 0;
puVar2 = (undefined8 *)((ulong)(param_1 + 1) & 0xfffffffffffffff8);
for (uVar1 = (ulong)(((int)param_1 -
(int)(undefined8 *)... | TEST RDI,RDI
JZ 0x00154163
MOV qword ptr [RDI],0x0
MOV RDX,RDI
LEA RDI,[RDI + 0x8]
XOR EAX,EAX
MOV qword ptr [RDI + 0x190],0x0
MOV RCX,RDX
AND RDI,-0x8
MOV ESI,0x10
SUB RCX,RDI
ADD ECX,0x1a0
SHR ECX,0x3
STOSQ.REP RDI
MOV word ptr [RDX + 0x19c],SI
RET
PUSH RSI
MOV EDX,0xa5
LEA RSI,[0x1aefa6]
LEA RDI,[0x1ae595]
CALL 0x00... | null | null | null | null | [(u'INT_ADD_-1207287277', u'CAST_-1207287212'), (u'CAST_-1207287183', u'INT_AND_-1207287427'), ('const-8', u'PTRADD_-1207287427'), (u'INT_ADD_-1207287274', u'CAST_-1207287206'), (u'COPY_-1207287307', u'RETURN_-1207287332'), (u'INT_RIGHT_-1207287377', u'INT_ZEXT_-1207287284'), ('const-0', u'PTRSUB_-1207287229'), (u'MULT... | [('const-433', u'STORE_-1207287469'), (u'MULTIEQUAL_-1207287232', u'PTRADD_-1207287199'), ('tmp_467', u'CAST_-1207287192'), (u'INT_ZEXT_-1207287285', u'MULTIEQUAL_-1207287237'), ('const-412', u'INT_ADD_-1207287335'), (u'INT_RIGHT_-1207287377', u'INT_ZEXT_-1207287285'), ('const-0', u'SUBPIECE_-1207287228'), (u'CAST_-120... | null | null | 00154120 | x64 | O2 | (translation_unit "void sha3_512_init(undefined8 *param_1)\n\n{\n ulong uVar1;\n undefined8 *puVar2;\n \n if (param_1 != (undefined8 *)0x0) {\n *param_1 = 0;\n param_1[0x33] = 0;\n puVar2 = (undefined8 *)((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n for (uVar1 = (ulong)(((int)param_1 -\n ... | (translation_unit "int sha3_512_init(hash_state *md)\n\n{\n ulong uVar1;\n undefined8 *puVar2;\n \n if (md != (hash_state *)0x0) {\n (md->chc).length = 0;\n *(char *)((long)md + 0x198) = '\0';\n *(char *)((long)md + 0x199) = '\0';\n *(char *)((long)md + 0x19a) = '\0';\n *(char *)((long)md + 0x19b) = ... | (translation_unit "void sha3_512_init(undefined8 *param_1)\n\n{\n ulong uVar1;\n undefined8 *puVar2;\n \n if (param_1 != (undefined8 *)0x0) {\n *param_1 = 0;\n param_1[0x33] = 0;\n puVar2 = (undefined8 *)((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n for (uVar1 = (ulong)(((int)param_1 -\n ... | (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) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT ... | (function_definition "void sha3_512_init(undefined8 *param_1)\n\n{\n ulong uVar1;\n undefined8 *puVar2;\n \n if (param_1 != (undefined8 *)0x0) {\n *param_1 = 0;\n param_1[0x33] = 0;\n puVar2 = (undefined8 *)((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n for (uVar1 = (ulong)(((int)param_1 -\n ... |
int function_1(type_1 *var_1)
{
type_2 var_2;
type_3 *var_3;
if (var_1 != (type_1 *)0x0) {
(var_1->chc).length = 0;
*(char *)((long)var_1 + 0x198) = '\0';
*(char *)((long)var_1 + 0x199) = '\0';
*(char *)((long)var_1 + 0x19a) = '\0';
*(char *)((long)var_1 + 0x19b) = '\0';
*(char *)((lo... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
void MASKED(undefined8 *param_1)
{
ulong uVar1;
undefined8 *puVar2;
if (param_1 != (undefined8 *)0x0) {
*param_1 = 0;
param_1[0x33] = 0;
puVar2 = (undefined8 *)((ulong)(param_1 + 1) & 0xfffffffffffffff8);
for (uVar1 = (ulong)(((int)param_1 -
(int)(undefined8 *)((ulong... |
7580_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | do_read_abbrevs | FUN_00302430 |
/* DWARF original prototype: bool do_read_abbrevs(Dwarf_abbrev_table * this, Relobj * object, uint
abbrev_shndx, off_t abbrev_offset) */
bool __thiscall
gold::Dwarf_abbrev_table::do_read_abbrevs
(Dwarf_abbrev_table *this,Relobj *object,uint abbrev_shndx,off_t abbrev_offset)
{
int iVar1;
undefined4 e... |
undefined8 FUN_00302430(uint *param_1,long *param_2,uint param_3,long param_4)
{
int iVar1;
long lVar2;
undefined1 *local_58 [2];
undefined1 local_48 [24];
FUN_00302390();
if (param_3 == 0) {
if (*param_1 == 0) {
param_3 = 1;
if (1 < *(uint *)(param_2 + 7)) {
do {
(**(... | PUSH R15
PUSH R14
MOV R14,RCX
PUSH R13
MOV R13,RDI
PUSH R12
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV EBX,EDX
SUB RSP,0x28
CALL 0x00302390
TEST EBX,EBX
JNZ 0x003024fa
MOV EAX,dword ptr [R13]
TEST EAX,EAX
JNZ 0x00302568
MOV R12,RSP
CMP dword ptr [RBP + 0x38],0x1
MOV EBX,0x1
LEA R15,[R12 + 0x10]
JA 0x003024ad
JMP 0x00302570
LEA ... | null | null | null | null | [(u'MULTIEQUAL_-1204868917', u'CALL_-1204869606'), ('const-8', u'PTRADD_-1204868762'), ('tmp_1080', u'CALLIND_-1204869753'), (u'INT_SUB_-1204869713', u'MULTIEQUAL_-1204869058'), (u'LOAD_-1204869483', u'INT_NOTEQUAL_-1204869463'), (u'INDIRECT_-1204868898', u'CALL_-1204869698'), (u'CALLIND_-1204869814', u'INDIRECT_-12048... | [(u'PTRADD_-1204869521', u'STORE_-1204869571'), (u'PTRSUB_-1204868871', u'INT_NOTEQUAL_-1204869613'), (u'LOAD_-1204869483', u'INT_NOTEQUAL_-1204869463'), (u'PTRADD_-1204868612', u'CAST_-1204868600'), (u'CALL_-1204870030', u'INDIRECT_-1204869062'), (u'CAST_-1204868629', u'LOAD_-1204869483'), ('const-0', u'CALL_-12048696... | null | null | 00302430 | x64 | O2 | (translation_unit "undefined8 FUN_00302430(uint *param_1,long *param_2,uint param_3,long param_4)\n\n{\n int iVar1;\n long lVar2;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n FUN_00302390();\n if (param_3 == 0) {\n if (*param_1 == 0) {\n param_3 = 1;\n if (1 < *(uint *)(param_2 + 7))... | (translation_unit "/* DWARF original prototype: bool do_read_abbrevs(Dwarf_abbrev_table * this, Relobj * object, uint\n abbrev_shndx, off_t abbrev_offset) */\n\nbool __thiscall\ngold::Dwarf_abbrev_table::do_read_abbrevs\n (Dwarf_abbrev_table *this,Relobj *object,uint abbrev_shndx,off_t abbrev_offset)\n\n{\n ... | (translation_unit "undefined8 FUN_00302430(uint *param_1,long *param_2,uint param_3,long param_4)\n\n{\n int iVar1;\n long lVar2;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n FUN_00302390();\n if (param_3 == 0) {\n if (*param_1 == 0) {\n param_3 = 1;\n if (1 < *(uint *)(param_2 + 7))... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) ... | (function_definition "undefined8 FUN_00302430(uint *param_1,long *param_2,uint param_3,long param_4)\n\n{\n int iVar1;\n long lVar2;\n undefined1 *local_58 [2];\n undefined1 local_48 [24];\n \n FUN_00302390();\n if (param_3 == 0) {\n if (*param_1 == 0) {\n param_3 = 1;\n if (1 < *(uint *)(param_2 + ... |
/* DWARF original prototype: bool do_read_abbrevs(Dwarf_abbrev_table * this, Relobj * object, uint
abbrev_shndx, off_t abbrev_offset) */
bool __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *object,type_3 var_2,type_4 var_5)
{
int var_4;
type_5 extraout_var;
type_6 *var_14;
type_7 name;... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (... | null |
undefined8 MASKED(uint *param_1,long *param_2,uint param_3,long param_4)
{
int iVar1;
long lVar2;
undefined1 *local_58 [2];
undefined1 local_48 [24];
FUN_00302390();
if (param_3 == 0) {
if (*param_1 == 0) {
param_3 = 1;
if (1 < *(uint *)(param_2 + 7)) {
do {
(**(code *... |
7941_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | rend | FUN_002e1d70 |
/* std::string::rend() const */
void std::string::rend(void)
{
undefined8 *in_RSI;
undefined8 *in_RDI;
*in_RDI = *in_RSI;
return;
}
|
undefined8 * FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)
{
*param_1 = *param_2;
return param_1;
}
| MOV RDX,qword ptr [RSI]
MOV RAX,RDI
MOV qword ptr [RDI],RDX
RET | null | null | null | null | [('const-0', u'RETURN_-1204740726'), (u'LOAD_-1204740750', u'STORE_-1204740739'), ('tmp_24', u'LOAD_-1204740750'), ('tmp_25', u'STORE_-1204740739'), ('const-433', u'STORE_-1204740739'), ('const-433', u'LOAD_-1204740750')] | [('tmp_25', u'COPY_-1204740746'), (u'COPY_-1204740746', u'RETURN_-1204740726'), ('const-0', u'RETURN_-1204740726'), (u'LOAD_-1204740750', u'STORE_-1204740739'), ('tmp_24', u'LOAD_-1204740750'), ('tmp_25', u'STORE_-1204740739'), ('const-433', u'STORE_-1204740739'), ('const-433', u'LOAD_-1204740750')] | null | null | 002e1d70 | x64 | O2 | (translation_unit "undefined8 * FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" type_identifier (pointer_declarator "... | (translation_unit "/* std::string::rend() const */\n\nvoid std::string::rend(void)\n\n{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n return;\n}\n\n" comment (function_definition "void std::string::rend(void)\n\n{\n undefined8 *in_RSI;\n undefined8 *in_RDI;\n \n *in_RDI = *in_RSI;\n re... | (translation_unit "undefined8 * FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" type_identifier (pointer_declarator "... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (assignment_expression (pointer_expression... | (function_definition "undefined8 * FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)\n\n{\n *param_1 = *param_2;\n return param_1;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_002e1d70(undefined8 *param_1,undefined8 *param_2)" (* "*") (function_declarator "FUN_002e1d70(undefined8 *param_1,undefin... |
/* std::string::rend() const */
void std::string::function_1(void)
{
type_1 *in_RSI;
type_1 *in_RDI;
*in_RDI = *in_RSI;
return;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
undefined8 * MASKED(undefined8 *param_1,undefined8 *param_2)
{
*param_1 = *param_2;
return param_1;
}
|
1359_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | ~Struct_thread_count | FUN_00158990 |
/* DWARF original prototype: void ~Struct_thread_count(Struct_thread_count * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_thread_count::~Struct_thread_count
(Struct_thread_count *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_var... |
void FUN_00158990(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00425960;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70();
}
thunk_FUN_002dac70(param_1,0x68);
return;
}
| LEA RAX,[0x425960]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x001589b0
CALL 0x002dac70
MOV RDI,RBX
MOV ESI,0x68
POP RBX
JMP 0x002dac60 | null | null | null | null | [('const-0', u'PTRSUB_-1207268819'), ('tmp_93', u'PTRSUB_-1207268818'), (u'PTRSUB_-1207268813', u'STORE_-1207268956'), ('tmp_93', u'PTRSUB_-1207268814'), ('const-8', u'PTRSUB_-1207268814'), (u'PTRSUB_-1207268804', u'PTRSUB_-1207268801'), ('tmp_93', u'PTRSUB_-1207268808'), ('const-0', u'PTRSUB_-1207268804'), ('const-0',... | [('const-4348256', u'PTRSUB_-1207268820'), ('const-433', u'STORE_-1207268956'), ('const-0', u'RETURN_-1207268892'), ('const-1', u'PTRADD_-1207268817'), (u'INT_NOTEQUAL_-1207268925', u'CBRANCH_-1207268924'), (u'PTRSUB_-1207268820', u'STORE_-1207268956'), ('const-8', u'PTRADD_-1207268812'), ('tmp_194', u'STORE_-120726895... | null | null | 00158990 | x64 | O2 | (translation_unit "void FUN_00158990(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425960;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00158990(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_thread_count(Struct_thread_count * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_thread_count::~Struct_thread_count\n (Struct_thread_count *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_... | (translation_unit "void FUN_00158990(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425960;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00158990(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_00158990(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00425960;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00158990(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_thread_count(Struct_thread_count * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00425960;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00425960;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70();
}
thunk_FUN_002dac70(param_1,0x68);
return;
}
|
194_dircolors_and_dircolors_strip.c | open | open |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* open@@GLIBC_2.2.5 */
halt_badda... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int open(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206922870')] | [('const-1', u'RETURN_-1206922870')] | null | null | 0010d180 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comme... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint open(char *__file,int __oflag,...)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* open@@GL... | (translation_unit "int open(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int open(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "open(char *__file,int __oflag,...)" identifier (parameter_li... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (variadic_parameter ...) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int open(char *__file,int __oflag,...)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "open(char *__file,int __oflag,...)" (identifier "open") (parameter_list "(char *__file,int __oflag,...)" (( "(") (parameter_declaration "char *__file" (primitive_ty... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* open@@GLIBC_2.2.5 */
var_... | 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: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__file,int __oflag,...)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
1464_bash_and_bash_strip.c | sh_invalidopt | sh_invalidopt |
void sh_invalidopt(char *s)
{
char *format;
format = (char *)dcgettext(0,"%s: invalid option",5);
builtin_error(format,s);
return;
}
|
void sh_invalidopt(undefined8 param_1)
{
undefined8 uVar1;
uVar1 = dcgettext(0,"%s: invalid option",5);
builtin_error(uVar1,param_1);
return;
}
| PUSH RBX
LEA RSI,[0x1db0e9]
MOV RBX,RDI
MOV EDX,0x5
XOR EDI,EDI
CALL 0x0012d360
MOV RSI,RBX
POP RBX
MOV RDI,RAX
XOR EAX,EAX
JMP 0x0018fb40 | null | null | null | null | [('const-5', u'CALL_-1207435509'), (u'CALL_-1207435509', u'CAST_-1207435382'), (u'CAST_-1207435382', u'CALL_-1207435478'), ('const-0', u'RETURN_-1207435474'), ('const-0', u'CALL_-1207435509'), (u'COPY_-1207435446', u'CALL_-1207435509'), ('tmp_99', u'CALL_-1207435478'), ('const-1945833', u'COPY_-1207435446')] | [('const-0', u'CALL_-1207435509'), ('const-1945833', u'COPY_-1207435446'), ('const-5', u'CALL_-1207435509'), ('const-0', u'RETURN_-1207435474'), (u'COPY_-1207435446', u'CALL_-1207435509'), (u'CALL_-1207435509', u'CALL_-1207435478'), ('tmp_211', u'CALL_-1207435478')] | null | null | 0018fee0 | x64 | O2 | (translation_unit "void sh_invalidopt(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = dcgettext(0,"%s: invalid option",5);\n builtin_error(uVar1,param_1);\n return;\n}\n\n" (function_definition "void sh_invalidopt(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = dcgettext(0,"%s: invalid optio... | (translation_unit "void sh_invalidopt(char *s)\n\n{\n char *format;\n \n format = (char *)dcgettext(0,"%s: invalid option",5);\n builtin_error(format,s);\n return;\n}\n\n" (function_definition "void sh_invalidopt(char *s)\n\n{\n char *format;\n \n format = (char *)dcgettext(0,"%s: invalid option",5);\n builtin... | (translation_unit "void sh_invalidopt(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = dcgettext(0,"%s: invalid option",5);\n builtin_error(uVar1,param_1);\n return;\n}\n\n" (function_definition "void sh_invalidopt(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = dcgettext(0,"%s: invalid optio... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))... | (function_definition "void sh_invalidopt(undefined8 param_1)\n\n{\n undefined8 uVar1;\n \n uVar1 = dcgettext(0,"%s: invalid option",5);\n builtin_error(uVar1,param_1);\n return;\n}" (primitive_type "void") (function_declarator "sh_invalidopt(undefined8 param_1)" (identifier "sh_invalidopt") (parameter_list "(undef... |
void function_1(char *s)
{
char *format;
format = (char *)var_1(0,"%s: invalid option",5);
var_2(format,s);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (express... | null |
void MASKED(undefined8 param_1)
{
undefined8 uVar1;
uVar1 = dcgettext(0,"%s: invalid option",5);
builtin_error(uVar1,param_1);
return;
}
|
7822_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | ctype | FUN_002ac0d0 |
/* std::ctype<char>::ctype(__locale_struct*, unsigned short const*, bool, unsigned long) */
void __thiscall
std::ctype<char>::ctype
(ctype<char> *this,__locale_struct *param_1,ushort *param_2,bool param_3,ulong param_4)
{
long lVar1;
ulong uVar2;
undefined8 *puVar3;
byte bVar4;
__locale_struct *l... |
void FUN_002ac0d0(undefined8 *param_1,undefined8 param_2,long param_3,byte param_4,long param_5)
{
long lVar1;
ulong uVar2;
undefined8 *puVar3;
byte bVar4;
undefined8 local_20;
bVar4 = 0;
*(uint *)(param_1 + 1) = (uint)(param_5 != 0);
*param_1 = &PTR_FUN_003bb070;
local_20 = param_2;
lVar1 = FU... | PUSH R12
XOR EAX,EAX
MOV R12D,ECX
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RDI
SUB RSP,0x10
TEST R8,R8
SETNZ AL
MOV qword ptr [RSP + 0x8],RSI
MOV dword ptr [RDI + 0x8],EAX
LEA RAX,[0x3bb060]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
LEA RDI,[RSP + 0x8]
CALL 0x002b7c50
TEST RBP,RBP
SETNZ DL
MOV qword ptr [RBX + 0x10],RAX
AND ED... | null | null | null | null | [('const-0', u'STORE_-1204436390'), ('const-433', u'STORE_-1204436474'), (u'PTRADD_-1204436414', u'CAST_-1204436043'), (u'CAST_-1204436074', u'SUBPIECE_-1204436144'), (u'CALL_-1204436660', u'INT_ADD_-1204436223'), (u'SUBPIECE_-1204436181', u'INT_SUB_-1204436495'), ('tmp_884', u'PTRADD_-1204436316'), ('const-1', u'PTRAD... | [(u'INT_ADD_-1204436514', u'INT_AND_-1204436338'), (u'INDIRECT_-1204436200', u'INT_ZEXT_-1204436270'), (u'MULTIEQUAL_-1204436095', u'INT_NOTEQUAL_-1204436280'), (u'CALL_-1204436660', u'INT_ADD_-1204436223'), (u'CAST_-1204436122', u'STORE_-1204436619'), (u'INT_ZEXT_-1204436391', u'INT_MULT_-1204436079'), ('const-433', u... | null | null | 002ac0d0 | x64 | O2 | (translation_unit "void FUN_002ac0d0(undefined8 *param_1,undefined8 param_2,long param_3,byte param_4,long param_5)\n\n{\n long lVar1;\n ulong uVar2;\n undefined8 *puVar3;\n byte bVar4;\n undefined8 local_20;\n \n bVar4 = 0;\n *(uint *)(param_1 + 1) = (uint)(param_5 != 0);\n *param_1 = &PTR_FUN_003bb070;\n lo... | (translation_unit "/* std::ctype<char>::ctype(__locale_struct*, unsigned short const*, bool, unsigned long) */\n\nvoid __thiscall\nstd::ctype<char>::ctype\n (ctype<char> *this,__locale_struct *param_1,ushort *param_2,bool param_3,ulong param_4)\n\n{\n long lVar1;\n ulong uVar2;\n undefined8 *puVar3;\n byte... | (translation_unit "void FUN_002ac0d0(undefined8 *param_1,undefined8 param_2,long param_3,byte param_4,long param_5)\n\n{\n long lVar1;\n ulong uVar2;\n undefined8 *puVar3;\n byte bVar4;\n undefined8 local_20;\n \n bVar4 = 0;\n *(uint *)(param_1 + 1) = (uint)(param_5 != 0);\n *param_1 = &PTR_FUN_003bb070;\n lo... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_sp... | (function_definition "void FUN_002ac0d0(undefined8 *param_1,undefined8 param_2,long param_3,byte param_4,long param_5)\n\n{\n long lVar1;\n ulong uVar2;\n undefined8 *puVar3;\n byte bVar4;\n undefined8 local_20;\n \n bVar4 = 0;\n *(uint *)(param_1 + 1) = (uint)(param_5 != 0);\n *param_1 = &PTR_FUN_003bb070;\n ... |
/* std::ctype<char>::ctype(__locale_struct*, unsigned short const*, bool, unsigned long) */
void __thiscall
std::function_1<char>::function_1
(function_1<char> *var_1,type_1 *param_1,type_2 *var_6,bool var_7,type_3 var_2)
{
long var_8;
type_3 var_9;
type_4 *var_10;
type_5 bVar4;
type_1 *local_20;... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined8 *param_1,undefined8 param_2,long param_3,byte param_4,long param_5)
{
long lVar1;
ulong uVar2;
undefined8 *puVar3;
byte bVar4;
undefined8 local_20;
bVar4 = 0;
*(uint *)(param_1 + 1) = (uint)(param_5 != 0);
*param_1 = &PTR_FUN_003bb070;
local_20 = param_2;
lVar1 = FUN_002b... |
183_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c | exprTableRegister | FUN_0010d731 |
/* WARNING: Variable defined which should be unmapped: x */
Expr * exprTableRegister(Parse *pParse,Table *pTab,int regBase,i16 iCol)
{
sqlite3 *db;
Column *pCVar1;
i16 iVar2;
Expr *pExpr;
char *zC;
long in_FS_OFFSET;
Token local_58;
long local_40;
Token x;
db = pParse->db;
local_58.z = (char... |
long FUN_0010d731(long *param_1,long param_2,int param_3,short param_4)
{
long lVar1;
long lVar2;
long lVar3;
long in_FS_OFFSET;
undefined8 local_58;
undefined4 local_50;
long local_40;
lVar1 = *param_1;
local_58 = 0;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
local_50 = 0;
lVar2 = FUN_0012... | PUSH R15
PUSH R14
MOV R8D,ECX
PUSH R13
PUSH R12
MOV R15,RSI
PUSH RBP
PUSH RBX
MOV EBP,EDX
MOV R12,RDI
MOV R14D,ECX
MOV ESI,0xad
SUB RSP,0x38
MOV R13,qword ptr [RDI]
XOR ECX,ECX
LEA RDX,[RSP + 0x10]
MOV dword ptr [RSP + 0xc],R8D
MOV qword ptr [RSP + 0x10],0x0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x28],RAX
XO... | null | null | null | null | [('tmp_644', u'CBRANCH_-1206920946'), ('const-433', u'STORE_-1206920930'), (u'CALL_-1206921254', u'PTRSUB_-1206920483'), ('const-0', u'INT_NOTEQUAL_-1206921239'), ('const-25', u'PTRSUB_-1206920533'), (u'INT_SLESS_-1206921220', u'CBRANCH_-1206921218'), ('const-0', u'INT_EQUAL_-1206921028'), (u'LOAD_-1206921018', u'MULTI... | [(u'INT_ADD_-1206921126', u'CAST_-1206920591'), ('const-433', u'STORE_-1206921065'), (u'CAST_-1206920591', u'LOAD_-1206921138'), ('const-68', u'STORE_-1206920923'), ('tmp_644', u'CBRANCH_-1206920946'), (u'INDIRECT_-1206920747', u'MULTIEQUAL_-1206920736'), ('const-0', u'INT_NOTEQUAL_-1206921239'), ('const-16', u'INT_ADD... | null | null | 0010d731 | x64 | O2 | (translation_unit "long FUN_0010d731(long *param_1,long param_2,int param_3,short param_4)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long in_FS_OFFSET;\n undefined8 local_58;\n undefined4 local_50;\n long local_40;\n \n lVar1 = *param_1;\n local_58 = 0;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n ... | (translation_unit "/* WARNING: Variable defined which should be unmapped: x */\n\nExpr * exprTableRegister(Parse *pParse,Table *pTab,int regBase,i16 iCol)\n\n{\n sqlite3 *db;\n Column *pCVar1;\n i16 iVar2;\n Expr *pExpr;\n char *zC;\n long in_FS_OFFSET;\n Token local_58;\n long local_40;\n Token x;\n \n db =... | (translation_unit "long FUN_0010d731(long *param_1,long param_2,int param_3,short param_4)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long in_FS_OFFSET;\n undefined8 local_58;\n undefined4 local_50;\n long local_40;\n \n lVar1 = *param_1;\n local_58 = 0;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n ... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (size... | (function_definition "long FUN_0010d731(long *param_1,long param_2,int param_3,short param_4)\n\n{\n long lVar1;\n long lVar2;\n long lVar3;\n long in_FS_OFFSET;\n undefined8 local_58;\n undefined4 local_50;\n long local_40;\n \n lVar1 = *param_1;\n local_58 = 0;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\... |
/* WARNING: Variable defined which should be unmapped: x */
type_1 * function_1(type_2 *pParse,type_3 *pTab,int var_6,type_4 var_4)
{
type_5 *db;
type_6 *pCVar1;
type_4 iVar2;
type_1 *var_3;
char *var_7;
long var_1;
type_7 local_58;
long var_9;
type_7 x;
db = pParse->db;
local_58.z = (char *... | null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) dec... | null |
long MASKED(long *param_1,long param_2,int param_3,short param_4)
{
long lVar1;
long lVar2;
long lVar3;
long in_FS_OFFSET;
undefined8 local_58;
undefined4 local_50;
long local_40;
lVar1 = *param_1;
local_58 = 0;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
local_50 = 0;
lVar2 = FUN_00124c50(l... |
9826_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | get | FUN_00326810 |
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, void*&) const */
void std::num_get<wchar_t,std::istre... |
void FUN_00326810(long *param_1)
{
/* WARNING: Could not recover jumptable at 0x00326813. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x60))();
return;
}
| MOV RAX,qword ptr [RDI]
JMP qword ptr [RAX + 0x60] | null | null | null | null | [('tmp_34', u'LOAD_-1204983790'), (u'LOAD_-1204983790', u'INT_ADD_-1204983768'), ('const-433', u'LOAD_-1204983790'), (u'INT_ADD_-1204983768', u'CAST_-1204983712'), (u'LOAD_-1204983784', u'CALLIND_-1204983777'), (u'CAST_-1204983712', u'LOAD_-1204983784'), ('const-433', u'LOAD_-1204983784'), ('const-1', u'RETURN_-1204983... | [('tmp_34', u'LOAD_-1204983790'), (u'LOAD_-1204983790', u'INT_ADD_-1204983768'), ('const-433', u'LOAD_-1204983790'), (u'INT_ADD_-1204983768', u'CAST_-1204983712'), (u'LOAD_-1204983784', u'CALLIND_-1204983777'), (u'CAST_-1204983712', u'LOAD_-1204983784'), ('const-433', u'LOAD_-1204983784'), ('const-1', u'RETURN_-1204983... | null | null | 00326810 | x64 | O2 | (translation_unit "void FUN_00326810(long *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x00326813. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x60))();\n return;\n}\n\n" (function_definition "void FUN_00326810(lon... | (translation_unit "/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,\n std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,\n std::_Ios_Iostate&, void*&) const */\n\nvoid std::num... | (translation_unit "void FUN_00326810(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x60))();\n return;\n}\n\n" (function_definition "void FUN_00326810(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x60))();\n return;\n}" primiti... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_express... | (function_definition "void FUN_00326810(long *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x60))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00326810(long *param_1)" (identifier "FUN_00326810") (parameter_list "(long *param_1)" (( "(") (parameter_declarat... |
/* std::num_get<wchar_t, std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::get(std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >,
std::istreambuf_iterator<wchar_t, std::char_traits<wchar_t> >, std::ios_base&,
std::_Ios_Iostate&, void*&) const */
void std::num_get<wchar_t,std::istre... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expre... | null |
void MASKED(long *param_1)
{
/* WARNING: Could not recover jumptable at 0x00326813. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x60))();
return;
}
|
7732_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | insert | FUN_002aa230 |
/* std::string::insert(unsigned long, unsigned long, char) */
void __thiscall std::string::insert(string *this,ulong param_1,ulong param_2,char param_3)
{
if (param_1 <= *(ulong *)(*(long *)this + -0x18)) {
_M_replace_aux(this,param_1,0,param_2,param_3);
return;
}
/* WARNING: Subrouti... |
void FUN_002aa230(long *param_1,ulong param_2,undefined8 param_3,char param_4,undefined8 param_5,
undefined8 param_6)
{
ulong uVar1;
uVar1 = *(ulong *)(*param_1 + -0x18);
if (param_2 <= uVar1) {
FUN_002aa160(param_1,param_2,0,param_3);
return;
}
/* WARNING: Subr... | MOV RAX,qword ptr [RDI]
MOVSX R8D,CL
MOV RCX,qword ptr [RAX + -0x18]
CMP RSI,RCX
JA 0x002aa24a
MOV RCX,RDX
XOR EDX,EDX
JMP 0x002aa160
PUSH RAX
MOV RDX,RSI
LEA RDI,[0x311130]
XOR EAX,EAX
LEA RSI,[0x329271]
CALL 0x002b56d0 | null | null | null | null | [('const-0', u'CALL_-1204444565'), (u'INT_LESSEQUAL_-1204444576', u'CBRANCH_-1204444586'), ('const-0', u'RETURN_-1204444561'), (u'INT_ADD_-1204444594', u'CAST_-1204444426'), ('tmp_144', u'CALL_-1204444565'), ('tmp_143', u'CALL_-1204444565'), ('tmp_142', u'INT_LESSEQUAL_-1204444576'), ('const-3215664', u'COPY_-120444445... | [('tmp_287', u'CALL_-1204444565'), (u'INT_LESSEQUAL_-1204444576', u'CBRANCH_-1204444586'), ('const-0', u'CALL_-1204444565'), ('tmp_290', u'CALL_-1204444520'), ('const-0', u'RETURN_-1204444561'), ('const-3314289', u'COPY_-1204444451'), ('tmp_297', u'INT_SEXT_-1204444601'), ('const-3215664', u'COPY_-1204444452'), (u'COPY... | null | null | 002aa230 | x64 | O2 | (translation_unit "void FUN_002aa230(long *param_1,ulong param_2,undefined8 param_3,char param_4,undefined8 param_5,\n undefined8 param_6)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18);\n if (param_2 <= uVar1) {\n FUN_002aa160(param_1,param_2,0,param_3);\n return;\n }\n ... | (translation_unit "/* std::string::insert(unsigned long, unsigned long, char) */\n\nvoid __thiscall std::string::insert(string *this,ulong param_1,ulong param_2,char param_3)\n\n{\n if (param_1 <= *(ulong *)(*(long *)this + -0x18)) {\n _M_replace_aux(this,param_1,0,param_2,param_3);\n return;\n }\n ... | (translation_unit "void FUN_002aa230(long *param_1,ulong param_2,undefined8 param_3,char param_4,undefined8 param_5,\n undefined8 param_6)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18);\n if (param_2 <= uVar1) {\n FUN_002aa160(param_1,param_2,0,param_3);\n return;\n }\n ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , ... | (function_definition "void FUN_002aa230(long *param_1,ulong param_2,undefined8 param_3,char param_4,undefined8 param_5,\n undefined8 param_6)\n\n{\n ulong uVar1;\n \n uVar1 = *(ulong *)(*param_1 + -0x18);\n if (param_2 <= uVar1) {\n FUN_002aa160(param_1,param_2,0,param_3);\n return;\n }\n ... |
/* std::string::insert(unsigned long, unsigned long, char) */
void __thiscall std::type_1::function_1(type_1 *this,type_2 var_1,type_2 param_2,char param_3)
{
if (var_1 <= *(type_2 *)(*(long *)this + -0x18)) {
var_2(this,var_1,0,param_2,param_3);
return;
}
/* WARNING: Subroutine does ... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (i... | null |
void MASKED(long *param_1,ulong param_2,undefined8 param_3,char param_4,undefined8 param_5,
undefined8 param_6)
{
ulong uVar1;
uVar1 = *(ulong *)(*param_1 + -0x18);
if (param_2 <= uVar1) {
FUN_002aa160(param_1,param_2,0,param_3);
return;
}
/* WARNING: Subroutine... |
5476_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | release_input_file | FUN_00239350 |
/* WARNING: Enum "DT": Some values do not have unique names */
ld_plugin_status gold::release_input_file(void *handle)
{
Plugin_manager *this;
ld_plugin_status lVar1;
if (parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("... |
void FUN_00239350(undefined4 param_1)
{
long lVar1;
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);
if (lVar1 != 0) {
... | SUB RSP,0x8
MOV RAX,qword ptr [0x0043e6b0]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x0023937e
MOV RAX,qword ptr [RAX + 0x9058]
TEST RAX,RAX
JZ 0x00239396
MOV ESI,EDI
ADD RSP,0x8
MOV RDI,RAX
JMP 0x002392e0
LEA RDX,[0x382528]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650
LEA RDX,[0x382620]
MOV ESI,0x728
LEA RDI,... | null | null | null | null | [('const-0', u'INT_EQUAL_-1203989637'), ('const-433', u'LOAD_-1203989634'), ('const-36952', u'PTRSUB_-1203989460'), (u'SUBPIECE_-1203989488', u'CALL_-1203989584'), (u'INDIRECT_-1203989435', u'COPY_-1203989490'), (u'INT_NOTEQUAL_-1203989611', u'CBRANCH_-1203989610'), ('const-0', u'SUBPIECE_-1203989488'), (u'CALL_-120398... | [('const-0', u'INT_EQUAL_-1203989637'), ('const-1', u'PTRADD_-1203989594'), (u'INDIRECT_-1203989441', u'COPY_-1203989496'), (u'CAST_-1203989467', u'LOAD_-1203989634'), (u'INT_NOTEQUAL_-1203989611', u'CBRANCH_-1203989610'), (u'COPY_-1203989488', u'CALL_-1203989545'), (u'CALL_-1203989529', u'INDIRECT_-1203989416'), ('con... | null | null | 00239350 | x64 | O2 | (translation_unit "void FUN_00239350(undefined4 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nld_plugin_status gold::release_input_file(void *handle)\n\n{\n Plugin_manager *this;\n ld_plugin_status lVar1;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return *... | (translation_unit "void FUN_00239350(undefined4 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_0023... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descripto... | (function_definition "void FUN_00239350(undefined4 param_1)\n\n{\n long lVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);\n if (lVar1 != 0) {\n FUN_0... |
/* WARNING: Enum "DT": Some values do not have unique names */
type_1 gold::function_1(void *handle)
{
type_2 *var_2;
type_1 lVar1;
if (parameters->options_ == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_1("../../gold/parameters.h",0x5c,"options");
}
var_2 = pa... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if... | null |
void MASKED(undefined4 param_1)
{
long lVar1;
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
lVar1 = *(long *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x9058);
if (lVar1 != 0) {
FU... |
1257_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | ~Struct_special | FUN_00157670 |
/* DWARF original prototype: void ~Struct_special(Struct_special * this, int __in_chrg) */
void __thiscall gold::options::Struct_special::~Struct_special(Struct_special *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00423750;
pcVa... |
void FUN_00157670(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00423750;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70();
}
thunk_FUN_002dac70(param_1,0x70);
return;
}
| LEA RAX,[0x423750]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00157690
CALL 0x002dac70
MOV RDI,RBX
MOV ESI,0x70
POP RBX
JMP 0x002dac60 | null | null | null | null | [('tmp_93', u'PTRSUB_-1207273714'), ('tmp_58', u'CBRANCH_-1207273820'), ('const-0', u'PTRSUB_-1207273709'), (u'PTRSUB_-1207273714', u'PTRSUB_-1207273709'), ('const-0', u'PTRSUB_-1207273702'), (u'PTRSUB_-1207273710', u'PTRSUB_-1207273709'), (u'PTRSUB_-1207273709', u'STORE_-1207273852'), ('tmp_93', u'PTRSUB_-1207273710')... | [('const-1', u'PTRADD_-1207273713'), ('const-8', u'PTRADD_-1207273708'), ('const-433', u'STORE_-1207273852'), ('const-112', u'CALL_-1207273792'), ('tmp_58', u'CBRANCH_-1207273820'), ('const-8', u'PTRADD_-1207273713'), ('tmp_194', u'PTRADD_-1207273708'), ('const-4339536', u'PTRSUB_-1207273716'), ('const-0', u'RETURN_-12... | null | null | 00157670 | x64 | O2 | (translation_unit "void FUN_00157670(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_00157670(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit "/* DWARF original prototype: void ~Struct_special(Struct_special * this, int __in_chrg) */\n\nvoid __thiscall gold::options::Struct_special::~Struct_special(Struct_special *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_... | (translation_unit "void FUN_00157670(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_00157670(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_004... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_00157670(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00423750;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002dac70();\n }\n thunk_FUN_002dac70(param_1,0x70);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00157670(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_special(Struct_special * this, int __in_chrg) */
void __thiscall gold::options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00423750;
var_5 = (this->option).longna... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00423750;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002dac70();
}
thunk_FUN_002dac70(param_1,0x70);
return;
}
|
1505_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | ~Struct_incremental_patch | FUN_00151910 |
/* DWARF original prototype: void ~Struct_incremental_patch(Struct_incremental_patch * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_incremental_patch::~Struct_incremental_patch
(Struct_incremental_patch *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr... |
void FUN_00151910(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003a7cd8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20();
}
thunk_FUN_00276d20(param_1,0x70);
return;
}
| LEA RAX,[0x3a7cd8]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00151930
CALL 0x00276d20
MOV RDI,RBX
MOV ESI,0x70
POP RBX
JMP 0x00276d10 | null | null | null | null | [(u'PTRSUB_-1207297618', u'PTRSUB_-1207297613'), ('const-0', u'PTRSUB_-1207297618'), (u'PTRSUB_-1207297613', u'STORE_-1207297756'), (u'PTRSUB_-1207297601', u'INT_NOTEQUAL_-1207297725'), ('tmp_58', u'CBRANCH_-1207297724'), ('const-3833048', u'PTRSUB_-1207297619'), (u'PTRSUB_-1207297614', u'PTRSUB_-1207297613'), (u'INT_N... | [('tmp_194', u'STORE_-1207297756'), ('const-0', u'PTRSUB_-1207297620'), ('const-433', u'LOAD_-1207297752'), ('tmp_194', u'PTRADD_-1207297612'), (u'PTRADD_-1207297617', u'LOAD_-1207297752'), (u'PTRADD_-1207297612', u'INT_NOTEQUAL_-1207297725'), ('tmp_58', u'CBRANCH_-1207297724'), ('const-8', u'PTRADD_-1207297617'), (u'L... | null | null | 00151910 | x64 | O2 | (translation_unit "void FUN_00151910(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7cd8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_00151910(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (translation_unit "/* DWARF original prototype: void ~Struct_incremental_patch(Struct_incremental_patch * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_incremental_patch::~Struct_incremental_patch\n (Struct_incremental_patch *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (t... | (translation_unit "void FUN_00151910(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7cd8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}\n\n" (function_definition "void FUN_00151910(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres... | (function_definition "void FUN_00151910(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a7cd8;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_00276d20();\n }\n thunk_FUN_00276d20(param_1,0x70);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00151910(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_incremental_patch(Struct_incremental_patch * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003a7cd8;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_00276d20();
}
thunk_FUN_00276d20(param_1,0x70);
return;
}
|
469_s390x-linux-gnu-objdump_and_s390x-linux-gnu-objdump_strip.c | list_supported_architectures | FUN_00136880 |
void list_supported_architectures(char *name,FILE *f)
{
long lVar1;
char *pcVar2;
long *__ptr;
long *plVar3;
if (name == (char *)0x0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf((FILE *)f,pcVar2);
}
else {
pcVar2 = (char *)dcgettext(0,"%s: supported architectures... |
void FUN_00136880(long param_1,FILE *param_2)
{
long lVar1;
char *pcVar2;
long *__ptr;
long *plVar3;
if (param_1 == 0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf(param_2,pcVar2);
}
else {
pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);
fprint... | PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RSI
PUSH RBX
SUB RSP,0x8
TEST RDI,RDI
JZ 0x00136910
MOV RBX,RDI
MOV EDX,0x5
LEA RSI,[0x147818]
XOR EDI,EDI
CALL 0x00107230
MOV RDX,RBX
MOV RDI,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x00107850
CALL 0x00107130
MOV RDX,qword ptr [RAX]
MOV R13,RAX
TEST RDX,RDX
JZ 0x001368f1
MOV RBX,RAX
LEA R12... | null | null | null | null | [('tmp_500', u'CALL_-1207146247'), ('const-1341464', u'COPY_-1207145852'), (u'CALL_-1207146035', u'CAST_-1207145660'), (u'MULTIEQUAL_-1207145754', u'INT_NOTEQUAL_-1207146215'), ('tmp_205', u'CBRANCH_-1207146214'), ('tmp_501', u'CAST_-1207145691'), ('const-0', u'RETURN_-1207146066'), (u'CAST_-1207145781', u'CALL_-120714... | [(u'INT_EQUAL_-1207146318', u'CBRANCH_-1207146316'), (u'CALL_-1207146239', u'CAST_-1207145760'), ('const-8', u'PTRADD_-1207145726'), (u'CAST_-1207145760', u'CALL_-1207146070'), ('const-5', u'CALL_-1207146035'), ('const-1341464', u'COPY_-1207145852'), (u'CALL_-1207146035', u'CAST_-1207145660'), (u'MULTIEQUAL_-1207145754... | null | null | 00136880 | x64 | O2 | (translation_unit "void FUN_00136880(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported... | (translation_unit "void list_supported_architectures(char *name,FILE *f)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (name == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf((FILE *)f,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext... | (translation_unit "void FUN_00136880(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator... | (function_definition "void FUN_00136880(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: suppor... |
void function_1(char *var_1,type_1 *f)
{
long var_5;
char *pcVar2;
long *__ptr;
long *var_6;
if (var_1 == (char *)0x0) {
pcVar2 = (char *)var_2(0,"Supported architectures:",5);
var_3((type_1 *)f,pcVar2);
}
else {
pcVar2 = (char *)var_2(0,"%s: supported architectures:",5);
var_3((type_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (id... | null |
void MASKED(long param_1,FILE *param_2)
{
long lVar1;
char *pcVar2;
long *__ptr;
long *plVar3;
if (param_1 == 0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf(param_2,pcVar2);
}
else {
pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);
fprintf(para... |
4533_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | Output_data_reloc | FUN_00207730 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void Output_data_reloc(Output_data_reloc<9,_false,_32,_true> * this,
bool sr) */
void __thiscall
gold::Output_data_reloc<9,_false,_32,_true>::Output_data_reloc
(Output_data_reloc<9,_false,_32,_true> *this,bool sr)
{
un... |
void FUN_00207730(undefined8 *param_1,undefined1 param_2)
{
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = 0xffffffffffffffff;
*(byte *)(param_1 + 4) = *(byte *)(param_1 + 4) & 0xe0;
param_1[5] = 0;
param_1[6] = 4;
param_1[7] = 0;
*(undefined1 *)(param_1 + 8) = param_2;
param_1[9] = 0;
param_1[10] =... | LEA RAX,[0x428e20]
MOV qword ptr [RDI + 0x8],0x0
MOV qword ptr [RDI + 0x10],0x0
MOV qword ptr [RDI + 0x18],-0x1
AND byte ptr [RDI + 0x20],0xe0
MOV qword ptr [RDI + 0x28],0x0
MOV qword ptr [RDI + 0x30],0x4
MOV qword ptr [RDI + 0x38],0x0
MOV byte ptr [RDI + 0x40],SIL
MOV qword ptr [RDI + 0x48],0x0
MOV qword ptr [RDI + 0x... | null | null | null | null | [(u'PTRSUB_-1203800026', u'STORE_-1203800207'), (u'PTRSUB_-1203800110', u'PTRSUB_-1203800086'), ('const-0', u'PTRSUB_-1203799970'), ('tmp_139', u'PTRSUB_-1203800063'), (u'PTRSUB_-1203800040', u'STORE_-1203800248'), ('const-0', u'PTRSUB_-1203800052'), (u'PTRSUB_-1203800043', u'STORE_-1203800185'), (u'PTRSUB_-1203800080'... | [(u'PTRADD_-1203800147', u'STORE_-1203800259'), ('const-0', u'STORE_-1203800156'), ('const-8', u'PTRADD_-1203800097'), (u'PTRADD_-1203800115', u'STORE_-1203800207'), ('const-7', u'PTRADD_-1203800097'), ('const-2', u'PTRADD_-1203800138'), ('const-3', u'PTRADD_-1203800129'), ('const-433', u'STORE_-1203800156'), ('const-0... | null | null | 00207730 | x64 | O2 | (translation_unit "void FUN_00207730(undefined8 *param_1,undefined1 param_2)\n\n{\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0xffffffffffffffff;\n *(byte *)(param_1 + 4) = *(byte *)(param_1 + 4) & 0xe0;\n param_1[5] = 0;\n param_1[6] = 4;\n param_1[7] = 0;\n *(undefined1 *)(param_1 + 8) = param_2;\n pa... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void Output_data_reloc(Output_data_reloc<9,_false,_32,_true> * this,\n bool sr) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_32,_true>::Output_data_reloc\n (Output_data_reloc<9,_false,_32,_true... | (translation_unit "void FUN_00207730(undefined8 *param_1,undefined1 param_2)\n\n{\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0xffffffffffffffff;\n *(byte *)(param_1 + 4) = *(byte *)(param_1 + 4) & 0xe0;\n param_1[5] = 0;\n param_1[6] = 4;\n param_1[7] = 0;\n *(undefined1 *)(param_1 + 8) = param_2;\n pa... | (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 ]) = LIT) ;) (expression_statem... | (function_definition "void FUN_00207730(undefined8 *param_1,undefined1 param_2)\n\n{\n param_1[1] = 0;\n param_1[2] = 0;\n param_1[3] = 0xffffffffffffffff;\n *(byte *)(param_1 + 4) = *(byte *)(param_1 + 4) & 0xe0;\n param_1[5] = 0;\n param_1[6] = 4;\n param_1[7] = 0;\n *(undefined1 *)(param_1 + 8) = param_2;\n ... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void Output_data_reloc(Output_data_reloc<9,_false,_32,_true> * this,
bool sr) */
void __thiscall
var_1::Output_data_reloc<9,_false,_32,_true>::Output_data_reloc
(Output_data_reloc<9,_false,_32,_true> *this,bool sr)
{
u... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined8 *param_1,undefined1 param_2)
{
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = 0xffffffffffffffff;
*(byte *)(param_1 + 4) = *(byte *)(param_1 + 4) & 0xe0;
param_1[5] = 0;
param_1[6] = 4;
param_1[7] = 0;
*(undefined1 *)(param_1 + 8) = param_2;
param_1[9] = 0;
param_1[10] = 0;
... |
6313_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | _M_unhook | FUN_00279be0 |
/* std::__detail::_List_node_base::_M_unhook() */
void __thiscall std::__detail::_List_node_base::_M_unhook(_List_node_base *this)
{
_List_node_base *p_Var1;
_List_node_base *p_Var2;
p_Var1 = this->_M_next;
p_Var2 = this->_M_prev;
p_Var2->_M_next = p_Var1;
p_Var1->_M_prev = p_Var2;
return;
}
|
void FUN_00279be0(long *param_1)
{
long lVar1;
long *plVar2;
lVar1 = *param_1;
plVar2 = (long *)param_1[1];
*plVar2 = lVar1;
*(long **)(lVar1 + 8) = plVar2;
return;
}
| MOV RAX,qword ptr [RDI]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDX],RAX
MOV qword ptr [RAX + 0x8],RDX
RET | null | null | null | null | [('const-433', u'STORE_-1204249616'), (u'LOAD_-1204249624', u'STORE_-1204249610'), ('const-433', u'LOAD_-1204249624'), (u'LOAD_-1204249630', u'PTRSUB_-1204249539'), (u'PTRSUB_-1204249552', u'LOAD_-1204249630'), (u'LOAD_-1204249630', u'STORE_-1204249616'), ('tmp_36', u'PTRSUB_-1204249552'), (u'LOAD_-1204249624', u'PTRSU... | [('const-433', u'STORE_-1204249616'), ('tmp_38', u'PTRADD_-1204249550'), (u'CAST_-1204249550', u'STORE_-1204249616'), (u'LOAD_-1204249630', u'STORE_-1204249616'), ('const-8', u'INT_ADD_-1204249596'), ('const-1', u'PTRADD_-1204249550'), ('const-0', u'RETURN_-1204249596'), ('const-433', u'LOAD_-1204249630'), (u'PTRADD_-1... | null | null | 00279be0 | x64 | O2 | (translation_unit "void FUN_00279be0(long *param_1)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *param_1;\n plVar2 = (long *)param_1[1];\n *plVar2 = lVar1;\n *(long **)(lVar1 + 8) = plVar2;\n return;\n}\n\n" (function_definition "void FUN_00279be0(long *param_1)\n\n{\n long lVar1;\n long *plVar2;\n \n l... | (translation_unit "/* std::__detail::_List_node_base::_M_unhook() */\n\nvoid __thiscall std::__detail::_List_node_base::_M_unhook(_List_node_base *this)\n\n{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n \n p_Var1 = this->_M_next;\n p_Var2 = this->_M_prev;\n p_Var2->_M_next = p_Var1;\n p_Var1->_M_prev ... | (translation_unit "void FUN_00279be0(long *param_1)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *param_1;\n plVar2 = (long *)param_1[1];\n *plVar2 = lVar1;\n *(long **)(lVar1 + 8) = plVar2;\n return;\n}\n\n" (function_definition "void FUN_00279be0(long *param_1)\n\n{\n long lVar1;\n long *plVar2;\n \n l... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (... | (function_definition "void FUN_00279be0(long *param_1)\n\n{\n long lVar1;\n long *plVar2;\n \n lVar1 = *param_1;\n plVar2 = (long *)param_1[1];\n *plVar2 = lVar1;\n *(long **)(lVar1 + 8) = plVar2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00279be0(long *param_1)" (identifier "FUN_00279be0"... |
/* std::__detail::_List_node_base::_M_unhook() */
void __thiscall std::__detail::type_1::function_1(type_1 *this)
{
type_1 *p_Var1;
type_1 *p_Var2;
p_Var1 = this->_M_next;
p_Var2 = this->_M_prev;
p_Var2->_M_next = p_Var1;
p_Var1->_M_prev = p_Var2;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_sp... | null |
void MASKED(long *param_1)
{
long lVar1;
long *plVar2;
lVar1 = *param_1;
plVar2 = (long *)param_1[1];
*plVar2 = lVar1;
*(long **)(lVar1 + 8) = plVar2;
return;
}
|
220_powerpc64le-linux-gnu-objdump_and_powerpc64le-linux-gnu-objdump_strip.c | dwarf_vmatoa64 | FUN_001106c0 |
char * dwarf_vmatoa64(dwarf_vma hvalue,dwarf_vma lvalue,char *buf,uint buf_len)
{
int iVar1;
if (hvalue == 0) {
snprintf(buf,0x40,"%lx",lvalue);
return buf;
}
iVar1 = snprintf(buf,0x40,"%lx",hvalue);
snprintf(buf + iVar1,(ulong)(0x40 - iVar1),"%08lx",lvalue);
return buf;
}
|
char * FUN_001106c0(long param_1,undefined8 param_2,char *param_3)
{
int iVar1;
if (param_1 == 0) {
snprintf(param_3,0x40,"%lx",param_2);
return param_3;
}
iVar1 = snprintf(param_3,0x40,"%lx",param_1);
snprintf(param_3 + iVar1,(ulong)(0x40 - iVar1),"%08lx",param_2);
return param_3;
}
| PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDX
SUB RSP,0x8
TEST RDI,RDI
JNZ 0x001106f8
MOV RCX,RSI
MOV RDI,RBX
LEA RDX,[0x141a3f]
XOR EAX,EAX
MOV ESI,0x40
CALL 0x001072a0
ADD RSP,0x8
MOV RAX,RBX
POP RBX
POP RBP
RET
MOV RCX,RDI
LEA RDX,[0x141a3f]
MOV RDI,RBX
XOR EAX,EAX
MOV ESI,0x40
CALL 0x001072a0
MOV ESI,0x40
MOV RCX,RBP
L... | null | null | null | null | [('tmp_363', u'CALL_-1207040232'), (u'INT_SUB_-1207040116', u'INT_ZEXT_-1207039999'), ('const-64', u'INT_SUB_-1207040116'), (u'COPY_-1207040219', u'RETURN_-1207040194'), ('tmp_363', u'COPY_-1207040219'), ('tmp_363', u'CALL_-1207040155'), (u'INT_EQUAL_-1207040276', u'CBRANCH_-1207040273'), (u'PTRADD_-1207040057', u'CALL... | [('const-1319622', u'COPY_-1207039955'), ('tmp_613', u'CALL_-1207040095'), (u'COPY_-1207040028', u'CALL_-1207040232'), (u'COPY_-1207040219', u'RETURN_-1207040194'), ('const-1317439', u'COPY_-1207039987'), (u'INT_SUB_-1207040116', u'INT_ZEXT_-1207040000'), ('const-1317439', u'COPY_-1207040028'), (u'INT_EQUAL_-1207040276... | null | null | 001106c0 | x64 | O2 | (translation_unit "char * FUN_001106c0(long param_1,undefined8 param_2,char *param_3)\n\n{\n int iVar1;\n \n if (param_1 == 0) {\n snprintf(param_3,0x40,"%lx",param_2);\n return param_3;\n }\n iVar1 = snprintf(param_3,0x40,"%lx",param_1);\n snprintf(param_3 + iVar1,(ulong)(0x40 - iVar1),"%08lx",param_2);\n ... | (translation_unit "char * dwarf_vmatoa64(dwarf_vma hvalue,dwarf_vma lvalue,char *buf,uint buf_len)\n\n{\n int iVar1;\n \n if (hvalue == 0) {\n snprintf(buf,0x40,"%lx",lvalue);\n return buf;\n }\n iVar1 = snprintf(buf,0x40,"%lx",hvalue);\n snprintf(buf + iVar1,(ulong)(0x40 - iVar1),"%08lx",lvalue);\n return... | (translation_unit "char * FUN_001106c0(long param_1,undefined8 param_2,char *param_3)\n\n{\n int iVar1;\n \n if (param_1 == 0) {\n snprintf(param_3,0x40,"%lx",param_2);\n return param_3;\n }\n iVar1 = snprintf(param_3,0x40,"%lx",param_1);\n snprintf(param_3 + iVar1,(ulong)(0x40 - iVar1),"%08lx",param_2);\n ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "char * FUN_001106c0(long param_1,undefined8 param_2,char *param_3)\n\n{\n int iVar1;\n \n if (param_1 == 0) {\n snprintf(param_3,0x40,"%lx",param_2);\n return param_3;\n }\n iVar1 = snprintf(param_3,0x40,"%lx",param_1);\n snprintf(param_3 + iVar1,(ulong)(0x40 - iVar1),"%08lx",param_2);... |
char * function_1(type_1 var_1,type_1 lvalue,char *var_3,type_2 buf_len)
{
int var_4;
if (var_1 == 0) {
var_2(var_3,0x40,"%lx",lvalue);
return var_3;
}
var_4 = var_2(var_3,0x40,"%lx",var_1);
var_2(var_3 + var_4,(ulong)(0x40 - var_4),"%08lx",lvalue);
return var_3;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (id... | null |
char * MASKED(long param_1,undefined8 param_2,char *param_3)
{
int iVar1;
if (param_1 == 0) {
snprintf(param_3,0x40,"%lx",param_2);
return param_3;
}
iVar1 = snprintf(param_3,0x40,"%lx",param_1);
snprintf(param_3 + iVar1,(ulong)(0x40 - iVar1),"%08lx",param_2);
return param_3;
}
|
4467_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | set_needs_dynsym_index | FUN_00218980 |
/* DWARF original prototype: void set_needs_dynsym_index(Output_reloc<9,_false,_64,_true> * this) */
void __thiscall
gold::Output_reloc<9,_false,_64,_true>::set_needs_dynsym_index
(Output_reloc<9,_false,_64,_true> *this)
{
byte *pbVar1;
_Prime_rehash_policy *p_Var2;
uint uVar3;
_func_int_varargs *p... |
void FUN_00218980(long *param_1)
{
uint uVar1;
long *plVar2;
long lVar3;
ulong uVar4;
if ((*(byte *)((long)param_1 + 0x1f) & 0x20) != 0) {
return;
}
uVar1 = *(uint *)(param_1 + 3);
uVar4 = (ulong)uVar1;
if (uVar1 == 0xfffffffd) {
return;
}
if (uVar1 < 0xfffffffe) {
if (uVar1 == 0)... | TEST byte ptr [RDI + 0x1f],0x20
JNZ 0x00218a00
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV EBP,dword ptr [RDI + 0x18]
CMP EBP,-0x3
JZ 0x002189aa
MOV RBX,RDI
JBE 0x002189b8
CMP EBP,-0x2
JZ 0x00218a08
CMP EBP,-0x1
JNZ 0x002189c5
MOV RAX,qword ptr [RDI]
OR byte ptr [RAX + 0x3a],0x40
ADD RSP,0x8
POP RBX
POP RBP
RET
TEST EBP,EBP
JZ 0... | null | null | null | null | [(u'CAST_-1203860177', u'PTRADD_-1203860157'), (u'INT_MULT_-1203860590', u'CAST_-1203860091'), (u'INT_ADD_-1203860568', u'INT_ADD_-1203860562'), (u'LOAD_-1203861077', u'INT_ZEXT_-1203860549'), (u'LOAD_-1203860667', u'PTRSUB_-1203860217'), ('const-32', u'PTRSUB_-1203860205'), ('const-44', u'PTRADD_-1203860157'), ('const... | [('const-0', u'RETURN_-1203860394'), (u'PTRADD_-1203860365', u'CAST_-1203860356'), (u'INT_ADD_-1203860568', u'INT_ADD_-1203860562'), ('const-433', u'STORE_-1203860557'), (u'CAST_-1203860172', u'STORE_-1203860754'), (u'CAST_-1203860191', u'LOAD_-1203860796'), ('const-433', u'LOAD_-1203860930'), ('tmp_1836', u'LOAD_-1203... | null | null | 00218980 | x64 | O2 | (translation_unit "void FUN_00218980(long *param_1)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n ulong uVar4;\n \n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) != 0) {\n return;\n }\n uVar1 = *(uint *)(param_1 + 3);\n uVar4 = (ulong)uVar1;\n if (uVar1 == 0xfffffffd) {\n return;\n }\n if (uVar1 <... | (translation_unit "/* DWARF original prototype: void set_needs_dynsym_index(Output_reloc<9,_false,_64,_true> * this) */\n\nvoid __thiscall\ngold::Output_reloc<9,_false,_64,_true>::set_needs_dynsym_index\n (Output_reloc<9,_false,_64,_true> *this)\n\n{\n byte *pbVar1;\n _Prime_rehash_policy *p_Var2;\n uint uV... | (translation_unit "void FUN_00218980(long *param_1)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n ulong uVar4;\n \n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) != 0) {\n return;\n }\n uVar1 = *(uint *)(param_1 + 3);\n uVar4 = (ulong)uVar1;\n if (uVar1 == 0xfffffffd) {\n return;\n }\n if (uVar1 <... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type... | (function_definition "void FUN_00218980(long *param_1)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n ulong uVar4;\n \n if ((*(byte *)((long)param_1 + 0x1f) & 0x20) != 0) {\n return;\n }\n uVar1 = *(uint *)(param_1 + 3);\n uVar4 = (ulong)uVar1;\n if (uVar1 == 0xfffffffd) {\n return;\n }\n if (uVar... |
/* DWARF original prototype: void set_needs_dynsym_index(Output_reloc<9,_false,_64,_true> * this) */
void __thiscall
gold::Output_reloc<9,_false,_64,var_5>::set_needs_dynsym_index
(Output_reloc<9,_false,_64,var_5> *this)
{
type_6 *pbVar1;
type_1 *p_Var2;
type_2 var_1;
type_3 *var_3;
int iVar5;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifi... | null |
void MASKED(long *param_1)
{
uint uVar1;
long *plVar2;
long lVar3;
ulong uVar4;
if ((*(byte *)((long)param_1 + 0x1f) & 0x20) != 0) {
return;
}
uVar1 = *(uint *)(param_1 + 3);
uVar4 = (ulong)uVar1;
if (uVar1 == 0xfffffffd) {
return;
}
if (uVar1 < 0xfffffffe) {
if (uVar1 == 0) {
... |
4366_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | is_target_specific | FUN_00204160 |
/* DWARF original prototype: bool is_target_specific(Output_reloc<9,_true,_32,_true> * this) */
bool __thiscall
gold::Output_reloc<9,_true,_32,_true>::is_target_specific(Output_reloc<9,_true,_32,_true> *this)
{
return this->local_sym_index_ == 0xfffffffd;
}
|
bool FUN_00204160(long param_1)
{
return *(int *)(param_1 + 0x14) == -3;
}
| CMP dword ptr [RDI + 0x14],-0x3
SETZ AL
RET | null | null | null | null | [('const-4294967293', u'INT_EQUAL_-1203814030'), (u'COPY_-1203814031', u'RETURN_-1203814016'), ('const-433', u'LOAD_-1203814045'), (u'LOAD_-1203814045', u'INT_EQUAL_-1203814030'), ('tmp_47', u'PTRSUB_-1203813964'), (u'INT_EQUAL_-1203814030', u'COPY_-1203814031'), ('const-20', u'PTRSUB_-1203813964'), ('const-0', u'RETUR... | [(u'COPY_-1203814031', u'RETURN_-1203814016'), ('tmp_47', u'INT_ADD_-1203814029'), (u'CAST_-1203813966', u'LOAD_-1203814045'), (u'LOAD_-1203814045', u'INT_EQUAL_-1203814030'), (u'INT_EQUAL_-1203814030', u'COPY_-1203814031'), (u'INT_ADD_-1203814029', u'CAST_-1203813966'), ('const-0', u'RETURN_-1203814016'), ('const-4294... | null | null | 00204160 | x64 | O2 | (translation_unit "bool FUN_00204160(long param_1)\n\n{\n return *(int *)(param_1 + 0x14) == -3;\n}\n\n" (function_definition "bool FUN_00204160(long param_1)\n\n{\n return *(int *)(param_1 + 0x14) == -3;\n}" primitive_type (function_declarator "FUN_00204160(long param_1)" identifier (parameter_list "(long param_1)" ... | (translation_unit "/* DWARF original prototype: bool is_target_specific(Output_reloc<9,_true,_32,_true> * this) */\n\nbool __thiscall\ngold::Output_reloc<9,_true,_32,_true>::is_target_specific(Output_reloc<9,_true,_32,_true> *this)\n\n{\n return this->local_sym_index_ == 0xfffffffd;\n}\n\n" comment (declaration "bool ... | (translation_unit "bool FUN_00204160(long param_1)\n\n{\n return *(int *)(param_1 + 0x14) == -3;\n}\n\n" (function_definition "bool FUN_00204160(long param_1)\n\n{\n return *(int *)(param_1 + 0x14) == -3;\n}" primitive_type (function_declarator "FUN_00204160(long param_1)" identifier (parameter_list "(long param_1)" ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pare... | (function_definition "bool FUN_00204160(long param_1)\n\n{\n return *(int *)(param_1 + 0x14) == -3;\n}" (primitive_type "bool") (function_declarator "FUN_00204160(long param_1)" (identifier "FUN_00204160") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long... |
/* DWARF original prototype: bool is_target_specific(Output_reloc<9,_true,_32,_true> * this) */
bool __thiscall
gold::Output_reloc<9,_true,_32,_true>::is_target_specific(Output_reloc<9,_true,_32,_true> *this)
{
return this->local_sym_index_ == 0xfffffffd;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (binary_expression left: (pointer_expression arg... | null |
bool MASKED(long param_1)
{
return *(int *)(param_1 + 0x14) == -3;
}
|
8030_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | _S_copy_chars | FUN_002f6ad0 |
/* std::string::_S_copy_chars(char*, __normal_iterator<char*, std::string >,
__normal_iterator<char*, std::string >) */
void std::string::_S_copy_chars(undefined1 *param_1,undefined1 *param_2,long param_3)
{
size_t __n;
__n = param_3 - (long)param_2;
if (__n == 1) {
*param_1 = *param_2;
return;
... |
void FUN_002f6ad0(undefined1 *param_1,undefined1 *param_2,long param_3)
{
size_t __n;
__n = param_3 - (long)param_2;
if (__n == 1) {
*param_1 = *param_2;
return;
}
if (__n == 0) {
return;
}
memcpy(param_1,param_2,__n);
return;
}
| SUB RDX,RSI
CMP RDX,0x1
JZ 0x002f6ae8
TEST RDX,RDX
JNZ 0x002f6ae0
RET
JMP 0x00149a90
MOVZX EAX,byte ptr [RSI]
MOV byte ptr [RDI],AL
RET | null | null | null | null | [(u'INT_SUB_-1204786458', u'INT_EQUAL_-1204786452'), (u'CAST_-1204786347', u'INT_SUB_-1204786458'), ('const-0', u'RETURN_-1204786423'), ('tmp_174', u'CAST_-1204786347'), (u'INT_SUB_-1204786458', u'CALL_-1204786423'), (u'INT_EQUAL_-1204786452', u'CBRANCH_-1204786449'), (u'INT_SUB_-1204786458', u'INT_EQUAL_-1204786436'),... | [(u'INT_SUB_-1204786458', u'INT_EQUAL_-1204786452'), (u'CAST_-1204786347', u'INT_SUB_-1204786458'), ('const-0', u'RETURN_-1204786423'), ('tmp_174', u'CAST_-1204786347'), (u'INT_SUB_-1204786458', u'CALL_-1204786423'), (u'INT_EQUAL_-1204786452', u'CBRANCH_-1204786449'), (u'INT_SUB_-1204786458', u'INT_EQUAL_-1204786436'),... | null | null | 002f6ad0 | x64 | O2 | (translation_unit "void FUN_002f6ad0(undefined1 *param_1,undefined1 *param_2,long param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (long)param_2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n memcpy(param_1,param_2,__n);\n return;\n}\n\n" (function_definition... | (translation_unit "/* std::string::_S_copy_chars(char*, __normal_iterator<char*, std::string >,\n __normal_iterator<char*, std::string >) */\n\nvoid std::string::_S_copy_chars(undefined1 *param_1,undefined1 *param_2,long param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (long)param_2;\n if (__n == 1) {\n *param... | (translation_unit "void FUN_002f6ad0(undefined1 *param_1,undefined1 *param_2,long param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (long)param_2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n memcpy(param_1,param_2,__n);\n return;\n}\n\n" (function_definition... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "void FUN_002f6ad0(undefined1 *param_1,undefined1 *param_2,long param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (long)param_2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n memcpy(param_1,param_2,__n);\n return;\n}" (primitive_type "void... |
/* std::string::_S_copy_chars(char*, __normal_iterator<char*, std::string >,
__normal_iterator<char*, std::string >) */
void std::string::function_1(type_1 *param_1,type_1 *param_2,long var_1)
{
size_t var_2;
var_2 = var_1 - (long)param_2;
if (var_2 == 1) {
*param_1 = *param_2;
return;
}
if (... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
void MASKED(undefined1 *param_1,undefined1 *param_2,long param_3)
{
size_t __n;
__n = param_3 - (long)param_2;
if (__n == 1) {
*param_1 = *param_2;
return;
}
if (__n == 0) {
return;
}
memcpy(param_1,param_2,__n);
return;
}
|
57_mkdir_and_mkdir_strip.c | readdir | readdir |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
dirent * readdir(DIR *__dirp)
{
dirent *pdVar1;
pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();
return pdVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
dirent * readdir(DIR *__dirp)
{
dirent *pdVar1;
pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();
return pdVar1;
}
| JMP qword ptr [0x001161c8] | null | null | null | null | [('tmp_32', u'CAST_-1206963237'), (u'INDIRECT_-1206963242', u'COPY_-1206963301'), (u'CALLIND_-1206963304', u'CAST_-1206963236'), (u'CALLIND_-1206963304', u'INDIRECT_-1206963242'), (u'CAST_-1206963237', u'CALLIND_-1206963304'), (u'CAST_-1206963236', u'RETURN_-1206963301'), ('const-0', u'RETURN_-1206963301')] | [('tmp_32', u'CAST_-1206963237'), (u'INDIRECT_-1206963242', u'COPY_-1206963301'), (u'CALLIND_-1206963304', u'CAST_-1206963236'), (u'CALLIND_-1206963304', u'INDIRECT_-1206963242'), (u'CAST_-1206963237', u'CALLIND_-1206963304'), (u'CAST_-1206963236', u'RETURN_-1206963301'), ('const-0', u'RETURN_-1206963301')] | null | null | 00103390 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVar1;\n \n pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();\n return pdVar1;\n}\n\n" comment (function_definition "dirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVa... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\ndirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVar1;\n \n pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();\n return pdVar1;\n}\n\n" comment (function_definition "dirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVa... | (translation_unit "dirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVar1;\n \n pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();\n return pdVar1;\n}\n\n" (function_definition "dirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVar1;\n \n pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();\n return pdVar1;\n}" t... | (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 "dirent * readdir(DIR *__dirp)\n\n{\n dirent *pdVar1;\n \n pdVar1 = (dirent *)(*(code *)PTR_readdir_001161c8)();\n return pdVar1;\n}" (type_identifier "dirent") (pointer_declarator "* readdir(DIR *__dirp)" (* "*") (function_declarator "readdir(DIR *__dirp)" (identifier "readdir") (parameter_lis... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 * function_1(type_2 *__dirp)
{
type_1 *pdVar1;
pdVar1 = (type_1 *)(*(type_3 *)PTR_readdir_001161c8)();
return pdVar1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (dec... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
dirent * MASKED(DIR *__dirp)
{
dirent *pdVar1;
pdVar1 = (dirent *)(*(code *)PTR_MASKED_001161c8)();
return pdVar1;
}
|
39_s390x-linux-gnu-elfedit_and_s390x-linux-gnu-elfedit_strip.c | getc | getc |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int getc(FILE *__stream)
{
int iVar1;
iVar1 = (*_DAT_0010a138)();
return iVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int getc(FILE *__stream)
{
int iVar1;
iVar1 = (*_DAT_0010a138)();
return iVar1;
}
| JMP qword ptr [0x0010a138] | null | null | null | null | [(u'CALLIND_-1206967688', u'RETURN_-1206967685'), (u'CALLIND_-1206967688', u'INDIRECT_-1206967626'), (u'INDIRECT_-1206967626', u'COPY_-1206967685'), ('tmp_32', u'CALLIND_-1206967688'), ('const-0', u'RETURN_-1206967685')] | [(u'CALLIND_-1206967688', u'RETURN_-1206967685'), (u'CALLIND_-1206967688', u'INDIRECT_-1206967626'), (u'INDIRECT_-1206967626', u'COPY_-1206967685'), ('tmp_32', u'CALLIND_-1206967688'), ('const-0', u'RETURN_-1206967685')] | null | null | 00102270 | x64 | O2 | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0010a138)();\n return iVar1;\n}\n\n" comment comment (function_defin... | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0010a138)();\n return iVar1;\n}\n\n" comment comment (function_defin... | (translation_unit "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0010a138)();\n return iVar1;\n}\n\n" (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0010a138)();\n return iVar1;\n}" primitive_type (function_declarator "getc(FILE *__stream)" identifier (para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * ... | (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*_DAT_0010a138)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "getc(FILE *__stream)" (identifier "getc") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (po... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*_DAT_0010a138)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*_DAT_0010a138)();
return iVar1;
}
|
1884_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | parse_to_value | FUN_00155770 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_sort_common * this, char * option_name, char
* arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::General_options::Struct_sort_common::parse_to_value
(Struc... |
void FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001b0e50(param_2,param_3,param_1 + 0x68);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
| PUSH RBX
MOV RBX,RDI
MOV RDI,RSI
MOV RSI,RDX
LEA RDX,[RBX + 0x68]
CALL 0x001b0e50
MOV byte ptr [RBX + 0x60],0x1
POP RBX
RET | null | null | null | null | [('tmp_58', u'PTRSUB_-1207281696'), (u'PTRSUB_-1207281696', u'CALL_-1207281777'), (u'PTRSUB_-1207281686', u'STORE_-1207281773'), ('tmp_58', u'PTRSUB_-1207281686'), ('const-0', u'RETURN_-1207281754'), ('const-104', u'PTRSUB_-1207281696'), ('const-96', u'PTRSUB_-1207281686'), ('const-1', u'STORE_-1207281773'), ('tmp_60',... | [('const-104', u'INT_ADD_-1207281773'), (u'INT_ADD_-1207281759', u'CAST_-1207281691'), ('const-0', u'RETURN_-1207281754'), ('tmp_84', u'INT_ADD_-1207281759'), (u'CAST_-1207281691', u'STORE_-1207281773'), ('tmp_85', u'CALL_-1207281777'), (u'INT_ADD_-1207281773', u'CALL_-1207281777'), ('const-1', u'STORE_-1207281773'), (... | null | null | 00155770 | x64 | O2 | (translation_unit "void FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001b0e50(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001b0e50(param... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_sort_common * this, char * option_name, char\n * arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_sort_common::parse_to... | (translation_unit "void FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001b0e50(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}\n\n" (function_definition "void FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001b0e50(param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDE... | (function_definition "void FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)\n\n{\n FUN_001b0e50(param_2,param_3,param_1 + 0x68);\n *(undefined1 *)(param_1 + 0x60) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00155770(long param_1,undefined8 param_2,undefined8 param_3)" (identi... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_sort_common * this, char * option_name, char
* arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::type_3::type_1::function_1
(type_1 *this,char *option_name... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3)
{
FUN_001b0e50(param_2,param_3,param_1 + 0x68);
*(undefined1 *)(param_1 + 0x60) = 1;
return;
}
|
33_od_and_od_strip.c | memcmp | memcmp |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_00112108)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int memcmp(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_memcmp_00112108)();
return iVar1;
}
| JMP qword ptr [0x00112108] | null | null | null | null | [(u'CALLIND_-1206967784', u'RETURN_-1206967781'), (u'CALLIND_-1206967784', u'INDIRECT_-1206967720'), ('const-0', u'RETURN_-1206967781'), ('tmp_44', u'CAST_-1206967715'), (u'INDIRECT_-1206967720', u'COPY_-1206967779'), (u'CAST_-1206967715', u'CALLIND_-1206967784')] | [(u'CALLIND_-1206967784', u'RETURN_-1206967781'), (u'CALLIND_-1206967784', u'INDIRECT_-1206967720'), ('const-0', u'RETURN_-1206967781'), ('tmp_44', u'CAST_-1206967715'), (u'INDIRECT_-1206967720', u'COPY_-1206967779'), (u'CAST_-1206967715', u'CALLIND_-1206967784')] | null | null | 00102210 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00112108)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00112108)();\n return iVar1;\n}\n\n" comment (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n ... | (translation_unit "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00112108)();\n return iVar1;\n}\n\n" (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00112108)();\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)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (... | (function_definition "int memcmp(void *__s1,void *__s2,size_t __n)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_memcmp_00112108)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "memcmp(void *__s1,void *__s2,size_t __n)" (identifier "memcmp") (parameter_list "(void *__s1,void *__s2,size_t __n)" ((... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_memcmp_00112108)();
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(void *__s1,void *__s2,size_t __n)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00112108)();
return iVar1;
}
|
8334_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | ~time_put | FUN_002e9d90 |
/* std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~time_put() */
void __thiscall
std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::~time_put
(time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this)
{
*(undefined ***)this = &PTR_... |
void FUN_002e9d90(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00439130;
FUN_002dc9a0();
FUN_002dac70(param_1);
return;
}
| LEA RAX,[0x439120]
PUSH RBX
MOV RBX,RDI
ADD RAX,0x10
MOV qword ptr [RDI],RAX
CALL 0x002dc9a0
MOV RDI,RBX
POP RBX
JMP 0x002dac70 | null | null | null | null | [(u'CAST_-1204707813', u'CALL_-1204707909'), (u'CAST_-1204707817', u'STORE_-1204707919'), ('const-433', u'STORE_-1204707919'), ('const-0', u'RETURN_-1204707890'), (u'PTRSUB_-1204707816', u'STORE_-1204707919'), ('const-4428080', u'PTRSUB_-1204707816'), ('const-0', u'PTRSUB_-1204707816'), ('tmp_74', u'CALL_-1204707894'),... | [('const-0', u'RETURN_-1204707890'), (u'PTRSUB_-1204707816', u'STORE_-1204707919'), ('const-433', u'STORE_-1204707919'), ('tmp_137', u'CALL_-1204707894'), ('const-4428080', u'PTRSUB_-1204707816'), ('tmp_137', u'STORE_-1204707919'), ('const-0', u'PTRSUB_-1204707816')] | null | null | 002e9d90 | x64 | O2 | (translation_unit "void FUN_002e9d90(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439130;\n FUN_002dc9a0();\n FUN_002dac70(param_1);\n return;\n}\n\n" (function_definition "void FUN_002e9d90(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439130;\n FUN_002dc9a0();\n FUN_002dac70(param_1);\n return;\n}" p... | (translation_unit "/* std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~time_put() */\n\nvoid __thiscall\nstd::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::~time_put\n (time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this)\n\n{\n *(u... | (translation_unit "void FUN_002e9d90(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439130;\n FUN_002dc9a0();\n FUN_002dac70(param_1);\n return;\n}\n\n" (function_definition "void FUN_002e9d90(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439130;\n FUN_002dc9a0();\n FUN_002dac70(param_1);\n return;\n}" p... | (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_002e9d90(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00439130;\n FUN_002dc9a0();\n FUN_002dac70(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002e9d90(undefined8 *param_1)" (identifier "FUN_002e9d90") (parameter_list "(undefined8 *param_1)" (( "(") (par... |
/* std::time_put<char, std::ostreambuf_iterator<char, std::char_traits<char> > >::~time_put() */
void __thiscall
std::time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>>::~time_put
(time_put<char,std::ostreambuf_iterator<char,std::char_traits<char>>> *this)
{
*(undefined ***)this = &PTR_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00439130;
FUN_002dc9a0();
FUN_002dac70(param_1);
return;
}
|
20_sha512sum_and_sha512sum_strip.c | strchr | strchr |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * strchr(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();
return pcVar1;
}
| JMP qword ptr [0x0010f0a0] | null | null | null | null | [(u'CALLIND_-1206967992', u'CAST_-1206967923'), ('tmp_38', u'CAST_-1206967924'), (u'CALLIND_-1206967992', u'INDIRECT_-1206967929'), (u'CAST_-1206967923', u'RETURN_-1206967989'), (u'CAST_-1206967924', u'CALLIND_-1206967992'), (u'INDIRECT_-1206967929', u'COPY_-1206967988'), ('const-0', u'RETURN_-1206967989')] | [(u'CALLIND_-1206967992', u'CAST_-1206967923'), ('tmp_38', u'CAST_-1206967924'), (u'CALLIND_-1206967992', u'INDIRECT_-1206967929'), (u'CAST_-1206967923', u'RETURN_-1206967989'), (u'CAST_-1206967924', u'CALLIND_-1206967992'), (u'INDIRECT_-1206967929', u'COPY_-1206967988'), ('const-0', u'RETURN_-1206967989')] | null | null | 00102140 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar... | (translation_unit "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();\n return pcVar1;\n}\n\n" (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();\n return pcVar1;\n}" primi... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_exp... | (function_definition "char * strchr(char *__s,int __c)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_strchr_0010f0a0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* strchr(char *__s,int __c)" (* "*") (function_declarator "strchr(char *__s,int __c)" (identifier "strchr") (parameter... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_strchr_0010f0a0)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_0010f0a0)();
return pcVar1;
}
|
217_sparc64-linux-gnu-ar_and_sparc64-linux-gnu-ar_strip.c | bfd_scan_vma | bfd_scan_vma |
/* WARNING: Control flow encountered bad instruction data */
void bfd_scan_vma(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_scan_vma(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037910')] | [('const-1', u'RETURN_-1207037910')] | null | null | 00111020 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_scan_vma(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_scan_vma(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_scan_vma(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_scan_vma(void)" (identifier "bfd_scan_vma") (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();
}
|
331_libgmp.so_and_libgmp.so_strip.c | __gmpn_dcpi1_div_qr_n | __gmpn_dcpi1_div_qr_n |
mp_limb_t __gmpn_dcpi1_div_qr_n
(mp_ptr qp,mp_ptr np,mp_srcptr dp,mp_size_t n,gmp_pi1_t *dinv,mp_ptr tp)
{
mp_limb_t mVar1;
mVar1 = (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();
return mVar1;
}
|
void __gmpn_dcpi1_div_qr_n(void)
{
(*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();
return;
}
| JMP qword ptr [0x00182a58] | null | null | null | null | [(u'CALLIND_-1206926152', u'INDIRECT_-1206926085'), ('tmp_62', u'CAST_-1206926080'), (u'CAST_-1206926080', u'CALLIND_-1206926152'), (u'CALLIND_-1206926152', u'RETURN_-1206926149'), (u'INDIRECT_-1206926085', u'COPY_-1206926144'), ('const-1', u'RETURN_-1206926149')] | [(u'CAST_-1206926087', u'CALLIND_-1206926152'), (u'CALLIND_-1206926152', u'INDIRECT_-1206926092'), (u'INDIRECT_-1206926092', u'COPY_-1206926151'), ('tmp_22', u'CAST_-1206926087'), ('const-1', u'RETURN_-1206926149')] | null | null | 0010c4b0 | x64 | O2 | (translation_unit "void __gmpn_dcpi1_div_qr_n(void)\n\n{\n (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();\n return;\n}\n\n" (function_definition "void __gmpn_dcpi1_div_qr_n(void)\n\n{\n (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();\n return;\n}" primitive_type (function_declarator "__gmpn_dcpi1_div_qr_n(void)"... | (translation_unit "mp_limb_t __gmpn_dcpi1_div_qr_n\n (mp_ptr qp,mp_ptr np,mp_srcptr dp,mp_size_t n,gmp_pi1_t *dinv,mp_ptr tp)\n\n{\n mp_limb_t mVar1;\n \n mVar1 = (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();\n return mVar1;\n}\n\n" (function_definition "mp_limb_t __gmpn_dcpi1_div_qr_n\n ... | (translation_unit "void __gmpn_dcpi1_div_qr_n(void)\n\n{\n (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();\n return;\n}\n\n" (function_definition "void __gmpn_dcpi1_div_qr_n(void)\n\n{\n (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();\n return;\n}" primitive_type (function_declarator "__gmpn_dcpi1_div_qr_n(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 __gmpn_dcpi1_div_qr_n(void)\n\n{\n (*(code *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();\n return;\n}" (primitive_type "void") (function_declarator "__gmpn_dcpi1_div_qr_n(void)" (identifier "__gmpn_dcpi1_div_qr_n") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "v... |
type_1 function_1
(type_2 qp,type_2 np,type_3 dp,type_4 n,type_5 *dinv,type_2 tp)
{
type_1 mVar1;
mVar1 = (*(type_6 *)PTR___gmpn_dcpi1_div_qr_n_00182a58)();
return mVar1;
}
| 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_00182a58)();
return;
}
|
9170_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | _M_grab | FUN_0030ed80 |
/* std::string::_Rep::_M_grab(std::allocator<char> const&, std::allocator<char> const&) */
allocator * std::string::_Rep::_M_grab(allocator *param_1,allocator *param_2)
{
allocator *paVar1;
if (-1 < *(int *)(param_1 + 0x10)) {
if (param_1 != (allocator *)PTR__S_empty_rep_storage_0043dc38) {
if (PTR_... |
undefined * FUN_0030ed80(undefined *param_1,undefined8 param_2)
{
undefined *puVar1;
if (-1 < *(int *)(param_1 + 0x10)) {
if (param_1 != PTR_DAT_0043dc38) {
if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {
*(int *)(param_1 + 0x10) = *(int *)(param_1 + 0x10) + 1;
}
else... | MOV EAX,dword ptr [RDI + 0x10]
LEA RDX,[RDI + 0x10]
TEST EAX,EAX
JS 0x0030eda0
CMP RDI,qword ptr [0x0043dc38]
JNZ 0x0030edb0
LEA RAX,[RDI + 0x18]
RET
XOR EDX,EDX
JMP 0x0030e710
CMP qword ptr [0x0043dee8],0x0
JZ 0x0030edc0
ADD.LOCK dword ptr [RDX],0x1
JMP 0x0030ed94
ADD dword ptr [RDI + 0x10],0x1
JMP 0x0030ed94 | null | null | null | null | [(u'CAST_-1204818297', u'RETURN_-1204818424'), (u'CAST_-1204818319', u'INT_NOTEQUAL_-1204818516'), ('tmp_460', u'CAST_-1204818319'), ('const-0', u'INT_EQUAL_-1204818463'), (u'PTRADD_-1204818488', u'CAST_-1204818269'), (u'INDIRECT_-1204818282', u'MULTIEQUAL_-1204818319'), ('const-1', u'PTRADD_-1204818495'), ('tmp_215', ... | [(u'STORE_-1204818423', u'INDIRECT_-1204818282'), ('tmp_454', u'INT_EQUAL_-1204818463'), (u'PTRADD_-1204818488', u'CAST_-1204818271'), ('tmp_461', u'CALL_-1204818428'), ('tmp_215', u'BRANCH_-1204818408'), ('tmp_390', u'PTRADD_-1204818495'), ('const-4294967295', u'INT_SLESS_-1204818531'), ('tmp_390', u'INT_NOTEQUAL_-120... | null | null | 0030ed80 | x64 | O2 | (translation_unit "undefined * FUN_0030ed80(undefined *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n \n if (-1 < *(int *)(param_1 + 0x10)) {\n if (param_1 != PTR_DAT_0043dc38) {\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n *(int *)(param_1 + 0x10) = *(int *)(param_1 + 0x1... | (translation_unit "/* std::string::_Rep::_M_grab(std::allocator<char> const&, std::allocator<char> const&) */\n\nallocator * std::string::_Rep::_M_grab(allocator *param_1,allocator *param_2)\n\n{\n allocator *paVar1;\n \n if (-1 < *(int *)(param_1 + 0x10)) {\n if (param_1 != (allocator *)PTR__S_empty_rep_storage_... | (translation_unit "undefined * FUN_0030ed80(undefined *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n \n if (-1 < *(int *)(param_1 + 0x10)) {\n if (param_1 != PTR_DAT_0043dc38) {\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n *(int *)(param_1 + 0x10) = *(int *)(param_1 + 0x1... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expre... | (function_definition "undefined * FUN_0030ed80(undefined *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n \n if (-1 < *(int *)(param_1 + 0x10)) {\n if (param_1 != PTR_DAT_0043dc38) {\n if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {\n *(int *)(param_1 + 0x10) = *(int *)(param_1 + ... |
/* std::string::_Rep::_M_grab(std::allocator<char> const&, std::allocator<char> const&) */
type_1 * std::string::_Rep::_M_grab(type_1 *var_1,type_1 *param_2)
{
type_1 *paVar1;
if (-1 < *(int *)(var_1 + 0x10)) {
if (var_1 != (type_1 *)PTR__S_empty_rep_storage_0043dc38) {
if (var_2 == (type_2 *)0x0) {... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
undefined * MASKED(undefined *param_1,undefined8 param_2)
{
undefined *puVar1;
if (-1 < *(int *)(param_1 + 0x10)) {
if (param_1 != PTR_DAT_0043dc38) {
if (PTR___pthread_key_create_0043dee8 == (undefined *)0x0) {
*(int *)(param_1 + 0x10) = *(int *)(param_1 + 0x10) + 1;
}
else {
... |
2886_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c | WriteAVSImage | FUN_00325b70 |
/* WARNING: Enum "ChannelType": Some values do not have unique names */
/* WARNING: Enum "GravityType": Some values do not have unique names */
/* WARNING: Enum "DisposeType": Some values do not have unique names */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
/* WARNING: Enum "ExceptionTyp... |
undefined8 FUN_00325b70(long param_1,long param_2,long param_3)
{
undefined1 *puVar1;
float fVar2;
double dVar3;
double dVar4;
double dVar5;
int iVar6;
undefined8 uVar7;
long lVar8;
undefined1 *puVar9;
long lVar10;
long lVar11;
undefined1 *puVar12;
long lVar13;
undefined1 uVar14;
double ... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x28
TEST RDI,RDI
MOV qword ptr [RSP + 0x10],RDI
JZ 0x00325fbc
MOV RBX,qword ptr [RSP + 0x10]
MOV EAX,0xabacadab
CMP qword ptr [RBX + 0x3278],RAX
JNZ 0x00326057
TEST RSI,RSI
MOV R15,RSI
JZ 0x00326038
CMP qword ptr [RSI + 0x3450],RAX
JNZ 0x00326019
MOV EBX,dw... | null | null | null | null | [(u'MULTIEQUAL_-1204984745', u'PTRADD_-1204985826'), (u'INDIRECT_-1204982963', u'MULTIEQUAL_-1204983052'), ('const-433', u'LOAD_-1204986182'), (u'INT_ADD_-1204985759', u'MULTIEQUAL_-1204984786'), ('const-0', u'COPY_-1204984187'), ('const-433', u'LOAD_-1204985907'), ('const-4126800', u'COPY_-1204982302'), (u'MULTIEQUAL_... | [(u'MULTIEQUAL_-1204983482', u'CALL_-1204985400'), (u'INDIRECT_-1204983558', u'COPY_-1204983097'), (u'INDIRECT_-1204983558', u'MULTIEQUAL_-1204983097'), (u'CALL_-1204985473', u'INDIRECT_-1204983014'), (u'CAST_-1204983122', u'LOAD_-1204986609'), ('const-1', u'PTRADD_-1204985826'), (u'INDIRECT_-1204982700', u'COPY_-12049... | null | null | 00325b70 | x64 | O2 | (translation_unit "undefined8 FUN_00325b70(long param_1,long param_2,long param_3)\n\n{\n undefined1 *puVar1;\n float fVar2;\n double dVar3;\n double dVar4;\n double dVar5;\n int iVar6;\n undefined8 uVar7;\n long lVar8;\n undefined1 *puVar9;\n long lVar10;\n long lVar11;\n undefined1 *puVar12;\n long lVar1... | (translation_unit "/* WARNING: Enum "ChannelType": Some values do not have unique names */\n/* WARNING: Enum "GravityType": Some values do not have unique names */\n/* WARNING: Enum "DisposeType": Some values do not have unique names */\n/* WARNING: Enum "PixelChannel": Some values do not have unique names */\n/* WARNI... | (translation_unit "undefined8 FUN_00325b70(long param_1,long param_2,long param_3)\n\n{\n undefined1 *puVar1;\n float fVar2;\n double dVar3;\n double dVar4;\n double dVar5;\n int iVar6;\n undefined8 uVar7;\n long lVar8;\n undefined1 *puVar9;\n long lVar10;\n long lVar11;\n undefined1 *puVar12;\n long lVar1... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_... | (function_definition "undefined8 FUN_00325b70(long param_1,long param_2,long param_3)\n\n{\n undefined1 *puVar1;\n float fVar2;\n double dVar3;\n double dVar4;\n double dVar5;\n int iVar6;\n undefined8 uVar7;\n long lVar8;\n undefined1 *puVar9;\n long lVar10;\n long lVar11;\n undefined1 *puVar12;\n long lV... |
/* WARNING: Enum "ChannelType": Some values do not have unique names */
/* WARNING: Enum "GravityType": Some values do not have unique names */
/* WARNING: Enum "DisposeType": Some values do not have unique names */
/* WARNING: Enum "PixelChannel": Some values do not have unique names */
/* WARNING: Enum "ExceptionTyp... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_decl... | null |
undefined8 MASKED(long param_1,long param_2,long param_3)
{
undefined1 *puVar1;
float fVar2;
double dVar3;
double dVar4;
double dVar5;
int iVar6;
undefined8 uVar7;
long lVar8;
undefined1 *puVar9;
long lVar10;
long lVar11;
undefined1 *puVar12;
long lVar13;
undefined1 uVar14;
double dVar15... |
78_x86_64-linux-gnu-elfedit_and_x86_64-linux-gnu-elfedit_strip.c | lbasename | FUN_00105110 |
char * lbasename(char *name)
{
char cVar1;
char *base;
char *pcVar2;
bool bVar3;
cVar1 = *name;
pcVar2 = name;
if (cVar1 == '\0') {
return name;
}
do {
pcVar2 = pcVar2 + 1;
bVar3 = cVar1 == '/';
cVar1 = *pcVar2;
if (bVar3) {
name = pcVar2;
}
} while (cVar1 != '\0')... |
char * FUN_00105110(char *param_1)
{
char cVar1;
char *pcVar2;
bool bVar3;
cVar1 = *param_1;
pcVar2 = param_1;
if (cVar1 == '\0') {
return param_1;
}
do {
pcVar2 = pcVar2 + 1;
bVar3 = cVar1 == '/';
cVar1 = *pcVar2;
if (bVar3) {
param_1 = pcVar2;
}
} while (cVar1 != '... | MOVZX EDX,byte ptr [RDI]
MOV RAX,RDI
TEST DL,DL
JZ 0x00105138
NOP word ptr [RAX + RAX*0x1]
ADD RDI,0x1
CMP DL,0x2f
MOVZX EDX,byte ptr [RDI]
CMOVZ RAX,RDI
TEST DL,DL
JNZ 0x00105120
RET
RET | null | null | null | null | [(u'PTRADD_-1206955661', u'LOAD_-1206955700'), (u'LOAD_-1206955758', u'MULTIEQUAL_-1206955581'), (u'INT_EQUAL_-1206955735', u'CBRANCH_-1206955734'), ('const-1', u'PTRADD_-1206955661'), ('tmp_158', u'LOAD_-1206955758'), ('const-433', u'LOAD_-1206955700'), (u'COPY_-1206955621', u'MULTIEQUAL_-1206955591'), (u'MULTIEQUAL_-... | [('tmp_257', u'LOAD_-1206955758'), (u'PTRADD_-1206955661', u'LOAD_-1206955700'), (u'LOAD_-1206955758', u'MULTIEQUAL_-1206955581'), (u'INT_EQUAL_-1206955735', u'CBRANCH_-1206955734'), ('const-47', u'INT_EQUAL_-1206955699'), ('const-1', u'PTRADD_-1206955661'), (u'COPY_-1206955621', u'MULTIEQUAL_-1206955591'), (u'MULTIEQU... | null | null | 00105110 | x64 | O2 | (translation_unit "char * FUN_00105110(char *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *param_1;\n pcVar2 = param_1;\n if (cVar1 == '\0') {\n return param_1;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n param_1 = ... | (translation_unit "char * lbasename(char *name)\n\n{\n char cVar1;\n char *base;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *name;\n pcVar2 = name;\n if (cVar1 == '\0') {\n return name;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n name = pcV... | (translation_unit "char * FUN_00105110(char *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *param_1;\n pcVar2 = param_1;\n if (cVar1 == '\0') {\n return param_1;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n param_1 = ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statemen... | (function_definition "char * FUN_00105110(char *param_1)\n\n{\n char cVar1;\n char *pcVar2;\n bool bVar3;\n \n cVar1 = *param_1;\n pcVar2 = param_1;\n if (cVar1 == '\0') {\n return param_1;\n }\n do {\n pcVar2 = pcVar2 + 1;\n bVar3 = cVar1 == '/';\n cVar1 = *pcVar2;\n if (bVar3) {\n param_1... |
char * function_1(char *name)
{
char var_1;
char *base;
char *var_2;
bool bVar3;
var_1 = *name;
var_2 = name;
if (var_1 == '\0') {
return name;
}
do {
var_2 = var_2 + 1;
bVar3 = var_1 == '/';
var_1 = *var_2;
if (bVar3) {
name = var_2;
}
} while (var_1 != '\0');
r... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (decla... | null |
char * MASKED(char *param_1)
{
char cVar1;
char *pcVar2;
bool bVar3;
cVar1 = *param_1;
pcVar2 = param_1;
if (cVar1 == '\0') {
return param_1;
}
do {
pcVar2 = pcVar2 + 1;
bVar3 = cVar1 == '/';
cVar1 = *pcVar2;
if (bVar3) {
param_1 = pcVar2;
}
} while (cVar1 != '\0');
... |
3761_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | Got_entry | FUN_001cfab0 |
/* DWARF original prototype: void Got_entry(Got_entry * this, Valtype constant) */
void __thiscall
gold::Output_data_got<64,_true>::Got_entry::Got_entry(Got_entry *this,Valtype constant)
{
*(undefined4 *)&this->field_0x8 = 0x7ffffffe;
(this->u_).constant = constant;
return;
}
|
void FUN_001cfab0(undefined8 *param_1,undefined8 param_2)
{
*(undefined4 *)(param_1 + 1) = 0x7ffffffe;
*param_1 = param_2;
return;
}
| MOV dword ptr [RDI + 0x8],0x7ffffffe
MOV qword ptr [RDI],RSI
RET | null | null | null | null | [(u'PTRSUB_-1207698683', u'STORE_-1207698754'), (u'CAST_-1207698693', u'STORE_-1207698763'), ('tmp_24', u'STORE_-1207698754'), ('const-0', u'PTRSUB_-1207698683'), ('tmp_23', u'PTRSUB_-1207698693'), ('const-0', u'PTRSUB_-1207698685'), ('const-2147483646', u'STORE_-1207698763'), ('const-433', u'STORE_-1207698763'), (u'PT... | [('const-433', u'STORE_-1207698763'), ('const-2147483646', u'STORE_-1207698763'), ('tmp_23', u'PTRADD_-1207698694'), ('tmp_24', u'STORE_-1207698754'), ('const-8', u'PTRADD_-1207698694'), ('const-433', u'STORE_-1207698754'), ('tmp_23', u'STORE_-1207698754'), (u'PTRADD_-1207698694', u'CAST_-1207698694'), ('const-1', u'PT... | null | null | 001cfab0 | x64 | O2 | (translation_unit "void FUN_001cfab0(undefined8 *param_1,undefined8 param_2)\n\n{\n *(undefined4 *)(param_1 + 1) = 0x7ffffffe;\n *param_1 = param_2;\n return;\n}\n\n" (function_definition "void FUN_001cfab0(undefined8 *param_1,undefined8 param_2)\n\n{\n *(undefined4 *)(param_1 + 1) = 0x7ffffffe;\n *param_1 = param... | (translation_unit "/* DWARF original prototype: void Got_entry(Got_entry * this, Valtype constant) */\n\nvoid __thiscall\ngold::Output_data_got<64,_true>::Got_entry::Got_entry(Got_entry *this,Valtype constant)\n\n{\n *(undefined4 *)&this->field_0x8 = 0x7ffffffe;\n (this->u_).constant = constant;\n return;\n}\n\n" co... | (translation_unit "void FUN_001cfab0(undefined8 *param_1,undefined8 param_2)\n\n{\n *(undefined4 *)(param_1 + 1) = 0x7ffffffe;\n *param_1 = param_2;\n return;\n}\n\n" (function_definition "void FUN_001cfab0(undefined8 *param_1,undefined8 param_2)\n\n{\n *(undefined4 *)(param_1 + 1) = 0x7ffffffe;\n *param_1 = param... | (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 * (cast_expression ( (type_descriptor TYPE (a... | (function_definition "void FUN_001cfab0(undefined8 *param_1,undefined8 param_2)\n\n{\n *(undefined4 *)(param_1 + 1) = 0x7ffffffe;\n *param_1 = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001cfab0(undefined8 *param_1,undefined8 param_2)" (identifier "FUN_001cfab0") (parameter_list "(undef... |
/* DWARF original prototype: void Got_entry(Got_entry * this, Valtype constant) */
void __thiscall
gold::Output_data_got<64,_true>::Got_entry::Got_entry(Got_entry *this,Valtype constant)
{
*(function_1 *)&this->field_0x8 = 0x7ffffffe;
(this->u_).constant = constant;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
void MASKED(undefined8 *param_1,undefined8 param_2)
{
*(undefined4 *)(param_1 + 1) = 0x7ffffffe;
*param_1 = param_2;
return;
}
|
2888_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | ~Sized_relobj_incr | FUN_00191380 |
/* DWARF original prototype: void ~Sized_relobj_incr(Sized_relobj_incr<32,_true> * this, int
__in_chrg) */
void __thiscall
gold::Sized_relobj_incr<32,_true>::~Sized_relobj_incr
(Sized_relobj_incr<32,_true> *this,int __in_chrg)
{
int *piVar1;
pointer pLVar2;
pointer ppSVar3;
pointer puVar4;
poi... |
void FUN_00191380(undefined8 *param_1)
{
int *piVar1;
*param_1 = &PTR_FUN_004338e0;
if (param_1[0x2e] != 0) {
FUN_002dac60();
}
if (param_1[0x27] != 0) {
FUN_002dac60();
}
*param_1 = &DAT_00431b88;
if (param_1[0x1c] != 0) {
FUN_002dac60();
}
FUN_00166ac0(param_1 + 0x15);
*param_1 ... | LEA RAX,[0x4338e0]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x170]
TEST RDI,RDI
JZ 0x0019139f
CALL 0x002dac60
MOV RDI,qword ptr [RBX + 0x138]
TEST RDI,RDI
JZ 0x001913b0
CALL 0x002dac60
MOV RDI,qword ptr [RBX + 0xe0]
LEA RAX,[0x431b88]
MOV qword ptr [RBX],RAX
TEST RDI,RDI
JZ 0x001913cb
CALL ... | null | null | null | null | [(u'CAST_-1207560762', u'STORE_-1207561175'), ('tmp_91', u'CBRANCH_-1207561263'), (u'LOAD_-1207561191', u'INT_NOTEQUAL_-1207561158'), (u'LOAD_-1207561092', u'CALL_-1207561057'), (u'PTRSUB_-1207560793', u'PTRSUB_-1207560772'), ('tmp_394', u'PTRSUB_-1207560860'), ('const-0', u'PTRSUB_-1207560830'), ('const-0', u'PTRSUB_-... | [(u'CAST_-1207560809', u'STORE_-1207561106'), ('tmp_91', u'CBRANCH_-1207561263'), ('const-0', u'INT_NOTEQUAL_-1207561158'), (u'LOAD_-1207561191', u'INT_NOTEQUAL_-1207561158'), ('const-28', u'PTRADD_-1207560896'), ('tmp_821', u'PTRADD_-1207560801'), ('const-433', u'LOAD_-1207561092'), (u'LOAD_-1207561109', u'INT_ADD_-12... | null | null | 00191380 | x64 | O2 | (translation_unit "void FUN_00191380(undefined8 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &PTR_FUN_004338e0;\n if (param_1[0x2e] != 0) {\n FUN_002dac60();\n }\n if (param_1[0x27] != 0) {\n FUN_002dac60();\n }\n *param_1 = &DAT_00431b88;\n if (param_1[0x1c] != 0) {\n FUN_002dac60();\n }\n FUN_001... | (translation_unit "/* DWARF original prototype: void ~Sized_relobj_incr(Sized_relobj_incr<32,_true> * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<32,_true>::~Sized_relobj_incr\n (Sized_relobj_incr<32,_true> *this,int __in_chrg)\n\n{\n int *piVar1;\n pointer pLVar2;\n pointer ppSV... | (translation_unit "void FUN_00191380(undefined8 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &PTR_FUN_004338e0;\n if (param_1[0x2e] != 0) {\n FUN_002dac60();\n }\n if (param_1[0x27] != 0) {\n FUN_002dac60();\n }\n *param_1 = &DAT_00431b88;\n if (param_1[0x1c] != 0) {\n FUN_002dac60();\n }\n FUN_001... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression &... | (function_definition "void FUN_00191380(undefined8 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &PTR_FUN_004338e0;\n if (param_1[0x2e] != 0) {\n FUN_002dac60();\n }\n if (param_1[0x27] != 0) {\n FUN_002dac60();\n }\n *param_1 = &DAT_00431b88;\n if (param_1[0x1c] != 0) {\n FUN_002dac60();\n }\n FUN_... |
/* DWARF original prototype: void ~Sized_relobj_incr(Sized_relobj_incr<32,_true> * this, int
__in_chrg) */
void __thiscall
var_1::Sized_relobj_incr<32,var_11>::~Sized_relobj_incr
(Sized_relobj_incr<32,var_11> *this,int __in_chrg)
{
int *piVar1;
type_1 var_4;
type_1 var_7;
type_1 var_10;
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 |
void MASKED(undefined8 *param_1)
{
int *piVar1;
*param_1 = &PTR_FUN_004338e0;
if (param_1[0x2e] != 0) {
FUN_002dac60();
}
if (param_1[0x27] != 0) {
FUN_002dac60();
}
*param_1 = &DAT_00431b88;
if (param_1[0x1c] != 0) {
FUN_002dac60();
}
FUN_00166ac0(param_1 + 0x15);
*param_1 = &DAT... |
8508_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | replace | FUN_0033dbd0 |
/* std::wstring::replace(__normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t
const*, std::wstring >, wchar_t const*, wchar_t const*) */
void __thiscall
std::wstring::replace(wstring *this,long param_2,long param_3,wchar_t *param_4,long param_5)
{
ulong uVar1;
ulong uVar2;
ulong uVar3... |
void FUN_0033dbd0(long *param_1,long param_2,long param_3,long param_4,long param_5)
{
ulong uVar1;
ulong uVar2;
ulong uVar3;
uVar1 = param_1[1];
uVar2 = param_2 - *param_1 >> 2;
uVar3 = param_3 - param_2 >> 2;
if (uVar1 - uVar2 < uVar3) {
uVar3 = uVar1 - uVar2;
}
if (uVar2 <= uVar1) {
FU... | MOV R9,qword ptr [RDI + 0x8]
MOV RAX,RSI
SUB RAX,qword ptr [RDI]
SUB RDX,RSI
SAR RAX,0x2
SUB R8,RCX
SAR RDX,0x2
MOV RSI,R9
SAR R8,0x2
SUB RSI,RAX
CMP RDX,RSI
CMOVA RDX,RSI
CMP RAX,R9
JA 0x0033dc06
MOV RSI,RAX
JMP 0x0033d520
PUSH RDX
MOV RCX,R9
MOV RDX,RAX
XOR EAX,EAX
LEA RSI,[0x3ff686]
LEA RDI,[0x3e0c68]
CALL 0x0037740... | null | null | null | null | [(u'INT_SRIGHT_-1205019625', u'CALL_-1205019415'), ('tmp_678', u'INT_SUB_-1205019660'), (u'INT_SRIGHT_-1205019625', u'CALL_-1205019464'), (u'CAST_-1205019348', u'INT_SUB_-1205019598'), (u'INT_SUB_-1205019648', u'INT_SRIGHT_-1205019575'), ('const-8', u'PTRADD_-1205019631'), ('const-4066408', u'COPY_-1205019357'), (u'INT... | [(u'INT_SRIGHT_-1205019625', u'CALL_-1205019415'), (u'LOAD_-1205019693', u'INT_SUB_-1205019506'), (u'INT_SUB_-1205019506', u'INT_LESS_-1205019488'), (u'INT_SRIGHT_-1205019625', u'CALL_-1205019464'), ('const-2', u'INT_SRIGHT_-1205019625'), ('tmp_679', u'INT_SUB_-1205019648'), (u'INT_SUB_-1205019648', u'INT_SRIGHT_-12050... | null | null | 0033dbd0 | x64 | O2 | (translation_unit "void FUN_0033dbd0(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong uVar3;\n \n uVar1 = param_1[1];\n uVar2 = param_2 - *param_1 >> 2;\n uVar3 = param_3 - param_2 >> 2;\n if (uVar1 - uVar2 < uVar3) {\n uVar3 = uVar1 - uVar2;\n }\... | (translation_unit "/* std::wstring::replace(__normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t\n const*, std::wstring >, wchar_t const*, wchar_t const*) */\n\nvoid __thiscall\nstd::wstring::replace(wstring *this,long param_2,long param_3,wchar_t *param_4,long param_5)\n\n{\n ulong uVar1;\n ... | (translation_unit "void FUN_0033dbd0(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong uVar3;\n \n uVar1 = param_1[1];\n uVar2 = param_2 - *param_1 >> 2;\n uVar3 = param_3 - param_2 >> 2;\n if (uVar1 - uVar2 < uVar3) {\n uVar3 = uVar1 - uVar2;\n }\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (size... | (function_definition "void FUN_0033dbd0(long *param_1,long param_2,long param_3,long param_4,long param_5)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong uVar3;\n \n uVar1 = param_1[1];\n uVar2 = param_2 - *param_1 >> 2;\n uVar3 = param_3 - param_2 >> 2;\n if (uVar1 - uVar2 < uVar3) {\n uVar3 = uVar1 - uVar2;\n ... |
/* std::wstring::replace(__normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t
const*, std::wstring >, wchar_t const*, wchar_t const*) */
void __thiscall
std::type_1::function_1(type_1 *var_1,long var_2,long var_3,type_2 *param_4,long var_4)
{
type_3 var_5;
type_3 var_6;
type_3 var_7;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarato... | null |
void MASKED(long *param_1,long param_2,long param_3,long param_4,long param_5)
{
ulong uVar1;
ulong uVar2;
ulong uVar3;
uVar1 = param_1[1];
uVar2 = param_2 - *param_1 >> 2;
uVar3 = param_3 - param_2 >> 2;
if (uVar1 - uVar2 < uVar3) {
uVar3 = uVar1 - uVar2;
}
if (uVar2 <= uVar1) {
FUN_0033... |
2162_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | ~Struct_no_noinhibit_exec | FUN_0018fd60 |
/* DWARF original prototype: void ~Struct_no_noinhibit_exec(Struct_no_noinhibit_exec * this, int
__in_chrg) */
void __thiscall
gold::General_options::Struct_no_noinhibit_exec::~Struct_no_noinhibit_exec
(Struct_no_noinhibit_exec *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->option).longna... |
void FUN_0018fd60(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00651528;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_0049e340((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x651528]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x0018fd80
MOV RDI,RDX
JMP 0x0049e340
RET | null | null | null | null | [('const-0', u'PTRSUB_-1207435811'), ('const-8', u'PTRSUB_-1207435810'), ('const-0', u'PTRSUB_-1207435815'), (u'CAST_-1207435799', u'INT_NOTEQUAL_-1207435893'), ('const-0', u'PTRSUB_-1207435819'), ('const-0', u'RETURN_-1207435870'), (u'PTRSUB_-1207435810', u'STORE_-1207435917'), ('const-0', u'PTRSUB_-1207435810'), ('tm... | [('const-3', u'PTRADD_-1207435814'), (u'CAST_-1207435821', u'CALL_-1207435883'), (u'CAST_-1207435821', u'INT_NOTEQUAL_-1207435893'), ('const-8', u'PTRADD_-1207435822'), (u'INT_NOTEQUAL_-1207435893', u'CBRANCH_-1207435892'), ('const-0', u'RETURN_-1207435879'), ('const-0', u'RETURN_-1207435870'), ('tmp_109', u'PTRADD_-12... | null | null | 0018fd60 | x64 | O2 | (translation_unit "void FUN_0018fd60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00651528;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0018fd60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006... | (translation_unit "/* DWARF original prototype: void ~Struct_no_noinhibit_exec(Struct_no_noinhibit_exec * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_noinhibit_exec::~Struct_no_noinhibit_exec\n (Struct_no_noinhibit_exec *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pc... | (translation_unit "void FUN_0018fd60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00651528;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0018fd60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_006... | (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_0018fd60(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00651528;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e340((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0018fd60(undefined8 *param_1)" (identifier ... |
/* DWARF original prototype: void ~Struct_no_noinhibit_exec(Struct_no_noinhibit_exec * this, int
__in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->option).longname._M_dataplus._M_p;
(this->super_Struct_va... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00651528;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_0049e340((undefined8 *)param_1[1]);
return;
}
return;
}
|
119_sg_logs_and_sg_logs_strip.c | show_power_condition_transitions_page | FUN_001114c0 |
_Bool show_power_condition_transitions_page(uint8_t *resp,int len,opts_t *op)
{
ushort *puVar1;
byte bVar2;
byte bVar3;
int iVar4;
long lVar5;
ushort uVar6;
byte *pbVar7;
char *pcVar8;
int maxoutlen;
ulong uVar9;
int iVar10;
int iVar11;
ushort *puVar12;
long in_FS_OFFSET;
char str [128];... |
undefined8 FUN_001114c0(long param_1,int param_2,long param_3)
{
ushort *puVar1;
byte bVar2;
byte bVar3;
int iVar4;
ushort uVar5;
byte *pbVar6;
undefined8 uVar7;
ulong uVar8;
int iVar9;
ushort *puVar10;
long in_FS_OFFSET;
undefined1 local_c8 [136];
long local_40;
local_40 = *(long *)(in... | PUSH R15
MOV R15,RDI
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDX
PUSH RBP
PUSH RBX
MOV EBX,ESI
SUB RSP,0xa8
MOV EDX,dword ptr [RDX + 0x30]
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x98],RAX
XOR EAX,EAX
TEST EDX,EDX
JNZ 0x0011173d
CMP byte ptr [R12 + 0x3],0x0
JZ 0x00111730
SUB EBX,0x4
ADD R15,0x4
CMP EBX,0x3
JLE 0x00... | null | null | null | null | [(u'CALL_-1207035673', u'INDIRECT_-1207034706'), (u'INDIRECT_-1207034706', u'MULTIEQUAL_-1207034882'), ('const-1', u'PTRADD_-1207036066'), ('const-40', u'INT_ADD_-1207035913'), (u'COPY_-1207034163', u'CALL_-1207035537'), ('tmp_5261', u'MULTIEQUAL_-1207035029'), (u'MULTIEQUAL_-1207034760', u'INT_ADD_-1207035913'), ('con... | [(u'INT_ADD_-1207036376', u'CAST_-1207034440'), ('const-1', u'PTRADD_-1207036066'), ('const-40', u'INT_ADD_-1207035913'), ('const-4294967295', u'COPY_-1207034778'), ('const-433', u'LOAD_-1207036677'), ('const-1', u'CALL_-1207035537'), (u'INT_ADD_-1207036442', u'INT_SUB_-1207035973'), ('const-1', u'PTRADD_-1207034041'),... | null | null | 001114c0 | x64 | O2 | (translation_unit "undefined8 FUN_001114c0(long param_1,int param_2,long param_3)\n\n{\n ushort *puVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n ushort uVar5;\n byte *pbVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n ushort *puVar10;\n long in_FS_OFFSET;\n undefined1 local_c8 [136];\n long local... | (translation_unit "_Bool show_power_condition_transitions_page(uint8_t *resp,int len,opts_t *op)\n\n{\n ushort *puVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n long lVar5;\n ushort uVar6;\n byte *pbVar7;\n char *pcVar8;\n int maxoutlen;\n ulong uVar9;\n int iVar10;\n int iVar11;\n ushort *puVar12;\n lo... | (translation_unit "undefined8 FUN_001114c0(long param_1,int param_2,long param_3)\n\n{\n ushort *puVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n ushort uVar5;\n byte *pbVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n ushort *puVar10;\n long in_FS_OFFSET;\n undefined1 local_c8 [136];\n long local... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ... | (function_definition "undefined8 FUN_001114c0(long param_1,int param_2,long param_3)\n\n{\n ushort *puVar1;\n byte bVar2;\n byte bVar3;\n int iVar4;\n ushort uVar5;\n byte *pbVar6;\n undefined8 uVar7;\n ulong uVar8;\n int iVar9;\n ushort *puVar10;\n long in_FS_OFFSET;\n undefined1 local_c8 [136];\n long lo... |
type_1 function_1(uint8_t *var_4,int var_3,type_2 *op)
{
type_3 *var_12;
type_4 var_6;
type_4 bVar3;
int var_14;
long var_17;
type_3 uVar6;
type_4 *var_8;
char *pcVar8;
int maxoutlen;
type_5 var_9;
int var_5;
int var_16;
type_3 *var_13;
long var_1;
char str [128];
var_17 = *(long *)... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaratio... | null |
undefined8 MASKED(long param_1,int param_2,long param_3)
{
ushort *puVar1;
byte bVar2;
byte bVar3;
int iVar4;
ushort uVar5;
byte *pbVar6;
undefined8 uVar7;
ulong uVar8;
int iVar9;
ushort *puVar10;
long in_FS_OFFSET;
undefined1 local_c8 [136];
long local_40;
local_40 = *(long *)(in_FS_OF... |
65_hppa-linux-gnu-readelf_and_hppa-linux-gnu-readelf_strip.c | getc | getc |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int getc(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_getc_00190208)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int getc(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_getc_00190208)();
return iVar1;
}
| JMP qword ptr [0x00190208] | null | null | null | null | [(u'CAST_-1206946725', u'CALLIND_-1206946792'), ('tmp_32', u'CAST_-1206946725'), (u'CALLIND_-1206946792', u'RETURN_-1206946789'), (u'CALLIND_-1206946792', u'INDIRECT_-1206946730'), ('const-0', u'RETURN_-1206946789'), (u'INDIRECT_-1206946730', u'COPY_-1206946789')] | [(u'CAST_-1206946725', u'CALLIND_-1206946792'), ('tmp_32', u'CAST_-1206946725'), (u'CALLIND_-1206946792', u'RETURN_-1206946789'), (u'CALLIND_-1206946792', u'INDIRECT_-1206946730'), ('const-0', u'RETURN_-1206946789'), (u'INDIRECT_-1206946730', u'COPY_-1206946789')] | null | null | 00107410 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_00190208)();\n return iVar1;\n}\n\n" comment (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ge... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_00190208)();\n return iVar1;\n}\n\n" comment (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_ge... | (translation_unit "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_00190208)();\n return iVar1;\n}\n\n" (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_00190208)();\n return iVar1;\n}" primitive_type (function_declarator "getc(FILE *__s... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * ... | (function_definition "int getc(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_getc_00190208)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "getc(FILE *__stream)" (identifier "getc") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_getc_00190208)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00190208)();
return iVar1;
}
|
5304_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | is_blocked | FUN_00233520 |
/* DWARF original prototype: bool is_blocked(Task_token * this, Task_token * this) */
bool __thiscall gold::Task_token::is_blocked(Task_token *this,Task_token *this_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/token.h",0xab,"is_blocked");
}
|
void FUN_00233520(void)
{
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/token.h",0xab,"is_blocked");
}
| SUB RSP,0x8
LEA RDX,[0x322de8]
MOV ESI,0xab
LEA RDI,[0x3075e5]
CALL 0x0016cdf0 | null | null | null | null | [(u'COPY_-1204013734', u'CALL_-1204013748'), ('const-3175909', u'COPY_-1204013734'), ('const-171', u'CALL_-1204013748'), ('const-3288552', u'COPY_-1204013733'), ('const-1', u'RETURN_-1204013743'), (u'COPY_-1204013733', u'CALL_-1204013748')] | [(u'COPY_-1204013734', u'CALL_-1204013748'), ('const-3175909', u'COPY_-1204013735'), (u'COPY_-1204013735', u'CALL_-1204013748'), ('const-1', u'RETURN_-1204013743'), ('const-171', u'CALL_-1204013748'), ('const-3288552', u'COPY_-1204013734')] | null | null | 00233520 | x64 | O2 | (translation_unit "void FUN_00233520(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0xab,"is_blocked");\n}\n\n" (function_definition "void FUN_00233520(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/to... | (translation_unit "/* DWARF original prototype: bool is_blocked(Task_token * this, Task_token * this) */\n\nbool __thiscall gold::Task_token::is_blocked(Task_token *this,Task_token *this_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0xab,"is_blocked")... | (translation_unit "void FUN_00233520(void)\n\n{\n \n FUN_0016cdf0("../../gold/token.h",0xab,"is_blocked");\n}\n\n" (function_definition "void FUN_00233520(void)\n\n{\n \n FUN_0016cdf0("../../gold/token.h",0xab,"is_blocked");\n}" primitive_type (function_declarator "FUN_00233520(v... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00233520(void)\n\n{\n \n FUN_0016cdf0("../../gold/token.h",0xab,"is_blocked");\n}" (primitive_type "void") (function_declarator "FUN_00233520(void)" (identifier "FUN_00233520") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () "... |
/* DWARF original prototype: bool is_blocked(Task_token * this, Task_token * this) */
bool __thiscall gold::type_1::function_1(type_1 *this,type_1 *this_1)
{
/* WARNING: Subroutine does not return */
var_1("../../gold/token.h",0xab,"is_blocked");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_l... | null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/token.h",0xab,"is_blocked");
}
|
38_hppa64-linux-gnu-addr2line_and_hppa64-linux-gnu-addr2line_strip.c | xstrdup | xstrdup |
void xstrdup(void)
{
(*(code *)PTR_xstrdup_00108130)();
return;
}
|
void xstrdup(void)
{
(*(code *)PTR_xstrdup_00108130)();
return;
}
| JMP qword ptr [0x00108130] | null | null | null | null | [('const-0', u'RETURN_-1206967701'), (u'CAST_-1206967639', u'CALLIND_-1206967704'), (u'CALLIND_-1206967704', u'INDIRECT_-1206967644'), ('tmp_22', u'CAST_-1206967639'), (u'INDIRECT_-1206967644', u'COPY_-1206967703')] | [('const-0', u'RETURN_-1206967701'), (u'CAST_-1206967639', u'CALLIND_-1206967704'), (u'CALLIND_-1206967704', u'INDIRECT_-1206967644'), ('tmp_22', u'CAST_-1206967639'), (u'INDIRECT_-1206967644', u'COPY_-1206967703')] | null | null | 00102260 | x64 | O2 | (translation_unit "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}" primitive_type (function_declarator "xstrdup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}" primitive_type (function_declarator "xstrdup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}\n\n" (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}" primitive_type (function_declarator "xstrdup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" p... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void xstrdup(void)\n\n{\n (*(code *)PTR_xstrdup_00108130)();\n return;\n}" (primitive_type "void") (function_declarator "xstrdup(void)" (identifier "xstrdup") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR... |
void function_1(void)
{
(*(type_1 *)PTR_xstrdup_00108130)();
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_00108130)();
return;
}
|
127_date_and_date_strip.c | set_char_quoting | FUN_0010d250 |
wchar_t set_char_quoting(quoting_options *o,char c,wchar_t i)
{
uint uVar1;
uint uVar2;
uchar uc;
if (o == (quoting_options *)0x0) {
o = &default_quoting_options;
}
uVar1 = o->quote_these_too[(byte)c >> 5];
uVar2 = uVar1 >> (c & 0x1fU);
o->quote_these_too[(byte)c >> 5] = ((i ^ uVar2) & 1U) << (... |
uint FUN_0010d250(undefined *param_1,byte param_2,uint param_3)
{
uint uVar1;
uint uVar2;
if (param_1 == (undefined *)0x0) {
param_1 = &DAT_0011b400;
}
uVar1 = *(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8);
uVar2 = uVar1 >> (param_2 & 0x1f);
*(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8)... | TEST RDI,RDI
LEA RAX,[0x11b400]
MOV ECX,ESI
CMOVZ RDI,RAX
MOV EAX,ESI
AND ECX,0x1f
SHR AL,0x5
MOVZX EAX,AL
LEA RDI,[RDI + RAX*0x4 + 0x8]
MOV ESI,dword ptr [RDI]
MOV EAX,ESI
SHR EAX,CL
XOR EDX,EAX
AND EAX,0x1
AND EDX,0x1
SHL EDX,CL
XOR EDX,ESI
MOV dword ptr [RDI],EDX
RET | null | null | null | null | [('tmp_34', u'CBRANCH_-1206922641'), (u'INT_AND_-1206922607', u'INT_RIGHT_-1206922528'), ('const-1', u'INT_AND_-1206922479'), (u'COPY_-1206922373', u'RETURN_-1206922414'), (u'INT_RIGHT_-1206922286', u'INT_ZEXT_-1206922604'), (u'PTRSUB_-1206922241', u'PTRADD_-1206922240'), (u'PTRADD_-1206922240', u'STORE_-1206922426'), ... | [('tmp_34', u'CBRANCH_-1206922641'), ('const-0', u'PTRSUB_-1206922579'), (u'INT_AND_-1206922607', u'INT_RIGHT_-1206922528'), (u'INT_ADD_-1206922291', u'PTRADD_-1206922511'), ('const-1', u'INT_AND_-1206922479'), (u'INT_AND_-1206922479', u'COPY_-1206922297'), ('const-433', u'STORE_-1206922426'), ('tmp_830', u'INT_RIGHT_-... | null | null | 0010d250 | x64 | O2 | (translation_unit "uint FUN_0010d250(undefined *param_1,byte param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n \n if (param_1 == (undefined *)0x0) {\n param_1 = &DAT_0011b400;\n }\n uVar1 = *(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8);\n uVar2 = uVar1 >> (param_2 & 0x1f);\n *(uint *)(param_1 + (... | (translation_unit "wchar_t set_char_quoting(quoting_options *o,char c,wchar_t i)\n\n{\n uint uVar1;\n uint uVar2;\n uchar uc;\n \n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n uVar1 = o->quote_these_too[(byte)c >> 5];\n uVar2 = uVar1 >> (c & 0x1fU);\n o->quote_these_too[(byte)c >... | (translation_unit "uint FUN_0010d250(undefined *param_1,byte param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n \n if (param_1 == (undefined *)0x0) {\n param_1 = &DAT_0011b400;\n }\n uVar1 = *(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8);\n uVar2 = uVar1 >> (param_2 & 0x1f);\n *(uint *)(param_1 + (... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (p... | (function_definition "uint FUN_0010d250(undefined *param_1,byte param_2,uint param_3)\n\n{\n uint uVar1;\n uint uVar2;\n \n if (param_1 == (undefined *)0x0) {\n param_1 = &DAT_0011b400;\n }\n uVar1 = *(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8);\n uVar2 = uVar1 >> (param_2 & 0x1f);\n *(uint *)(param_1 ... |
type_1 function_1(type_2 *var_1,char var_3,type_1 var_4)
{
type_3 var_2;
type_3 var_5;
type_4 uc;
if (var_1 == (type_2 *)0x0) {
var_1 = &default_quoting_options;
}
var_2 = var_1->quote_these_too[(type_5)var_3 >> 5];
var_5 = var_2 >> (var_3 & 0x1fU);
var_1->quote_these_too[(type_5)var_3 >> 5] = ... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (ident... | null |
uint MASKED(undefined *param_1,byte param_2,uint param_3)
{
uint uVar1;
uint uVar2;
if (param_1 == (undefined *)0x0) {
param_1 = &DAT_0011b400;
}
uVar1 = *(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8);
uVar2 = uVar1 >> (param_2 & 0x1f);
*(uint *)(param_1 + (ulong)(param_2 >> 5) * 4 + 8) =
... |
152_pageant_and_pageant_strip.c | gettimeofday | gettimeofday |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int gettimeofday(timeval *__tv,__timezone_ptr_t __tz)
{
int iVar1;
iVar1 = (*(code *)PTR_gettimeofday_00152ef8)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int gettimeofday(timeval *__tv,__timezone_ptr_t __tz)
{
int iVar1;
iVar1 = (*(code *)PTR_gettimeofday_00152ef8)();
return iVar1;
}
| JMP qword ptr [0x00152ef8] | null | null | null | null | [('const-0', u'RETURN_-1206945397'), (u'CALLIND_-1206945400', u'RETURN_-1206945397'), (u'INDIRECT_-1206945337', u'COPY_-1206945396'), ('tmp_38', u'CAST_-1206945332'), (u'CAST_-1206945332', u'CALLIND_-1206945400'), (u'CALLIND_-1206945400', u'INDIRECT_-1206945337')] | [('const-0', u'RETURN_-1206945397'), (u'CALLIND_-1206945400', u'RETURN_-1206945397'), (u'INDIRECT_-1206945337', u'COPY_-1206945396'), ('tmp_38', u'CAST_-1206945332'), (u'CAST_-1206945332', u'CALLIND_-1206945400'), (u'CALLIND_-1206945400', u'INDIRECT_-1206945337')] | null | null | 00107980 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00152ef8)();\n return iVar1;\n}\n\n" comment (function_definition "int gettimeofday(timeval *__tv,__timez... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00152ef8)();\n return iVar1;\n}\n\n" comment (function_definition "int gettimeofday(timeval *__tv,__timez... | (translation_unit "int gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00152ef8)();\n return iVar1;\n}\n\n" (function_definition "int gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00152ef8)()... | (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 gettimeofday(timeval *__tv,__timezone_ptr_t __tz)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_gettimeofday_00152ef8)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "gettimeofday(timeval *__tv,__timezone_ptr_t __tz)" (identifier "gettimeofday") (parameter_list "(timeval... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__tv,type_2 __tz)
{
int iVar1;
iVar1 = (*(type_3 *)PTR_gettimeofday_00152ef8)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi... | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(timeval *__tv,__timezone_ptr_t __tz)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00152ef8)();
return iVar1;
}
|
441_diff_and_diff_strip.c | clone_quoting_options | FUN_00127df0 |
quoting_options * clone_quoting_options(quoting_options *o)
{
int iVar1;
int *piVar2;
quoting_options *pqVar3;
piVar2 = __errno_location();
iVar1 = *piVar2;
if (o == (quoting_options *)0x0) {
o = &default_quoting_options;
}
pqVar3 = (quoting_options *)xmemdup(o,0x38);
*piVar2 = iVar1;
retur... |
void FUN_00127df0(undefined *param_1)
{
int iVar1;
int *piVar2;
piVar2 = __errno_location();
iVar1 = *piVar2;
if (param_1 == (undefined *)0x0) {
param_1 = &DAT_001388e0;
}
FUN_001159f0(param_1,0x38);
*piVar2 = iVar1;
return;
}
| PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
CALL 0x001040c0
TEST RBX,RBX
MOV ESI,0x38
MOV R12D,dword ptr [RAX]
MOV RBP,RAX
LEA RAX,[0x1388e0]
CMOVZ RBX,RAX
MOV RDI,RBX
CALL 0x001159f0
MOV dword ptr [RBP],R12D
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const-56', u'CALL_-1207075262'), (u'MULTIEQUAL_-1207075187', u'CALL_-1207075262'), ('tmp_141', u'MULTIEQUAL_-1207075187'), ('const-0', u'RETURN_-1207075229'), ('tmp_75', u'CBRANCH_-1207075276'), (u'CALL_-1207075262', u'CAST_-1207075141'), ('const-433', u'STORE_-1207075259'), (u'CALL_-1207075318', u'STORE_-1207075259... | [('tmp_226', u'MULTIEQUAL_-1207075186'), ('const-0', u'RETURN_-1207075229'), ('tmp_75', u'CBRANCH_-1207075276'), (u'PTRSUB_-1207075214', u'MULTIEQUAL_-1207075186'), (u'CALL_-1207075318', u'STORE_-1207075259'), (u'CALL_-1207075318', u'LOAD_-1207075299'), ('const-433', u'LOAD_-1207075299'), (u'LOAD_-1207075299', u'STORE_... | null | null | 00127df0 | x64 | O2 | (translation_unit "void FUN_00127df0(undefined *param_1)\n\n{\n int iVar1;\n int *piVar2;\n \n piVar2 = __errno_location();\n iVar1 = *piVar2;\n if (param_1 == (undefined *)0x0) {\n param_1 = &DAT_001388e0;\n }\n FUN_001159f0(param_1,0x38);\n *piVar2 = iVar1;\n return;\n}\n\n" (function_definition "void FU... | (translation_unit "quoting_options * clone_quoting_options(quoting_options *o)\n\n{\n int iVar1;\n int *piVar2;\n quoting_options *pqVar3;\n \n piVar2 = __errno_location();\n iVar1 = *piVar2;\n if (o == (quoting_options *)0x0) {\n o = &default_quoting_options;\n }\n pqVar3 = (quoting_options *)xmemdup(o,0x3... | (translation_unit "void FUN_00127df0(undefined *param_1)\n\n{\n int iVar1;\n int *piVar2;\n \n piVar2 = __errno_location();\n iVar1 = *piVar2;\n if (param_1 == (undefined *)0x0) {\n param_1 = &DAT_001388e0;\n }\n FUN_001159f0(param_1,0x38);\n *piVar2 = iVar1;\n return;\n}\n\n" (function_definition "void FU... | (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 (assignment_expression IDENT = (call_expression ... | (function_definition "void FUN_00127df0(undefined *param_1)\n\n{\n int iVar1;\n int *piVar2;\n \n piVar2 = __errno_location();\n iVar1 = *piVar2;\n if (param_1 == (undefined *)0x0) {\n param_1 = &DAT_001388e0;\n }\n FUN_001159f0(param_1,0x38);\n *piVar2 = iVar1;\n return;\n}" (primitive_type "void") (funct... |
type_1 * function_1(type_1 *var_2)
{
int iVar1;
int *piVar2;
type_1 *pqVar3;
piVar2 = var_1();
iVar1 = *piVar2;
if (var_2 == (type_1 *)0x0) {
var_2 = &default_quoting_options;
}
pqVar3 = (type_1 *)var_3(var_2,0x38);
*piVar2 = iVar1;
return pqVar3;
}
| 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 |
void MASKED(undefined *param_1)
{
int iVar1;
int *piVar2;
piVar2 = __errno_location();
iVar1 = *piVar2;
if (param_1 == (undefined *)0x0) {
param_1 = &DAT_001388e0;
}
FUN_001159f0(param_1,0x38);
*piVar2 = iVar1;
return;
}
|
332_locate_and_locate_strip.c | critical_factorization | FUN_0011d700 |
/* WARNING: Unknown calling convention */
size_t critical_factorization(uchar *needle,size_t needle_len,size_t *period)
{
ulong uVar1;
ulong uVar2;
size_t sVar3;
ulong uVar4;
ulong uVar5;
ulong uVar6;
size_t sVar7;
sVar7 = 1;
sVar3 = 1;
uVar1 = 0xffffffffffffffff;
uVar2 = 0;
while (uVar6 =... |
ulong FUN_0011d700(long param_1,ulong param_2,long *param_3)
{
byte bVar1;
ulong uVar2;
ulong uVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
ulong uVar7;
long lVar8;
lVar8 = 1;
lVar4 = 1;
uVar2 = 0xffffffffffffffff;
uVar3 = 0;
while (uVar7 = lVar4 + uVar3, uVar5 = uVar3, lVar4 + uVar3 < par... | PUSH RBX
MOV R11D,0x1
MOV R8D,0x1
XOR R9D,R9D
MOV RAX,-0x1
NOP word ptr [RAX + RAX*0x1]
LEA RCX,[R8 + R9*0x1]
CMP RCX,RSI
JNC 0x0011d753
LEA R10,[RDI + RAX*0x1]
MOVZX EBX,byte ptr [R10 + R8*0x1]
CMP byte ptr [RDI + RCX*0x1],BL
JNC 0x0011d7b8
MOV R9,RCX
MOV R8D,0x1
MOV R11,RCX
LEA RCX,[R8 + R9*0x1]
SUB R11,RAX
CMP RCX,R... | null | null | null | null | [(u'MULTIEQUAL_-1206986473', u'MULTIEQUAL_-1206986486'), (u'COPY_-1206986583', u'COPY_-1206986475'), (u'COPY_-1206986976', u'COPY_-1206986486'), (u'INT_ADD_-1206986777', u'COPY_-1206986388'), (u'LOAD_-1206986752', u'INT_EQUAL_-1206986737'), ('const-1', u'PTRADD_-1206986851'), (u'INT_EQUAL_-1206986496', u'CBRANCH_-12069... | [(u'COPY_-1206986811', u'COPY_-1206986386'), (u'MULTIEQUAL_-1206986473', u'MULTIEQUAL_-1206986486'), ('const-433', u'LOAD_-1206986762'), (u'CAST_-1206986301', u'LOAD_-1206986762'), (u'LOAD_-1206986752', u'INT_EQUAL_-1206986737'), (u'INT_EQUAL_-1206986496', u'CBRANCH_-1206986494'), (u'MULTIEQUAL_-1206986411', u'COPY_-12... | null | null | 0011d700 | x64 | O2 | (translation_unit "ulong FUN_0011d700(long param_1,ulong param_2,long *param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n ulong uVar5;\n ulong uVar6;\n ulong uVar7;\n long lVar8;\n \n lVar8 = 1;\n lVar4 = 1;\n uVar2 = 0xffffffffffffffff;\n uVar3 = 0;\n while (uVar7 = lVar4 + uVar3, ... | (translation_unit "/* WARNING: Unknown calling convention */\n\nsize_t critical_factorization(uchar *needle,size_t needle_len,size_t *period)\n\n{\n ulong uVar1;\n ulong uVar2;\n size_t sVar3;\n ulong uVar4;\n ulong uVar5;\n ulong uVar6;\n size_t sVar7;\n \n sVar7 = 1;\n sVar3 = 1;\n uVar1 = 0xffffffffffffff... | (translation_unit "ulong FUN_0011d700(long param_1,ulong param_2,long *param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n ulong uVar5;\n ulong uVar6;\n ulong uVar7;\n long lVar8;\n \n lVar8 = 1;\n lVar4 = 1;\n uVar2 = 0xffffffffffffffff;\n uVar3 = 0;\n while (uVar7 = lVar4 + uVar3, ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) ... | (function_definition "ulong FUN_0011d700(long param_1,ulong param_2,long *param_3)\n\n{\n byte bVar1;\n ulong uVar2;\n ulong uVar3;\n long lVar4;\n ulong uVar5;\n ulong uVar6;\n ulong uVar7;\n long lVar8;\n \n lVar8 = 1;\n lVar4 = 1;\n uVar2 = 0xffffffffffffffff;\n uVar3 = 0;\n while (uVar7 = lVar4 + uVar... |
/* WARNING: Unknown calling convention */
size_t function_1(type_1 *needle,size_t var_3,size_t *period)
{
type_2 var_4;
type_2 var_2;
size_t var_1;
type_2 var_6;
type_2 var_8;
type_2 var_7;
size_t var_5;
var_5 = 1;
var_1 = 1;
var_4 = 0xffffffffffffffff;
var_2 = 0;
while (var_7 = var_1 + va... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declarati... | null |
ulong MASKED(long param_1,ulong param_2,long *param_3)
{
byte bVar1;
ulong uVar2;
ulong uVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
ulong uVar7;
long lVar8;
lVar8 = 1;
lVar4 = 1;
uVar2 = 0xffffffffffffffff;
uVar3 = 0;
while (uVar7 = lVar4 + uVar3, uVar5 = uVar3, lVar4 + uVar3 < param_2) ... |
5305_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | script_add_assertion | FUN_00240110 |
/* WARNING: Enum "DT": Some values do not have unique names */
void script_add_assertion(void *closurev,Expression *check,char *message,size_t messagelen)
{
Parser_closure *closure;
gold::Script_options::add_assertion
(*(Script_options **)((long)closurev + 0x28),check,message,messagelen);
*(unde... |
void FUN_00240110(long param_1)
{
FUN_00240050(*(undefined8 *)(param_1 + 0x28));
*(undefined1 *)(param_1 + 0x1b) = 0;
return;
}
| PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x28]
CALL 0x00240050
MOV byte ptr [RBX + 0x1b],0x0
POP RBX
RET | null | null | null | null | [('tmp_60', u'CALL_-1204092632'), ('const-433', u'STORE_-1204092628'), (u'INT_ADD_-1204092614', u'CAST_-1204092542'), (u'CAST_-1204092554', u'INT_ADD_-1204092629'), (u'CAST_-1204092542', u'STORE_-1204092628'), (u'INT_ADD_-1204092629', u'CAST_-1204092553'), ('tmp_58', u'CALL_-1204092632'), ('const-0', u'STORE_-120409262... | [(u'CAST_-1204092547', u'STORE_-1204092628'), ('tmp_74', u'INT_ADD_-1204092614'), ('tmp_74', u'INT_ADD_-1204092629'), ('const-0', u'STORE_-1204092628'), (u'INT_ADD_-1204092629', u'CAST_-1204092557'), ('const-27', u'INT_ADD_-1204092614'), (u'INT_ADD_-1204092614', u'CAST_-1204092547'), ('const-433', u'LOAD_-1204092645'),... | null | null | 00240110 | x64 | O2 | (translation_unit "void FUN_00240110(long param_1)\n\n{\n FUN_00240050(*(undefined8 *)(param_1 + 0x28));\n *(undefined1 *)(param_1 + 0x1b) = 0;\n return;\n}\n\n" (function_definition "void FUN_00240110(long param_1)\n\n{\n FUN_00240050(*(undefined8 *)(param_1 + 0x28));\n *(undefined1 *)(param_1 + 0x1b) = 0;\n ret... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nvoid script_add_assertion(void *closurev,Expression *check,char *message,size_t messagelen)\n\n{\n Parser_closure *closure;\n \n gold::Script_options::add_assertion\n (*(Script_options **)((long)closurev + 0x28),check,mes... | (translation_unit "void FUN_00240110(long param_1)\n\n{\n FUN_00240050(*(undefined8 *)(param_1 + 0x28));\n *(undefined1 *)(param_1 + 0x1b) = 0;\n return;\n}\n\n" (function_definition "void FUN_00240110(long param_1)\n\n{\n FUN_00240050(*(undefined8 *)(param_1 + 0x28));\n *(undefined1 *)(param_1 + 0x1b) = 0;\n ret... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_decl... | (function_definition "void FUN_00240110(long param_1)\n\n{\n FUN_00240050(*(undefined8 *)(param_1 + 0x28));\n *(undefined1 *)(param_1 + 0x1b) = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00240110(long param_1)" (identifier "FUN_00240110") (parameter_list "(long param_1)" (( "(") (parameter_de... |
/* WARNING: Enum "DT": Some values do not have unique names */
void function_1(void *closurev,type_1 *check,char *message,size_t messagelen)
{
type_2 *closure;
gold::Script_options::var_1
(*(type_3 **)((long)closurev + 0x28),check,message,messagelen);
*(type_4 *)((long)closurev + 0x1b) = 0;
re... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) argu... | null |
void MASKED(long param_1)
{
FUN_00240050(*(undefined8 *)(param_1 + 0x28));
*(undefined1 *)(param_1 + 0x1b) = 0;
return;
}
|
4742_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | add_local_pair_with_rel | FUN_00213680 |
/* DWARF original prototype: void add_local_pair_with_rel(Output_data_got<64,_true> * this, Relobj *
object, uint symndx, uint shndx, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type,
uint64_t addend) */
void __thiscall
gold::Output_data_got<64,_true>::add_local_pair_with_rel
(Output_da... |
void FUN_00213680(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,
long *param_6,undefined4 param_7,undefined8 param_8)
{
char cVar1;
undefined4 uVar2;
undefined8 uVar3;
cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);
if (cVar1 != '... | PUSH R15
MOV R15D,EDX
MOV EDX,R8D
PUSH R14
MOV R14,RDI
PUSH R13
MOV R13,R9
PUSH R12
MOV R12D,R8D
PUSH RBP
PUSH RBX
MOV RBX,RSI
MOV RDI,RBX
SUB RSP,0x58
MOV EAX,dword ptr [RSP + 0x90]
MOV RBP,qword ptr [RSP + 0x98]
MOV dword ptr [RSP + 0x8],ECX
MOV dword ptr [RSP + 0x4],EAX
MOV RAX,qword ptr [RSI]
MOV RCX,RBP
MOV ESI,R1... | null | null | null | null | [(u'PTRSUB_-1203880946', u'PTRSUB_-1203880938'), (u'INT_ADD_-1203881393', u'INT_LESS_-1203882045'), ('const-433', u'LOAD_-1203882258'), ('const-433', u'LOAD_-1203881874'), ('tmp_1251', u'PTRSUB_-1203881129'), ('tmp_501', u'CBRANCH_-1203882033'), (u'LOAD_-1203881902', u'PTRADD_-1203880939'), (u'CAST_-1203880779', u'MULT... | [('const-433', u'LOAD_-1203881813'), (u'CALLIND_-1203882233', u'INT_NOTEQUAL_-1203882218'), (u'CAST_-1203880917', u'LOAD_-1203881723'), ('tmp_501', u'CBRANCH_-1203882033'), ('tmp_2249', u'INT_ADD_-1203882064'), ('tmp_2160', u'LOAD_-1203881717'), (u'LOAD_-1203881813', u'INT_SUB_-1203881772'), ('const-8', u'INT_MULT_-120... | null | null | 00213680 | x64 | O2 | (translation_unit "void FUN_00213680(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,... | (translation_unit "/* DWARF original prototype: void add_local_pair_with_rel(Output_data_got<64,_true> * this, Relobj *\n object, uint symndx, uint shndx, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type,\n uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_got<64,_true>::add_local_pair_with_r... | (translation_unit "void FUN_00213680(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , ... | (function_definition "void FUN_00213680(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,\n long *param_6,undefined4 param_7,undefined8 param_8)\n\n{\n char cVar1;\n undefined4 uVar2;\n undefined8 uVar3;\n \n cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param... |
/* DWARF original prototype: void add_local_pair_with_rel(Output_data_got<64,_true> * this, Relobj *
object, uint symndx, uint shndx, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type,
uint64_t addend) */
void __thiscall
var_5::Output_data_got<64,_true>::add_local_pair_with_rel
(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: (sized_type_specifier) declarator: (pointer_declarator declarator: (id... | null |
void MASKED(undefined8 param_1,long *param_2,uint param_3,uint param_4,undefined4 param_5,
long *param_6,undefined4 param_7,undefined8 param_8)
{
char cVar1;
undefined4 uVar2;
undefined8 uVar3;
cVar1 = (**(code **)(*param_2 + 0x158))(param_2,param_3,param_5,param_8);
if (cVar1 != '\0') {... |
3486_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | ~_Hashtable | FUN_001d10c0 |
/* DWARF original prototype: void
~_Hashtable(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_linen... |
void FUN_001d10c0(undefined8 *param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
puVar2 = (undefined8 *)param_1[2];
while (puVar2 != (undefined8 *)0x0) {
puVar1 = (undefined8 *)*puVar2;
if (puVar2[2] != 0) {
FUN_002a2980();
}
FUN_002a2980(puVar2);
puVar2 = puVar1;
}
memset((vo... | PUSH R12
PUSH RBP
PUSH RBX
MOV RBP,qword ptr [RDI + 0x10]
MOV RBX,RDI
TEST RBP,RBP
JZ 0x001d10f2
MOV RDI,qword ptr [RBP + 0x10]
MOV R12,qword ptr [RBP]
TEST RDI,RDI
JZ 0x001d10e2
CALL 0x002a2980
MOV RDI,RBP
MOV RBP,R12
CALL 0x002a2980
TEST R12,R12
JNZ 0x001d10d0
MOV RAX,qword ptr [RBX + 0x8]
MOV RDI,qword ptr [RBX]
XOR... | null | null | null | null | [('const-0', u'PTRSUB_-1207823805'), ('const-433', u'LOAD_-1207824027'), (u'MULTIEQUAL_-1207823819', u'PTRADD_-1207823807'), ('const-8', u'INT_MULT_-1207824016'), ('const-433', u'LOAD_-1207824076'), ('tmp_364', u'PTRSUB_-1207823740'), ('tmp_364', u'PTRSUB_-1207823735'), (u'LOAD_-1207824150', u'INT_NOTEQUAL_-1207824124'... | [(u'MULTIEQUAL_-1207823820', u'CALL_-1207824100'), (u'CAST_-1207823798', u'COPY_-1207823835'), ('tmp_720', u'PTRADD_-1207823822'), ('const-8', u'INT_MULT_-1207824016'), (u'CAST_-1207823740', u'INT_EQUAL_-1207823985'), (u'PTRADD_-1207823742', u'STORE_-1207824018'), (u'COPY_-1207823870', u'MULTIEQUAL_-1207823820'), (u'LO... | null | null | 001d10c0 | x64 | O2 | (translation_unit "void FUN_001d10c0(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n \n puVar2 = (undefined8 *)param_1[2];\n while (puVar2 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar2;\n if (puVar2[2] != 0) {\n FUN_002a2980();\n }\n FUN_002a2980(puVar2);\n pu... | (translation_unit "/* DWARF original prototype: void\n ~_Hashtable(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<go... | (translation_unit "void FUN_001d10c0(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n \n puVar2 = (undefined8 *)param_1[2];\n while (puVar2 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar2;\n if (puVar2[2] != 0) {\n FUN_002a2980();\n }\n FUN_002a2980(puVar2);\n pu... | (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) ;) (expression_statement (assignment_expression ID... | (function_definition "void FUN_001d10c0(undefined8 *param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n \n puVar2 = (undefined8 *)param_1[2];\n while (puVar2 != (undefined8 *)0x0) {\n puVar1 = (undefined8 *)*puVar2;\n if (puVar2[2] != 0) {\n FUN_002a2980();\n }\n FUN_002a2980(puVar2);\n ... |
/* DWARF original prototype: void
~_Hashtable(_Hashtable<unsigned_int,_std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_lineno_entry>_>_>,_std::allocator<std::pair<unsigned_int_const,_std::vector<gold::Offset_to_lineno_entry,_std::allocator<gold::Offset_to_linen... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
void MASKED(undefined8 *param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
puVar2 = (undefined8 *)param_1[2];
while (puVar2 != (undefined8 *)0x0) {
puVar1 = (undefined8 *)*puVar2;
if (puVar2[2] != 0) {
FUN_002a2980();
}
FUN_002a2980(puVar2);
puVar2 = puVar1;
}
memset((void *)*... |
1489_sqldiff_and_sqldiff_strip.c | sqlite3VdbeExpandSql | FUN_00157e90 |
char * sqlite3VdbeExpandSql(Vdbe *p,char *zRawSql)
{
Mem *pMVar1;
ushort uVar2;
long lVar3;
sqlite3 *psVar4;
char cVar5;
int nName;
int iVar6;
size_t sVar7;
char *pcVar8;
uint N;
uchar *puVar9;
ulong uVar10;
long in_FS_OFFSET;
bool bVar11;
int local_134;
int idx;
int tokenType;
Str... |
void FUN_00157e90(long *param_1,char *param_2)
{
undefined8 *puVar1;
ushort uVar2;
long lVar3;
char cVar4;
int iVar5;
int iVar6;
size_t sVar7;
uint uVar8;
ulong uVar9;
char *pcVar10;
long in_FS_OFFSET;
bool bVar11;
int local_134;
int local_110;
int local_10c;
undefined8 local_108;
un... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RSI
SUB RSP,0x118
MOV qword ptr [RSP + 0x8],RDI
LEA RDX,[RSP + 0xa0]
MOV RCX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x108],RCX
XOR ECX,ECX
MOV RCX,qword ptr [RDI]
MOV qword ptr [RSP + 0x48],RDX
XOR EDX,EDX
MOV dword ptr [RSP + 0x38],0x0
MOV EAX,dword ptr [... | null | null | null | null | [(u'INDIRECT_-1207268820', u'MULTIEQUAL_-1207268801'), (u'INDIRECT_-1207269025', u'MULTIEQUAL_-1207269540'), (u'CALL_-1207271306', u'INDIRECT_-1207268869'), (u'INT_ZEXT_-1207269630', u'CALL_-1207270627'), (u'CALL_-1207270288', u'INDIRECT_-1207268226'), ('const-16', u'PTRSUB_-1207267779'), (u'INDIRECT_-1207268060', u'IN... | [(u'MULTIEQUAL_-1207268374', u'MULTIEQUAL_-1207268355'), (u'CALL_-1207270220', u'INDIRECT_-1207267471'), ('const-0', u'COPY_-1207271663'), ('const-0', u'PTRSUB_-1207267325'), (u'CALL_-1207270217', u'INDIRECT_-1207268349'), (u'CALL_-1207271208', u'INDIRECT_-1207268739'), (u'INDIRECT_-1207268300', u'MULTIEQUAL_-120726827... | null | null | 00157e90 | x64 | O2 | (translation_unit "void FUN_00157e90(long *param_1,char *param_2)\n\n{\n undefined8 *puVar1;\n ushort uVar2;\n long lVar3;\n char cVar4;\n int iVar5;\n int iVar6;\n size_t sVar7;\n uint uVar8;\n ulong uVar9;\n char *pcVar10;\n long in_FS_OFFSET;\n bool bVar11;\n int local_134;\n int local_110;\n int loca... | (translation_unit "char * sqlite3VdbeExpandSql(Vdbe *p,char *zRawSql)\n\n{\n Mem *pMVar1;\n ushort uVar2;\n long lVar3;\n sqlite3 *psVar4;\n char cVar5;\n int nName;\n int iVar6;\n size_t sVar7;\n char *pcVar8;\n uint N;\n uchar *puVar9;\n ulong uVar10;\n long in_FS_OFFSET;\n bool bVar11;\n int local_134... | (translation_unit "void FUN_00157e90(long *param_1,char *param_2)\n\n{\n undefined8 *puVar1;\n ushort uVar2;\n long lVar3;\n char cVar4;\n int iVar5;\n int iVar6;\n size_t sVar7;\n uint uVar8;\n ulong uVar9;\n char *pcVar10;\n long in_FS_OFFSET;\n bool bVar11;\n int local_134;\n int local_110;\n int loca... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration T... | (function_definition "void FUN_00157e90(long *param_1,char *param_2)\n\n{\n undefined8 *puVar1;\n ushort uVar2;\n long lVar3;\n char cVar4;\n int iVar5;\n int iVar6;\n size_t sVar7;\n uint uVar8;\n ulong uVar9;\n char *pcVar10;\n long in_FS_OFFSET;\n bool bVar11;\n int local_134;\n int local_110;\n int l... |
char * function_1(type_1 *p,char *var_2)
{
type_2 *pMVar1;
type_3 var_13;
long var_22;
type_4 *psVar4;
char var_19;
int var_8;
int var_7;
size_t sVar7;
char *pcVar8;
type_5 N;
type_6 *var_9;
type_7 var_15;
long var_1;
bool bVar11;
int local_134;
int var_12;
int var_6;
type_8 out;
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (po... | null |
void MASKED(long *param_1,char *param_2)
{
undefined8 *puVar1;
ushort uVar2;
long lVar3;
char cVar4;
int iVar5;
int iVar6;
size_t sVar7;
uint uVar8;
ulong uVar9;
char *pcVar10;
long in_FS_OFFSET;
bool bVar11;
int local_134;
int local_110;
int local_10c;
undefined8 local_108;
undefine... |
47_hppa-linux-gnu-elfedit_and_hppa-linux-gnu-elfedit_strip.c | frame_dummy | _INIT_0 |
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void frame_dummy(void)
{
return;
}
|
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void _INIT_0(void)
{
return;
}
| JMP 0x00102750 | null | null | null | null | [('const-0', u'RETURN_-1206966263')] | [('const-0', u'RETURN_-1206966263')] | null | null | 001027d0 | x64 | O2 | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00102774) */\n/* WARNING: Removing unreachable block (ram,0x00102780) */\n\nvoid _INIT_0(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identif... | (translation_unit "/* WARNING: Removing unreachable block (ram,0x00102774) */\n/* WARNING: Removing unreachable block (ram,0x00102780) */\n\nvoid frame_dummy(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void frame_dummy(void)\n\n{\n return;\n}" primitive_type (function_declarator "frame_dummy(vo... | (translation_unit "void _INIT_0(void)\n\n{\n return;\n}\n\n" (function_definition "void _INIT_0(void)\n\n{\n return;\n}" primitive_type (function_declarator "_INIT_0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return;\n}" { (return_statement... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return ;) }))) | (function_definition "void _INIT_0(void)\n\n{\n return;\n}" (primitive_type "void") (function_declarator "_INIT_0(void)" (identifier "_INIT_0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return;\n}" ({ "{") (return_statement "return;" (re... |
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void function_1(void)
{
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement)))) | null |
/* WARNING: Removing unreachable block (ram,0x00102774) */
/* WARNING: Removing unreachable block (ram,0x00102780) */
void MASKED(void)
{
return;
}
|
171_hppa-linux-gnu-nm_and_hppa-linux-gnu-nm_strip.c | bfd_plugin_set_plugin | bfd_plugin_set_plugin |
/* WARNING: Control flow encountered bad instruction data */
void bfd_plugin_set_plugin(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_plugin_set_plugin(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206923166')] | [('const-1', u'RETURN_-1206923166')] | null | null | 0010d058 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_plugin_set_plugin(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_plugin_set_plugin(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n ... | (translation_unit "void bfd_plugin_set_plugin(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_plugin_set_plugin(void)" identifier (parameter_list "(void)" ( (para... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_plugin_set_plugin(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_plugin_set_plugin(void)" (identifier "bfd_plugin_set_plugin") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (comp... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
753_puttygen_and_puttygen_strip.c | __sprintf_chk | __sprintf_chk |
/* WARNING: Control flow encountered bad instruction data */
void __sprintf_chk(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __sprintf_chk@@GLIBC_2.3.4 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __sprintf_chk(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207205190')] | [('const-1', u'RETURN_-1207205190')] | null | null | 001482b0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __sprintf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __sprintf_chk(void)\n\n{\n /* WARNING: Bad ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __sprintf_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __sprintf_chk@@GLIBC_2.3.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void __sprint... | (translation_unit "void __sprintf_chk(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __sprintf_chk(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__sprintf_chk(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void"... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void __sprintf_chk(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__sprintf_chk(void)" (identifier "__sprintf_chk") (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 */
/* __sprintf_chk@@GLIBC_2.3.4 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
670_pageant_and_pageant_strip.c | schedule_timer | FUN_0012fc00 |
ulong schedule_timer(int ticks,timer_fn_t fn,void *ctx)
{
tree234 *t;
undefined8 *e;
undefined8 *puVar1;
ulong uVar2;
if (timers == (tree234 *)0x0) {
init_timers();
}
now = getticks();
uVar2 = (long)ticks + now + (ulong)(now == (long)ticks + now);
e = (undefined8 *)safemalloc(1,0x20);
t = t... |
long FUN_0012fc00(int param_1,undefined8 param_2,undefined8 param_3)
{
long lVar1;
undefined8 *puVar2;
undefined8 *puVar3;
long lVar4;
if (DAT_00153438 == 0) {
FUN_0012fbc0();
}
DAT_00153428 = FUN_001331c0();
lVar4 = param_1 + DAT_00153428 + (ulong)(DAT_00153428 == param_1 + DAT_00153428);
pu... | PUSH R13
MOV R13,RDX
PUSH R12
MOV R12,RSI
PUSH RBP
PUSH RBX
MOVSXD RBX,EDI
SUB RSP,0x8
CMP qword ptr [0x00153438],0x0
JZ 0x0012fcc0
CALL 0x001331c0
MOV ESI,0x20
MOV EDI,0x1
ADD RBX,RAX
MOV qword ptr [0x00153428],RAX
CMP RAX,RBX
SETZ AL
MOVZX EAX,AL
ADD RBX,RAX
CALL 0x0010c0f0
MOV RDI,qword ptr [0x00153438]
MOV RBP,RAX
... | null | null | null | null | [(u'CALL_-1207042686', u'INDIRECT_-1207042392'), ('const-433', u'STORE_-1207042874'), (u'INT_ADD_-1207042963', u'INT_ADD_-1207042921'), (u'CALL_-1207042995', u'INDIRECT_-1207042593'), (u'CALL_-1207042863', u'CAST_-1207042408'), (u'CALL_-1207042807', u'INDIRECT_-1207042468'), (u'CALL_-1207042863', u'INDIRECT_-1207042482... | [(u'CALL_-1207042863', u'INDIRECT_-1207042497'), (u'INT_ADD_-1207042963', u'INT_ADD_-1207042921'), (u'CALL_-1207042666', u'INDIRECT_-1207042434'), (u'PTRADD_-1207042311', u'LOAD_-1207042699'), (u'CALL_-1207042683', u'INDIRECT_-1207042411'), (u'INDIRECT_-1207042407', u'COPY_-1207042447'), (u'STORE_-1207042906', u'INDIRE... | null | null | 0012fc00 | x64 | O2 | (translation_unit "long FUN_0012fc00(int param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n long lVar4;\n \n if (DAT_00153438 == 0) {\n FUN_0012fbc0();\n }\n DAT_00153428 = FUN_001331c0();\n lVar4 = param_1 + DAT_00153428 + (ulong)(DAT_00153428 ==... | (translation_unit "ulong schedule_timer(int ticks,timer_fn_t fn,void *ctx)\n\n{\n tree234 *t;\n undefined8 *e;\n undefined8 *puVar1;\n ulong uVar2;\n \n if (timers == (tree234 *)0x0) {\n init_timers();\n }\n now = getticks();\n uVar2 = (long)ticks + now + (ulong)(now == (long)ticks + now);\n e = (undefined... | (translation_unit "long FUN_0012fc00(int param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n long lVar4;\n \n if (DAT_00153438 == 0) {\n FUN_0012fbc0();\n }\n DAT_00153428 = FUN_001331c0();\n lVar4 = param_1 + DAT_00153428 + (ulong)(DAT_00153428 ==... | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (poin... | (function_definition "long FUN_0012fc00(int param_1,undefined8 param_2,undefined8 param_3)\n\n{\n long lVar1;\n undefined8 *puVar2;\n undefined8 *puVar3;\n long lVar4;\n \n if (DAT_00153438 == 0) {\n FUN_0012fbc0();\n }\n DAT_00153428 = FUN_001331c0();\n lVar4 = param_1 + DAT_00153428 + (ulong)(DAT_00153428... |
type_1 function_1(int ticks,type_2 fn,void *ctx)
{
type_3 *t;
type_4 *var_8;
type_4 *var_7;
type_1 uVar2;
if (var_1 == (type_3 *)0x0) {
var_2();
}
var_4 = var_3();
uVar2 = (long)ticks + var_4 + (type_1)(var_4 == (long)ticks + var_4);
var_8 = (type_4 *)var_5(1,0x20);
t = var_1;
*var_8 = fn... | null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
long MASKED(int param_1,undefined8 param_2,undefined8 param_3)
{
long lVar1;
undefined8 *puVar2;
undefined8 *puVar3;
long lVar4;
if (DAT_00153438 == 0) {
FUN_0012fbc0();
}
DAT_00153428 = FUN_001331c0();
lVar4 = param_1 + DAT_00153428 + (ulong)(DAT_00153428 == param_1 + DAT_00153428);
puVar2 =... |
165_seq_and_seq_strip.c | getopt_long | getopt_long |
/* WARNING: Control flow encountered bad instruction data */
void getopt_long(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* getopt_long@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void getopt_long(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206918998')] | [('const-1', u'RETURN_-1206918998')] | null | null | 0010e0a0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid getopt_long(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void getopt_long(void)\n\n{\n /* WARNING: Bad inst... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid getopt_long(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* getopt_long@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment (function_definition "void getopt_long(... | (translation_unit "void getopt_long(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void getopt_long(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "getopt_long(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primi... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void getopt_long(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "getopt_long(void)" (identifier "getopt_long") (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 */
/* getopt_long@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
161_i686-linux-gnu-addr2line_and_i686-linux-gnu-addr2line_strip.c | bfd_init | bfd_init |
/* WARNING: Control flow encountered bad instruction data */
void bfd_init(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_init(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206939302')] | [('const-1', u'RETURN_-1206939302')] | null | null | 00109150 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_init(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_init(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_init(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_init(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "void bfd_init(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_init(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_init(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 bfd_init(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_init(void)" (identifier "bfd_init") (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();
}
|
74_libgmp.so_and_libgmp.so_strip.c | __gmpf_clear | __gmpf_clear |
/* WARNING: Switch with 1 destination removed at 0x0010b4a0 */
void __gmpf_clear(mpf_ptr x)
{
/* WARNING: Could not recover jumptable at 0x0010e0f7. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)PTR___gmp_free_func_00181fa8)(x->_mp_d,(long)(x... |
/* WARNING: Switch with 1 destination removed at 0x0010b4a0 */
void __gmpf_clear(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x0010e0f7. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)PTR___gmp_free_func_00181fa8)(*(undefined8 *... | JMP qword ptr [0x00182250] | null | null | null | null | [(u'INDIRECT_-1206918785', u'COPY_-1206918844'), (u'CALLIND_-1206918863', u'INDIRECT_-1206918783'), (u'INT_LEFT_-1206918882', u'CALLIND_-1206918863'), ('const-433', u'LOAD_-1206918870'), (u'INT_ADD_-1206918845', u'INT_SEXT_-1206918899'), ('const-433', u'LOAD_-1206918935'), (u'CALLIND_-1206918863', u'INDIRECT_-120691878... | [('const-4', u'PTRADD_-1206918798'), (u'INDIRECT_-1206918785', u'COPY_-1206918844'), (u'CALLIND_-1206918863', u'INDIRECT_-1206918783'), ('tmp_191', u'LOAD_-1206918941'), (u'INT_LEFT_-1206918882', u'CALLIND_-1206918863'), ('const-433', u'LOAD_-1206918870'), (u'INT_ADD_-1206918845', u'INT_SEXT_-1206918899'), ('const-4', ... | null | null | 0010b4a0 | x64 | O2 | (translation_unit "/* WARNING: Switch with 1 destination removed at 0x0010b4a0 */\n\nvoid __gmpf_clear(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0010e0f7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)PTR___gmp_free_func... | (translation_unit "/* WARNING: Switch with 1 destination removed at 0x0010b4a0 */\n\nvoid __gmpf_clear(mpf_ptr x)\n\n{\n /* WARNING: Could not recover jumptable at 0x0010e0f7. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)PTR___gmp_free_func_00... | (translation_unit "void __gmpf_clear(int *param_1)\n\n{\n \n \n (**(code **)PTR___gmp_free_func_00181fa8)(*(undefined8 *)(param_1 + 4),(long)(*param_1 + 1) << 3);\n return;\n}\n\n" (function_definition "void __gmpf_clear(int *param_1)\n\n{\n \n ... | (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 __gmpf_clear(int *param_1)\n\n{\n \n \n (**(code **)PTR___gmp_free_func_00181fa8)(*(undefined8 *)(param_1 + 4),(long)(*param_1 + 1) << 3);\n return;\n}" (primitive_type "void") (function_declarator "__gmpf_clear(int *param_1)" (identifier "__gmpf_clear"... |
/* WARNING: Switch with 1 destination removed at 0x0010b4a0 */
void function_1(type_1 x)
{
/* WARNING: Could not recover jumptable at 0x0010e0f7. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(type_2 **)PTR___gmp_free_func_00181fa8)(x->_mp_d,(long)(x-... | 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: Switch with 1 destination removed at 0x0010b4a0 */
void MASKED(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x0010e0f7. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)PTR___gmp_free_func_00181fa8)(*(undefined8 *)(para... |
4360_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | add_absolute | FUN_00208140 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_false,_64,_false> * this, uint
type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_false>::add_absolute
(Output_data_reloc<9,_false,_64,... |
void FUN_00208140(long param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_48;
long lStack_40;
undefined8 local_38;
undefined7 uStack_30;
byte bStack_29;
int local_28;
undefined4 uStack_24;
FUN_001f8990(&local_48);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if ... | PUSH RBP
XOR R8D,R8D
PUSH RBX
MOV RBX,RDI
SUB RSP,0x38
MOV RBP,RSP
MOV RDI,RBP
CALL 0x001f8990
MOV RSI,qword ptr [RBX + 0x50]
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x00208200
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x28
MOVUPS xmmword ptr [RSI + -0x28],XMM0
MOVDQA XMM1,xmmword ptr [RSP + 0x10]
MOVUPS xmmword ptr [RSI + -0x18... | null | null | null | null | [(u'MULTIEQUAL_-1203797008', u'INT_AND_-1203797367'), (u'INDIRECT_-1203797056', u'PIECE_-1203797018'), ('const-1', u'INT_ADD_-1203797217'), ('const-1', u'RETURN_-1203797143'), (u'PTRSUB_-1203796887', u'PTRSUB_-1203796874'), (u'PTRSUB_-1203796868', u'LOAD_-1203797332'), ('const--3689348814741910320', u'INT_MULT_-1203797... | [('tmp_1397', u'INT_ADD_-1203797535'), ('const-16', u'INT_ADD_-1203797386'), ('const-433', u'LOAD_-1203797235'), (u'INT_ADD_-1203797217', u'STORE_-1203797232'), ('const-1', u'INT_ADD_-1203797217'), ('const-1', u'RETURN_-1203797143'), (u'CAST_-1203796852', u'LOAD_-1203797235'), ('tmp_498', u'CBRANCH_-1203797403'), ('con... | null | null | 00208140 | x64 | O2 | (translation_unit "void FUN_00208140(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_001f8990(&local_48);\n puVar1 = *(unde... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_false,_64,_false> * this, uint\n type, Output_data * od, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_64,_false>::add_absolute\n (Output_... | (translation_unit "void FUN_00208140(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_001f8990(&local_48);\n puVar1 = *(unde... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ... | (function_definition "void FUN_00208140(long param_1)\n\n{\n undefined8 *puVar1;\n undefined8 *puVar2;\n long lVar3;\n undefined8 local_48;\n long lStack_40;\n undefined8 local_38;\n undefined7 uStack_30;\n byte bStack_29;\n int local_28;\n undefined4 uStack_24;\n \n FUN_001f8990(&local_48);\n puVar1 = *(u... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_absolute(Output_data_reloc<9,_false,_64,_false> * this, uint
type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_false,_64,_false>::add_absolute
(Output_data_reloc<9,_false,_64,... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarat... | null |
void MASKED(long param_1)
{
undefined8 *puVar1;
undefined8 *puVar2;
long lVar3;
undefined8 local_48;
long lStack_40;
undefined8 local_38;
undefined7 uStack_30;
byte bStack_29;
int local_28;
undefined4 uStack_24;
FUN_001f8990(&local_48);
puVar1 = *(undefined8 **)(param_1 + 0x50);
if (puVar... |
9845_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | _ITM_RU8 | _ITM_RU8 |
/* WARNING: Control flow encountered bad instruction data */
void _ITM_RU8(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void _ITM_RU8(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1201704182')] | [('const-1', u'RETURN_-1201704182')] | null | null | 00407300 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_RU8(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_RU8(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_RU8(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_RU8(void)\n\n{\n /* WARNING: Bad instructio... | (translation_unit "void _ITM_RU8(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void _ITM_RU8(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "_ITM_RU8(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 _ITM_RU8(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "_ITM_RU8(void)" (identifier "_ITM_RU8") (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();
}
|
83_cut_and_cut_strip.c | memchr2 | FUN_00104100 |
void * memchr2(void *s,int c1_in,int c2_in,size_t n)
{
char cVar1;
ulong uVar2;
ulong uVar3;
void *pvVar4;
uchar c2;
char cVar5;
uchar c1;
char cVar6;
ulong *puVar7;
ulong uVar8;
ulong uVar9;
cVar6 = (char)c1_in;
cVar5 = (char)c2_in;
if (cVar6 == cVar5) {
pvVar4 = memchr(s,c1_in & 0... |
ulong * FUN_00104100(ulong *param_1,byte param_2,byte param_3,ulong param_4)
{
byte bVar1;
ulong uVar2;
ulong uVar3;
ulong *puVar4;
ulong uVar5;
ulong uVar6;
if (param_2 == param_3) {
puVar4 = (ulong *)memchr(param_1,(uint)param_2,param_4);
return puVar4;
}
if ((param_4 != 0) && (((ulong)... | CMP SIL,DL
JZ 0x00104278
MOV R10D,ESI
MOV R9D,EDX
TEST RCX,RCX
JZ 0x00104155
TEST DIL,0x7
JZ 0x00104155
MOVZX EAX,byte ptr [RDI]
CMP AL,DL
JZ 0x00104270
CMP AL,SIL
JNZ 0x0010414b
JMP 0x00104270
TEST DIL,0x7
JZ 0x00104155
MOVZX EAX,byte ptr [RDI]
CMP AL,R9B
JZ 0x00104270
CMP AL,R10B
JZ 0x00104270
ADD RDI,0x1
SUB RCX,0x1... | null | null | null | null | [('tmp_1983', u'INT_AND_-1206958734'), (u'CAST_-1206958457', u'INT_ADD_-1206959710'), (u'LOAD_-1206958986', u'INT_NOTEQUAL_-1206958936'), ('const-1', u'INT_SUB_-1206959696'), (u'INT_ADD_-1206959204', u'INT_AND_-1206959184'), (u'INT_XOR_-1206958962', u'INT_NEGATE_-1206958910'), ('const-7', u'INT_AND_-1206958654'), (u'MU... | [(u'CAST_-1206958215', u'INT_ADD_-1206959031'), (u'LOAD_-1206958986', u'INT_NOTEQUAL_-1206958936'), (u'INT_ADD_-1206959204', u'INT_AND_-1206959184'), (u'INT_XOR_-1206958962', u'INT_NEGATE_-1206958910'), (u'PTRADD_-1206958279', u'MULTIEQUAL_-1206958478'), ('tmp_88', u'CBRANCH_-1206959809'), (u'CAST_-1206958461', u'CAST_... | null | null | 00104100 | x64 | O2 | (translation_unit "ulong * FUN_00104100(ulong *param_1,byte param_2,byte param_3,ulong param_4)\n\n{\n byte bVar1;\n ulong uVar2;\n ulong uVar3;\n ulong *puVar4;\n ulong uVar5;\n ulong uVar6;\n \n if (param_2 == param_3) {\n puVar4 = (ulong *)memchr(param_1,(uint)param_2,param_4);\n return puVar4;\n }\n ... | (translation_unit "void * memchr2(void *s,int c1_in,int c2_in,size_t n)\n\n{\n char cVar1;\n ulong uVar2;\n ulong uVar3;\n void *pvVar4;\n uchar c2;\n char cVar5;\n uchar c1;\n char cVar6;\n ulong *puVar7;\n ulong uVar8;\n ulong uVar9;\n \n cVar6 = (char)c1_in;\n cVar5 = (char)c2_in;\n if (cVar6 == cVar5... | (translation_unit "ulong * FUN_00104100(ulong *param_1,byte param_2,byte param_3,ulong param_4)\n\n{\n byte bVar1;\n ulong uVar2;\n ulong uVar3;\n ulong *puVar4;\n ulong uVar5;\n ulong uVar6;\n \n if (param_2 == param_3) {\n puVar4 = (ulong *)memchr(param_1,(uint)param_2,param_4);\n return puVar4;\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 IDENT) )))) (compound_statement { (declaration ... | (function_definition "ulong * FUN_00104100(ulong *param_1,byte param_2,byte param_3,ulong param_4)\n\n{\n byte bVar1;\n ulong uVar2;\n ulong uVar3;\n ulong *puVar4;\n ulong uVar5;\n ulong uVar6;\n \n if (param_2 == param_3) {\n puVar4 = (ulong *)memchr(param_1,(uint)param_2,param_4);\n return puVar4;\n }... |
void * function_1(void *s,int var_4,int var_7,size_t var_5)
{
char var_6;
type_1 var_8;
type_1 var_10;
void *pvVar4;
type_2 c2;
char var_2;
type_2 c1;
char var_1;
type_1 *var_12;
type_1 var_9;
type_1 var_11;
var_1 = (char)var_4;
var_2 = (char)var_7;
if (var_1 == var_2) {
pvVar4 = va... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
ulong * MASKED(ulong *param_1,byte param_2,byte param_3,ulong param_4)
{
byte bVar1;
ulong uVar2;
ulong uVar3;
ulong *puVar4;
ulong uVar5;
ulong uVar6;
if (param_2 == param_3) {
puVar4 = (ulong *)memchr(param_1,(uint)param_2,param_4);
return puVar4;
}
if ((param_4 != 0) && (((ulong)param_... |
1095_sqlite3_and_sqlite3_strip.c | sessionChangeHash | FUN_00143ad0 |
/* DWARF original prototype: uint sessionChangeHash(SessionTable * pTab, int bPkOnly, u8 * aRecord,
int nBucket, SessionTable * pTab) */
uint sessionChangeHash(SessionTable *pTab,int bPkOnly,u8 *aRecord,int nBucket,SessionTable *pTab_1)
{
char cVar1;
byte bVar2;
int iVar3;
sqlite3_int64 sVar4;
undefined... |
ulong FUN_00143ad0(int *param_1,long *param_2,ulong param_3,byte *param_4,uint param_5)
{
byte bVar1;
int iVar2;
undefined8 uVar3;
byte *pbVar4;
ulong uVar5;
uint uVar6;
byte *pbVar7;
uint uVar8;
long lVar9;
long in_FS_OFFSET;
uint local_44;
long local_40;
local_40 = *(long *)(in_FS_OFFSE... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x38
MOV dword ptr [RSP + 0xc],R8D
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x28],RAX
XOR EAX,EAX
MOV EAX,dword ptr [RDI]
TEST EAX,EAX
JLE 0x00143c41
MOV EBP,EDX
LEA RAX,[RSP + 0x24]
MOV R14,RDI
MOV R15,RSI
MOV R12,RCX
AND EBP,0x1
XOR R13D,R13D
XOR E... | null | null | null | null | [('tmp_1482', u'PIECE_-1207222436'), (u'PTRADD_-1207223173', u'PTRADD_-1207222815'), (u'INT_ADD_-1207223313', u'CAST_-1207221867'), (u'MULTIEQUAL_-1207221954', u'MULTIEQUAL_-1207221844'), (u'CALL_-1207222708', u'INDIRECT_-1207221965'), (u'MULTIEQUAL_-1207222051', u'INT_XOR_-1207223203'), ('tmp_3624', u'MULTIEQUAL_-1207... | [(u'PTRADD_-1207223173', u'PTRADD_-1207222815'), (u'CALL_-1207222708', u'INT_ZEXT_-1207222251'), (u'INT_REM_-1207223156', u'MULTIEQUAL_-1207222312'), ('tmp_3594', u'LOAD_-1207223336'), (u'INT_XOR_-1207223191', u'INT_MULT_-1207222123'), ('tmp_1172', u'CBRANCH_-1207222880'), ('tmp_3588', u'MULTIEQUAL_-1207222166'), ('tmp... | null | null | 00143ad0 | x64 | O2 | (translation_unit "ulong FUN_00143ad0(int *param_1,long *param_2,ulong param_3,byte *param_4,uint param_5)\n\n{\n byte bVar1;\n int iVar2;\n undefined8 uVar3;\n byte *pbVar4;\n ulong uVar5;\n uint uVar6;\n byte *pbVar7;\n uint uVar8;\n long lVar9;\n long in_FS_OFFSET;\n uint local_44;\n long local_40;\n \n... | (translation_unit "/* DWARF original prototype: uint sessionChangeHash(SessionTable * pTab, int bPkOnly, u8 * aRecord,\n int nBucket, SessionTable * pTab) */\n\nuint sessionChangeHash(SessionTable *pTab,int bPkOnly,u8 *aRecord,int nBucket,SessionTable *pTab_1)\n\n{\n char cVar1;\n byte bVar2;\n int iVar3;\n sqlit... | (translation_unit "ulong FUN_00143ad0(int *param_1,long *param_2,ulong param_3,byte *param_4,uint param_5)\n\n{\n byte bVar1;\n int iVar2;\n undefined8 uVar3;\n byte *pbVar4;\n ulong uVar5;\n uint uVar6;\n byte *pbVar7;\n uint uVar8;\n long lVar9;\n long in_FS_OFFSET;\n uint local_44;\n long local_40;\n \n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * I... | (function_definition "ulong FUN_00143ad0(int *param_1,long *param_2,ulong param_3,byte *param_4,uint param_5)\n\n{\n byte bVar1;\n int iVar2;\n undefined8 uVar3;\n byte *pbVar4;\n ulong uVar5;\n uint uVar6;\n byte *pbVar7;\n uint uVar8;\n long lVar9;\n long in_FS_OFFSET;\n uint local_44;\n long local_40;\n ... |
/* DWARF original prototype: uint sessionChangeHash(SessionTable * pTab, int bPkOnly, u8 * aRecord,
int nBucket, SessionTable * pTab) */
type_1 function_1(type_2 *pTab,int bPkOnly,type_3 *aRecord,int nBucket,type_2 *pTab_1)
{
char var_4;
type_4 bVar2;
int var_7;
type_5 sVar4;
type_6 in_register_0000000c... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (p... | null |
ulong MASKED(int *param_1,long *param_2,ulong param_3,byte *param_4,uint param_5)
{
byte bVar1;
int iVar2;
undefined8 uVar3;
byte *pbVar4;
ulong uVar5;
uint uVar6;
byte *pbVar7;
uint uVar8;
long lVar9;
long in_FS_OFFSET;
uint local_44;
long local_40;
local_40 = *(long *)(in_FS_OFFSET + 0x... |
6308_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | clear | FUN_0026c6d0 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void clear(Stringpool_template<char> * this) */
void __thiscall gold::Stringpool_template<char>::clear(Stringpool_template<char> *this)
{
Stringdata_list *pSVar1;
_List_node_base *p_Var2;
pointer pvVar3;
pointer pvVar4;
poi... |
void FUN_0026c6d0(long param_1)
{
long *plVar1;
long *plVar2;
long *plVar3;
plVar1 = (long *)(param_1 + 0x58);
plVar2 = *(long **)(param_1 + 0x58);
if (plVar2 != plVar1) {
do {
if (plVar2[2] != 0) {
thunk_FUN_002dac70();
}
plVar2 = (long *)*plVar2;
} while (plVar2 != p... | PUSH R13
PUSH R12
MOV R12,RDI
PUSH RBP
LEA RBP,[RDI + 0x58]
PUSH RBX
SUB RSP,0x8
MOV RBX,qword ptr [RDI + 0x58]
CMP RBX,RBP
JZ 0x0026c720
NOP word ptr [RAX + RAX*0x1]
MOV RDI,qword ptr [RBX + 0x10]
TEST RDI,RDI
JZ 0x0026c6fe
CALL 0x002dac40
MOV RBX,qword ptr [RBX]
CMP RBX,RBP
JNZ 0x0026c6f0
MOV RDI,qword ptr [R12 + 0x5... | null | null | null | null | [(u'LOAD_-1204173060', u'INT_NOTEQUAL_-1204173039'), ('const-56', u'PTRSUB_-1204172508'), ('const-0', u'PTRSUB_-1204172465'), ('const-0', u'INT_NOTEQUAL_-1204172834'), (u'LOAD_-1204173060', u'MULTIEQUAL_-1204172740'), (u'COPY_-1204172476', u'MULTIEQUAL_-1204172654'), (u'PTRSUB_-1204172586', u'PTRSUB_-1204172585'), (u'P... | [(u'LOAD_-1204173060', u'INT_NOTEQUAL_-1204173039'), ('const-0', u'INT_NOTEQUAL_-1204172834'), ('const-64', u'INT_ADD_-1204172778'), (u'LOAD_-1204173060', u'MULTIEQUAL_-1204172740'), ('const-56', u'INT_ADD_-1204172895'), (u'LOAD_-1204172911', u'INT_NOTEQUAL_-1204172857'), ('const-0', u'STORE_-1204172885'), (u'MULTIEQUA... | null | null | 0026c6d0 | x64 | O2 | (translation_unit "void FUN_0026c6d0(long param_1)\n\n{\n long *plVar1;\n long *plVar2;\n long *plVar3;\n \n plVar1 = (long *)(param_1 + 0x58);\n plVar2 = *(long **)(param_1 + 0x58);\n if (plVar2 != plVar1) {\n do {\n if (plVar2[2] != 0) {\n thunk_FUN_002dac70();\n }\n plVar2 = (long *)*... | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void clear(Stringpool_template<char> * this) */\n\nvoid __thiscall gold::Stringpool_template<char>::clear(Stringpool_template<char> *this)\n\n{\n Stringdata_list *pSVar1;\n _List_node_base *p_Var2;\n pointer pvVar... | (translation_unit "void FUN_0026c6d0(long param_1)\n\n{\n long *plVar1;\n long *plVar2;\n long *plVar3;\n \n plVar1 = (long *)(param_1 + 0x58);\n plVar2 = *(long **)(param_1 + 0x58);\n if (plVar2 != plVar1) {\n do {\n if (plVar2[2] != 0) {\n thunk_FUN_002dac70();\n }\n plVar2 = (long *)*... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (... | (function_definition "void FUN_0026c6d0(long param_1)\n\n{\n long *plVar1;\n long *plVar2;\n long *plVar3;\n \n plVar1 = (long *)(param_1 + 0x58);\n plVar2 = *(long **)(param_1 + 0x58);\n if (plVar2 != plVar1) {\n do {\n if (plVar2[2] != 0) {\n thunk_FUN_002dac70();\n }\n plVar2 = (long ... |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void clear(Stringpool_template<char> * this) */
void __thiscall gold::type_1<char>::function_1(type_1<char> *this)
{
type_2 *pSVar1;
type_3 *p_Var2;
type_4 var_9;
type_4 var_10;
type_4 var_12;
type_3 *var_4;
type_4 var_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_dec... | null |
void MASKED(long param_1)
{
long *plVar1;
long *plVar2;
long *plVar3;
plVar1 = (long *)(param_1 + 0x58);
plVar2 = *(long **)(param_1 + 0x58);
if (plVar2 != plVar1) {
do {
if (plVar2[2] != 0) {
thunk_FUN_002dac70();
}
plVar2 = (long *)*plVar2;
} while (plVar2 != plVar1)... |
3450_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | report_command_line | FUN_001f0190 |
/* DWARF original prototype: void report_command_line(Incremental_inputs * this, int argc, char * *
argv) */
void __thiscall
gold::Incremental_inputs::report_command_line(Incremental_inputs *this,int argc,char **argv)
{
size_t sVar1;
long lVar2;
uint uVar3;
ulong uVar4;
byte *pbVar5;
byte *pbVar6;
b... |
void FUN_001f0190(long param_1,uint param_2,long param_3)
{
undefined8 *puVar1;
size_t sVar2;
long lVar3;
uint uVar4;
ulong uVar5;
byte *pbVar6;
byte *pbVar7;
byte *pbVar8;
bool bVar9;
bool bVar10;
bool bVar11;
byte bVar12;
char *local_60;
undefined4 *local_58;
long local_50;
undefined... | PUSH R15
MOV R15,RDI
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x38
LEA RAX,[RSP + 0x10]
MOV dword ptr [RSP + 0x20],0x646c6f67
MOV qword ptr [RSP],RAX
LEA RAX,[RSP + 0x20]
MOV qword ptr [RSP + 0x10],RAX
MOV qword ptr [RSP + 0x18],0x4
MOV byte ptr [RSP + 0x24],0x0
CMP ESI,0x1
JLE 0x001f0384
MOV R12D,ESI
MOV R... | null | null | null | null | [(u'INT_EQUAL_-1207958491', u'CBRANCH_-1207958492'), ('const-1', u'INT_ADD_-1207956019'), (u'PTRADD_-1207958357', u'COPY_-1207955834'), (u'INT_EQUAL_-1207958936', u'MULTIEQUAL_-1207956554'), (u'INT_ADD_-1207955986', u'PTRADD_-1207958718'), (u'CAST_-1207955923', u'COPY_-1207955987'), (u'COPY_-1207958896', u'MULTIEQUAL_-... | [(u'INT_EQUAL_-1207958491', u'CBRANCH_-1207958492'), ('const--2', u'INT_MULT_-1207956097'), (u'CALL_-1207957551', u'INDIRECT_-1207955684'), (u'INT_ADD_-1207957808', u'MULTIEQUAL_-1207956445'), (u'MULTIEQUAL_-1207956272', u'BOOL_NEGATE_-1207956051'), ('const-433', u'LOAD_-1207958864'), ('const--2', u'INT_MULT_-120795644... | null | null | 001f0190 | x64 | O2 | (translation_unit "void FUN_001f0190(long param_1,uint param_2,long param_3)\n\n{\n undefined8 *puVar1;\n size_t sVar2;\n long lVar3;\n uint uVar4;\n ulong uVar5;\n byte *pbVar6;\n byte *pbVar7;\n byte *pbVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n byte bVar12;\n char *local_60;\n undefined4 *loca... | (translation_unit "/* DWARF original prototype: void report_command_line(Incremental_inputs * this, int argc, char * *\n argv) */\n\nvoid __thiscall\ngold::Incremental_inputs::report_command_line(Incremental_inputs *this,int argc,char **argv)\n\n{\n size_t sVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n byte... | (translation_unit "void FUN_001f0190(long param_1,uint param_2,long param_3)\n\n{\n undefined8 *puVar1;\n size_t sVar2;\n long lVar3;\n uint uVar4;\n ulong uVar5;\n byte *pbVar6;\n byte *pbVar7;\n byte *pbVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n byte bVar12;\n char *local_60;\n undefined4 *loca... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ... | (function_definition "void FUN_001f0190(long param_1,uint param_2,long param_3)\n\n{\n undefined8 *puVar1;\n size_t sVar2;\n long lVar3;\n uint uVar4;\n ulong uVar5;\n byte *pbVar6;\n byte *pbVar7;\n byte *pbVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n byte bVar12;\n char *local_60;\n undefined4 *l... |
/* DWARF original prototype: void report_command_line(Incremental_inputs * this, int argc, char * *
argv) */
void __thiscall
gold::type_1::function_1(type_1 *this,int var_1,char **argv)
{
size_t sVar1;
long var_2;
type_2 var_14;
type_3 var_12;
type_4 *var_3;
type_4 *var_8;
type_4 *var_4;
bool var_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaratio... | null |
void MASKED(long param_1,uint param_2,long param_3)
{
undefined8 *puVar1;
size_t sVar2;
long lVar3;
uint uVar4;
ulong uVar5;
byte *pbVar6;
byte *pbVar7;
byte *pbVar8;
bool bVar9;
bool bVar10;
bool bVar11;
byte bVar12;
char *local_60;
undefined4 *local_58;
long local_50;
undefined4 loca... |
395_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | s_macro | FUN_00120980 |
void s_macro(int ignore)
{
char *file;
char *pcVar1;
size_t size;
void *pvVar2;
char *format;
int in_ECX;
uint line;
char *name;
sb s;
sb label;
file = as_where(&line);
pcVar1 = _find_end_of_line(input_line_pointer,0,0,in_ECX);
sb_build(&s,(long)pcVar1 - (long)input_line_pointer);
sb_ad... |
void FUN_00120980(void)
{
char *pcVar1;
undefined8 uVar2;
long lVar3;
size_t sVar4;
undefined8 uVar5;
undefined8 extraout_RDX;
undefined8 uStack_80;
undefined4 local_74;
char *local_70;
undefined1 local_68 [32];
undefined1 local_48 [40];
uVar2 = FUN_0011a360(&local_74);
lVar3 = FUN_001206... | PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x58
LEA RDI,[RSP + 0x4]
LEA RBX,[RSP + 0x10]
CALL 0x0011a360
MOV RDI,qword ptr [0x0019d9c0]
XOR EDX,EDX
XOR ESI,ESI
MOV R12,RAX
CALL 0x00120680
MOV RDI,RBX
MOV RSI,RAX
SUB RSI,qword ptr [0x0019d9c0]
MOV RBP,RAX
CALL 0x00127ef0
MOV RSI,qword ptr [0x0019d9c0]
MOV RDX,RBP
MOV R... | null | null | null | null | [(u'CAST_-1207103792', u'INT_SUB_-1207105025'), (u'CALL_-1207104795', u'INDIRECT_-1207103903'), (u'PTRSUB_-1207103733', u'CALL_-1207104892'), (u'INDIRECT_-1207103751', u'MULTIEQUAL_-1207103848'), ('const-560', u'PTRADD_-1207103569'), ('const-1', u'PTRADD_-1207104463'), (u'MULTIEQUAL_-1207103789', u'CALL_-1207104508'), ... | [(u'PTRSUB_-1207103747', u'CALL_-1207104795'), (u'INDIRECT_-1207104060', u'INT_SUB_-1207105025'), ('const-1', u'PTRADD_-1207104463'), (u'CALL_-1207105018', u'INDIRECT_-1207103949'), (u'CALL_-1207104912', u'INDIRECT_-1207103878'), (u'CALL_-1207104317', u'MULTIEQUAL_-1207104127'), (u'MULTIEQUAL_-1207104127', u'CALL_-1207... | null | null | 00120980 | x64 | O2 | (translation_unit "void FUN_00120980(void)\n\n{\n char *pcVar1;\n undefined8 uVar2;\n long lVar3;\n size_t sVar4;\n undefined8 uVar5;\n undefined8 extraout_RDX;\n undefined8 uStack_80;\n undefined4 local_74;\n char *local_70;\n undefined1 local_68 [32];\n undefined1 local_48 [40];\n \n uVar2 = FUN_0011a360... | (translation_unit "void s_macro(int ignore)\n\n{\n char *file;\n char *pcVar1;\n size_t size;\n void *pvVar2;\n char *format;\n int in_ECX;\n uint line;\n char *name;\n sb s;\n sb label;\n \n file = as_where(&line);\n pcVar1 = _find_end_of_line(input_line_pointer,0,0,in_ECX);\n sb_build(&s,(long)pcVar1 - ... | (translation_unit "void FUN_00120980(void)\n\n{\n char *pcVar1;\n undefined8 uVar2;\n long lVar3;\n size_t sVar4;\n undefined8 uVar5;\n undefined8 extraout_RDX;\n undefined8 uStack_80;\n undefined4 local_74;\n char *local_70;\n undefined1 local_68 [32];\n undefined1 local_48 [40];\n \n uVar2 = FUN_0011a360... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDEN... | (function_definition "void FUN_00120980(void)\n\n{\n char *pcVar1;\n undefined8 uVar2;\n long lVar3;\n size_t sVar4;\n undefined8 uVar5;\n undefined8 extraout_RDX;\n undefined8 uStack_80;\n undefined4 local_74;\n char *local_70;\n undefined1 local_68 [32];\n undefined1 local_48 [40];\n \n uVar2 = FUN_0011a... |
void function_1(int ignore)
{
char *file;
char *var_10;
size_t size;
void *var_17;
char *format;
int in_ECX;
type_1 line;
char *var_16;
type_2 s;
type_2 label;
file = var_1(&line);
var_10 = var_2(input_line_pointer,0,0,in_ECX);
var_3(&s,(long)var_10 - (long)input_line_pointer);
var_4(&s... | 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: (pointer_declarator declarator: (identifier))) (d... | null |
void MASKED(void)
{
char *pcVar1;
undefined8 uVar2;
long lVar3;
size_t sVar4;
undefined8 uVar5;
undefined8 extraout_RDX;
undefined8 uStack_80;
undefined4 local_74;
char *local_70;
undefined1 local_68 [32];
undefined1 local_48 [40];
uVar2 = FUN_0011a360(&local_74);
lVar3 = FUN_00120680(DAT... |
123_x86_64-linux-gnux32-elfedit_and_x86_64-linux-gnux32-elfedit_strip.c | vfprintf | vfprintf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* vfprintf@@GL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206931182')] | [('const-1', u'RETURN_-1206931182')] | null | null | 0010b108 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_bad... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "vfprintf(FILE *__s... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argu... | (function_definition "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)" (identifier "vfprintf") (parameter_list "(FILE *__s,char *__format,__gnuc_va_list __ar... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__s,char *__format,type_2 __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* vfprintf@@GLIBC_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__s,char *__format,__gnuc_va_list __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9757_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | ~collate | FUN_00325140 |
/* std::collate<wchar_t>::~collate() */
void __thiscall std::collate<wchar_t>::~collate(collate<wchar_t> *this)
{
*(undefined ***)this = &PTR__collate_0043bc90;
locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));
locale::facet::~facet((facet *)this);
return;
}
|
void FUN_00325140(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043bc90;
FUN_0031bb70();
FUN_002dc9a0(param_1);
return;
}
| LEA RAX,[0x43bc80]
PUSH RBX
MOV RBX,RDI
LEA RDI,[RDI + 0x10]
ADD RAX,0x10
MOV qword ptr [RDI + -0x10],RAX
CALL 0x0031bb70
MOV RDI,RBX
POP RBX
JMP 0x002dc9a0 | null | null | null | null | [(u'PTRADD_-1204989551', u'CAST_-1204989485'), (u'CAST_-1204989490', u'STORE_-1204989592'), ('const-0', u'RETURN_-1204989562'), ('const-1', u'PTRADD_-1204989551'), ('const-16', u'PTRADD_-1204989551'), (u'PTRSUB_-1204989489', u'STORE_-1204989592'), ('tmp_82', u'PTRADD_-1204989551'), ('const-0', u'PTRSUB_-1204989489'), (... | [('const-0', u'RETURN_-1204989562'), ('const-0', u'PTRSUB_-1204989489'), ('const-4439184', u'PTRSUB_-1204989489'), (u'PTRSUB_-1204989489', u'STORE_-1204989592'), ('tmp_145', u'STORE_-1204989592'), ('tmp_145', u'CALL_-1204989566'), ('const-433', u'STORE_-1204989592')] | null | null | 00325140 | x64 | O2 | (translation_unit "void FUN_00325140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043bc90;\n FUN_0031bb70();\n FUN_002dc9a0(param_1);\n return;\n}\n\n" (function_definition "void FUN_00325140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043bc90;\n FUN_0031bb70();\n FUN_002dc9a0(param_1);\n return;\n}" p... | (translation_unit "/* std::collate<wchar_t>::~collate() */\n\nvoid __thiscall std::collate<wchar_t>::~collate(collate<wchar_t> *this)\n\n{\n *(undefined ***)this = &PTR__collate_0043bc90;\n locale::facet::_S_destroy_c_locale((__locale_struct **)(this + 0x10));\n locale::facet::~facet((facet *)this);\n return;\n}\n\... | (translation_unit "void FUN_00325140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043bc90;\n FUN_0031bb70();\n FUN_002dc9a0(param_1);\n return;\n}\n\n" (function_definition "void FUN_00325140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043bc90;\n FUN_0031bb70();\n FUN_002dc9a0(param_1);\n return;\n}" p... | (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_00325140(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043bc90;\n FUN_0031bb70();\n FUN_002dc9a0(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00325140(undefined8 *param_1)" (identifier "FUN_00325140") (parameter_list "(undefined8 *param_1)" (( "(") (par... |
/* std::collate<wchar_t>::~collate() */
void __thiscall std::function_1<wchar_t>::~function_1(function_1<wchar_t> *var_2)
{
*(type_1 ***)var_2 = &PTR__collate_0043bc90;
locale::facet::var_1((type_2 **)(var_2 + 0x10));
locale::facet::~var_3((var_3 *)var_2);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr... | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043bc90;
FUN_0031bb70();
FUN_002dc9a0(param_1);
return;
}
|
511_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | FUN_0014b455 | FUN_0014b455 |
void FUN_0014b455(void)
{
void *unaff_R12;
operator_delete(unaff_R12,0x38);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0014b455(void)
{
thunk_FUN_002a2980();
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
| MOV RDI,R12
MOV ESI,0x38
CALL 0x002a2970
MOV RDI,RBX
CALL 0x003305f0 | null | null | null | null | [('const-56', u'CALL_-1207192472'), ('tmp_64', u'CALL_-1207192472'), ('const-1', u'RETURN_-1207192455')] | [('const-1', u'RETURN_-1207192455')] | null | null | 0014b455 | x64 | O2 | (translation_unit "void FUN_0014b455(void)\n\n{\n thunk_FUN_002a2980();\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_0014b455(void)\n\n{\n thunk_FUN_002a2980();\n /* WARNING: Subroutine does not return */\n FUN_003305f0();... | (translation_unit "void FUN_0014b455(void)\n\n{\n void *unaff_R12;\n \n operator_delete(unaff_R12,0x38);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0014b455(void)\n\n{\n void *unaff_R12;\n \n operator_delete(unaff_R12,0x38);\n ... | (translation_unit "void FUN_0014b455(void)\n\n{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_0014b455(void)\n\n{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_0014b455(void)" identifier (paramete... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0014b455(void)\n\n{\n thunk_FUN_002a2980();\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_0014b455(void)" (identifier "FUN_0014b455") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compou... |
void function_1(void)
{
void *unaff_R12;
var_1(unaff_R12,0x38);
/* WARNING: Subroutine does not return */
var_2();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expre... | null |
void MASKED(void)
{
thunk_FUN_002a2980();
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
224_sed_and_sed_strip.c | delete | FUN_0010c6d0 |
/* DWARF original prototype: uint delete(size_t del, position_set * s, position_set * s) */
uint delete(size_t del,position_set *s,position_set *s_1)
{
position *ppVar1;
ptrdiff_t pVar2;
position *ppVar3;
position **pppVar4;
position **pppVar5;
position *ppVar6;
position *ppVar7;
ppVar1 = s_1->ele... |
undefined4 FUN_0010c6d0(ulong param_1,long param_2,ulong *param_3)
{
ulong uVar1;
ulong uVar2;
ulong *puVar3;
ulong *puVar4;
ulong uVar5;
ulong uVar6;
uVar1 = *param_3;
if (uVar1 != 0) {
uVar2 = 0;
uVar6 = uVar1;
do {
while( true ) {
uVar5 = uVar6 + uVar2 >> 1;
puV... | MOV R10,qword ptr [RDX]
TEST R10,R10
JZ 0x0010c709
MOV R9,R10
XOR EAX,EAX
JMP 0x0010c6e9
LEA RAX,[R8 + 0x1]
CMP RAX,R9
JNC 0x0010c709
LEA R8,[R9 + RAX*0x1]
SHR R8,0x1
MOV RCX,R8
SHL RCX,0x4
ADD RCX,RSI
CMP qword ptr [RCX],RDI
JC 0x0010c6e0
JZ 0x0010c710
MOV R9,R8
CMP RAX,R9
JC 0x0010c6e9
XOR EAX,EAX
RET
LEA RDI,[R8 + 0... | null | null | null | null | [(u'MULTIEQUAL_-1206925112', u'MULTIEQUAL_-1206925112'), (u'INT_LESS_-1206925473', u'CBRANCH_-1206925471'), ('const-0', u'PTRSUB_-1206925086'), (u'PTRSUB_-1206925046', u'PTRADD_-1206925031'), (u'PTRSUB_-1206925049', u'CAST_-1206925035'), ('const-8', u'PTRADD_-1206925031'), (u'PTRADD_-1206924979', u'INT_NOTEQUAL_-120692... | [(u'INT_LESS_-1206925473', u'CBRANCH_-1206925471'), (u'INT_SUB_-1206925260', u'MULTIEQUAL_-1206925019'), (u'PTRADD_-1206924979', u'STORE_-1206925056'), ('tmp_1381', u'INT_LESS_-1206925473'), ('tmp_1381', u'INT_EQUAL_-1206925473'), ('const-433', u'LOAD_-1206925069'), ('tmp_1337', u'STORE_-1206925262'), (u'INT_ADD_-12069... | null | null | 0010c6d0 | x64 | O2 | (translation_unit "undefined4 FUN_0010c6d0(ulong param_1,long param_2,ulong *param_3)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong *puVar3;\n ulong *puVar4;\n ulong uVar5;\n ulong uVar6;\n \n uVar1 = *param_3;\n if (uVar1 != 0) {\n uVar2 = 0;\n uVar6 = uVar1;\n do {\n while( true ) {\n uVar5... | (translation_unit "/* DWARF original prototype: uint delete(size_t del, position_set * s, position_set * s) */\n\nuint delete(size_t del,position_set *s,position_set *s_1)\n\n{\n position *ppVar1;\n ptrdiff_t pVar2;\n position *ppVar3;\n position **pppVar4;\n position **pppVar5;\n position *ppVar6;\n position *p... | (translation_unit "undefined4 FUN_0010c6d0(ulong param_1,long param_2,ulong *param_3)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong *puVar3;\n ulong *puVar4;\n ulong uVar5;\n ulong uVar6;\n \n uVar1 = *param_3;\n if (uVar1 != 0) {\n uVar2 = 0;\n uVar6 = uVar1;\n do {\n while( true ) {\n uVar5... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT... | (function_definition "undefined4 FUN_0010c6d0(ulong param_1,long param_2,ulong *param_3)\n\n{\n ulong uVar1;\n ulong uVar2;\n ulong *puVar3;\n ulong *puVar4;\n ulong uVar5;\n ulong uVar6;\n \n uVar1 = *param_3;\n if (uVar1 != 0) {\n uVar2 = 0;\n uVar6 = uVar1;\n do {\n while( true ) {\n uV... |
/* DWARF original prototype: uint delete(size_t del, position_set * s, position_set * s) */
type_1 function_1(size_t var_2,type_2 *s,type_2 *s_1)
{
type_3 *var_1;
ptrdiff_t pVar2;
type_3 *var_3;
type_3 **var_4;
type_3 **var_5;
type_3 *var_6;
type_3 *var_7;
var_1 = s_1->elems;
if (var_1 != (type_... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declarati... | null |
undefined4 MASKED(ulong param_1,long param_2,ulong *param_3)
{
ulong uVar1;
ulong uVar2;
ulong *puVar3;
ulong *puVar4;
ulong uVar5;
ulong uVar6;
uVar1 = *param_3;
if (uVar1 != 0) {
uVar2 = 0;
uVar6 = uVar1;
do {
while( true ) {
uVar5 = uVar6 + uVar2 >> 1;
puVar3 = ... |
9181_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | find | FUN_00322180 |
/* std::string::find(char const*, unsigned long, unsigned long) const */
ulong __thiscall std::string::find(string *this,char *param_1,ulong param_2,ulong param_3)
{
char cVar1;
long lVar2;
ulong uVar3;
int iVar4;
void *pvVar5;
size_t __n;
ulong uVar6;
lVar2 = *(long *)this;
uVar3 = *(ulong *)(l... |
ulong FUN_00322180(long *param_1,char *param_2,ulong param_3,ulong param_4)
{
char cVar1;
long lVar2;
ulong uVar3;
int iVar4;
void *pvVar5;
size_t __n;
ulong uVar6;
lVar2 = *param_1;
uVar3 = *(ulong *)(lVar2 + -0x18);
if (param_4 == 0) {
uVar6 = 0xffffffffffffffff;
if (param_3 <= uVar3)... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV R13,qword ptr [RDI]
MOV R8,qword ptr [R13 + -0x18]
TEST RCX,RCX
JZ 0x00322230
MOV RAX,-0x1
CMP R8,RDX
JBE 0x00322217
LEA R14,[R13 + R8*0x1]
SUB R8,RDX
LEA RDI,[R13 + RDX*0x1]
CMP RCX,R8
JA 0x00322217
MOV EBP,0x1
MOV RDX,R8
SUB RBP,RCX
ADD RDX,RBP
JZ... | null | null | null | null | [(u'INT_ADD_-1205001791', u'CAST_-1205001281'), (u'INT_ADD_-1205001525', u'MULTIEQUAL_-1205001355'), (u'INT_NOTEQUAL_-1205001675', u'CBRANCH_-1205001674'), (u'INT_LESS_-1205001748', u'CBRANCH_-1205001757'), ('tmp_755', u'INT_LESS_-1205001748'), (u'INT_SUB_-1205001729', u'INT_ADD_-1205001670'), (u'COPY_-1205001436', u'C... | [(u'CAST_-1205001086', u'INT_SUB_-1205001403'), (u'INT_NOTEQUAL_-1205001675', u'CBRANCH_-1205001674'), (u'INT_ADD_-1205001525', u'MULTIEQUAL_-1205001355'), (u'INT_LESS_-1205001748', u'CBRANCH_-1205001757'), (u'INT_SUB_-1205001729', u'INT_ADD_-1205001670'), (u'COPY_-1205001436', u'COPY_-1205001178'), (u'CALL_-1205001638... | null | null | 00322180 | x64 | O2 | (translation_unit "ulong FUN_00322180(long *param_1,char *param_2,ulong param_3,ulong param_4)\n\n{\n char cVar1;\n long lVar2;\n ulong uVar3;\n int iVar4;\n void *pvVar5;\n size_t __n;\n ulong uVar6;\n \n lVar2 = *param_1;\n uVar3 = *(ulong *)(lVar2 + -0x18);\n if (param_4 == 0) {\n uVar6 = 0xfffffffffff... | (translation_unit "/* std::string::find(char const*, unsigned long, unsigned long) const */\n\nulong __thiscall std::string::find(string *this,char *param_1,ulong param_2,ulong param_3)\n\n{\n char cVar1;\n long lVar2;\n ulong uVar3;\n int iVar4;\n void *pvVar5;\n size_t __n;\n ulong uVar6;\n \n lVar2 = *(long... | (translation_unit "ulong FUN_00322180(long *param_1,char *param_2,ulong param_3,ulong param_4)\n\n{\n char cVar1;\n long lVar2;\n ulong uVar3;\n int iVar4;\n void *pvVar5;\n size_t __n;\n ulong uVar6;\n \n lVar2 = *param_1;\n uVar3 = *(ulong *)(lVar2 + -0x18);\n if (param_4 == 0) {\n uVar6 = 0xfffffffffff... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_st... | (function_definition "ulong FUN_00322180(long *param_1,char *param_2,ulong param_3,ulong param_4)\n\n{\n char cVar1;\n long lVar2;\n ulong uVar3;\n int iVar4;\n void *pvVar5;\n size_t __n;\n ulong uVar6;\n \n lVar2 = *param_1;\n uVar3 = *(ulong *)(lVar2 + -0x18);\n if (param_4 == 0) {\n uVar6 = 0xffffffff... |
/* std::string::find(char const*, unsigned long, unsigned long) const */
type_1 __thiscall std::type_2::function_1(type_2 *this,char *param_1,type_1 var_3,type_1 var_2)
{
char cVar1;
long var_1;
type_1 var_4;
int var_9;
void *var_7;
size_t var_5;
type_1 var_10;
var_1 = *(long *)this;
var_4 = *(t... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (p... | null |
ulong MASKED(long *param_1,char *param_2,ulong param_3,ulong param_4)
{
char cVar1;
long lVar2;
ulong uVar3;
int iVar4;
void *pvVar5;
size_t __n;
ulong uVar6;
lVar2 = *param_1;
uVar3 = *(ulong *)(lVar2 + -0x18);
if (param_4 == 0) {
uVar6 = 0xffffffffffffffff;
if (param_3 <= uVar3) {
... |
112_riscv64-linux-gnu-gprof_and_riscv64-linux-gnu-gprof_strip.c | cmp_symbol_map | FUN_00107eb0 |
int cmp_symbol_map(void *l,void *r)
{
int iVar1;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
iVar1 = strcmp(*l,*r);
return iVar1;
}
|
void FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)
{
strcmp((char *)*param_1,(char *)*param_2);
return;
}
| MOV RSI,qword ptr [RSI]
MOV RDI,qword ptr [RDI]
JMP 0x001022d0 | null | null | null | null | [(u'LOAD_-1206944078', u'CALL_-1206944063'), (u'LOAD_-1206944073', u'CALL_-1206944063'), ('tmp_19', u'LOAD_-1206944073'), ('const-0', u'RETURN_-1206944059'), (u'CALL_-1206944063', u'RETURN_-1206944059'), ('tmp_20', u'LOAD_-1206944078'), ('const-433', u'LOAD_-1206944078'), ('const-433', u'LOAD_-1206944073')] | [(u'CAST_-1206944003', u'CALL_-1206944063'), ('const-433', u'LOAD_-1206944078'), (u'CAST_-1206943999', u'CALL_-1206944063'), ('tmp_36', u'LOAD_-1206944078'), ('tmp_37', u'LOAD_-1206944073'), (u'LOAD_-1206944078', u'CAST_-1206944003'), ('const-0', u'RETURN_-1206944059'), (u'LOAD_-1206944073', u'CAST_-1206943999'), ('con... | null | null | 00107eb0 | x64 | O2 | (translation_unit "void FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}\n\n" (function_definition "void FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" primitive_type (function_... | (translation_unit "int cmp_symbol_map(void *l,void *r)\n\n{\n int iVar1;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = strcmp(*l,*r);\n return iVar1;\n}\n\n" (function_definition "int cmp_symbol_map(void *l,void *r)\n\n{\n int i... | (translation_unit "void FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}\n\n" (function_definition "void FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" primitive_type (function_... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_... | (function_definition "void FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00107eb0(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_00107eb0") (parameter_list "(undefined8 *param_1,undefi... |
int function_1(void *l,void *r)
{
int iVar1;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
iVar1 = var_1(*l,*r);
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe... | null |
void MASKED(undefined8 *param_1,undefined8 *param_2)
{
strcmp((char *)*param_1,(char *)*param_2);
return;
}
|
4634_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | do_sized_write<64,_true> | FUN_0020a490 |
/* DWARF original name: do_sized_write<64, true>
DWARF original prototype: void do_sized_write<64,_true>(Output_segment_headers * this,
Output_file * of) */
void __thiscall
gold::Output_segment_headers::do_sized_write<64,_true>(Output_segment_headers *this,Output_file *of)
{
byte bVar1;
uint uVar2;
point... |
void FUN_0020a490(long param_1,long param_2)
{
uint uVar1;
long *plVar2;
long lVar3;
ulong uVar4;
uint *puVar5;
uint *puVar6;
long lVar7;
uint *puVar8;
long *plVar9;
plVar2 = (long *)(*(long **)(param_1 + 0x28))[1];
plVar9 = (long *)**(long **)(param_1 + 0x28);
lVar7 = ((long)plVar2 - (long... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RAX,qword ptr [RDI + 0x28]
MOV RDX,qword ptr [RAX + 0x8]
MOV R14,qword ptr [RAX]
MOV RAX,RDX
SUB RAX,R14
SAR RAX,0x3
LEA R12,[RAX*0x8]
SUB R12,RAX
MOVZX EAX,byte ptr [RDI + 0x20]
SHL R12,0x3
TEST AL,0x2
JZ 0x0020a61a
MOV R15,RDI
CMP R12,qword ptr [RD... | null | null | null | null | [(u'INT_RIGHT_-1203788255', u'INT_OR_-1203788254'), (u'PTRSUB_-1203787359', u'PTRSUB_-1203787327'), (u'MULTIEQUAL_-1203787538', u'PTRADD_-1203787173'), (u'INT_OR_-1203788179', u'INT_OR_-1203788176'), (u'INT_RIGHT_-1203787915', u'INT_OR_-1203787916'), (u'PTRSUB_-1203787307', u'LOAD_-1203788297'), (u'CAST_-1203787282', u... | [(u'INT_RIGHT_-1203788255', u'INT_OR_-1203788254'), (u'INT_OR_-1203788179', u'INT_OR_-1203788176'), (u'INT_RIGHT_-1203787915', u'INT_OR_-1203787916'), ('const-3673120', u'COPY_-1203787196'), (u'PTRADD_-1203787235', u'STORE_-1203788023'), ('const-728', u'INT_ADD_-1203787995'), (u'COPY_-1203787198', u'CALL_-1203787740'),... | null | null | 0020a490 | x64 | O2 | (translation_unit "void FUN_0020a490(long param_1,long param_2)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n ulong uVar4;\n uint *puVar5;\n uint *puVar6;\n long lVar7;\n uint *puVar8;\n long *plVar9;\n \n plVar2 = (long *)(*(long **)(param_1 + 0x28))[1];\n plVar9 = (long *)**(long **)(param_1 + 0x28);... | (translation_unit "/* DWARF original name: do_sized_write<64, true>\n DWARF original prototype: void do_sized_write<64,_true>(Output_segment_headers * this,\n Output_file * of) */\n\nvoid __thiscall\ngold::Output_segment_headers::do_sized_write<64,_true>(Output_segment_headers *this,Output_file *of)\n\n{\n byte bV... | (translation_unit "void FUN_0020a490(long param_1,long param_2)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n ulong uVar4;\n uint *puVar5;\n uint *puVar6;\n long lVar7;\n uint *puVar8;\n long *plVar9;\n \n plVar2 = (long *)(*(long **)(param_1 + 0x28))[1];\n plVar9 = (long *)**(long **)(param_1 + 0x28);... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator... | (function_definition "void FUN_0020a490(long param_1,long param_2)\n\n{\n uint uVar1;\n long *plVar2;\n long lVar3;\n ulong uVar4;\n uint *puVar5;\n uint *puVar6;\n long lVar7;\n uint *puVar8;\n long *plVar9;\n \n plVar2 = (long *)(*(long **)(param_1 + 0x28))[1];\n plVar9 = (long *)**(long **)(param_1 + 0x2... |
/* DWARF original name: do_sized_write<64, true>
DWARF original prototype: void do_sized_write<64,_true>(Output_segment_headers * this,
Output_file * of) */
void __thiscall
var_1::Output_segment_headers::do_sized_write<64,_true>(Output_segment_headers *this,type_6 *of)
{
byte var_5;
type_1 var_12;
type_2... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compoun... | null |
void MASKED(long param_1,long param_2)
{
uint uVar1;
long *plVar2;
long lVar3;
ulong uVar4;
uint *puVar5;
uint *puVar6;
long lVar7;
uint *puVar8;
long *plVar9;
plVar2 = (long *)(*(long **)(param_1 + 0x28))[1];
plVar9 = (long *)**(long **)(param_1 + 0x28);
lVar7 = ((long)plVar2 - (long)plVar... |
1457_psftp_and_psftp_strip.c | __strcpy_chk | __strcpy_chk |
/* WARNING: Control flow encountered bad instruction data */
void __strcpy_chk(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __strcpy_chk@@GLIBC_2.3.4 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void __strcpy_chk(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207459054')] | [('const-1', u'RETURN_-1207459054')] | null | null | 0018a308 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __strcpy_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __strcpy_chk(void)\n\n{\n /* WARNING: Bad in... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __strcpy_chk(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __strcpy_chk@@GLIBC_2.3.4 */\n halt_baddata();\n}\n\n" comment (function_definition "void __strcpy_c... | (translation_unit "void __strcpy_chk(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __strcpy_chk(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__strcpy_chk(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 __strcpy_chk(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__strcpy_chk(void)" (identifier "__strcpy_chk") (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 */
/* __strcpy_chk@@GLIBC_2.3.4 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
382_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | set_section_addresses | FUN_0014ce50 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* gold::Output_section_element_dot_assignment::set_section_addresses(gold::Symbol_table*,
gold::Layout*, gold::Output_section*, unsigned long, unsigned long*, unsigned long*,
gold::Output_section**, std::string*, std::list<gold::Output_section::Inpu... |
void FUN_0014ce50(void)
{
undefined8 *unaff_RBX;
long unaff_R15;
long in_stack_00000010;
*unaff_RBX = &DAT_00435b70;
FUN_001f5370();
thunk_FUN_002dac70();
if (in_stack_00000010 != unaff_R15 + 0x10) {
FUN_002dac70();
}
/* WARNING: Subroutine does not return */
FUN_003688e0(... | LEA RAX,[0x435b70]
MOV RDI,RBX
MOV qword ptr [RBX],RAX
CALL 0x001f5370
MOV ESI,0x58
MOV RDI,RBX
CALL 0x002dac60
MOV RDI,qword ptr [RSP + 0x10]
ADD R15,0x10
CMP RDI,R15
JZ 0x0014ce82
CALL 0x002dac70
MOV RDI,RBP
CALL 0x003688e0 | null | null | null | null | [('tmp_378', u'INT_ADD_-1207185768'), (u'CAST_-1207185587', u'INT_NOTEQUAL_-1207185759'), ('tmp_367', u'CALL_-1207185796'), (u'INT_NOTEQUAL_-1207185759', u'CBRANCH_-1207185758'), ('tmp_91', u'CBRANCH_-1207185758'), ('const-0', u'PTRSUB_-1207185614'), ('tmp_367', u'CALL_-1207185814'), ('const-0', u'SUBPIECE_-1207185691'... | [('const-0', u'PTRSUB_-1207185645'), ('tmp_301', u'INT_ADD_-1207185768'), ('const-433', u'STORE_-1207185824'), (u'INT_NOTEQUAL_-1207185759', u'CBRANCH_-1207185758'), ('tmp_91', u'CBRANCH_-1207185758'), ('tmp_293', u'STORE_-1207185824'), (u'PTRSUB_-1207185645', u'STORE_-1207185824'), ('tmp_377', u'INT_NOTEQUAL_-12071857... | null | null | 0014ce50 | x64 | O2 | (translation_unit "void FUN_0014ce50(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_R15;\n long in_stack_00000010;\n \n *unaff_RBX = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac70();\n if (in_stack_00000010 != unaff_R15 + 0x10) {\n FUN_002dac70();\n }\n /* WARNING: Subroutine doe... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* gold::Output_section_element_dot_assignment::set_section_addresses(gold::Symbol_table*,\n gold::Layout*, gold::Output_section*, unsigned long, unsigned long*, unsigned long*,\n gold::Output_section**, std::string*, std::list<gold:... | (translation_unit "void FUN_0014ce50(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_R15;\n long in_stack_00000010;\n \n *unaff_RBX = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac70();\n if (in_stack_00000010 != unaff_R15 + 0x10) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}\n\n... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (ass... | (function_definition "void FUN_0014ce50(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_R15;\n long in_stack_00000010;\n \n *unaff_RBX = &DAT_00435b70;\n FUN_001f5370();\n thunk_FUN_002dac70();\n if (in_stack_00000010 != unaff_R15 + 0x10) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}"... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* gold::Output_section_element_dot_assignment::set_section_addresses(gold::Symbol_table*,
gold::Layout*, gold::Output_section*, unsigned long, unsigned long*, unsigned long*,
gold::Output_section**, std::string*, std::list<gold::Output_section::Inpu... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (... | null |
void MASKED(void)
{
undefined8 *unaff_RBX;
long unaff_R15;
long in_stack_00000010;
*unaff_RBX = &DAT_00435b70;
FUN_001f5370();
thunk_FUN_002dac70();
if (in_stack_00000010 != unaff_R15 + 0x10) {
FUN_002dac70();
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
|
494_powerpc-linux-gnu-objcopy_and_powerpc-linux-gnu-objcopy_strip.c | fflush | fflush |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fflush@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fflush(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053566')] | [('const-1', u'RETURN_-1207053566')] | null | null | 0012d2f8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fflush(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fflush@@GLIBC_2.2.5 ... | (translation_unit "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fflush(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_d... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int fflush(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fflush(FILE *__stream)" (identifier "fflush") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fflush@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
6_x86_64-linux-gnu-nm_and_x86_64-linux-gnu-nm_strip.c | free | free |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0010c030)();
return;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
(*(code *)PTR_free_0010c030)();
return;
}
| JMP qword ptr [0x0010c030] | null | null | null | null | [('tmp_28', u'CAST_-1206964054'), (u'CAST_-1206964054', u'CALLIND_-1206964120'), ('const-0', u'RETURN_-1206964117'), (u'INDIRECT_-1206964059', u'COPY_-1206964118'), (u'CALLIND_-1206964120', u'INDIRECT_-1206964059')] | [('tmp_28', u'CAST_-1206964054'), (u'CAST_-1206964054', u'CALLIND_-1206964120'), ('const-0', u'RETURN_-1206964117'), (u'INDIRECT_-1206964059', u'COPY_-1206964118'), (u'CALLIND_-1206964120', u'INDIRECT_-1206964059')] | null | null | 00103060 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n (*(code *)PTR_free_0010c030)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0010c030)();\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_0010c030)();\n return;\n}\n\n" comment (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0010c030)();\n return;\n}" primitive_type (function_declar... | (translation_unit "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0010c030)();\n return;\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n (*(code *)PTR_free_0010c030)();\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_0010c030)();\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_0010c030)();
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_0010c030)();
return;
}
|
61_sg_write_long_and_sg_write_long_strip.c | sg_get_num | sg_get_num |
/* WARNING: Control flow encountered bad instruction data */
void sg_get_num(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void sg_get_num(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206955830')] | [('const-1', u'RETURN_-1206955830')] | null | null | 001050c0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_get_num(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_get_num(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid sg_get_num(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void sg_get_num(void)\n\n{\n /* WARNING: Bad instru... | (translation_unit "void sg_get_num(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void sg_get_num(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "sg_get_num(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 sg_get_num(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "sg_get_num(void)" (identifier "sg_get_num") (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();
}
|
4248_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | do_addralign | thunk_FUN_001f5390 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_addralign(Output_segment_headers * this) */
uint64_t __thiscall gold::Output_segment_headers::do_addralign(Output_segment_headers *this)
{
int iVar1;
if (parameters->target_ == (Target *)0x0) {
... |
undefined8 thunk_FUN_001f5390(void)
{
int iVar1;
if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x69,"target");
}
iVar1 = **(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8);
if (iVar1 != 0x20) {
i... | JMP 0x001f5390 | null | null | null | null | [('tmp_427', u'COPY_-1207937968'), (u'INT_EQUAL_-1207938116', u'CBRANCH_-1207938114'), (u'CALL_-1207937984', u'INDIRECT_-1207937878'), (u'LOAD_-1207938135', u'INT_EQUAL_-1207938116'), (u'LOAD_-1207938107', u'INT_EQUAL_-1207938072'), (u'LOAD_-1207938113', u'LOAD_-1207938107'), ('tmp_138', u'CBRANCH_-1207938069'), ('tmp_... | [(u'CALL_-1207937984', u'INDIRECT_-1207937880'), ('const-64', u'INT_EQUAL_-1207938072'), (u'INT_EQUAL_-1207938116', u'CBRANCH_-1207938114'), (u'LOAD_-1207938135', u'INT_EQUAL_-1207938116'), (u'LOAD_-1207938107', u'INT_EQUAL_-1207938072'), (u'INT_ADD_-1207938097', u'CAST_-1207937919'), (u'LOAD_-1207938113', u'LOAD_-1207... | null | null | 001ffb20 | x64 | O2 | (translation_unit "undefined8 thunk_FUN_001f5390(void)\n\n{\n int iVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n iVar1 = **(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8);\n... | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_addralign(Output_segment_headers * this) */\n\nuint64_t __thiscall gold::Output_segment_headers::do_addralign(Output_segment_headers *this)\n\n{\n int iVar1;\n \n if (parameters->target_ == (Ta... | (translation_unit "undefined8 thunk_FUN_001f5390(void)\n\n{\n int iVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n iVar1 = **(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8);\n if (iVar1 != 0x20) {\n if (iVar1 == ... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long)... | (function_definition "undefined8 thunk_FUN_001f5390(void)\n\n{\n int iVar1;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x69,"target");\n }\n iVar1 = **(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8);\n if (iVar1 != 0x20) {\n if (iVar1 ... |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_addralign(Output_segment_headers * this) */
uint64_t __thiscall gold::type_1::function_1(type_1 *this)
{
int var_2;
if (parameters->target_ == (type_2 *)0x0) {
/* WARNING: Subroutine doe... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthe... | null |
undefined8 MASKED(void)
{
int iVar1;
if (*(long *)(PTR_DAT_0043e6b0 + 0x18) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x69,"target");
}
iVar1 = **(int **)(*(long *)(PTR_DAT_0043e6b0 + 0x18) + 8);
if (iVar1 != 0x20) {
if (iVar1 == ... |
170_powerpc-linux-gnu-objcopy_and_powerpc-linux-gnu-objcopy_strip.c | htab_hash_redefnode | FUN_001072f0 |
hashval_t htab_hash_redefnode(void *p)
{
hashval_t hVar1;
redefine_node *redefnode;
/* WARNING: Load size is inaccurate */
hVar1 = htab_hash_string(*p);
return hVar1;
}
|
void FUN_001072f0(undefined8 *param_1)
{
htab_hash_string(*param_1);
return;
}
| MOV RDI,qword ptr [RDI]
JMP 0x00104928 | null | null | null | null | [('tmp_14', u'LOAD_-1206947086'), (u'LOAD_-1206947086', u'CALL_-1206947076'), (u'CALL_-1206947076', u'RETURN_-1206947072'), ('const-433', u'LOAD_-1206947086'), ('const-0', u'RETURN_-1206947072')] | [('tmp_25', u'LOAD_-1206947086'), (u'LOAD_-1206947086', u'CALL_-1206947076'), ('const-0', u'RETURN_-1206947072'), ('const-433', u'LOAD_-1206947086')] | null | null | 001072f0 | x64 | O2 | (translation_unit "void FUN_001072f0(undefined8 *param_1)\n\n{\n htab_hash_string(*param_1);\n return;\n}\n\n" (function_definition "void FUN_001072f0(undefined8 *param_1)\n\n{\n htab_hash_string(*param_1);\n return;\n}" primitive_type (function_declarator "FUN_001072f0(undefined8 *param_1)" identifier (parameter_l... | (translation_unit "hashval_t htab_hash_redefnode(void *p)\n\n{\n hashval_t hVar1;\n redefine_node *redefnode;\n \n /* WARNING: Load size is inaccurate */\n hVar1 = htab_hash_string(*p);\n return hVar1;\n}\n\n" (function_definition "hashval_t htab_hash_redefnode(void *p)\n\n{\n hashval_t hVar1;\... | (translation_unit "void FUN_001072f0(undefined8 *param_1)\n\n{\n htab_hash_string(*param_1);\n return;\n}\n\n" (function_definition "void FUN_001072f0(undefined8 *param_1)\n\n{\n htab_hash_string(*param_1);\n return;\n}" primitive_type (function_declarator "FUN_001072f0(undefined8 *param_1)" identifier (parameter_l... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * IDENT) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001072f0(undefined8 *param_1)\n\n{\n htab_hash_string(*param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001072f0(undefined8 *param_1)" (identifier "FUN_001072f0") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_... |
type_1 function_1(void *p)
{
type_1 hVar1;
type_2 *redefnode;
/* WARNING: Load size is inaccurate */
hVar1 = var_1(*p);
return hVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression... | null |
void MASKED(undefined8 *param_1)
{
htab_hash_string(*param_1);
return;
}
|
9473_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | operator+ | FUN_0031eea0 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::wstring std::TEMPNAMEPLACEHOLDERVALUE(wchar_t const*, std::wstring const&) */
wchar_t * std::operator+(wchar_t *param_1,wstring *param_2)
{
size_t sVar1;
wstring *in_RDX;
sVar1 = wcslen((wchar_t *)param_2);
*(undefined **... |
undefined8 * FUN_0031eea0(undefined8 *param_1,wchar_t *param_2,long *param_3)
{
size_t sVar1;
sVar1 = wcslen(param_2);
*param_1 = &DAT_00405f18;
/* try { // try from 0031eedc to 0031eef9 has its CatchHandler @ 0031ef0a */
FUN_0031e700(param_1,*(long *)(*param_3 + -0x18) + sVar1);
FUN_... | PUSH R14
PUSH R13
PUSH R12
MOV R12,RSI
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV RBX,RDI
MOV RDI,RSI
SUB RSP,0x10
CALL 0x00144150
LEA R14,[0x405f00]
MOV RDI,RBX
MOV R13,RAX
LEA RAX,[R14 + 0x18]
MOV qword ptr [RBX],RAX
MOV RAX,qword ptr [RBP]
MOV RSI,qword ptr [RAX + -0x18]
ADD RSI,R13
CALL 0x0031e700
MOV RDX,R13
MOV RSI,R12
MO... | null | null | null | null | [(u'PTRSUB_-1204883507', u'STORE_-1204883722'), (u'CAST_-1204883507', u'STORE_-1204883722'), (u'COPY_-1204883638', u'RETURN_-1204883595'), (u'CAST_-1204883475', u'CALL_-1204883667'), ('tmp_271', u'CAST_-1204883475'), ('tmp_272', u'CAST_-1204883530'), ('tmp_439', u'CAST_-1204883503'), (u'INT_ADD_-1204883687', u'CALL_-12... | [(u'PTRSUB_-1204883507', u'STORE_-1204883722'), (u'COPY_-1204883638', u'RETURN_-1204883595'), ('tmp_441', u'CALL_-1204883667'), (u'INT_ADD_-1204883696', u'CAST_-1204883501'), (u'INT_ADD_-1204883687', u'CALL_-1204883687'), ('const-433', u'LOAD_-1204883719'), ('tmp_439', u'CALL_-1204883651'), ('tmp_437', u'CALL_-12048837... | null | null | 0031eea0 | x64 | O2 | (translation_unit "undefined8 * FUN_0031eea0(undefined8 *param_1,wchar_t *param_2,long *param_3)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_2);\n *param_1 = &DAT_00405f18;\n /* try { // try from 0031eedc to 0031eef9 has its CatchHandler @ 0031ef0a */\n FUN_0031e700(param_1,*(long *)(*param_3... | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::wstring std::TEMPNAMEPLACEHOLDERVALUE(wchar_t const*, std::wstring const&) */\n\nwchar_t * std::operator+(wchar_t *param_1,wstring *param_2)\n\n{\n size_t sVar1;\n wstring *in_RDX;\n \n sVar1 = wcslen((wchar_t *... | (translation_unit "undefined8 * FUN_0031eea0(undefined8 *param_1,wchar_t *param_2,long *param_3)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_2);\n *param_1 = &DAT_00405f18;\n \n FUN_0031e700(param_1,*(long *)(*param_3 + -0x18) + sVar1);\n FUN_0031e970(param_1,param_2,sVar1);\n FUN_0031e7e0(... | (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 (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (co... | (function_definition "undefined8 * FUN_0031eea0(undefined8 *param_1,wchar_t *param_2,long *param_3)\n\n{\n size_t sVar1;\n \n sVar1 = wcslen(param_2);\n *param_1 = &DAT_00405f18;\n \n FUN_0031e700(param_1,*(long *)(*param_3 + -0x18) + sVar1);\n FUN_0031e970(param_1,param_2,sVar1);\n FUN_0031e7... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::wstring std::TEMPNAMEPLACEHOLDERVALUE(wchar_t const*, std::wstring const&) */
type_2 * std::operator+(type_2 *param_1,type_1 *param_2)
{
size_t var_3;
type_1 *in_RDX;
var_3 = var_1((type_2 *)param_2);
*(type_3 **)param_1 ... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (typ... | null |
undefined8 * MASKED(undefined8 *param_1,wchar_t *param_2,long *param_3)
{
size_t sVar1;
sVar1 = wcslen(param_2);
*param_1 = &DAT_00405f18;
/* try { // try from 0031eedc to 0031eef9 has its CatchHandler @ 0031ef0a */
FUN_0031e700(param_1,*(long *)(*param_3 + -0x18) + sVar1);
FUN_0031e9... |
753_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c | emit_ldgp | FUN_0013bfa0 |
void emit_ldgp(expressionS *tok,int ntok,void *unused)
{
symbolS *psVar1;
symbolS *psVar2;
offsetT oVar3;
undefined8 uVar4;
alpha_insn *in_RCX;
int ntok_00;
expressionS addend;
alpha_insn insn;
expressionS newtok [3];
newtok[0].X_add_symbol = tok->X_add_symbol;
newtok[0].X_op_symbol = tok->X_... |
void FUN_0013bfa0(undefined8 *param_1)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined1 local_d8 [4];
undefined4 local_d4;
undefined8 local_d0;
undefined8 uStack_c8;
undefined8 local_c0;
undefined8 uStack_b8;
undefined4 local_b0;
long local_80;
undefined8 ... | PUSH R12
PXOR XMM0,XMM0
PUSH RBP
PUSH RBX
MOV RBX,RDI
SUB RSP,0xe0
MOVDQU XMM3,xmmword ptr [RDI]
MOVDQU XMM4,xmmword ptr [RDI + 0x10]
MOVDQU XMM5,xmmword ptr [RDI + 0x40]
MOVDQU XMM6,xmmword ptr [RDI + 0x50]
LEA RBP,[RSP + 0x20]
LEA R12,[RSP + 0x80]
MOV RDX,RBP
MOV RSI,R12
LEA RDI,[0x14c15e]
MOVAPS xmmword ptr [RSP + 0... | null | null | null | null | [(u'PIECE_-1207123369', u'COPY_-1207123358'), (u'CALL_-1207123607', u'INDIRECT_-1207123314'), (u'PTRSUB_-1207123371', u'CAST_-1207123344'), ('const-32', u'PTRADD_-1207123419'), (u'COPY_-1207123344', u'PIECE_-1207123284'), ('const-433', u'LOAD_-1207123642'), ('const-433', u'LOAD_-1207123772'), (u'INDIRECT_-1207123634', ... | [(u'CALL_-1207123877', u'INDIRECT_-1207123459'), (u'PTRADD_-1207123372', u'LOAD_-1207123585'), ('const-433', u'LOAD_-1207123730'), (u'CALL_-1207123703', u'INDIRECT_-1207123332'), (u'CALL_-1207123607', u'INDIRECT_-1207123275'), (u'CALL_-1207123703', u'INDIRECT_-1207123328'), ('tmp_853', u'LOAD_-1207123730'), (u'CAST_-12... | null | null | 0013bfa0 | x64 | O2 | (translation_unit "void FUN_0013bfa0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined1 local_d8 [4];\n undefined4 local_d4;\n undefined8 local_d0;\n undefined8 uStack_c8;\n undefined8 local_c0;\n undefined8 uStack_b8;\n undefined4 local_b0;... | (translation_unit "void emit_ldgp(expressionS *tok,int ntok,void *unused)\n\n{\n symbolS *psVar1;\n symbolS *psVar2;\n offsetT oVar3;\n undefined8 uVar4;\n alpha_insn *in_RCX;\n int ntok_00;\n expressionS addend;\n alpha_insn insn;\n expressionS newtok [3];\n \n newtok[0].X_add_symbol = tok->X_add_symbol;\n ... | (translation_unit "void FUN_0013bfa0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined1 local_d8 [4];\n undefined4 local_d4;\n undefined8 local_d0;\n undefined8 uStack_c8;\n undefined8 local_c0;\n undefined8 uStack_b8;\n undefined4 local_b0;... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDE... | (function_definition "void FUN_0013bfa0(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 uVar3;\n undefined8 uVar4;\n undefined1 local_d8 [4];\n undefined4 local_d4;\n undefined8 local_d0;\n undefined8 uStack_c8;\n undefined8 local_c0;\n undefined8 uStack_b8;\n undefined4 local_... |
void function_1(type_1 *tok,int ntok,void *unused)
{
type_2 *psVar1;
type_2 *psVar2;
type_3 oVar3;
type_4 uVar4;
type_5 *in_RCX;
int ntok_00;
type_1 addend;
type_5 insn;
type_1 newtok [3];
newtok[0].X_add_symbol = tok->X_add_symbol;
newtok[0].X_op_symbol = tok->X_op_symbol;
newtok[0].X_add_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) d... | null |
void MASKED(undefined8 *param_1)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined1 local_d8 [4];
undefined4 local_d4;
undefined8 local_d0;
undefined8 uStack_c8;
undefined8 local_c0;
undefined8 uStack_b8;
undefined4 local_b0;
long local_80;
undefined8 local_... |
498_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | file_done | FUN_0010f000 |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
CURLcode file_done(connectdata *conn,CURLcode status,_Bool premature)
{
undefined8 *puVar1;
puVar1 = (undefined8 *)(conn->data->req).protop;
if (puVar1 != (undefined8 *)0x0) {
(*Curl_cfree)((void *)puVar1[1]);
*puVar1 = 0;
... |
undefined8 FUN_0010f000(long *param_1)
{
undefined8 *puVar1;
puVar1 = *(undefined8 **)(*param_1 + 0x220);
if (puVar1 != (undefined8 *)0x0) {
(*(code *)PTR_free_001900b8)(puVar1[1]);
*puVar1 = 0;
puVar1[1] = 0;
if (*(int *)(puVar1 + 2) != -1) {
close(*(int *)(puVar1 + 2));
}
*(un... | PUSH RBX
MOV RAX,qword ptr [RDI]
MOV RBX,qword ptr [RAX + 0x220]
TEST RBX,RBX
JZ 0x0010f03b
LEA RAX,[0x1900b8]
MOV RDI,qword ptr [RBX + 0x8]
CALL qword ptr [RAX]
MOV EDI,dword ptr [RBX + 0x10]
MOV qword ptr [RBX],0x0
MOV qword ptr [RBX + 0x8],0x0
CMP EDI,-0x1
JNZ 0x0010f040
MOV dword ptr [RBX + 0x10],0xffffffff
XOR EAX... | null | null | null | null | [('const-248', u'PTRSUB_-1206914812'), ('const-8', u'PTRADD_-1206914798'), (u'INDIRECT_-1206914786', u'MULTIEQUAL_-1206914779'), ('tmp_539', u'CALLIND_-1206915011'), (u'STORE_-1206914967', u'INDIRECT_-1206914786'), ('const-433', u'LOAD_-1206915013'), ('const-0', u'STORE_-1206915005'), (u'LOAD_-1206915013', u'INT_NOTEQU... | [(u'CALL_-1206914931', u'INDIRECT_-1206914789'), (u'CAST_-1206914799', u'LOAD_-1206915013'), (u'INT_ADD_-1206915044', u'CAST_-1206914826'), (u'PTRADD_-1206914778', u'CAST_-1206914775'), ('tmp_505', u'MULTIEQUAL_-1206914790'), (u'LOAD_-1206915013', u'INT_NOTEQUAL_-1206914972'), ('const-433', u'LOAD_-1206915060'), (u'LOA... | null | null | 0010f000 | x64 | O2 | (translation_unit "undefined8 FUN_0010f000(long *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(*param_1 + 0x220);\n if (puVar1 != (undefined8 *)0x0) {\n (*(code *)PTR_free_001900b8)(puVar1[1]);\n *puVar1 = 0;\n puVar1[1] = 0;\n if (*(int *)(puVar1 + 2) != -1) {\n close(*(int *)... | (translation_unit "/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nCURLcode file_done(connectdata *conn,CURLcode status,_Bool premature)\n\n{\n undefined8 *puVar1;\n \n puVar1 = (undefined8 *)(conn->data->req).protop;\n if (puVar1 != (undefined8 *)0x0) {\n (*Curl_cfree)((void *)puVar1... | (translation_unit "undefined8 FUN_0010f000(long *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(*param_1 + 0x220);\n if (puVar1 != (undefined8 *)0x0) {\n (*(code *)PTR_free_001900b8)(puVar1[1]);\n *puVar1 = 0;\n puVar1[1] = 0;\n if (*(int *)(puVar1 + 2) != -1) {\n close(*(int *)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression *... | (function_definition "undefined8 FUN_0010f000(long *param_1)\n\n{\n undefined8 *puVar1;\n \n puVar1 = *(undefined8 **)(*param_1 + 0x220);\n if (puVar1 != (undefined8 *)0x0) {\n (*(code *)PTR_free_001900b8)(puVar1[1]);\n *puVar1 = 0;\n puVar1[1] = 0;\n if (*(int *)(puVar1 + 2) != -1) {\n close(*(int... |
/* WARNING: Enum "anon_enum_32": Some values do not have unique names */
type_1 function_1(type_2 *conn,type_1 status,type_3 premature)
{
type_4 *var_1;
var_1 = (type_4 *)(conn->data->req).protop;
if (var_1 != (type_4 *)0x0) {
(*Curl_cfree)((void *)var_1[1]);
*var_1 = 0;
var_1[1] = 0;
if (*(... | null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identif... | null |
undefined8 MASKED(long *param_1)
{
undefined8 *puVar1;
puVar1 = *(undefined8 **)(*param_1 + 0x220);
if (puVar1 != (undefined8 *)0x0) {
(*(code *)PTR_free_001900b8)(puVar1[1]);
*puVar1 = 0;
puVar1[1] = 0;
if (*(int *)(puVar1 + 2) != -1) {
close(*(int *)(puVar1 + 2));
}
*(undefine... |
3539_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | _M_emplace_unique<std::pair<std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>,_gold::Kept_section::Comdat_section_info>_> | FUN_001c55f0 |
/* DWARF original name: _M_emplace_unique<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >, gold::Kept_section::Comdat_section_info> >
DWARF original prototype:
pair<std::_Rb_tree_iterator<std::pair<const_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::al... |
undefined1 [16] FUN_001c55f0(long param_1,long *param_2)
{
ulong uVar1;
long lVar2;
bool bVar3;
uint uVar4;
int iVar5;
ulong uVar6;
long lVar7;
ulong uVar8;
ulong uVar9;
size_t __n;
void *__s2;
void *__s1;
undefined1 auVar10 [16];
undefined1 auVar11 [16];
auVar11._0_8_ = FUN_002d94a0... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDI
MOV EDI,0x50
PUSH RBP
MOV RBP,RSI
PUSH RBX
SUB RSP,0x28
CALL 0x002d94a0
MOV RDX,qword ptr [RBP]
MOV RBX,RAX
ADD RAX,0x30
MOV qword ptr [RSP + 0x18],RAX
MOV qword ptr [RBX + 0x20],RAX
LEA RAX,[RBP + 0x10]
CMP RDX,RAX
JZ 0x001c57e0
MOV qword ptr [RBX + 0x20],RDX
MOV RDX,qwo... | null | null | null | null | [(u'INT_EQUAL_-1207740547', u'CBRANCH_-1207740545'), (u'CAST_-1207738605', u'PTRADD_-1207738706'), (u'COPY_-1207739002', u'MULTIEQUAL_-1207739268'), ('const-32', u'PTRADD_-1207738205'), (u'INT_EQUAL_-1207740353', u'CBRANCH_-1207740351'), (u'CAST_-1207738267', u'INT_NOTEQUAL_-1207740256'), ('const--2147483649', u'INT_SL... | [(u'INT_EQUAL_-1207740547', u'CBRANCH_-1207740545'), ('const-433', u'LOAD_-1207740474'), (u'CAST_-1207738654', u'INT_EQUAL_-1207740821'), (u'INT_EQUAL_-1207740353', u'CBRANCH_-1207740351'), (u'INT_ADD_-1207739792', u'CAST_-1207738217'), ('tmp_5083', u'PTRADD_-1207738233'), (u'INT_SLESS_-1207740273', u'CBRANCH_-12077402... | null | null | 001c55f0 | x64 | O2 | (translation_unit "undefined1 [16] FUN_001c55f0(long param_1,long *param_2)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n uint uVar4;\n int iVar5;\n ulong uVar6;\n long lVar7;\n ulong uVar8;\n ulong uVar9;\n size_t __n;\n void *__s2;\n void *__s1;\n undefined1 auVar10 [16];\n undefined1 auVar11 [16];... | (translation_unit "/* DWARF original name: _M_emplace_unique<std::pair<std::__cxx11::basic_string<char,\n std::char_traits<char>, std::allocator<char> >, gold::Kept_section::Comdat_section_info> >\n DWARF original prototype:\n pair<std::_Rb_tree_iterator<std::pair<const_std::__cxx11::basic_string<char,_std::char_... | (translation_unit "undefined1 [16] FUN_001c55f0(long param_1,long *param_2)\n\n{\n ulong uVar1;\n long lVar2;\n bool bVar3;\n uint uVar4;\n int iVar5;\n ulong uVar6;\n long lVar7;\n ulong uVar8;\n ulong uVar9;\n size_t __n;\n void *__s2;\n void *__s1;\n undefined1 auVar10 [16];\n undefined1 auVar11 [16];... | (translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (macro_type_specifier IDENT ( (ERROR (type_descriptor (sized_type_specifier long TYPE)) , (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *))) (type_descriptor TYPE) )) ; (compound_statement { (declaration TYPE IDE... | (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" (identifier "undefined1") ([ "[") (number_literal "16") (] "]")) (; "")) (macro_type_specifier "FUN_001c55f0(long param_1,long *param_2)" (identifier "FUN_001c55f0") (( "(") (ERROR "long param_1,long *" (type_descriptor "long param_1" (si... |
/* DWARF original name: _M_emplace_unique<std::pair<std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> >, gold::Kept_section::Comdat_section_info> >
DWARF original prototype:
pair<std::_Rb_tree_iterator<std::pair<const_std::__cxx11::basic_string<char,_std::char_traits<char>,_std::al... | null | (translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (macro_type_specifier name: (identifier) (ERROR (type_descriptor type: (sized_type_specifier type: (type_identifier))) (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_... | null |
undefined1 [16] MASKED(long param_1,long *param_2)
{
ulong uVar1;
long lVar2;
bool bVar3;
uint uVar4;
int iVar5;
ulong uVar6;
long lVar7;
ulong uVar8;
ulong uVar9;
size_t __n;
void *__s2;
void *__s1;
undefined1 auVar10 [16];
undefined1 auVar11 [16];
auVar11._0_8_ = FUN_002d94a0(0x50)... |
363_libsgutils2.so.2.0_and_libsgutils2.so.2.0_strip.c | __ctype_toupper_loc | __ctype_toupper_loc |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__int32_t ** __ctype_toupper_loc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __ctype_toupper_loc@@GLIBC_2.3 */... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__int32_t ** __ctype_toupper_loc(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207111670')] | [('const-1', u'RETURN_-1207111670')] | null | null | 0013f000 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comme... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\n__int32_t ** __ctype_toupper_loc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __ctype_... | (translation_unit "__int32_t ** __ctype_toupper_loc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "__int32_t ** __ctype_toupper_loc(void)\n\n{\n \n halt_baddata();\n}" type_identifier (pointer_declarator "** __ctype_toupper_loc(void)" * (pointer_declarator "* __cty... | (translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "__int32_t ** __ctype_toupper_loc(void)\n\n{\n \n halt_baddata();\n}" (type_identifier "__int32_t") (pointer_declarator "** __ctype_toupper_loc(void)" (* "*") (pointer_declarator "* __ctype_toupper_loc(void)" (* "*") (function_declarator "__ctype_toupper_loc(void)" (identifier "... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
type_1 ** function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* __ctype_toupper_loc@@GLIBC_2.3 */
var_1();
... | null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (expression_statement (call_ex... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
__int32_t ** MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
10860_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | realpath | realpath |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * realpath(char *__name,char *__resolved)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* realpath@@GLIBC_2.3 */
... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * realpath(char *__name,char *__resolved)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1201941854')] | [('const-1', u'RETURN_-1201941854')] | null | null | 0044d298 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * realpath(char *__name,char *__resolved)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * realpath(char *__name,char *__resolved)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* ... | (translation_unit "char * realpath(char *__name,char *__resolved)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * realpath(char *__name,char *__resolved)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* realpath(char *__name,char *__resolved)" * ... | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))... | (function_definition "char * realpath(char *__name,char *__resolved)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* realpath(char *__name,char *__resolved)" (* "*") (function_declarator "realpath(char *__name,char *__resolved)" (identifier "realpath") (parameter_list "(... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__name,char *__resolved)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* realpath@@GLIBC_2.3 */
... | null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__name,char *__resolved)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
216_riscv64-linux-gnu-nm_and_riscv64-linux-gnu-nm_strip.c | bfd_iterate_over_targets | bfd_iterate_over_targets |
/* WARNING: Control flow encountered bad instruction data */
void bfd_iterate_over_targets(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_iterate_over_targets(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206922798')] | [('const-1', u'RETURN_-1206922798')] | null | null | 0010d1c8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_iterate_over_targets(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_iterate_over_targets(void)\n\n{\n ... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_iterate_over_targets(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_iterate_over_targets(void)\n\n{\n ... | (translation_unit "void bfd_iterate_over_targets(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_iterate_over_targets(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_iterate_over_targets(void)" identifier (parameter_list "(void)... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_iterate_over_targets(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_iterate_over_targets(void)" (identifier "bfd_iterate_over_targets") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"... |
/* WARNING: Control flow encountered bad instruction data */
void function_1(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
void MASKED(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
332_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c | calc_hex | FUN_0011c450 |
uint calc_hex(list_info_type *list)
{
relax_stateT rVar1;
frag *pfVar2;
list_info_type *plVar3;
long lVar4;
long lVar5;
uint uVar6;
long lVar7;
list_info_type *first;
ulong uVar8;
ulong uVar9;
ulong uVar10;
int iVar11;
pfVar2 = list->frag;
if (pfVar2 != (fragS *)0x0) {
plVar3 = pfVa... |
int FUN_0011c450(undefined8 *param_1)
{
int iVar1;
int *piVar2;
undefined8 *puVar3;
long lVar4;
long lVar5;
int iVar6;
long lVar7;
ulong uVar8;
ulong uVar9;
ulong uVar10;
int iVar11;
piVar2 = (int *)*param_1;
if (piVar2 != (int *)0x0) {
puVar3 = *(undefined8 **)(piVar2 + 0x14);
wh... | PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV R14,qword ptr [RDI]
TEST R14,R14
JZ 0x0011c47f
CMP RDI,qword ptr [R14 + 0x50]
JNZ 0x0011c476
JMP 0x0011c4a2
CMP qword ptr [R14 + 0x50],RDI
JZ 0x0011c4a2
MOV R14,qword ptr [R14 + 0x38]
TEST R14,R14
JNZ 0x0011c470
XOR EAX,EAX
MOV EBX,0xffffffff
MOV RD... | null | null | null | null | [(u'MULTIEQUAL_-1206989978', u'PTRSUB_-1206989761'), (u'LOAD_-1206991026', u'MULTIEQUAL_-1206989753'), (u'COPY_-1206990546', u'MULTIEQUAL_-1206989979'), (u'INT_EQUAL_-1206991328', u'CBRANCH_-1206991323'), (u'INDIRECT_-1206989984', u'INT_MULT_-1206991034'), (u'MULTIEQUAL_-1206989838', u'MULTIEQUAL_-1206989918'), (u'INT_... | [(u'MULTIEQUAL_-1206990090', u'INT_ADD_-1206991089'), (u'MULTIEQUAL_-1206989978', u'MULTIEQUAL_-1206989761'), (u'LOAD_-1206991026', u'MULTIEQUAL_-1206989753'), (u'INT_EQUAL_-1206991328', u'CBRANCH_-1206991323'), (u'MULTIEQUAL_-1206989763', u'COPY_-1206989646'), (u'LOAD_-1206991326', u'MULTIEQUAL_-1206989979'), ('tmp_90... | null | null | 0011c450 | x64 | O2 | (translation_unit "int FUN_0011c450(undefined8 *param_1)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n ulong uVar9;\n ulong uVar10;\n int iVar11;\n \n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)0x0) {\n puVar3 = *(un... | (translation_unit "uint calc_hex(list_info_type *list)\n\n{\n relax_stateT rVar1;\n frag *pfVar2;\n list_info_type *plVar3;\n long lVar4;\n long lVar5;\n uint uVar6;\n long lVar7;\n list_info_type *first;\n ulong uVar8;\n ulong uVar9;\n ulong uVar10;\n int iVar11;\n \n pfVar2 = list->frag;\n if (pfVar2 !... | (translation_unit "int FUN_0011c450(undefined8 *param_1)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n ulong uVar9;\n ulong uVar10;\n int iVar11;\n \n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)0x0) {\n puVar3 = *(un... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_... | (function_definition "int FUN_0011c450(undefined8 *param_1)\n\n{\n int iVar1;\n int *piVar2;\n undefined8 *puVar3;\n long lVar4;\n long lVar5;\n int iVar6;\n long lVar7;\n ulong uVar8;\n ulong uVar9;\n ulong uVar10;\n int iVar11;\n \n piVar2 = (int *)*param_1;\n if (piVar2 != (int *)0x0) {\n puVar3 = *... |
type_1 function_1(type_2 *var_2)
{
type_3 var_14;
type_4 *var_1;
type_2 *var_3;
long var_16;
long var_13;
type_1 var_9;
long var_4;
type_2 *first;
type_5 uVar8;
type_5 uVar9;
type_5 var_10;
int var_8;
var_1 = var_2->type_4;
if (var_1 != (type_6 *)0x0) {
var_3 = var_1->line;
whil... | 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 |
int MASKED(undefined8 *param_1)
{
int iVar1;
int *piVar2;
undefined8 *puVar3;
long lVar4;
long lVar5;
int iVar6;
long lVar7;
ulong uVar8;
ulong uVar9;
ulong uVar10;
int iVar11;
piVar2 = (int *)*param_1;
if (piVar2 != (int *)0x0) {
puVar3 = *(undefined8 **)(piVar2 + 0x14);
while (p... |
159_touch_and_touch_strip.c | version_etc | FUN_0010c160 |
void version_etc(FILE *stream,char *command_name,char *package,char *version,...)
{
long lVar1;
char in_AL;
undefined8 in_R8;
undefined8 in_R9;
long in_FS_OFFSET;
undefined8 in_XMM0_Qa;
undefined8 in_XMM1_Qa;
undefined8 in_XMM2_Qa;
undefined8 in_XMM3_Qa;
undefined8 in_XMM4_Qa;
undefined8 in_XMM5... |
void FUN_0010c160(void)
{
long lVar1;
long in_FS_OFFSET;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
FUN_0010c0d0();
if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {
return;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
| SUB RSP,0xd8
MOV qword ptr [RSP + 0x40],R8
MOV qword ptr [RSP + 0x48],R9
TEST AL,AL
JZ 0x0010c1ac
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],XMM2
MOVAPS xmmword ptr [RSP + 0x80],XMM3
MOVAPS xmmword ptr [RSP + 0x90],XMM4
MOVAPS xmmword ptr [RSP + 0xa0],XMM5
... | null | null | null | null | [('const-433', u'LOAD_-1206926880'), ('const-32', u'COPY_-1206926835'), (u'CALL_-1206926785', u'INDIRECT_-1206926580'), (u'COPY_-1206926640', u'MULTIEQUAL_-1206926626'), (u'CALL_-1206926785', u'INDIRECT_-1206926584'), (u'CALL_-1206926725', u'INDIRECT_-1206926528'), (u'COPY_-1206926636', u'MULTIEQUAL_-1206926602'), ('tm... | [(u'LOAD_-1206926880', u'INT_EQUAL_-1206926761'), (u'CALL_-1206926785', u'INDIRECT_-1206926665'), (u'INT_EQUAL_-1206926761', u'CBRANCH_-1206926752'), (u'CAST_-1206926498', u'LOAD_-1206926773'), (u'LOAD_-1206926773', u'INT_EQUAL_-1206926761'), (u'CAST_-1206926566', u'LOAD_-1206926880'), (u'INT_ADD_-1206926759', u'CAST_-... | null | null | 0010c160 | x64 | O2 | (translation_unit "void FUN_0010c160(void)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_0010c0d0();\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (functi... | (translation_unit "void version_etc(FILE *stream,char *command_name,char *package,char *version,...)\n\n{\n long lVar1;\n char in_AL;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in... | (translation_unit "void FUN_0010c160(void)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_0010c0d0();\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "void FUN_0010c160(void)\n\... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (... | (function_definition "void FUN_0010c160(void)\n\n{\n long lVar1;\n long in_FS_OFFSET;\n \n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n FUN_0010c0d0();\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return;\n }\n \n __stack_chk_fail();\n}" (primitive_type "void") (function_declarator "FUN... |
void function_1(type_1 *stream,char *command_name,char *package,char *version,...)
{
long var_4;
char var_1;
type_2 in_R8;
type_2 in_R9;
long var_2;
type_2 in_XMM0_Qa;
type_2 in_XMM1_Qa;
type_2 in_XMM2_Qa;
type_2 in_XMM3_Qa;
type_2 in_XMM4_Qa;
type_2 in_XMM5_Qa;
type_2 in_XMM6_Qa;
type_2 in_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_typ... | null |
void MASKED(void)
{
long lVar1;
long in_FS_OFFSET;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
FUN_0010c0d0();
if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {
return;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
4908_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | reset_address_and_file_offset | FUN_00260100 |
/* DWARF original prototype: void reset_address_and_file_offset(Input_section * this) */
void __thiscall
gold::Output_section::Input_section::reset_address_and_file_offset(Input_section *this)
{
byte bVar1;
Relobj *pRVar2;
_func_int_varargs *UNRECOVERED_JUMPTABLE;
pRVar2 = (this->u2_).object;
bVar1 = (p... |
void FUN_00260100(long param_1)
{
byte bVar1;
long *plVar2;
plVar2 = *(long **)(param_1 + 0x10);
bVar1 = *(byte *)(plVar2 + 4);
*(byte *)(plVar2 + 4) = bVar1 & 0xfa;
if ((bVar1 & 8) == 0) {
*(byte *)(plVar2 + 4) = bVar1 & 0xf8;
}
if (*(code **)(*plVar2 + 0x78) == FUN_001b8d80) {
return;
}... | MOV RDI,qword ptr [RDI + 0x10]
MOVZX EAX,byte ptr [RDI + 0x20]
MOV EDX,EAX
AND EDX,0xfffffffa
MOV byte ptr [RDI + 0x20],DL
AND EDX,0x8
JNZ 0x0026011b
AND EAX,0xfffffff8
MOV byte ptr [RDI + 0x20],AL
MOV RAX,qword ptr [RDI]
LEA RDX,[0x1b8d80]
MOV RAX,qword ptr [RAX + 0x78]
CMP RAX,RDX
JNZ 0x00260130
RET
JMP RAX | null | null | null | null | [('const-0', u'PTRSUB_-1204223522'), ('const-8', u'PTRSUB_-1204223504'), (u'LOAD_-1204223734', u'INT_AND_-1204223660'), (u'INT_AND_-1204223556', u'INT_EQUAL_-1204223690'), ('const-1', u'RETURN_-1204223617'), ('const-1', u'PTRADD_-1204223508'), ('const-1', u'PTRADD_-1204223497'), ('const-8', u'PTRSUB_-1204223515'), ('co... | [(u'LOAD_-1204223734', u'INT_AND_-1204223660'), ('const-1', u'RETURN_-1204223617'), (u'INT_EQUAL_-1204223634', u'CBRANCH_-1204223631'), ('tmp_84', u'CBRANCH_-1204223687'), (u'LOAD_-1204223654', u'CALLIND_-1204223620'), ('const-433', u'LOAD_-1204223668'), (u'CAST_-1204223501', u'STORE_-1204223671'), (u'LOAD_-1204223741'... | null | null | 00260100 | x64 | O2 | (translation_unit "void FUN_00260100(long param_1)\n\n{\n byte bVar1;\n long *plVar2;\n \n plVar2 = *(long **)(param_1 + 0x10);\n bVar1 = *(byte *)(plVar2 + 4);\n *(byte *)(plVar2 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar2 + 4) = bVar1 & 0xf8;\n }\n if (*(code **)(*plVar2 + 0x78) == F... | (translation_unit "/* DWARF original prototype: void reset_address_and_file_offset(Input_section * this) */\n\nvoid __thiscall\ngold::Output_section::Input_section::reset_address_and_file_offset(Input_section *this)\n\n{\n byte bVar1;\n Relobj *pRVar2;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n \n pRVar2 = (thi... | (translation_unit "void FUN_00260100(long param_1)\n\n{\n byte bVar1;\n long *plVar2;\n \n plVar2 = *(long **)(param_1 + 0x10);\n bVar1 = *(byte *)(plVar2 + 4);\n *(byte *)(plVar2 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar2 + 4) = bVar1 & 0xf8;\n }\n if (*(code **)(*plVar2 + 0x78) == F... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression ID... | (function_definition "void FUN_00260100(long param_1)\n\n{\n byte bVar1;\n long *plVar2;\n \n plVar2 = *(long **)(param_1 + 0x10);\n bVar1 = *(byte *)(plVar2 + 4);\n *(byte *)(plVar2 + 4) = bVar1 & 0xfa;\n if ((bVar1 & 8) == 0) {\n *(byte *)(plVar2 + 4) = bVar1 & 0xf8;\n }\n if (*(code **)(*plVar2 + 0x78) =... |
/* DWARF original prototype: void reset_address_and_file_offset(Input_section * this) */
void __thiscall
gold::Output_section::type_1::function_1(type_1 *this)
{
type_2 var_1;
type_3 *pRVar2;
type_4 *var_2;
pRVar2 = (this->u2_).object;
var_1 = (pRVar2->super_Object).name_.field_2._M_local_buf[8];
(pRV... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (de... | null |
void MASKED(long param_1)
{
byte bVar1;
long *plVar2;
plVar2 = *(long **)(param_1 + 0x10);
bVar1 = *(byte *)(plVar2 + 4);
*(byte *)(plVar2 + 4) = bVar1 & 0xfa;
if ((bVar1 & 8) == 0) {
*(byte *)(plVar2 + 4) = bVar1 & 0xf8;
}
if (*(code **)(*plVar2 + 0x78) == FUN_001b8d80) {
return;
}
... |
165_aarch64-linux-gnu-c++filt_and_aarch64-linux-gnu-c++filt_strip.c | vfprintf | vfprintf |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* vfprintf@@GL... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037486')] | [('const-1', u'RETURN_-1207037486')] | null | null | 001111c8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_bad... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ... | (translation_unit "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "vfprintf(FILE *__s... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argu... | (function_definition "int vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "vfprintf(FILE *__s,char *__format,__gnuc_va_list __arg)" (identifier "vfprintf") (parameter_list "(FILE *__s,char *__format,__gnuc_va_list __ar... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__s,char *__format,type_2 __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* vfprintf@@GLIBC_... | null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__s,char *__format,__gnuc_va_list __arg)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
368_sparc64-linux-gnu-readelf_and_sparc64-linux-gnu-readelf_strip.c | puts | puts |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int puts(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* puts@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int puts(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207537582')] | [('const-1', u'RETURN_-1207537582')] | null | null | 00197048 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint puts(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (functio... | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint puts(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* puts@@GLIBC_2.2.5 */\n hal... | (translation_unit "int puts(char *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int puts(char *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "puts(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" pri... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int puts(char *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "puts(char *__s)" (identifier "puts") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "_... |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* puts@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ... | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
6_powerpc-linux-gnu-size_and_powerpc-linux-gnu-size_strip.c | bfd_scan_vma | bfd_scan_vma |
void bfd_scan_vma(void)
{
(*(code *)PTR_bfd_scan_vma_00109030)();
return;
}
|
void bfd_scan_vma(void)
{
(*(code *)PTR_bfd_scan_vma_00109030)();
return;
}
| JMP qword ptr [0x00109030] | null | null | null | null | [(u'CAST_-1206968151', u'CALLIND_-1206968216'), (u'INDIRECT_-1206968156', u'COPY_-1206968215'), (u'CALLIND_-1206968216', u'INDIRECT_-1206968156'), ('const-0', u'RETURN_-1206968213'), ('tmp_22', u'CAST_-1206968151')] | [(u'CAST_-1206968151', u'CALLIND_-1206968216'), (u'INDIRECT_-1206968156', u'COPY_-1206968215'), (u'CALLIND_-1206968216', u'INDIRECT_-1206968156'), ('const-0', u'RETURN_-1206968213'), ('tmp_22', u'CAST_-1206968151')] | null | null | 00102060 | x64 | O2 | (translation_unit "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}\n\n" (function_definition "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}\n\n" (function_definition "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}\n\n" (function_definition "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}" primitive_type (function_declarator "bfd_scan_vma(void)" identifier (parameter_list "(void)" ( (param... | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ... | (function_definition "void bfd_scan_vma(void)\n\n{\n (*(code *)PTR_bfd_scan_vma_00109030)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_scan_vma(void)" (identifier "bfd_scan_vma") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement... |
void function_1(void)
{
(*(type_1 *)PTR_bfd_scan_vma_00109030)();
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_00109030)();
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.