file_name
stringlengths
18
81
original_function_name
stringlengths
2
716
stripped_function_name
stringlengths
2
44
decompiled_code_original
stringlengths
41
480k
decompiled_code_stripped
stringlengths
37
233k
assembly_code
stringlengths
3
141k
dataflowgraph_original
float64
dataflowgraph_stripped
float64
graphImage_original
float64
graphImage_stripped
float64
pcode_edges_original
stringlengths
11
5.38M
pcode_edges_stripped
stringlengths
11
4.09M
pcode_graph_original
float64
pcode_graph_stripped
float64
address
stringlengths
8
8
arch
stringclasses
1 value
opt_level
stringclasses
1 value
S-Expression_of_decompiled_code_stripped
stringlengths
348
6.43M
S-Expression_decompiled_code_original
stringlengths
360
20.2M
S-Expression_decompiled_code_original_noisy
stringlengths
289
6.43M
S-Expression_decompiled_code_original_clean
stringlengths
148
531k
S-Expression_decompiled_code_original_root
stringlengths
291
6.48M
Replace_function_name_and_variable_name
stringlengths
39
441k
S-Expression_decompiled_code_stripped
float64
Root Node
stringlengths
225
747k
decompiled_code_original_masked
float64
decompiled_code_stripped_masked
stringlengths
35
233k
26_curl_and_curl_strip.c
memcpy
memcpy
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memcpy(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memcpy_0005be60)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memcpy(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memcpy_0005be60)(); return pvVar1; }
JMP dword ptr [EBX + 0x68]
null
null
null
null
[(u'CAST_-1205976564', u'RETURN_-1205976643'), (u'CAST_-1205976565', u'CALLIND_-1205976646'), ('const-0', u'RETURN_-1205976643'), (u'CALLIND_-1205976646', u'INDIRECT_-1205976573'), ('tmp_77', u'CAST_-1205976565'), (u'CALLIND_-1205976646', u'CAST_-1205976564'), (u'INDIRECT_-1205976573', u'COPY_-1205976632')]
[(u'CAST_-1205976564', u'RETURN_-1205976643'), (u'CAST_-1205976565', u'CALLIND_-1205976646'), ('const-0', u'RETURN_-1205976643'), (u'CALLIND_-1205976646', u'INDIRECT_-1205976573'), ('tmp_77', u'CAST_-1205976565'), (u'CALLIND_-1205976646', u'CAST_-1205976564'), (u'INDIRECT_-1205976573', u'COPY_-1205976632')]
null
null
000141b0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0005be60)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *_...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0005be60)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memcpy(void *__dest,void *_...
(translation_unit "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0005be60)();\n return pvVar1;\n}\n\n" (function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0005...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_...
(function_definition "void * memcpy(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memcpy_0005be60)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memcpy(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memcpy(void *__dest,voi...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memcpy_0005be60)(); return pvVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__dest,void *__src,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0005be60)(); return pvVar1; }
1840_puttytel_and_puttytel_strip.c
strcasecmp
strcasecmp
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcasecmp(char *__s1,char *__s2) { /* WARNING: Bad instruction - Truncating control flow here */ /* strcasecmp@@GLIBC_2.0 */ halt_ba...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcasecmp(char *__s1,char *__s2) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206540962')]
[('const-1', u'RETURN_-1206540962')]
null
null
000aa554
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcasecmp(char *__s1,char *__s2)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" commen...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcasecmp(char *__s1,char *__s2)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strcasecm...
(translation_unit "int strcasecmp(char *__s1,char *__s2)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int strcasecmp(char *__s1,char *__s2)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strcasecmp(char *__s1,char *__s2)" identifier (parameter_list ...
(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 ( ))) ;) })))
(function_definition "int strcasecmp(char *__s1,char *__s2)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "strcasecmp(char *__s1,char *__s2)" (identifier "strcasecmp") (parameter_list "(char *__s1,char *__s2)" (( "(") (parameter_declaration "char *__s1" (primitive_type "c...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2) { /* WARNING: Bad instruction - Truncating control flow here */ /* strcasecmp@@GLIBC_2.0 */ var_1()...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
372_i686-linux-gnu-strip_and_i686-linux-gnu-strip_strip.c
list_supported_targets
FUN_0002ca20
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void list_supported_targets(char *name,FILE *f) { int iVar1; char *pcVar2; int *__ptr; int *piVar3; if (name == (char *)0x0) { pcVar2 = (char *)dcgettext(0,"Supported tar...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0002ca20(int param_1,FILE *param_2) { int iVar1; char *pcVar2; int *__ptr; int *piVar3; if (param_1 == 0) { pcVar2 = (char *)dcgettext(0,"Supported targets:",5); fprintf(param_2,pcVar2); } else ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000166c0 ADD EBX,0x135d7 SUB ESP,0x1c MOV EDI,dword ptr [ESP + 0x30] MOV ESI,dword ptr [ESP + 0x34] TEST EDI,EDI JZ 0x0002cab8 SUB ESP,0x4 LEA EAX,[EBX + 0xffff5373] PUSH 0x5 PUSH EAX PUSH 0x0 CALL 0x00013200 ADD ESP,0xc PUSH EDI PUSH EAX PUSH ESI CALL 0x00013520 ADD ESP,0x10 ...
null
null
null
null
[('tmp_811', u'CAST_-1206006488'), (u'CALL_-1206006832', u'CAST_-1206006380'), ('const-1', u'PTRADD_-1206006470'), (u'CAST_-1206006488', u'CALL_-1206007110'), (u'LOAD_-1206007079', u'MULTIEQUAL_-1206006476'), ('const-192587', u'COPY_-1206006512'), (u'COPY_-1206006571', u'CALL_-1206007142'), (u'CAST_-1206006500', u'CALL...
[(u'INT_NOTEQUAL_-1206007061', u'CBRANCH_-1206007061'), (u'CALL_-1206006832', u'CAST_-1206006380'), (u'CALL_-1206007090', u'CAST_-1206006481'), ('tmp_2140', u'CALL_-1206006806'), ('const-1', u'PTRADD_-1206006470'), (u'CAST_-1206006481', u'CALL_-1206006913'), (u'CAST_-1206006380', u'CALL_-1206006806'), (u'LOAD_-12060070...
null
null
0002ca20
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0002ca20(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported targets:",5);\n fprint...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid list_supported_targets(char *name,FILE *f)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (name == (char *)0x0) {\n pcVar2 = (cha...
(translation_unit "void FUN_0002ca20(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported targets:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported targets:"...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declar...
(function_definition "void FUN_0002ca20(int param_1,FILE *param_2)\n\n{\n int iVar1;\n char *pcVar2;\n int *__ptr;\n int *piVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported targets:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported target...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *var_1,type_1 *f) { int var_5; char *pcVar2; int *__ptr; int *var_6; if (var_1 == (char *)0x0) { pcVar2 = (char *)var_2(0,"Supported targets:",5); ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,FILE *param_2) { int iVar1; char *pcVar2; int *__ptr; int *piVar3; if (param_1 == 0) { pcVar2 = (char *)dcgettext(0,"Supported targets:",5); fprintf(param_2,pcVar2); } else { ...
1825_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
parse_to_value
FUN_00047760
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_secure_plt * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ voi...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00047760(int param_1,undefined4 param_2,undefined4 param_3) { FUN_000dd410(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x347899 SUB ESP,0x8 MOV ESI,dword ptr [ESP + 0x14] LEA EAX,[ESI + 0x3d] PUSH EAX PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x000dd410 MOV byte ptr [ESI + 0x3c],0x1 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[(u'PTRSUB_-1206159307', u'STORE_-1206159430'), ('tmp_206', u'PTRSUB_-1206159307'), ('tmp_208', u'CALL_-1206159434'), ('const-417', u'STORE_-1206159430'), ('tmp_206', u'PTRSUB_-1206159325'), (u'PTRSUB_-1206159325', u'CALL_-1206159434'), ('const-1', u'STORE_-1206159430'), ('const-60', u'PTRSUB_-1206159307'), ('const-0',...
[('tmp_344', u'INT_ADD_-1206159416'), ('tmp_346', u'CALL_-1206159434'), (u'INT_ADD_-1206159451', u'CALL_-1206159434'), ('const-1', u'STORE_-1206159430'), (u'CAST_-1206159316', u'STORE_-1206159430'), ('const-417', u'STORE_-1206159430'), ('const-60', u'INT_ADD_-1206159416'), ('const-0', u'RETURN_-1206159394'), ('tmp_344'...
null
null
00047760
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00047760(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" comment (function_definitio...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_secure_plt * this, char * option_name, char\n * arg, Command_line * param_3, General_optio...
(translation_unit "void FUN_00047760(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}\n\n" (function_definition "void FUN_00047760(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression...
(function_definition "void FUN_00047760(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_000dd410(param_2,param_3,param_1 + 0x3d);\n *(undefined1 *)(param_1 + 0x3c) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00047760(int param_1,undefined4 param_2,undefined4 param_3)" (identifi...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_secure_plt * this, char * option_name, char * arg, Command_line * param_3, General_options * param_4) */ voi...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3) { FUN_000dd410(param_2,param_3,param_1 + 0x3d); *(undefined1 *)(param_1 + 0x3c) = 1; return; }
4113_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
replace_got_entry
FUN_000f8470
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void replace_got_entry(Output_data_got<32,_false> * this, uint i, Got_entry got_entry) */ void __thiscall gold::Output_data_got<32,_false>::replace_got_entry (Output_data_got<32,_false> *t...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000f8470(int param_1,uint param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6) { undefined4 *puVar1; if (param_2 < (uint)(*(int *)(param_1 + 0x30) - *(int *)(para...
PUSH EBX CALL 0x00035680 ADD EBX,0x246b8a SUB ESP,0x8 MOV ECX,dword ptr [ESP + 0x10] MOV EAX,dword ptr [ESP + 0x14] MOV EDX,dword ptr [ECX + 0x2c] MOV ECX,dword ptr [ECX + 0x30] SUB ECX,EDX SAR ECX,0x4 CMP EAX,ECX JNC 0x000f84bb SHL EAX,0x4 ADD EAX,EDX MOV EDX,dword ptr [ESP + 0x18] MOV dword ptr [EAX],EDX MOV EDX,dwor...
null
null
null
null
[('tmp_552', u'PTRADD_-1206876706'), ('const-1', u'PTRADD_-1206876704'), (u'CAST_-1206876690', u'STORE_-1206876869'), ('const-4', u'PTRADD_-1206876688'), ('const-0', u'PTRSUB_-1206876727'), ('const-44', u'PTRSUB_-1206876732'), (u'COPY_-1206876732', u'CALL_-1206876776'), ('const-0', u'PTRSUB_-1206876726'), (u'PTRADD_-12...
[(u'CAST_-1206876740', u'LOAD_-1206877010'), (u'CAST_-1206876723', u'PTRADD_-1206876708'), ('const-417', u'STORE_-1206876869'), (u'INT_MULT_-1206876909', u'INT_ADD_-1206876882'), ('const-1', u'PTRADD_-1206876716'), ('const-2477932', u'COPY_-1206876739'), ('tmp_728', u'STORE_-1206876869'), ('const-417', u'STORE_-1206876...
null
null
000f8470
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000f8470(int param_1,uint param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 *puVar1;\n \n if (param_2 < (uint)(*(int *)(param...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void replace_got_entry(Output_data_got<32,_false> * this, uint i,\n Got_entry got_entry) */\n\nvoid __thiscall\ngold::Output_data_got<32,_false>::replace_got_entry\n (Outpu...
(translation_unit "void FUN_000f8470(int param_1,uint param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 *puVar1;\n \n if (param_2 < (uint)(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 4)) {\n puVar1 = (undefined4 *)(param_2 * 0x10 +...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "void FUN_000f8470(int param_1,uint param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6)\n\n{\n undefined4 *puVar1;\n \n if (param_2 < (uint)(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 4)) {\n puVar1 = (undefined4 *)(param_2 * 0x1...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void replace_got_entry(Output_data_got<32,_false> * this, uint i, Got_entry got_entry) */ void __thiscall var_1::var_6<32,var_5>::replace_got_entry (var_6<32,var_5> *this,uint var_4,var_2 ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,uint param_2,undefined4 param_3,undefined4 param_4,undefined4 param_5, undefined4 param_6) { undefined4 *puVar1; if (param_2 < (uint)(*(int *)(param_1 + 0x30) - *(int *)(param_1 + ...
10919_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
pthread_mutexattr_init
pthread_mutexattr_init
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int pthread_mutexattr_init(pthread_mutexattr_t *__attr) { /* WARNING: Bad instruction - Truncating control flow here */ /* pthread_mutexatt...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int pthread_mutexattr_init(pthread_mutexattr_t *__attr) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205431602')]
[('const-1', u'RETURN_-1205431602')]
null
null
003992c4
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint pthread_mutexattr_init(pthread_mutexattr_t *__attr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint pthread_mutexattr_init(pthread_mutexattr_t *__attr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
(translation_unit "int pthread_mutexattr_init(pthread_mutexattr_t *__attr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int pthread_mutexattr_init(pthread_mutexattr_t *__attr)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "pthread_mutexattr_init(pth...
(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 pthread_mutexattr_init(pthread_mutexattr_t *__attr)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "pthread_mutexattr_init(pthread_mutexattr_t *__attr)" (identifier "pthread_mutexattr_init") (parameter_list "(pthread_mutexattr_t *__attr)" (( "(") ...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__attr) { /* WARNING: Bad instruction - Truncating control flow here */ /* pthread_mutexattr_init@@GLIBC_2.0 */ 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 (call_expression...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(pthread_mutexattr_t *__attr) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
348_shred_and_shred_strip.c
_ITM_registerTMCloneTable
_ITM_registerTMCloneTable
/* WARNING: Control flow encountered bad instruction data */ void _ITM_registerTMCloneTable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void _ITM_registerTMCloneTable(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206042290')]
[('const-1', u'RETURN_-1206042290')]
null
null
00024144
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_registerTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid _ITM_registerTMCloneTable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n ...
(translation_unit "void _ITM_registerTMCloneTable(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "_ITM_registerTMCloneTable(void)" identifier (parameter_list "(vo...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void _ITM_registerTMCloneTable(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "_ITM_registerTMCloneTable(void)" (identifier "_ITM_registerTMCloneTable") (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(); }
6082_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
__merge_adaptive<__gnu_cxx::__normal_iterator<gold::Input_section_info*,_std::vector<gold::Input_section_info>_>,_int,_gold::Input_section_info*,___gnu_cxx::__ops::_Iter_comp_iter<gold::Input_section_sorter>_>
FUN_00165d40
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Input_section_info*, std::vector<gold::Input_section_info> >, int, gold::In...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00165d40(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4, undefined4 *param_5,undefined4 *param_6,undefined4 *param_7,undefined4 param_8, undefined4 param...
CALL 0x000559e6 ADD EAX,0x2292bb PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x4c MOV EBX,dword ptr [ESP + 0x6c] MOV ECX,dword ptr [ESP + 0x74] MOV dword ptr [ESP + 0x8],EAX MOV EAX,dword ptr [ESP + 0x64] MOV ESI,dword ptr [ESP + 0x60] MOV dword ptr [ESP + 0xc],EAX MOV EAX,dword ptr [ESP + 0x78] CMP dword ptr [ESP + 0x...
null
null
null
null
[(u'LOAD_-1207343506', u'STORE_-1207343492'), ('const-4294967295', u'PTRADD_-1207330639'), ('const-417', u'LOAD_-1207340362'), (u'CAST_-1207327802', u'INT_ADD_-1207338648'), ('const-417', u'STORE_-1207335832'), (u'LOAD_-1207343852', u'CAST_-1207331547'), (u'PTRSUB_-1207330796', u'PTRSUB_-1207330239'), (u'INT_ADD_-12073...
[(u'PTRADD_-1207329483', u'INT_EQUAL_-1207337365'), (u'CAST_-1207330778', u'INT_NOTEQUAL_-1207344226'), (u'LOAD_-1207343506', u'STORE_-1207343492'), ('const-4', u'PTRADD_-1207331716'), (u'CALL_-1207335717', u'INDIRECT_-1207329439'), (u'COPY_-1207331297', u'PTRADD_-1207332009'), (u'MULTIEQUAL_-1207331103', u'MULTIEQUAL_...
null
null
00165d40
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00165d40(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4,\n undefined4 *param_5,undefined4 *param_6,undefined4 *param_7,undefined4 param_8,\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Input_section_info*,\n std::vector<gold::Input_section_i...
(translation_unit "void FUN_00165d40(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4,\n undefined4 *param_5,undefined4 *param_6,undefined4 *param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n undefined4 uVar1;\n int iVar2;\n char cVar3;\n undefine...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * I...
(function_definition "void FUN_00165d40(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4,\n undefined4 *param_5,undefined4 *param_6,undefined4 *param_7,undefined4 param_8,\n undefined4 param_9)\n\n{\n undefined4 uVar1;\n int iVar2;\n char cVar3;\n undef...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* DWARF original name: __merge_adaptive<__gnu_cxx::__normal_iterator<gold::Input_section_info*, std::vector<gold::Input_section_info> >, int, gold::In...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 *param_1,undefined4 *param_2,undefined4 *param_3,undefined4 *param_4, undefined4 *param_5,undefined4 *param_6,undefined4 *param_7,undefined4 param_8, undefined4 param_9) {...
6287_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
_M_capacity
FUN_00184460
/* std::wstring::_M_capacity(unsigned int) */ void __thiscall std::wstring::_M_capacity(wstring *this,uint param_1) { *(uint *)(this + 8) = param_1; return; }
void FUN_00184460(int param_1,undefined4 param_2) { *(undefined4 *)(param_1 + 8) = param_2; return; }
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [ESP + 0x8] MOV dword ptr [EAX + 0x8],EDX RET
null
null
null
null
[('const-0', u'RETURN_-1207483264'), ('const-8', u'PTRADD_-1207483217'), ('const-417', u'STORE_-1207483277'), ('tmp_35', u'STORE_-1207483277'), (u'CAST_-1207483211', u'STORE_-1207483277'), ('const-1', u'PTRADD_-1207483217'), (u'PTRADD_-1207483217', u'CAST_-1207483211'), ('tmp_34', u'PTRADD_-1207483217')]
[('const-0', u'RETURN_-1207483264'), (u'INT_ADD_-1207483263', u'CAST_-1207483211'), ('tmp_40', u'STORE_-1207483277'), ('tmp_39', u'INT_ADD_-1207483263'), ('const-8', u'INT_ADD_-1207483263'), ('const-417', u'STORE_-1207483277'), (u'CAST_-1207483211', u'STORE_-1207483277')]
null
null
00184460
x86
O0
(translation_unit "void FUN_00184460(int param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 8) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00184460(int param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 8) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_00184460...
(translation_unit "/* std::wstring::_M_capacity(unsigned int) */\n\nvoid __thiscall std::wstring::_M_capacity(wstring *this,uint param_1)\n\n{\n *(uint *)(this + 8) = param_1;\n return;\n}\n\n" comment (function_definition "void __thiscall std::wstring::_M_capacity(wstring *this,uint param_1)\n\n{\n *(uint *)(this +...
(translation_unit "void FUN_00184460(int param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 8) = param_2;\n return;\n}\n\n" (function_definition "void FUN_00184460(int param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 8) = param_2;\n return;\n}" primitive_type (function_declarator "FUN_00184460...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declara...
(function_definition "void FUN_00184460(int param_1,undefined4 param_2)\n\n{\n *(undefined4 *)(param_1 + 8) = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00184460(int param_1,undefined4 param_2)" (identifier "FUN_00184460") (parameter_list "(int param_1,undefined4 param_2)" (( "(") (param...
/* std::wstring::_M_capacity(unsigned int) */ void __thiscall std::type_1::function_1(type_1 *var_1,type_2 param_1) { *(type_2 *)(var_1 + 8) = param_1; return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement...
null
void MASKED(int param_1,undefined4 param_2) { *(undefined4 *)(param_1 + 8) = param_2; return; }
8613_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
_M_extract<unsigned_long_long>
FUN_0020cdc0
/* std::istream& std::istream::_M_extract<unsigned long long>(unsigned long long&) */ istream * __thiscall std::istream::_M_extract<unsigned_long_long>(istream *this,ulonglong *param_1) { int *piVar1; istream *piVar2; undefined1 local_34 [19]; sentry local_21; _Ios_Iostate local_20 [4]; __x86_get_pc_t...
int * FUN_0020cdc0(int *param_1,undefined4 param_2) { int *piVar1; int iVar2; undefined1 local_34 [19]; char local_21; uint local_20 [4]; FUN_000559ee(); FUN_0020a6a0(&local_21,param_1,0); if (local_21 != '\0') { local_20[0] = 0; iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1; piVar1 ...
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x000559ee ADD EDI,0x182237 PUSH ESI LEA EAX,[EBP + -0x1d] PUSH EBX SUB ESP,0x40 MOV ESI,dword ptr [EBP + 0x8] PUSH 0x0 PUSH ESI MOV EBX,EDI PUSH EAX CALL 0x0020a6a0 ADD ESP,0x10 CMP byte ptr [EBP + -0x1d],0x0 JZ 0x0020ce43 MOV EAX,dword ptr [ESI] MOV dword ptr [EBP + -0x1c],0x0 MOV E...
null
null
null
null
[('const-4294967295', u'CALLIND_-1203777814'), ('tmp_820', u'PTRADD_-1203777905'), ('const-0', u'RETURN_-1203777632'), (u'INDIRECT_-1203777389', u'INT_NOTEQUAL_-1203777784'), ('const-32', u'INT_ADD_-1203777808'), (u'LOAD_-1203777975', u'PTRADD_-1203777905'), ('tmp_201', u'CBRANCH_-1203777990'), ('tmp_1094', u'PTRSUB_-1...
[('tmp_1822', u'CALLIND_-1203777814'), ('const-0', u'RETURN_-1203777632'), ('const-4294967284', u'INT_ADD_-1203777959'), (u'INT_ADD_-1203777916', u'CAST_-1203777405'), ('const-32', u'INT_ADD_-1203777808'), ('tmp_201', u'CBRANCH_-1203777990'), (u'CAST_-1203777421', u'INT_ADD_-1203777951'), ('const-417', u'LOAD_-12037777...
null
null
0020cdc0
x86
O0
(translation_unit "int * FUN_0020cdc0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_000559ee();\n FUN_0020a6a0(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 + -0...
(translation_unit "/* std::istream& std::istream::_M_extract<unsigned long long>(unsigned long long&) */\n\nistream * __thiscall std::istream::_M_extract<unsigned_long_long>(istream *this,ulonglong *param_1)\n\n{\n int *piVar1;\n istream *piVar2;\n undefined1 local_34 [19];\n sentry local_21;\n _Ios_Iostate local_...
(translation_unit "int * FUN_0020cdc0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_000559ee();\n FUN_0020a6a0(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 + -0...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati...
(function_definition "int * FUN_0020cdc0(int *param_1,undefined4 param_2)\n\n{\n int *piVar1;\n int iVar2;\n undefined1 local_34 [19];\n char local_21;\n uint local_20 [4];\n \n FUN_000559ee();\n FUN_0020a6a0(&local_21,param_1,0);\n if (local_21 != '\0') {\n local_20[0] = 0;\n iVar2 = *(int *)(*param_1 +...
/* std::istream& std::istream::_M_extract<unsigned long long>(unsigned long long&) */ type_1 * __thiscall std::type_1::_M_extract<unsigned_long_long>(type_1 *var_3,ulonglong *param_1) { int *var_5; type_1 *var_4; type_2 local_34 [19]; type_3 var_2; type_4 local_20 [4]; var_1(); sentry::type_3(&var_2...
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_...
null
int * MASKED(int *param_1,undefined4 param_2) { int *piVar1; int iVar2; undefined1 local_34 [19]; char local_21; uint local_20 [4]; FUN_000559ee(); FUN_0020a6a0(&local_21,param_1,0); if (local_21 != '\0') { local_20[0] = 0; iVar2 = *(int *)(*param_1 + -0xc) + (int)param_1; piVar1 = *(in...
13624_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
_S_copy_chars
FUN_0042fe00
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::_S_copy_chars(wchar_t*, __normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t const*, std::wstring >) */ void std::wstring::_S_copy_chars(void) { }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0042fe00(wchar_t *param_1,wchar_t *param_2,int param_3) { size_t __n; __n = param_3 - (int)param_2 >> 2; if (__n == 1) { *param_1 = *param_2; return; } if (__n == 0) { return; } wmemcpy(para...
PUSH EBX CALL 0x00050b50 ADD EBX,0x1ba1fa SUB ESP,0x8 MOV EDX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [ESP + 0x18] SUB EAX,EDX SAR EAX,0x2 CMP EAX,0x1 JZ 0x0042fe50 TEST EAX,EAX JNZ 0x0042fe30 ADD ESP,0x8 POP EBX RET SUB ESP,0x4 PUSH EAX PUSH EDX PUSH dword ptr [ESP + 0x1c] CALL 0x00039880 ADD ESP,0x10 ADD ESP,0x8 POP...
null
null
null
null
[('const-1', u'RETURN_-1201799662')]
[(u'INT_EQUAL_-1201799563', u'CBRANCH_-1201799561'), ('tmp_674', u'CALL_-1201799483'), (u'LOAD_-1201799439', u'STORE_-1201799426'), ('tmp_674', u'CAST_-1201799372'), (u'INT_SRIGHT_-1201799583', u'INT_EQUAL_-1201799548'), ('const-1', u'INT_EQUAL_-1201799563'), ('const-417', u'STORE_-1201799426'), (u'CAST_-1201799372', u...
null
null
0042fe00
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0042fe00(wchar_t *param_1,wchar_t *param_2,int param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (int)param_2 >> 2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::_S_copy_chars(wchar_t*, __normal_iterator<wchar_t const*, std::wstring >,\n __normal_iterator<wchar_t const*, std::wstring >) */\n\nvoid std::wstring::_S_copy_chars(void)\n\n{\n}\n\n" comment c...
(translation_unit "void FUN_0042fe00(wchar_t *param_1,wchar_t *param_2,int param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (int)param_2 >> 2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n wmemcpy(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 TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (...
(function_definition "void FUN_0042fe00(wchar_t *param_1,wchar_t *param_2,int param_3)\n\n{\n size_t __n;\n \n __n = param_3 - (int)param_2 >> 2;\n if (__n == 1) {\n *param_1 = *param_2;\n return;\n }\n if (__n == 0) {\n return;\n }\n wmemcpy(param_1,param_2,__n);\n return;\n}" (primitive_type "void")...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::wstring::_S_copy_chars(wchar_t*, __normal_iterator<wchar_t const*, std::wstring >, __normal_iterator<wchar_t const*, std::wstring >) */ void std::wstring::function_1(void) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(wchar_t *param_1,wchar_t *param_2,int param_3) { size_t __n; __n = param_3 - (int)param_2 >> 2; if (__n == 1) { *param_1 = *param_2; return; } if (__n == 0) { return; } wmemcpy(param_1,pa...
371_sed_and_sed_strip.c
xnmalloc
FUN_0002735a
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* WARNING: Unknown calling convention */ void * xnmalloc(size_t n,size_t s) { void *pvVar1; if ((int)((ulonglong)n * (ulonglong)s) < 0 || (int)((ulonglong)n * (ulonglong)s >> 0x20) != 0) { /* WARNING: ...
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void FUN_0002735a(uint param_1,uint param_2) { if ((int)((ulonglong)param_1 * (ulonglong)param_2) < 0 || (int)((ulonglong)param_1 * (ulonglong)param_2 >> 0x20) != 0) { FUN_000276a6(); } FUN_000274e3(param_1 * par...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x4 CALL 0x00024f7b ADD ECX,0xac9a MOV EBX,0x0 MOV EAX,dword ptr [EBP + 0x8] MUL dword ptr [EBP + 0xc] JNO 0x0002737e MOV EBX,0x1 TEST EAX,EAX JNS 0x00027387 MOV EBX,0x1 MOV EAX,EBX AND EAX,0x1 TEST AL,AL JZ 0x00027397 MOV EBX,ECX CALL 0x000276a6 MOV EAX,dword ptr [EBP + 0x8] IMUL ...
null
null
null
null
[(u'INT_MULT_-1206029384', u'SUBPIECE_-1206029349'), (u'BOOL_OR_-1206029179', u'CBRANCH_-1206029346'), ('const-0', u'RETURN_-1206029257'), (u'INT_MULT_-1206029384', u'INT_RIGHT_-1206029212'), (u'INT_MULT_-1206029293', u'CALL_-1206029290'), ('tmp_353', u'INT_ZEXT_-1206029402'), (u'INT_ZEXT_-1206029400', u'INT_MULT_-1206...
[(u'INT_SLESS_-1206029382', u'BOOL_OR_-1206029167'), ('const-0', u'INT_NOTEQUAL_-1206029402'), (u'INT_MULT_-1206029384', u'SUBPIECE_-1206029349'), (u'INT_NOTEQUAL_-1206029402', u'BOOL_OR_-1206029167'), (u'INT_RIGHT_-1206029200', u'SUBPIECE_-1206029352'), ('const-0', u'INT_SLESS_-1206029382'), ('tmp_631', u'INT_ZEXT_-12...
null
null
0002735a
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid FUN_0002735a(uint param_1,uint param_2)\n\n{\n if ((int)((ulonglong)param_1 * (ulonglong)param_2) < 0 ||\n (int)((ulonglong)param_1 * (ulonglong)param_2 >> 0x20) != 0) {\n FUN_000276a6();\n }\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* WARNING: Unknown calling convention */\n\nvoid * xnmalloc(size_t n,size_t s)\n\n{\n void *pvVar1;\n \n if ((int)((ulonglong)n * (ulonglong)s) < 0 || (int)((ulonglong)n * (ulonglong)s >> 0x20) != 0) {\n ...
(translation_unit "void FUN_0002735a(uint param_1,uint param_2)\n\n{\n if ((int)((ulonglong)param_1 * (ulonglong)param_2) < 0 ||\n (int)((ulonglong)param_1 * (ulonglong)param_2 >> 0x20) != 0) {\n FUN_000276a6();\n }\n FUN_000274e3(param_1 * param_2);\n return;\n}\n\n" (function_definition "void FUN_0002735a...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) (paren...
(function_definition "void FUN_0002735a(uint param_1,uint param_2)\n\n{\n if ((int)((ulonglong)param_1 * (ulonglong)param_2) < 0 ||\n (int)((ulonglong)param_1 * (ulonglong)param_2 >> 0x20) != 0) {\n FUN_000276a6();\n }\n FUN_000274e3(param_1 * param_2);\n return;\n}" (primitive_type "void") (function_declar...
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ /* WARNING: Unknown calling convention */ void * function_1(size_t var_3,size_t var_4) { void *pvVar1; if ((int)((type_1)var_3 * (type_1)var_4) < 0 || (int)((type_1)var_3 * (type_1)var_4 >> 0x20) != 0) { ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen...
null
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */ void MASKED(uint param_1,uint param_2) { if ((int)((ulonglong)param_1 * (ulonglong)param_2) < 0 || (int)((ulonglong)param_1 * (ulonglong)param_2 >> 0x20) != 0) { FUN_000276a6(); } FUN_000274e3(param_1 * param_2);...
32_sh4-linux-gnu-nm_and_sh4-linux-gnu-nm_strip.c
bfd_get_arch_size
bfd_get_arch_size
void bfd_get_arch_size(void) { (*(code *)PTR_bfd_get_arch_size_0001c08c)(); return; }
void bfd_get_arch_size(void) { (*(code *)PTR_bfd_get_arch_size_0001c08c)(); return; }
JMP dword ptr [EBX + 0x8c]
null
null
null
null
[(u'CAST_-1205984617', u'CALLIND_-1205984694'), ('const-0', u'RETURN_-1205984691'), (u'INDIRECT_-1205984622', u'COPY_-1205984681'), (u'CALLIND_-1205984694', u'INDIRECT_-1205984622'), ('tmp_58', u'CAST_-1205984617')]
[(u'CAST_-1205984617', u'CALLIND_-1205984694'), ('const-0', u'RETURN_-1205984691'), (u'INDIRECT_-1205984622', u'COPY_-1205984681'), (u'CALLIND_-1205984694', u'INDIRECT_-1205984622'), ('tmp_58', u'CAST_-1205984617')]
null
null
00012240
x86
O0
(translation_unit "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}\n\n" (function_definition "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}" primitive_type (function_declarator "bfd_get_arch_size(void)" identifier (paramet...
(translation_unit "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}\n\n" (function_definition "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}" primitive_type (function_declarator "bfd_get_arch_size(void)" identifier (paramet...
(translation_unit "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}\n\n" (function_definition "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}" primitive_type (function_declarator "bfd_get_arch_size(void)" identifier (paramet...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void bfd_get_arch_size(void)\n\n{\n (*(code *)PTR_bfd_get_arch_size_0001c08c)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_arch_size(void)" (identifier "bfd_get_arch_size") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))...
void function_1(void) { (*(type_1 *)PTR_bfd_get_arch_size_0001c08c)(); 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_0001c08c)(); return; }
737_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
walCleanupHash
FUN_00033763
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void walCleanupHash(Wal *pWal) { int iVar1; int iVar2; int in_GS_OFFSET; Wal *pWal_local; int i; int iLimit; int rc; int nByte; WalHashLoc sLoc; iVar1 = *(int *)(in_GS_OFFSET + 0x14); if ((pWal->hdr).mxFr...
void __regparm3 FUN_00033763(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; undefined1 *puVar2; int in_GS_OFFSET; puVar2 = &stack0xfffffffc; entry(param_2,0x3376f); *(undefined4 *)(puVar2 + -0x2c) = *(undefined4 *)(puVar2 + 8); *(undefined4 *)(puVar2 + -0xc) = *(undefined4 *)(in_GS_OFFSET...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x34 CALL 0x00016cb0 ADD EBX,0xbc891 MOV EAX,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x2c],EAX MOV EAX,GS:[0x14] MOV dword ptr [EBP + -0xc],EAX XOR EAX,EAX MOV dword ptr [EBP + -0x24],0x0 MOV EAX,dword ptr [EBP + -0x2c] MOV EAX,dword ptr [EAX + 0x44] TEST EAX,EAX JZ 0x00033852 ...
null
null
null
null
[(u'CALL_-1206110216', u'INDIRECT_-1206109498'), (u'INDIRECT_-1206109632', u'MULTIEQUAL_-1206109471'), (u'INDIRECT_-1206109486', u'MULTIEQUAL_-1206109471'), (u'CALL_-1206110160', u'INT_EQUAL_-1206110125'), ('const-0', u'CALL_-1206109785'), (u'MULTIEQUAL_-1206109419', u'PTRADD_-1206109357'), ('const-20', u'INT_ADD_-1206...
[('const-1', u'PTRADD_-1206110216'), ('const-417', u'LOAD_-1206109885'), (u'INT_ADD_-1206109861', u'INT_MULT_-1206109836'), (u'LOAD_-1206109850', u'INT_ADD_-1206109809'), (u'INDIRECT_-1206109708', u'PTRADD_-1206109823'), ('const-417', u'LOAD_-1206109764'), (u'INDIRECT_-1206109708', u'PTRADD_-1206110248'), ('const-1', u...
null
null
00033763
x86
O0
(translation_unit "void __regparm3 FUN_00033763(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined1 *puVar2;\n int in_GS_OFFSET;\n \n puVar2 = &stack0xfffffffc;\n entry(param_2,0x3376f);\n *(undefined4 *)(puVar2 + -0x2c) = *(undefined4 *)(puVar2 + 8);\n *(undefined4 *)(puVar2 + -0xc) = ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid walCleanupHash(Wal *pWal)\n\n{\n int iVar1;\n int iVar2;\n int in_GS_OFFSET;\n Wal *pWal_local;\n int i;\n int iLimit;\n int rc;\n int nByte;\n WalHashLoc sLoc;\n \n iVar1 = *(int *)(in_GS_OFFSE...
(translation_unit "void __regparm3 FUN_00033763(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined1 *puVar2;\n int in_GS_OFFSET;\n \n puVar2 = &stack0xfffffffc;\n entry(param_2,0x3376f);\n *(undefined4 *)(puVar2 + -0x2c) = *(undefined4 *)(puVar2 + 8);\n *(undefined4 *)(puVar2 + -0xc) = ...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_sta...
(function_definition "void __regparm3 FUN_00033763(undefined4 param_1,undefined4 param_2)\n\n{\n undefined4 uVar1;\n undefined1 *puVar2;\n int in_GS_OFFSET;\n \n puVar2 = &stack0xfffffffc;\n entry(param_2,0x3376f);\n *(undefined4 *)(puVar2 + -0x2c) = *(undefined4 *)(puVar2 + 8);\n *(undefined4 *)(puVar2 + -0xc)...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void function_1(type_1 *pWal) { int var_7; int var_4; int var_1; type_1 *pWal_local; int var_5; int iLimit; int rc; int nByte; type_2 sLoc; var_7 = *(int *)(var_1 + 0x14); if ((pWal->hdr).mxFrame != 0) { ...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bod...
null
void __regparm3 MASKED(undefined4 param_1,undefined4 param_2) { undefined4 uVar1; undefined1 *puVar2; int in_GS_OFFSET; puVar2 = &stack0xfffffffc; entry(param_2,0x3376f); *(undefined4 *)(puVar2 + -0x2c) = *(undefined4 *)(puVar2 + 8); *(undefined4 *)(puVar2 + -0xc) = *(undefined4 *)(in_GS_OFFSET + 0x1...
2220_sqlite3_and_sqlite3_strip.c
multiSelectOrderBy
FUN_000bc94e
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int multiSelectOrderBy(Parse *pParse,Select *p,SelectDest *pDest) { int iVar1; u8 uVar2; sqlite3 *db_00; Vdbe *p_00; Select *pSelect; int iParm; int regReturn; int iVar3; LogEst LVar4; int iBreak; int iDest;...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint FUN_000bc94e(int *param_1,undefined4 *param_2,undefined4 param_3) { char cVar1; int iVar2; int iVar3; int iVar4; int iVar5; int iVar6; int iVar7; undefined4 uVar8; undefined2 uVar9; undefined4 uVar10; ...
PUSH EBP MOV EBP,ESP PUSH ESI PUSH EBX SUB ESP,0xe0 CALL 0x000156e0 ADD EBX,0xcd4c2 MOV EAX,dword ptr [EBP + 0x8] MOV dword ptr [EBP + 0xffffff24],EAX MOV EAX,dword ptr [EBP + 0xc] MOV dword ptr [EBP + 0xffffff20],EAX MOV EAX,dword ptr [EBP + 0x10] MOV dword ptr [EBP + 0xffffff1c],EAX MOV EAX,GS:[0x14] MOV dword ptr [E...
null
null
null
null
[(u'PTRSUB_-1206582656', u'LOAD_-1206595317'), (u'CALL_-1206594169', u'INT_ADD_-1206594137'), ('tmp_863', u'CBRANCH_-1206596391'), (u'LOAD_-1206593292', u'INT_ADD_-1206593250'), (u'INDIRECT_-1206592010', u'MULTIEQUAL_-1206591562'), (u'CALL_-1206592002', u'COPY_-1206581532'), (u'INDIRECT_-1206582443', u'MULTIEQUAL_-1206...
[(u'CALL_-1206594169', u'INT_ADD_-1206594137'), (u'CALL_-1206592747', u'COPY_-1206582034'), ('tmp_43364', u'PTRADD_-1206583185'), ('tmp_863', u'CBRANCH_-1206596391'), ('tmp_43364', u'PTRADD_-1206583511'), (u'LOAD_-1206593292', u'INT_ADD_-1206593250'), ('const-4', u'PTRADD_-1206583537'), ('const-0', u'COPY_-1206597171')...
null
null
000bc94e
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint FUN_000bc94e(int *param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n undefined2...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint multiSelectOrderBy(Parse *pParse,Select *p,SelectDest *pDest)\n\n{\n int iVar1;\n u8 uVar2;\n sqlite3 *db_00;\n Vdbe *p_00;\n Select *pSelect;\n int iParm;\n int regReturn;\n int iVar3;\n LogEst LV...
(translation_unit "uint FUN_000bc94e(int *param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n undefined2 uVar9;\n undefined4 uVar10;\n undefined4 uVar11;\n int *piVar12;\n undefined4 uVar13;\n...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT...
(function_definition "uint FUN_000bc94e(int *param_1,undefined4 *param_2,undefined4 param_3)\n\n{\n char cVar1;\n int iVar2;\n int iVar3;\n int iVar4;\n int iVar5;\n int iVar6;\n int iVar7;\n undefined4 uVar8;\n undefined2 uVar9;\n undefined4 uVar10;\n undefined4 uVar11;\n int *piVar12;\n undefined4 uVar13...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int function_1(type_1 *pParse,type_2 *p,type_3 *pDest) { int var_46; type_4 var_3; type_5 *db_00; type_6 *p_00; type_2 *pSelect; int iParm; int regReturn; int iVar3; type_7 LVar4; int iBreak; int iDest; ty...
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: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint MASKED(int *param_1,undefined4 *param_2,undefined4 param_3) { char cVar1; int iVar2; int iVar3; int iVar4; int iVar5; int iVar6; int iVar7; undefined4 uVar8; undefined2 uVar9; undefined4 uVar10; undefi...
5580_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
_curl_easy_getinfo_err_curl_off_t
FUN_000a6e35
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _curl_easy_getinfo_err_curl_off_t(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** FUN_000a6e35(void) { return &__DT_PLTGOT; }
PUSH EBP MOV EBP,ESP CALL 0x0001b297 ADD EAX,0x479c3 NOP POP EBP RET
null
null
null
null
[('const-0', u'RETURN_-1206555036')]
[(u'PTRSUB_-1206555000', u'RETURN_-1206555036'), ('const-976896', u'PTRSUB_-1206555000'), ('const-0', u'RETURN_-1206555036'), ('const-0', u'PTRSUB_-1206555000')]
null
null
000a6e35
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_000a6e35(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_000a6e35(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_getinfo_err_curl_off_t(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_getinfo_e...
(translation_unit "undefined ** FUN_000a6e35(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_000a6e35(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_000a6e35(void)" * (pointer_declarator "* FUN_000a6e35(void)" * (function_declarator "FUN_000a6e35(voi...
(translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) })))
(function_definition "undefined ** FUN_000a6e35(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_000a6e35(void)" (* "*") (pointer_declarator "* FUN_000a6e35(void)" (* "*") (function_declarator "FUN_000a6e35(void)" (identifier "FUN_000a6e35") (parameter_list "(void)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** MASKED(void) { return &__DT_PLTGOT; }
3128_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
read_dynamic
FUN_000cf590
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void read_dynamic(Sized_dynobj<32,_true> * this, uchar * pshdrs, uint dynamic_shndx, uint strtab_shndx, uchar * strtabu, off_t strtab_size) */ void __thiscall gold::Sized_dynobj<32,_true>::read_dyna...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_000cf590(int param_1,int param_2,int param_3,uint param_4,int param_5,uint param_6, int param_7) { int iVar1; uint uVar2; int *piVar3; uint *puVar4; undefined4 uVar5; size_t sVar6; char *p...
CALL 0x000b4846 ADD EAX,0x344a6b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x4c MOV EDX,dword ptr [EBP + 0x20] MOV EDI,dword ptr [EBP + 0xc] MOV dword ptr [EBP + -0x3c],EAX MOV EAX,dword ptr [EBP + 0x1c] MOV dword ptr [EBP + -0x44],EDX MOV dword ptr [EBP + -0x48],EAX MOV EAX,dword ptr [EBP + 0x10] LEA EAX...
null
null
null
null
[(u'INT_OR_-1206650036', u'INT_LESS_-1206650043'), ('const-1', u'PTRADD_-1206651332'), ('tmp_632', u'CBRANCH_-1206651126'), ('const-40', u'INT_MULT_-1206648281'), (u'INDIRECT_-1206648373', u'MULTIEQUAL_-1206648345'), (u'LOAD_-1206651187', u'INT_LEFT_-1206651146'), (u'INT_EQUAL_-1206650652', u'CBRANCH_-1206650650'), (u'...
[(u'INT_OR_-1206650036', u'INT_LESS_-1206650043'), (u'INT_RIGHT_-1206651153', u'INT_OR_-1206651152'), ('tmp_632', u'CBRANCH_-1206651126'), (u'MULTIEQUAL_-1206649557', u'INT_MULT_-1206651045'), (u'INDIRECT_-1206648283', u'MULTIEQUAL_-1206647764'), ('const-0', u'CALL_-1206650740'), (u'LOAD_-1206651187', u'INT_LEFT_-12066...
null
null
000cf590
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_000cf590(int param_1,int param_2,int param_3,uint param_4,int param_5,uint param_6,\n int param_7)\n\n{\n int iVar1;\n uint uVar2;\n int *piVar3;\n uint *puVar4;\n undefined4 uVar...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void read_dynamic(Sized_dynobj<32,_true> * this, uchar * pshdrs, uint\n dynamic_shndx, uint strtab_shndx, uchar * strtabu, off_t strtab_size) */\n\nvoid __thiscall\ngold::Sized_dyno...
(translation_unit "void FUN_000cf590(int param_1,int param_2,int param_3,uint param_4,int param_5,uint param_6,\n int param_7)\n\n{\n int iVar1;\n uint uVar2;\n int *piVar3;\n uint *puVar4;\n undefined4 uVar5;\n size_t sVar6;\n char *pcVar7;\n undefined4 in_ECX;\n uint uVar8;\n char *__s;\n u...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete...
(function_definition "void FUN_000cf590(int param_1,int param_2,int param_3,uint param_4,int param_5,uint param_6,\n int param_7)\n\n{\n int iVar1;\n uint uVar2;\n int *piVar3;\n uint *puVar4;\n undefined4 uVar5;\n size_t sVar6;\n char *pcVar7;\n undefined4 in_ECX;\n uint uVar8;\n char *__s;\n...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: void read_dynamic(Sized_dynobj<32,_true> * this, uchar * pshdrs, uint dynamic_shndx, uint strtab_shndx, uchar * strtabu, off_t strtab_size) */ void __thiscall gold::Sized_dynobj<32,_true>::read_dyna...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type:...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int param_1,int param_2,int param_3,uint param_4,int param_5,uint param_6, int param_7) { int iVar1; uint uVar2; int *piVar3; uint *puVar4; undefined4 uVar5; size_t sVar6; char *pcVar7;...
5714_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_get_output_view
FUN_00147540
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uchar * do_get_output_view(Sized_relobj_file<32,_true> * this, uint shndx, section_size_type * plen) */ uchar * __thiscall gold::Sized_relobj_file<32,_true>::do_get_output_view (Sized_relo...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_00147540(int param_1,uint param_2,undefined4 *param_3) { undefined4 *puVar1; int *piVar2; undefined4 uVar3; uint uVar4; piVar2 = *(int **)(param_1 + 0x138); if (piVar2 == (int *)0x0) { ...
PUSH EBX CALL 0x00035840 ADD EBX,0x247aba SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] MOV EDX,dword ptr [ESP + 0x14] MOV EAX,dword ptr [EAX + 0x138] TEST EAX,EAX JZ 0x0014758b MOV ECX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x4] SUB EAX,ECX SAR EAX,0x3 IMUL EAX,EAX,-0x55555555 CMP EDX,EAX JNC 0x001475a4 LEA EAX,[EDX + ...
null
null
null
null
[(u'INT_MULT_-1207208472', u'CAST_-1207208248'), (u'CAST_-1207208260', u'INT_SUB_-1207208532'), (u'PTRADD_-1207208241', u'PTRSUB_-1207208232'), (u'INT_LESS_-1207208476', u'CBRANCH_-1207208474'), ('const-312', u'PTRSUB_-1207208287'), (u'PTRSUB_-1207208266', u'LOAD_-1207208557'), (u'LOAD_-1207208562', u'CAST_-1207208260'...
[('const-1036', u'CALL_-1207208352'), (u'INT_LESS_-1207208476', u'CBRANCH_-1207208474'), (u'COPY_-1207208266', u'CALL_-1207208352'), ('const-312', u'INT_ADD_-1207208568'), ('const-417', u'LOAD_-1207208449'), ('const-3', u'INT_SRIGHT_-1207208510'), ('const-417', u'STORE_-1207208443'), ('const-2712583', u'COPY_-120720826...
null
null
00147540
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_00147540(int param_1,uint param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n int *piVar2;\n undefined4 uVar3;\n uint uVar4;\n \n piVar2 = *(int **)(param_1 + 0x138);\n if (piVar2 =...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: uchar * do_get_output_view(Sized_relobj_file<32,_true> * this, uint\n shndx, section_size_type * plen) */\n\nuchar * __thiscall\ngold::Sized_relobj_file<32,_true>::do_get_output_vie...
(translation_unit "undefined4 FUN_00147540(int param_1,uint param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n int *piVar2;\n undefined4 uVar3;\n uint uVar4;\n \n piVar2 = *(int **)(param_1 + 0x138);\n if (piVar2 == (int *)0x0) {\n \n FUN_00069d00("../../gold/reloc.cc",0x40b,"do_get_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (poin...
(function_definition "undefined4 FUN_00147540(int param_1,uint param_2,undefined4 *param_3)\n\n{\n undefined4 *puVar1;\n int *piVar2;\n undefined4 uVar3;\n uint uVar4;\n \n piVar2 = *(int **)(param_1 + 0x138);\n if (piVar2 == (int *)0x0) {\n \n FUN_00069d00("../../gold/reloc.cc",0x40b,"do_g...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: uchar * do_get_output_view(Sized_relobj_file<32,_true> * this, uint shndx, section_size_type * plen) */ var_1 * var_2 gold::var_6<32,var_7>::do_get_output_view (var_6<32,var_7> *this,uint ...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(int param_1,uint param_2,undefined4 *param_3) { undefined4 *puVar1; int *piVar2; undefined4 uVar3; uint uVar4; piVar2 = *(int **)(param_1 + 0x138); if (piVar2 == (int *)0x0) { ...
3935_sqlite3_and_sqlite3_strip.c
__libc_start_main
__libc_start_main
/* WARNING: Control flow encountered bad instruction data */ void __libc_start_main(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __libc_start_main@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void __libc_start_main(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207443170')]
[('const-1', u'RETURN_-1207443170')]
null
null
0018e114
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void __libc_start_main(void)\n\n{\n /* WARNI...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid __libc_start_main(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* __libc_start_main@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void __...
(translation_unit "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "__libc_start_main(void)" identifier (parameter_list "(void)" ( (parameter_declar...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void __libc_start_main(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "__libc_start_main(void)" (identifier "__libc_start_main") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_stateme...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* __libc_start_main@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
578_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
resolve_local_symbol
FUN_0003ae30
void __regparm2 resolve_local_symbol(char *key,void *value) { symbolS *in_stack_00000008; if (in_stack_00000008 != (symbolS *)0x0) { resolve_symbol_value(in_stack_00000008); return; } return; }
void FUN_0003ae30(undefined4 param_1,int param_2) { if (param_2 != 0) { param_1 = param_2; FUN_00039c30(); return; } return; }
MOV EAX,dword ptr [ESP + 0x8] TEST EAX,EAX JZ 0x0003ae48 MOV dword ptr [ESP + 0x4],EAX JMP 0x00039c30 RET
null
null
null
null
[('const-0', u'INT_NOTEQUAL_-1206079929'), ('const-0', u'RETURN_-1206079913'), ('tmp_108', u'CALL_-1206079917'), (u'INT_NOTEQUAL_-1206079929', u'CBRANCH_-1206079929'), ('const-0', u'RETURN_-1206079898'), ('tmp_32', u'CBRANCH_-1206079929'), ('tmp_108', u'INT_NOTEQUAL_-1206079929')]
[('const-0', u'INT_NOTEQUAL_-1206079929'), (u'CALL_-1206079917', u'INDIRECT_-1206079846'), ('tmp_102', u'COPY_-1206079928'), ('const-0', u'RETURN_-1206079913'), ('tmp_102', u'INT_NOTEQUAL_-1206079929'), (u'INT_NOTEQUAL_-1206079929', u'CBRANCH_-1206079929'), ('const-0', u'RETURN_-1206079898'), ('tmp_32', u'CBRANCH_-1206...
null
null
0003ae30
x86
O0
(translation_unit "void FUN_0003ae30(undefined4 param_1,int param_2)\n\n{\n if (param_2 != 0) {\n param_1 = param_2;\n FUN_00039c30();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0003ae30(undefined4 param_1,int param_2)\n\n{\n if (param_2 != 0) {\n param_1 = param_2;\n FUN_00039c30...
(translation_unit "void __regparm2 resolve_local_symbol(char *key,void *value)\n\n{\n symbolS *in_stack_00000008;\n \n if (in_stack_00000008 != (symbolS *)0x0) {\n resolve_symbol_value(in_stack_00000008);\n return;\n }\n return;\n}\n\n" (function_definition "void __regparm2 resolve_local_symbol(char *key,voi...
(translation_unit "void FUN_0003ae30(undefined4 param_1,int param_2)\n\n{\n if (param_2 != 0) {\n param_1 = param_2;\n FUN_00039c30();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0003ae30(undefined4 param_1,int param_2)\n\n{\n if (param_2 != 0) {\n param_1 = param_2;\n FUN_00039c30...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignm...
(function_definition "void FUN_0003ae30(undefined4 param_1,int param_2)\n\n{\n if (param_2 != 0) {\n param_1 = param_2;\n FUN_00039c30();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003ae30(undefined4 param_1,int param_2)" (identifier "FUN_0003ae30") (parameter_list "(unde...
void __regparm2 function_1(char *key,void *value) { type_1 *var_1; if (var_1 != (type_1 *)0x0) { var_2(var_1); return; } return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement...
null
void MASKED(undefined4 param_1,int param_2) { if (param_2 != 0) { param_1 = param_2; FUN_00039c30(); return; } return; }
2943_bash_and_bash_strip.c
dlerror
dlerror
/* WARNING: Control flow encountered bad instruction data */ void dlerror(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* dlerror@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void dlerror(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207303922')]
[('const-1', u'RETURN_-1207303922')]
null
null
00150104
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dlerror(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void dlerror(void)\n\n{\n /* WARNING: Bad instruction ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid dlerror(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* dlerror@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment (function_definition "void dlerror(void)\n\n{\n ...
(translation_unit "void dlerror(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void dlerror(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "dlerror(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 dlerror(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "dlerror(void)" (identifier "dlerror") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ /* dlerror@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
332_hppa-linux-gnu-ld_and_hppa-linux-gnu-ld_strip.c
lang_output_section_get
FUN_00022ce0
/* WARNING: Unknown calling convention */ lang_output_section_statement_type * lang_output_section_get(asection *output_section) { return (lang_output_section_statement_type *)output_section->userdata; }
undefined4 FUN_00022ce0(int param_1) { return *(undefined4 *)(param_1 + 0x68); }
MOV EAX,dword ptr [ESP + 0x4] MOV EAX,dword ptr [EAX + 0x68] RET
null
null
null
null
[(u'CAST_-1206047441', u'COPY_-1206047510'), ('tmp_27', u'PTRSUB_-1206047440'), (u'COPY_-1206047510', u'RETURN_-1206047495'), ('const-0', u'RETURN_-1206047495'), ('const-417', u'LOAD_-1206047510'), ('const-104', u'PTRSUB_-1206047440'), (u'LOAD_-1206047510', u'CAST_-1206047441'), (u'PTRSUB_-1206047440', u'LOAD_-12060475...
[(u'COPY_-1206047510', u'RETURN_-1206047495'), (u'INT_ADD_-1206047494', u'CAST_-1206047442'), (u'LOAD_-1206047510', u'COPY_-1206047510'), ('const-0', u'RETURN_-1206047495'), ('tmp_29', u'INT_ADD_-1206047494'), ('const-417', u'LOAD_-1206047510'), (u'CAST_-1206047442', u'LOAD_-1206047510'), ('const-104', u'INT_ADD_-12060...
null
null
00022ce0
x86
O0
(translation_unit "undefined4 FUN_00022ce0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x68);\n}\n\n" (function_definition "undefined4 FUN_00022ce0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x68);\n}" type_identifier (function_declarator "FUN_00022ce0(int param_1)" identifier (parameter_list "(int...
(translation_unit "/* WARNING: Unknown calling convention */\n\nlang_output_section_statement_type * lang_output_section_get(asection *output_section)\n\n{\n return (lang_output_section_statement_type *)output_section->userdata;\n}\n\n" comment (function_definition "lang_output_section_statement_type * lang_output_sec...
(translation_unit "undefined4 FUN_00022ce0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x68);\n}\n\n" (function_definition "undefined4 FUN_00022ce0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x68);\n}" type_identifier (function_declarator "FUN_00022ce0(int param_1)" identifier (parameter_list "(int...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression ...
(function_definition "undefined4 FUN_00022ce0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x68);\n}" (type_identifier "undefined4") (function_declarator "FUN_00022ce0(int param_1)" (identifier "FUN_00022ce0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (...
/* WARNING: Unknown calling convention */ type_1 * function_1(type_2 *output_section) { return (type_1 *)output_section->userdata; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (return_statement (pointer_expression argument: (cast_expression type: ...
null
undefined4 MASKED(int param_1) { return *(undefined4 *)(param_1 + 0x68); }
4393_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
http2_send
FUN_00085b98
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ssize_t http2_send(connectdata *conn,int sockindex,void *mem,size_t len,CURLcode *err) { int iVar1; HTTP *stream_00; nghttp2_session *h2_00; size_t ...
undefined4 __regparm3 FUN_00085b98(undefined4 param_1,undefined4 param_2) { int iVar1; uint uVar2; undefined4 uVar3; int iVar4; void *pvVar5; size_t sVar6; undefined4 *puVar7; undefined4 *puVar8; int unaff_EBX; undefined1 *puVar9; int in_GS_OFFSET; puVar9 = &stack0xfffffffc; entry(param_2...
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x8c CALL 0x00019ed0 ADD EBX,0x68c57 MOV EAX,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x7c],EAX MOV EAX,dword ptr [EBP + 0x10] MOV dword ptr [EBP + -0x80],EAX MOV EAX,dword ptr [EBP + 0x18] MOV dword ptr [EBP + 0xffffff7c],EAX MOV EAX,GS:[0x14] MOV dword ptr [E...
null
null
null
null
[(u'MULTIEQUAL_-1206419254', u'INT_ADD_-1206422769'), (u'CALL_-1206424294', u'INDIRECT_-1206416387'), (u'INT_ADD_-1206415121', u'CAST_-1206414940'), (u'INDIRECT_-1206419532', u'MULTIEQUAL_-1206419250'), ('const-0', u'INT_NOTEQUAL_-1206423849'), ('const-417', u'LOAD_-1206424275'), ('const-8', u'PTRSUB_-1206415296'), ('c...
[('const-4', u'PTRADD_-1206417791'), ('const-417', u'LOAD_-1206423141'), ('const-0', u'INT_NOTEQUAL_-1206423849'), (u'PTRADD_-1206428544', u'CAST_-1206419880'), ('const-417', u'STORE_-1206426445'), ('const-1', u'PTRADD_-1206423902'), ('const-3', u'INT_LESS_-1206424642'), ('tmp_2112', u'BRANCH_-1206427363'), ('const-429...
null
null
00085b98
x86
O0
(translation_unit "undefined4 __regparm3 FUN_00085b98(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 uVar3;\n int iVar4;\n void *pvVar5;\n size_t sVar6;\n undefined4 *puVar7;\n undefined4 *puVar8;\n int unaff_EBX;\n undefined1 *puVar9;\n int in_GS_OFFSET;\n \n puVar9 = ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "anon_enum_32": Some values do not have unique names */\n\nssize_t http2_send(connectdata *conn,int sockindex,void *mem,size_t len,CURLcode *err)\n\n{\n int iVar1;\n HTTP *stream_00;\n nghttp2...
(translation_unit "undefined4 __regparm3 FUN_00085b98(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 uVar3;\n int iVar4;\n void *pvVar5;\n size_t sVar6;\n undefined4 *puVar7;\n undefined4 *puVar8;\n int unaff_EBX;\n undefined1 *puVar9;\n int in_GS_OFFSET;\n \n puVar9 = ...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaratio...
(function_definition "undefined4 __regparm3 FUN_00085b98(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 uVar3;\n int iVar4;\n void *pvVar5;\n size_t sVar6;\n undefined4 *puVar7;\n undefined4 *puVar8;\n int unaff_EBX;\n undefined1 *puVar9;\n int in_GS_OFFSET;\n \n puVar9...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "anon_enum_32": Some values do not have unique names */ ssize_t function_1(type_1 *conn,int sockindex,void *var_9,size_t var_3,type_2 *err) { int var_33; type_3 *stream_00; type_4 *h2_00; size_t sVar2; ...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bo...
null
undefined4 __regparm3 MASKED(undefined4 param_1,undefined4 param_2) { int iVar1; uint uVar2; undefined4 uVar3; int iVar4; void *pvVar5; size_t sVar6; undefined4 *puVar7; undefined4 *puVar8; int unaff_EBX; undefined1 *puVar9; int in_GS_OFFSET; puVar9 = &stack0xfffffffc; entry(param_2,0x85b...
4888_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
add_local_section
FUN_00117750
/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_true,_32,_false> * this, Sized_relobj<32,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_32,_false>::add_local_section (Output_data...
void FUN_00117750(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { undefined1 local_24 [32]; FUN_000fecd0(local_24,param_2,param_3,param_4,param_6,param_7,0,0,1,0); FUN_00117050(param_1,param_5,local_24);...
PUSH EBX SUB ESP,0x30 PUSH 0x0 PUSH 0x1 PUSH 0x0 PUSH 0x0 PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x60] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] PUSH dword ptr [ESP + 0x5c] LEA EBX,[ESP + 0x34] PUSH EBX CALL 0x000fecd0 ADD ESP,0x2c PUSH EBX PUSH dword ptr [ESP + 0x48] PUSH dword ptr [ESP + 0x3c...
null
null
null
null
[('const-0', u'PTRSUB_-1207011181'), ('tmp_285', u'CALL_-1207011404'), ('const-0', u'RETURN_-1207011334'), (u'PTRSUB_-1207011181', u'CALL_-1207011362'), ('tmp_282', u'CALL_-1207011404'), ('tmp_394', u'PTRSUB_-1207011204'), ('const-1', u'CALL_-1207011404'), ('tmp_280', u'CALL_-1207011404'), ('const-0', u'CALL_-120701140...
[('tmp_627', u'CALL_-1207011362'), ('const-0', u'CALL_-1207011404'), ('const-1', u'CALL_-1207011404'), ('tmp_628', u'CALL_-1207011362'), ('const-0', u'RETURN_-1207011334'), (u'PTRSUB_-1207011230', u'CALL_-1207011362'), ('tmp_624', u'CALL_-1207011404'), ('const-4294967260', u'PTRSUB_-1207011230'), ('tmp_622', u'CALL_-12...
null
null
00117750
x86
O0
(translation_unit "void FUN_00117750(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_000fecd0(local_24,param_2,param_3,param_4,param_6,param_7,0,0,1,0);\n FUN_00117050(p...
(translation_unit "/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_true,_32,_false> * this,\n Sized_relobj<32,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx,\n Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_32,_false>::add_local_section...
(translation_unit "void FUN_00117750(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_000fecd0(local_24,param_2,param_3,param_4,param_6,param_7,0,0,1,0);\n FUN_00117050(p...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (paramete...
(function_definition "void FUN_00117750(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7)\n\n{\n undefined1 local_24 [32];\n \n FUN_000fecd0(local_24,param_2,param_3,param_4,param_6,param_7,0,0,1,0);\n FUN_0011705...
/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_true,_32,_false> * this, Sized_relobj<32,_false> * relobj, uint input_shndx, uint type, Output_data * od, uint shndx, Address address) */ void __thiscall gold::Output_data_reloc<9,_true,_32,_false>::add_local_section (Output_data...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration typ...
null
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5,undefined4 param_6,undefined4 param_7) { undefined1 local_24 [32]; FUN_000fecd0(local_24,param_2,param_3,param_4,param_6,param_7,0,0,1,0); FUN_00117050(param_1,param_5,local_24); ret...
69_tsort_and_tsort_strip.c
scan_zeros
FUN_00011cf4
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ _Bool scan_zeros(item *k) { if ((k->count == 0) && (k->str != (char *)0x0)) { if (head == (item *)0x0) { head = k; } else { zeros->qlink = k; } zeros = k...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 FUN_00011cf4(int *param_1) { if ((param_1[4] == 0) && (*param_1 != 0)) { if (DAT_0001b1a8 == (int *)0x0) { DAT_0001b1a8 = param_1; } else { DAT_0001b1ac[5] = (int)param_1; } DAT_0001b...
PUSH EBP MOV EBP,ESP CALL 0x00012466 ADD EAX,0x9304 MOV EDX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EDX + 0x10] TEST EDX,EDX JNZ 0x00011d3e MOV EDX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EDX] TEST EDX,EDX JZ 0x00011d3e MOV EDX,dword ptr [EAX + 0x1a8] TEST EDX,EDX JNZ 0x00011d29 MOV EDX,dword ptr [EBP + 0x8] MOV dwor...
null
null
null
null
[('tmp_418', u'MULTIEQUAL_-1205985801'), (u'LOAD_-1205986022', u'INT_EQUAL_-1205986004'), ('tmp_179', u'BRANCH_-1205985937'), (u'PTRSUB_-1205985800', u'STORE_-1205985904'), ('tmp_417', u'MULTIEQUAL_-1205985797'), (u'LOAD_-1205985996', u'INT_NOTEQUAL_-1205985978'), ('tmp_249', u'COPY_-1205985917'), ('tmp_125', u'CBRANCH...
[(u'LOAD_-1205986022', u'INT_EQUAL_-1205986004'), ('tmp_179', u'BRANCH_-1205985937'), ('const-417', u'STORE_-1205985904'), ('const-4', u'PTRADD_-1205985803'), ('tmp_365', u'LOAD_-1205985996'), (u'LOAD_-1205985996', u'INT_NOTEQUAL_-1205985978'), ('tmp_125', u'CBRANCH_-1205985978'), (u'STORE_-1205985904', u'INDIRECT_-120...
null
null
00011cf4
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_00011cf4(int *param_1)\n\n{\n if ((param_1[4] == 0) && (*param_1 != 0)) {\n if (DAT_0001b1a8 == (int *)0x0) {\n DAT_0001b1a8 = param_1;\n }\n else {\n DAT_0001b1ac[5] = (int)...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\n_Bool scan_zeros(item *k)\n\n{\n if ((k->count == 0) && (k->str != (char *)0x0)) {\n if (head == (item *)0x0) {\n head = k;\n }\n else {\n zeros->q...
(translation_unit "undefined4 FUN_00011cf4(int *param_1)\n\n{\n if ((param_1[4] == 0) && (*param_1 != 0)) {\n if (DAT_0001b1a8 == (int *)0x0) {\n DAT_0001b1a8 = param_1;\n }\n else {\n DAT_0001b1ac[5] = (int)param_1;\n }\n DAT_0001b1ac = param_1;\n }\n return 0;\n}\n\n" (function_definition ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ])...
(function_definition "undefined4 FUN_00011cf4(int *param_1)\n\n{\n if ((param_1[4] == 0) && (*param_1 != 0)) {\n if (DAT_0001b1a8 == (int *)0x0) {\n DAT_0001b1a8 = param_1;\n }\n else {\n DAT_0001b1ac[5] = (int)param_1;\n }\n DAT_0001b1ac = param_1;\n }\n return 0;\n}" (type_identifier "unde...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ type_1 function_1(type_2 *k) { if ((k->count == 0) && (k->str != (char *)0x0)) { if (var_1 == (type_2 *)0x0) { var_1 = k; } else { zeros->qlink = k; } ze...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (if_statement condition: (parenthesize...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 MASKED(int *param_1) { if ((param_1[4] == 0) && (*param_1 != 0)) { if (DAT_0001b1a8 == (int *)0x0) { DAT_0001b1a8 = param_1; } else { DAT_0001b1ac[5] = (int)param_1; } DAT_0001b1ac = ...
6204_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
value
FUN_00188d10
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: uint64...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ longlong FUN_00188d10(int param_1,undefined4 *param_2) { uint *puVar1; undefined4 uVar2; int iVar3; longlong lVar4; longlong lVar5; int local_34; int local_30; uint local_2c; uint local_28; undefined4 local_2...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x1b62e7 SUB ESP,0x40 MOV EBP,dword ptr [ESP + 0x58] MOV dword ptr [ESP + 0x24],0x0 MOV dword ptr [ESP + 0x28],0x0 PUSH dword ptr [EBP + 0x2c] PUSH 0x0 PUSH 0x0 PUSH 0x0 PUSH 0x0 LEA EAX,[ESP + 0x38] PUSH EAX LEA EAX,[ESP + 0x34] PUSH EAX MOVZX EAX,byte ptr [E...
null
null
null
null
[('tmp_1345', u'PTRSUB_-1207463586'), (u'LOAD_-1207463992', u'CAST_-1207463343'), ('const-9', u'PTRSUB_-1207463609'), ('tmp_702', u'CBRANCH_-1207464213'), ('const-0', u'INT_EQUAL_-1207464229'), (u'PTRSUB_-1207463520', u'CALL_-1207464297'), ('const-417', u'LOAD_-1207463965'), (u'LOAD_-1207463599', u'CALL_-1207464297'), ...
[(u'INT_ADD_-1207464295', u'CAST_-1207463533'), ('tmp_702', u'CBRANCH_-1207464213'), ('const-0', u'INT_EQUAL_-1207464229'), ('const-417', u'STORE_-1207463917'), (u'CALL_-1207463914', u'INDIRECT_-1207463397'), (u'CAST_-1207463432', u'STORE_-1207463917'), ('tmp_3176', u'LOAD_-1207464504'), ('tmp_3176', u'PTRADD_-12074636...
null
null
00188d10
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nlonglong FUN_00188d10(int param_1,undefined4 *param_2)\n\n{\n uint *puVar1;\n undefined4 uVar2;\n int iVar3;\n longlong lVar4;\n longlong lVar5;\n int local_34;\n int local_30;\n uint local_2c;\n uint...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "STT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF orig...
(translation_unit "longlong FUN_00188d10(int param_1,undefined4 *param_2)\n\n{\n uint *puVar1;\n undefined4 uVar2;\n int iVar3;\n longlong lVar4;\n longlong lVar5;\n int local_34;\n int local_30;\n uint local_2c;\n uint local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n u...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decla...
(function_definition "longlong FUN_00188d10(int param_1,undefined4 *param_2)\n\n{\n uint *puVar1;\n undefined4 uVar2;\n int iVar3;\n longlong lVar4;\n longlong lVar5;\n int local_34;\n int local_30;\n uint local_2c;\n uint local_28;\n undefined4 local_24;\n undefined4 local_20;\n undefined4 uStack_14;\n \n...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Enum "DT": Some values do not have unique names */ /* WARNING: Enum "STT": Some values do not have unique names */ /* WARNING: Enum "ELFOSABI": Some values do not have unique names */ /* DWARF original prototype: uint64...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identif...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ longlong MASKED(int param_1,undefined4 *param_2) { uint *puVar1; undefined4 uVar2; int iVar3; longlong lVar4; longlong lVar5; int local_34; int local_30; uint local_2c; uint local_28; undefined4 local_24; u...
387_powerpc64-linux-gnu-as_and_powerpc64-linux-gnu-as_strip.c
output_file_close
FUN_0002c400
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void output_file_close(char *filename) { int iVar1; undefined4 uVar2; char *format; if (stdoutput != (bfd *)0x0) { iVar1 = had_errors(); if (iVar1 == 0) { iVar1 =...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0002c400(undefined4 param_1) { int iVar1; undefined4 uVar2; undefined4 uVar3; if (DAT_00077ec4 != 0) { iVar1 = FUN_0002bbf0(); if (iVar1 == 0) { iVar1 = bfd_close(DAT_00077ec4); } else {...
PUSH ESI PUSH EBX CALL 0x00016090 ADD EBX,0x42bf9 SUB ESP,0x4 LEA ESI,[EBX + 0x8ec4] MOV EAX,dword ptr [ESI] TEST EAX,EAX JZ 0x0002c43c CALL 0x0002bbf0 TEST EAX,EAX JNZ 0x0002c448 SUB ESP,0xc PUSH dword ptr [ESI] CALL 0x000146b0 ADD ESP,0x10 MOV dword ptr [ESI],0x0 TEST EAX,EAX JZ 0x0002c44f ADD ESP,0x4 POP EBX POP ESI...
null
null
null
null
[(u'CALL_-1206008572', u'INDIRECT_-1206008300'), ('tmp_523', u'CALL_-1206008526'), ('tmp_492', u'BRANCH_-1206008569'), (u'CALL_-1206008563', u'INDIRECT_-1206008259'), (u'MULTIEQUAL_-1206008494', u'INT_EQUAL_-1206008679'), (u'COPY_-1206008700', u'MULTIEQUAL_-1206008304'), (u'COPY_-1206008313', u'CALL_-1206008563'), (u'I...
[(u'INDIRECT_-1206008346', u'CALL_-1206008713'), ('tmp_492', u'BRANCH_-1206008569'), ('const-5', u'CALL_-1206008563'), (u'CALL_-1206008713', u'INDIRECT_-1206008330'), (u'CALL_-1206008608', u'INDIRECT_-1206008282'), (u'INT_EQUAL_-1206008740', u'CBRANCH_-1206008738'), ('const-0', u'RETURN_-1206008646'), ('const-0', u'INT...
null
null
0002c400
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0002c400(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n \n if (DAT_00077ec4 != 0) {\n iVar1 = FUN_0002bbf0();\n if (iVar1 == 0) {\n iVar1 = bfd_close(D...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid output_file_close(char *filename)\n\n{\n int iVar1;\n undefined4 uVar2;\n char *format;\n \n if (stdoutput != (bfd *)0x0) {\n iVar1 = had_errors();\n i...
(translation_unit "void FUN_0002c400(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n \n if (DAT_00077ec4 != 0) {\n iVar1 = FUN_0002bbf0();\n if (iVar1 == 0) {\n iVar1 = bfd_close(DAT_00077ec4);\n }\n else {\n iVar1 = bfd_cache_close_all();\n }\n DAT_00077...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compoun...
(function_definition "void FUN_0002c400(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n \n if (DAT_00077ec4 != 0) {\n iVar1 = FUN_0002bbf0();\n if (iVar1 == 0) {\n iVar1 = bfd_close(DAT_00077ec4);\n }\n else {\n iVar1 = bfd_cache_close_all();\n }\n DAT_00...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *filename) { int var_3; type_1 uVar2; char *format; if (var_1 != (type_2 *)0x0) { var_3 = var_2(); if (var_3 == 0) { var_3 = var_4(var_1); ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declarat...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1) { int iVar1; undefined4 uVar2; undefined4 uVar3; if (DAT_00077ec4 != 0) { iVar1 = FUN_0002bbf0(); if (iVar1 == 0) { iVar1 = bfd_close(DAT_00077ec4); } else { ...
14_sg_decode_sense_and_sg_decode_sense_strip.c
puts
puts
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int puts(char *__s) { int iVar1; iVar1 = (*(code *)PTR_puts_00015f90)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int puts(char *__s) { int iVar1; iVar1 = (*(code *)PTR_puts_00015f90)(); return iVar1; }
JMP dword ptr [EBX + 0x38]
null
null
null
null
[('tmp_67', u'CAST_-1205989047'), (u'CAST_-1205989047', u'CALLIND_-1205989126'), (u'CALLIND_-1205989126', u'INDIRECT_-1205989053'), (u'CALLIND_-1205989126', u'RETURN_-1205989123'), ('const-0', u'RETURN_-1205989123'), (u'INDIRECT_-1205989053', u'COPY_-1205989112')]
[('tmp_67', u'CAST_-1205989047'), (u'CAST_-1205989047', u'CALLIND_-1205989126'), (u'CALLIND_-1205989126', u'INDIRECT_-1205989053'), (u'CALLIND_-1205989126', u'RETURN_-1205989123'), ('const-0', u'RETURN_-1205989123'), (u'INDIRECT_-1205989053', u'COPY_-1205989112')]
null
null
000110f0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f90)();\n return iVar1;\n}\n\n" comment (function_definition "int puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f9...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f90)();\n return iVar1;\n}\n\n" comment (function_definition "int puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f9...
(translation_unit "int puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f90)();\n return iVar1;\n}\n\n" (function_definition "int puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f90)();\n return iVar1;\n}" primitive_type (function_declarator "puts(char *__s)" identif...
(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 puts(char *__s)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_puts_00015f90)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "puts(char *__s)" (identifier "puts") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_dec...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s) { int iVar1; iVar1 = (*(type_1 *)PTR_puts_00015f90)(); 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))))) body: (compound_statement (declaration type: (primitive_type) dec...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00015f90)(); return iVar1; }
930_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c
xcalloc
xcalloc
/* WARNING: Control flow encountered bad instruction data */ void xcalloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void xcalloc(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1207114946')]
[('const-1', u'RETURN_-1207114946')]
null
null
0013e334
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xcalloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xcalloc(void)\n\n{\n /* WARNING: Bad instruction ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid xcalloc(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void xcalloc(void)\n\n{\n /* WARNING: Bad instruction ...
(translation_unit "void xcalloc(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void xcalloc(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "xcalloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void xcalloc(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "xcalloc(void)" (identifier "xcalloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
344_xargs_and_xargs_strip.c
flockfile
flockfile
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void flockfile(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* flockfile@@GLIBC_2.0 */ halt_baddata();...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void flockfile(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206042306')]
[('const-1', u'RETURN_-1206042306')]
null
null
00024134
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid flockfile(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comme...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid flockfile(FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* flockfile@@GLIBC...
(translation_unit "void flockfile(FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void flockfile(FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "flockfile(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void flockfile(FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "flockfile(FILE *__stream)" (identifier "flockfile") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_de...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(type_1 *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ /* flockfile@@GLIBC_2.0 */ 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 */ void MASKED(FILE *__stream) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
9821_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const_gold::Stringpool_template<unsigned_int>::Hashkey,_unsigned_int>,_false,_true>*,_std::vector<std::__detail::_Node_iterator<std::pair<const_gold::Stringpool_template<unsigned_int>::Hashkey,_unsigned_int>,_false,_true>,_st...
FUN_0034ae00
/* WARNING: Unknown calling convention */ /* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const gold::Stringpool_template<unsigned int>::Hashkey, unsigned int>, false, true>*, std::vector<std::__detail::_Node_iterator<std::pair<const gold:...
void FUN_0034ae00(undefined4 *param_1) { char cVar1; undefined4 *puVar2; undefined4 local_20 [4]; local_20[0] = *param_1; while( true ) { puVar2 = param_1 + -1; cVar1 = FUN_00347c40(&stack0x00000008,local_20,puVar2); if (cVar1 == '\0') break; *param_1 = *puVar2; param_1 = puVar2; } ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EBX,dword ptr [ESP + 0x30] LEA EBP,[ESP + 0xc] LEA EDI,[ESP + 0x34] MOV EAX,dword ptr [EBX] SUB EBX,0x4 MOV dword ptr [ESP + 0xc],EAX JMP 0x0034ae28 MOV EAX,dword ptr [EBX] SUB EBX,0x4 MOV dword ptr [EBX + 0x8],EAX SUB ESP,0x4 LEA ESI,[EBX + 0x4] PUSH EBX PUSH EBP PU...
null
null
null
null
[(u'CAST_-1205096652', u'MULTIEQUAL_-1205096659'), ('const-0', u'PTRSUB_-1205096647'), ('const-417', u'STORE_-1205096788'), ('const-4294967264', u'PTRSUB_-1205096672'), ('tmp_479', u'PTRSUB_-1205096667'), (u'CAST_-1205096657', u'CALL_-1205096839'), ('const-4', u'PTRADD_-1205096660'), (u'COPY_-1205096709', u'MULTIEQUAL_...
[(u'CALL_-1205096839', u'INDIRECT_-1205096656'), (u'INDIRECT_-1205096656', u'MULTIEQUAL_-1205096665'), ('const-417', u'LOAD_-1205096807'), ('tmp_231', u'CBRANCH_-1205096811'), (u'PTRADD_-1205096667', u'CALL_-1205096839'), (u'PTRSUB_-1205096673', u'CALL_-1205096839'), (u'PTRSUB_-1205096678', u'CALL_-1205096839'), (u'MUL...
null
null
0034ae00
x86
O0
(translation_unit "void FUN_0034ae00(undefined4 *param_1)\n\n{\n char cVar1;\n undefined4 *puVar2;\n undefined4 local_20 [4];\n \n local_20[0] = *param_1;\n while( true ) {\n puVar2 = param_1 + -1;\n cVar1 = FUN_00347c40(&stack0x00000008,local_20,puVar2);\n if (cVar1 == '\0') break;\n *param_1 = *puVa...
(translation_unit "/* WARNING: Unknown calling convention */\n/* DWARF original name:\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const\n gold::Stringpool_template<unsigned int>::Hashkey, unsigned int>, false, true>*,\n std::vector<std::__detail::_Node_iterator...
(translation_unit "void FUN_0034ae00(undefined4 *param_1)\n\n{\n char cVar1;\n undefined4 *puVar2;\n undefined4 local_20 [4];\n \n local_20[0] = *param_1;\n while( true ) {\n puVar2 = param_1 + -1;\n cVar1 = FUN_00347c40(&stack0x00000008,local_20,puVar2);\n if (cVar1 == '\0') break;\n *param_1 = *puVa...
(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 (array_declarator IDENT [ LIT ]) ;) (expression_stat...
(function_definition "void FUN_0034ae00(undefined4 *param_1)\n\n{\n char cVar1;\n undefined4 *puVar2;\n undefined4 local_20 [4];\n \n local_20[0] = *param_1;\n while( true ) {\n puVar2 = param_1 + -1;\n cVar1 = FUN_00347c40(&stack0x00000008,local_20,puVar2);\n if (cVar1 == '\0') break;\n *param_1 = *p...
/* WARNING: Unknown calling convention */ /* DWARF original name: __unguarded_linear_insert<__gnu_cxx::__normal_iterator<std::__detail::_Node_iterator<std::pair<const gold::Stringpool_template<unsigned int>::Hashkey, unsigned int>, false, true>*, std::vector<std::__detail::_Node_iterator<std::pair<const gold:...
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(undefined4 *param_1) { char cVar1; undefined4 *puVar2; undefined4 local_20 [4]; local_20[0] = *param_1; while( true ) { puVar2 = param_1 + -1; cVar1 = FUN_00347c40(&stack0x00000008,local_20,puVar2); if (cVar1 == '\0') break; *param_1 = *puVar2; param_1 = puVar2; } *par...
135_powerpc-linux-gnuspe-ar_and_powerpc-linux-gnuspe-ar_strip.c
yyfree
FUN_00015360
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void yyfree(void *ptr) { free(ptr); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00015360(void *param_1) { free(param_1); return; }
PUSH EBX CALL 0x00013710 ADD EBX,0xbc9a SUB ESP,0x14 PUSH dword ptr [ESP + 0x1c] CALL 0x00012100 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('tmp_145', u'CALL_-1205972071'), ('const-0', u'RETURN_-1205972043')]
[('tmp_226', u'CALL_-1205972071'), ('const-0', u'RETURN_-1205972043')]
null
null
00015360
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00015360(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_00015360(void *param_1)\n\n{\n free(param_1);\n return;\n}" primitive_type (function_declarat...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid yyfree(void *ptr)\n\n{\n free(ptr);\n return;\n}\n\n" comment comment (function_definition "void yyfree(void *ptr)\n\n{\n free(ptr);\n return;\n}" primitive_t...
(translation_unit "void FUN_00015360(void *param_1)\n\n{\n free(param_1);\n return;\n}\n\n" (function_definition "void FUN_00015360(void *param_1)\n\n{\n free(param_1);\n return;\n}" primitive_type (function_declarator "FUN_00015360(void *param_1)" identifier (parameter_list "(void *param_1)" ( (parameter_declarati...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00015360(void *param_1)\n\n{\n free(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00015360(void *param_1)" (identifier "FUN_00015360") (parameter_list "(void *param_1)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(void *ptr) { var_1(ptr); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression ...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void *param_1) { free(param_1); return; }
761_sparc64-linux-gnu-as_and_sparc64-linux-gnu-as_strip.c
gen_to_words
FUN_0004c520
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int gen_to_words(LITTLENUM_TYPE *words,int precision,long exponent_bits) { uint uVar1; ushort uVar2; bool bVar3; LITTLENUM_TYPE LVar4; int iVar5; ushort *puVar6; ushort *puV...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm2 FUN_0004c520(undefined4 param_1,undefined4 param_2,ushort *param_3,int param_4,int param_5) { uint uVar1; char cVar2; bool bVar3; ushort uVar4; int iVar5; ushort *puVar6; ushort *puVar7; ush...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00016040 ADD EBX,0x21ad7 SUB ESP,0x1c MOV EAX,dword ptr [ESP + 0x34] LEA EBP,[EAX + EAX*0x1] LEA ESI,[EBX + 0x280] MOV EDI,dword ptr [ESI] MOV EAX,dword ptr [ESI + 0x8] MOVZX ECX,byte ptr [ESI + 0x10] CMP EDI,EAX JA 0x0004c710 TEST CL,CL JNZ 0x0004c588 CMP dword ptr [ESP + 0x3...
null
null
null
null
[('const-3', u'PTRADD_-1206134928'), ('tmp_15149', u'CAST_-1206134836'), (u'MULTIEQUAL_-1206136206', u'CAST_-1206134586'), (u'PTRADD_-1206135027', u'INT_LESS_-1206136434'), (u'STORE_-1206138298', u'INDIRECT_-1206134961'), (u'INDIRECT_-1206134910', u'MULTIEQUAL_-1206135457'), ('const-80', u'INT_EQUAL_-1206139325'), (u'C...
[(u'PTRADD_-1206139095', u'CAST_-1206134778'), (u'INDIRECT_-1206134621', u'MULTIEQUAL_-1206134507'), (u'STORE_-1206138734', u'INDIRECT_-1206135248'), (u'MULTIEQUAL_-1206134936', u'PTRADD_-1206133721'), (u'MULTIEQUAL_-1206134955', u'COPY_-1206135034'), (u'INDIRECT_-1206134597', u'MULTIEQUAL_-1206134938'), (u'INDIRECT_-1...
null
null
0004c520
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm2\nFUN_0004c520(undefined4 param_1,undefined4 param_2,ushort *param_3,int param_4,int param_5)\n\n{\n uint uVar1;\n char cVar2;\n bool bVar3;\n ushort uVar4;\n int iVar5;\n ushort *pu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint gen_to_words(LITTLENUM_TYPE *words,int precision,long exponent_bits)\n\n{\n uint uVar1;\n ushort uVar2;\n bool bVar3;\n LITTLENUM_TYPE LVar4;\n int iVar5;\n ...
(translation_unit "undefined4 __regparm2\nFUN_0004c520(undefined4 param_1,undefined4 param_2,ushort *param_3,int param_4,int param_5)\n\n{\n uint uVar1;\n char cVar2;\n bool bVar3;\n ushort uVar4;\n int iVar5;\n ushort *puVar6;\n ushort *puVar7;\n ushort *puVar8;\n ushort *puVar9;\n ushort uVar10;\n int iVar...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "undefined4 __regparm2\nFUN_0004c520(undefined4 param_1,undefined4 param_2,ushort *param_3,int param_4,int param_5)\n\n{\n uint uVar1;\n char cVar2;\n bool bVar3;\n ushort uVar4;\n int iVar5;\n ushort *puVar6;\n ushort *puVar7;\n ushort *puVar8;\n ushort *puVar9;\n ushort uVar10;\n int i...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *var_2,int var_3,long var_11) { type_2 var_13; type_3 var_22; bool bVar3; type_1 LVar4; int var_6; type_3 *var_17; type_3 *var_19; type_3 *var_20; ...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (par...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 __regparm2 MASKED(undefined4 param_1,undefined4 param_2,ushort *param_3,int param_4,int param_5) { uint uVar1; char cVar2; bool bVar3; ushort uVar4; int iVar5; ushort *puVar6; ushort *puVar7; ushort *p...
268_powerpc-linux-gnuspe-ranlib_and_powerpc-linux-gnuspe-ranlib_strip.c
exit
exit
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ /* exit@@GLIBC_2.0 */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void exit(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206050598')]
[('const-1', u'RETURN_-1206050598')]
null
null
000220d0
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (fun...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.0 */\n h...
(translation_unit "void exit(int __status)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"))) (...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ /* exit@@GLIBC_2.0 */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments:...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void MASKED(int __status) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
37_readlink_and_readlink_strip.c
memset
memset
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)(); return pvVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * memset(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)(); return pvVar1; }
JMP dword ptr [EBX + 0x9c]
null
null
null
null
[('const-0', u'RETURN_-1205988723'), (u'CALLIND_-1205988726', u'CAST_-1205988644'), (u'CAST_-1205988644', u'RETURN_-1205988723'), (u'CALLIND_-1205988726', u'INDIRECT_-1205988653'), (u'INDIRECT_-1205988653', u'COPY_-1205988712'), ('tmp_77', u'CAST_-1205988645'), (u'CAST_-1205988645', u'CALLIND_-1205988726')]
[('const-0', u'RETURN_-1205988723'), (u'CALLIND_-1205988726', u'CAST_-1205988644'), (u'CAST_-1205988644', u'RETURN_-1205988723'), (u'CALLIND_-1205988726', u'INDIRECT_-1205988653'), (u'INDIRECT_-1205988653', u'COPY_-1205988712'), ('tmp_77', u'CAST_-1205988645'), (u'CAST_-1205988645', u'CALLIND_-1205988726')]
null
null
00011280
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memset(void *__s,int __c,size_t __...
(translation_unit "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)();\n return pvVar1;\n}\n\n" (function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)();\n re...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) ...
(function_definition "void * memset(void *__s,int __c,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memset_0001e09c)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memset(void *__s,int __c,size_t __n)" (* "*") (function_declarator "memset(void *__s,int __c,size_t __n)"...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * function_1(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(type_1 *)PTR_memset_0001e09c)(); return pvVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ void * MASKED(void *__s,int __c,size_t __n) { void *pvVar1; pvVar1 = (void *)(*(code *)PTR_MASKED_0001e09c)(); return pvVar1; }
1217_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
~Struct_no_lazy
FUN_0003d090
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_lazy(Struct_no_lazy * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_lazy::~Struct_no_lazy(Struct_no_lazy *this,int __in_chrg) { pointer pcVar1; (this-...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003d090(undefined4 *param_1) { *param_1 = &PTR_FUN_00382a28; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00035840 ADD EBX,0x351f6a SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xffff3a28] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0003d0c2 SUB ESP,0xc PUSH EDX CALL 0x001e6db0 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-4', u'PTRSUB_-1206070907'), ('const-3680808', u'PTRSUB_-1206070914'), ('const-0', u'PTRSUB_-1206070906'), (u'INT_NOTEQUAL_-1206071057', u'CBRANCH_-1206071057'), (u'CAST_-1206070904', u'STORE_-1206071081'), ('tmp_151', u'CBRANCH_-1206071057'), (u'PTRSUB_-1206070902', u'PTRSUB_-1206070900'), (u'PTRSUB_-120607091...
[('const-0', u'PTRSUB_-1206070916'), (u'CAST_-1206070912', u'CALL_-1206071034'), ('const-3', u'PTRADD_-1206070925'), ('const-417', u'STORE_-1206071081'), (u'PTRADD_-1206070912', u'LOAD_-1206071077'), ('tmp_439', u'STORE_-1206071081'), (u'PTRADD_-1206070925', u'INT_NOTEQUAL_-1206071057'), (u'INT_NOTEQUAL_-1206071057', u...
null
null
0003d090
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003d090(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382a28;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_lazy(Struct_no_lazy * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_lazy::~Struct_no_lazy(Struct_no_lazy *this,int __in_chrg)\n\n{\n po...
(translation_unit "void FUN_0003d090(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382a28;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003d090(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382a28;\n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_0003d090(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382a28;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003d090(undefined4 *param_1)" (identifier "FUN_0003d090...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_lazy(Struct_no_lazy * 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_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00382a28; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001e6db0((undefined4 *)param_1[1]); } return; }
884_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
sha1_stream
FUN_0006a700
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int sha1_stream(FILE *stream,void *resblock) { int iVar1; size_t sVar2; size_t len; sha1_ctx ctx; char buffer [4168]; sha1_init_ctx(&ctx); do { len = 0; while( tr...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_0006a700(FILE *param_1,undefined4 param_2) { int iVar1; size_t sVar2; int iVar3; undefined1 local_1104 [160]; undefined1 local_1064 [4176]; undefined4 uStack_14; uStack_14 = 0x6a709; FUN_000690c...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017b80 ADD EBX,0x1638f7 SUB ESP,0x1118 LEA EAX,[ESP + 0x24] MOV ESI,dword ptr [ESP + 0x112c] MOV dword ptr [ESP + 0x18],EAX PUSH EAX CALL 0x000690c0 ADD ESP,0x10 LEA EDI,[ESP + 0xb8] XOR EBP,EBP JMP 0x0006a754 TEST EAX,EAX JZ 0x0006a790 SUB ESP,0xc PUSH ESI CALL 0x000166e0 A...
null
null
null
null
[(u'INT_NOTEQUAL_-1206277879', u'CBRANCH_-1206277878'), ('tmp_993', u'CAST_-1206277515'), ('tmp_861', u'BRANCH_-1206277856'), (u'PTRSUB_-1206277544', u'PTRADD_-1206278157'), (u'PTRSUB_-1206277544', u'CALL_-1206278115'), (u'INT_EQUAL_-1206278162', u'CBRANCH_-1206278161'), (u'CALL_-1206278138', u'INT_NOTEQUAL_-1206278111...
[(u'INDIRECT_-1206277531', u'MULTIEQUAL_-1206277605'), (u'INT_NOTEQUAL_-1206277879', u'CBRANCH_-1206277878'), (u'MULTIEQUAL_-1206277491', u'MULTIEQUAL_-1206277489'), ('const-435977', u'COPY_-1206278382'), ('tmp_861', u'BRANCH_-1206277856'), (u'MULTIEQUAL_-1206277605', u'MULTIEQUAL_-1206277575'), (u'PTRSUB_-1206277553',...
null
null
0006a700
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0006a700(FILE *param_1,undefined4 param_2)\n\n{\n int iVar1;\n size_t sVar2;\n int iVar3;\n undefined1 local_1104 [160];\n undefined1 local_1064 [4176];\n undefined4 uStack_14;\n \n uSta...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint sha1_stream(FILE *stream,void *resblock)\n\n{\n int iVar1;\n size_t sVar2;\n size_t len;\n sha1_ctx ctx;\n char buffer [4168];\n \n sha1_init_ctx(&ctx);\n ...
(translation_unit "undefined4 FUN_0006a700(FILE *param_1,undefined4 param_2)\n\n{\n int iVar1;\n size_t sVar2;\n int iVar3;\n undefined1 local_1104 [160];\n undefined1 local_1064 [4176];\n undefined4 uStack_14;\n \n uStack_14 = 0x6a709;\n FUN_000690c0(local_1104);\n do {\n iVar3 = 0;\n while( true ) {\n...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_decl...
(function_definition "undefined4 FUN_0006a700(FILE *param_1,undefined4 param_2)\n\n{\n int iVar1;\n size_t sVar2;\n int iVar3;\n undefined1 local_1104 [160];\n undefined1 local_1064 [4176];\n undefined4 uStack_14;\n \n uStack_14 = 0x6a709;\n FUN_000690c0(local_1104);\n do {\n iVar3 = 0;\n while( true ) ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *stream,void *resblock) { int var_7; size_t var_5; size_t var_4; type_2 ctx; char var_3 [4168]; var_1(&ctx); do { var_4 = 0; while( true ) {...
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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(FILE *param_1,undefined4 param_2) { int iVar1; size_t sVar2; int iVar3; undefined1 local_1104 [160]; undefined1 local_1064 [4176]; undefined4 uStack_14; uStack_14 = 0x6a709; FUN_000690c0(loca...
10448_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
use_facet<std::moneypunct<char,true>>
FUN_0027c360
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::moneypunct<char, true> const& std::use_facet<std::moneypunct<char, true> >(std::locale const&) */ moneypunct * std::use_facet<std::moneypunct<...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0027c360(int *param_1) { uint uVar1; int iVar2; uVar1 = FUN_002019c0(PTR_DAT_003aedfc); if ((uVar1 < *(uint *)(*param_1 + 8)) && (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) { ...
PUSH EBX CALL 0x00036f20 ADD EBX,0x132c9a SUB ESP,0x14 PUSH dword ptr [EBX + 0xfffffdfc] CALL 0x002019c0 MOV EDX,dword ptr [ESP + 0x20] ADD ESP,0x10 MOV EDX,dword ptr [EDX] MOV ECX,dword ptr [EDX + 0x4] CMP dword ptr [EDX + 0x8],EAX JBE 0x0027c3b2 MOV EAX,dword ptr [ECX + EAX*0x4] TEST EAX,EAX JZ 0x0027c3b2 PUSH 0x0 PU...
null
null
null
null
[('tmp_315', u'CBRANCH_-1204239326'), (u'CALL_-1204239461', u'INDIRECT_-1204239167'), ('const-4', u'INT_MULT_-1204239382'), (u'CALL_-1204239353', u'INDIRECT_-1204239121'), (u'INDIRECT_-1204239112', u'COPY_-1204239170'), (u'CALL_-1204239293', u'INDIRECT_-1204239098'), ('const-417', u'LOAD_-1204239430'), (u'CALL_-1204239...
[('tmp_315', u'CBRANCH_-1204239326'), (u'CALL_-1204239461', u'INDIRECT_-1204239167'), ('const-4', u'INT_MULT_-1204239382'), (u'CALL_-1204239353', u'INDIRECT_-1204239121'), (u'INT_ADD_-1204239414', u'CAST_-1204239139'), (u'INDIRECT_-1204239112', u'COPY_-1204239170'), (u'CALL_-1204239293', u'INDIRECT_-1204239098'), (u'CA...
null
null
0027c360
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0027c360(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_002019c0(PTR_DAT_003aedfc);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVa...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::moneypunct<char, true> const& std::use_facet<std::moneypunct<char, true> >(std::locale\n const&) */\n\nmoneypunct * std::use...
(translation_unit "void FUN_0027c360(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_002019c0(PTR_DAT_003aedfc);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_00247110(iVar2,PTR_PTR_003aee60,PTR_PTR_003aebb8,0)...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( ...
(function_definition "void FUN_0027c360(int *param_1)\n\n{\n uint uVar1;\n int iVar2;\n \n uVar1 = FUN_002019c0(PTR_DAT_003aedfc);\n if ((uVar1 < *(uint *)(*param_1 + 8)) &&\n (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) {\n iVar2 = FUN_00247110(iVar2,PTR_PTR_003aee60,PTR_PTR_003aebb8...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::moneypunct<char, true> const& std::use_facet<std::moneypunct<char, true> >(std::locale const&) */ type_2 * std::use_facet<std::type_2<char,tru...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1) { uint uVar1; int iVar2; uVar1 = FUN_002019c0(PTR_DAT_003aedfc); if ((uVar1 < *(uint *)(*param_1 + 8)) && (iVar2 = *(int *)(*(int *)(*param_1 + 4) + uVar1 * 4), iVar2 != 0)) { iVar2 ...
8790_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
get_address
FUN_002ff070
/* DWARF original prototype: Elf_Addr get_address(Output_reloc<9,_true,_64,_false> * this) */ Elf_Addr __thiscall gold::Output_reloc<9,_true,_64,_false>::get_address(Output_reloc<9,_true,_64,_false> *this) { Address *pAVar1; uint64_t *puVar2; string *psVar3; uint uVar4; uint uVar5; int iVar6; Sized_rel...
longlong FUN_002ff070(int param_1) { uint *puVar1; uint uVar2; int iVar3; int *piVar4; uint uVar5; int iVar6; int iVar7; uint uVar8; int unaff_EDI; longlong lVar9; FUN_00074f0a(); uVar8 = *(uint *)(param_1 + 0x18); uVar2 = *(uint *)(param_1 + 8); iVar3 = *(int *)(param_1 + 0xc); lVar9...
PUSH EBP PUSH EDI CALL 0x00074f0a ADD EDI,0x2eaf89 PUSH ESI PUSH EBX SUB ESP,0x1c MOV EBP,dword ptr [ESP + 0x30] MOV dword ptr [ESP + 0x8],EDI MOV EDX,dword ptr [EBP + 0x18] MOV EBX,dword ptr [EBP + 0x8] MOV ESI,dword ptr [EBP + 0xc] MOV EAX,dword ptr [EBP + 0x4] CMP EDX,-0x4 JZ 0x002ff170 MOV ECX,dword ptr [EAX] LEA E...
null
null
null
null
[(u'PTRSUB_-1204750664', u'PTRSUB_-1204750653'), (u'PTRSUB_-1204750621', u'PTRSUB_-1204750596'), (u'PTRSUB_-1204750464', u'PTRSUB_-1204750452'), (u'CAST_-1204750516', u'LOAD_-1204751789'), (u'LOAD_-1204752161', u'PTRADD_-1204750669'), (u'LOAD_-1204752192', u'INT_ADD_-1204751277'), ('const-417', u'LOAD_-1204752186'), ('...
[('const-8', u'INT_ADD_-1204752182'), (u'CAST_-1204750470', u'LOAD_-1204751448'), ('tmp_3062', u'INT_ADD_-1204751423'), ('const-4', u'PTRADD_-1204750760'), ('const-24', u'INT_ADD_-1204752188'), (u'LOAD_-1204751983', u'INT_SUB_-1204751955'), (u'LOAD_-1204752192', u'CALL_-1204751134'), (u'INT_ADD_-1204752182', u'CAST_-12...
null
null
002ff070
x86
O0
(translation_unit "longlong FUN_002ff070(int param_1)\n\n{\n uint *puVar1;\n uint uVar2;\n int iVar3;\n int *piVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n int unaff_EDI;\n longlong lVar9;\n \n FUN_00074f0a();\n uVar8 = *(uint *)(param_1 + 0x18);\n uVar2 = *(uint *)(param_1 + 8);\n iVar3...
(translation_unit "/* DWARF original prototype: Elf_Addr get_address(Output_reloc<9,_true,_64,_false> * this) */\n\nElf_Addr __thiscall\ngold::Output_reloc<9,_true,_64,_false>::get_address(Output_reloc<9,_true,_64,_false> *this)\n\n{\n Address *pAVar1;\n uint64_t *puVar2;\n string *psVar3;\n uint uVar4;\n uint uVa...
(translation_unit "longlong FUN_002ff070(int param_1)\n\n{\n uint *puVar1;\n uint uVar2;\n int iVar3;\n int *piVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n int unaff_EDI;\n longlong lVar9;\n \n FUN_00074f0a();\n uVar8 = *(uint *)(param_1 + 0x18);\n uVar2 = *(uint *)(param_1 + 8);\n iVar3...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYP...
(function_definition "longlong FUN_002ff070(int param_1)\n\n{\n uint *puVar1;\n uint uVar2;\n int iVar3;\n int *piVar4;\n uint uVar5;\n int iVar6;\n int iVar7;\n uint uVar8;\n int unaff_EDI;\n longlong lVar9;\n \n FUN_00074f0a();\n uVar8 = *(uint *)(param_1 + 0x18);\n uVar2 = *(uint *)(param_1 + 8);\n iV...
/* DWARF original prototype: Elf_Addr get_address(Output_reloc<9,_true,_64,_false> * this) */ type_1 __thiscall var_13::Output_reloc<9,_true,_64,var_6>::get_address(Output_reloc<9,_true,_64,var_6> *this) { type_6 *var_3; uint64_t *var_25; type_2 *psVar3; type_3 var_4; type_3 var_10; int var_8; var_1<64...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator de...
null
longlong MASKED(int param_1) { uint *puVar1; uint uVar2; int iVar3; int *piVar4; uint uVar5; int iVar6; int iVar7; uint uVar8; int unaff_EDI; longlong lVar9; FUN_00074f0a(); uVar8 = *(uint *)(param_1 + 0x18); uVar2 = *(uint *)(param_1 + 8); iVar3 = *(int *)(param_1 + 0xc); lVar9 = *(l...
1012_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
do_elfsize
FUN_0003a3c0
/* DWARF original prototype: int do_elfsize(Sized_relobj<64,_true> * this) */ int __thiscall gold::Sized_relobj<64,_true>::do_elfsize(Sized_relobj<64,_true> *this) { return 0x40; }
undefined4 FUN_0003a3c0(void) { return 0x40; }
MOV EAX,0x40 RET
null
null
null
null
[('const-0', u'RETURN_-1206082606'), (u'COPY_-1206082623', u'RETURN_-1206082606'), ('const-64', u'COPY_-1206082623')]
[('const-0', u'RETURN_-1206082606'), (u'COPY_-1206082623', u'RETURN_-1206082606'), ('const-64', u'COPY_-1206082623')]
null
null
0003a3c0
x86
O0
(translation_unit "undefined4 FUN_0003a3c0(void)\n\n{\n return 0x40;\n}\n\n" (function_definition "undefined4 FUN_0003a3c0(void)\n\n{\n return 0x40;\n}" type_identifier (function_declarator "FUN_0003a3c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement...
(translation_unit "/* DWARF original prototype: int do_elfsize(Sized_relobj<64,_true> * this) */\n\nint __thiscall gold::Sized_relobj<64,_true>::do_elfsize(Sized_relobj<64,_true> *this)\n\n{\n return 0x40;\n}\n\n" comment (declaration "int __thiscall gold::Sized_relobj<64,_true>::do_elfsize(Sized_relobj<64,_true> *thi...
(translation_unit "undefined4 FUN_0003a3c0(void)\n\n{\n return 0x40;\n}\n\n" (function_definition "undefined4 FUN_0003a3c0(void)\n\n{\n return 0x40;\n}" type_identifier (function_declarator "FUN_0003a3c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
(function_definition "undefined4 FUN_0003a3c0(void)\n\n{\n return 0x40;\n}" (type_identifier "undefined4") (function_declarator "FUN_0003a3c0(void)" (identifier "FUN_0003a3c0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0x40;\n}" (...
/* DWARF original prototype: int do_elfsize(Sized_relobj<64,_true> * this) */ int __thiscall gold::Sized_relobj<64,_true>::do_elfsize(Sized_relobj<64,_true> *this) { return 0x40; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal)))))
null
undefined4 MASKED(void) { return 0x40; }
2607_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
do_read_symbols
FUN_00074b60
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void do_read_symbols(Sized_relobj_incr<64,_false> * this, Read_symbols_data * param_1) */ void __thiscall gold::Sized_relobj_incr<64,_false>::do_read_symbols (Sized_relobj_incr<64,_false> ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00074b60(void) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/incremental.cc",0x7eb,"do_read_symbols"); }
PUSH EBX CALL 0x00035840 ADD EBX,0x31a49a SUB ESP,0xc LEA EAX,[EBX + 0xffef9b84] PUSH EAX LEA EAX,[EBX + 0xffef8ec0] PUSH 0x7eb PUSH EAX CALL 0x00069d00
null
null
null
null
[(u'COPY_-1206367282', u'CALL_-1206367312'), ('const-1', u'RETURN_-1206367307'), (u'COPY_-1206367283', u'CALL_-1206367312'), ('const-2657156', u'COPY_-1206367282'), ('const-2027', u'CALL_-1206367312'), ('const-2653888', u'COPY_-1206367283')]
[('const-2653888', u'COPY_-1206367289'), (u'COPY_-1206367289', u'CALL_-1206367312'), ('const-1', u'RETURN_-1206367307'), (u'COPY_-1206367288', u'CALL_-1206367312'), ('const-2657156', u'COPY_-1206367288'), ('const-2027', u'CALL_-1206367312')]
null
null
00074b60
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00074b60(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00069d00("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}\n\n" comment (function_definition "void FUN_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void do_read_symbols(Sized_relobj_incr<64,_false> * this,\n Read_symbols_data * param_1) */\n\nvoid __thiscall\ngold::Sized_relobj_incr<64,_false>::do_read_symbols\n (Sized...
(translation_unit "void FUN_00074b60(void)\n\n{\n \n FUN_00069d00("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}\n\n" (function_definition "void FUN_00074b60(void)\n\n{\n \n FUN_00069d00("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" primitive_type (function_...
(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_00074b60(void)\n\n{\n \n FUN_00069d00("../../gold/incremental.cc",0x7eb,"do_read_symbols");\n}" (primitive_type "void") (function_declarator "FUN_00074b60(void)" (identifier "FUN_00074b60") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void do_read_symbols(Sized_relobj_incr<64,_false> * this, Read_symbols_data * param_1) */ void __thiscall gold::Sized_relobj_incr<64,_false>::do_read_symbols (Sized_relobj_incr<64,_false> ...
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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(void) { /* WARNING: Subroutine does not return */ FUN_00069d00("../../gold/incremental.cc",0x7eb,"do_read_symbols"); }
2070_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
read_header_tables
FUN_000572f0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: uchar * read_header_tables(Sized_dwarf_line_info<32,_false> * this, uchar * lineptr) */ uchar * __thiscall gold::Sized_dwarf_line_info<32,_false>::read_header_tables (Sized_dwarf_line_info...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ byte * FUN_000572f0(int param_1,char *param_2) { byte bVar1; int ***pppiVar2; size_t sVar3; int ****ppppiVar4; byte *pbVar5; byte *pbVar6; int iVar7; ulonglong uVar8; int local_4c; int ***local_44; int loca...
CALL 0x0004fb76 ADD EAX,0x2aad0b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x4c MOV ECX,dword ptr [EBP + 0x8] MOV ESI,dword ptr [EBP + 0xc] MOV dword ptr [EBP + -0x3c],EAX MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0x74] LEA EDX,[EAX + 0x1] MOV dword ptr [EBP + -0x40],EAX MOV EAX,dword ptr [EB...
null
null
null
null
[(u'CALL_-1206225613', u'INDIRECT_-1206222335'), ('const-1', u'INT_ADD_-1206223908'), (u'CAST_-1206221052', u'RETURN_-1206223763'), (u'INT_NOTEQUAL_-1206225642', u'CBRANCH_-1206225642'), (u'CAST_-1206221217', u'CALL_-1206224114'), (u'INDIRECT_-1206221669', u'MULTIEQUAL_-1206221637'), ('const-92', u'PTRSUB_-1206221604')...
[(u'CALL_-1206223387', u'INDIRECT_-1206221525'), (u'CALL_-1206224754', u'INDIRECT_-1206222018'), ('const-4294967284', u'INT_ADD_-1206224011'), ('const-1', u'INT_ADD_-1206223908'), (u'INT_NOTEQUAL_-1206225642', u'CBRANCH_-1206225642'), (u'CALL_-1206224820', u'INDIRECT_-1206222042'), (u'CAST_-1206222174', u'LOAD_-1206226...
null
null
000572f0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nbyte * FUN_000572f0(int param_1,char *param_2)\n\n{\n byte bVar1;\n int ***pppiVar2;\n size_t sVar3;\n int ****ppppiVar4;\n byte *pbVar5;\n byte *pbVar6;\n int iVar7;\n ulonglong uVar8;\n int local_4c...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: uchar * read_header_tables(Sized_dwarf_line_info<32,_false> * this,\n uchar * lineptr) */\n\nuchar * __thiscall\ngold::Sized_dwarf_line_info<32,_false>::read_header_tables\n ...
(translation_unit "byte * FUN_000572f0(int param_1,char *param_2)\n\n{\n byte bVar1;\n int ***pppiVar2;\n size_t sVar3;\n int ****ppppiVar4;\n byte *pbVar5;\n byte *pbVar6;\n int iVar7;\n ulonglong uVar8;\n int local_4c;\n int ***local_44;\n int local_3c;\n int ***local_38;\n int ***local_34;\n int ***loc...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (pointer_declarator ...
(function_definition "byte * FUN_000572f0(int param_1,char *param_2)\n\n{\n byte bVar1;\n int ***pppiVar2;\n size_t sVar3;\n int ****ppppiVar4;\n byte *pbVar5;\n byte *pbVar6;\n int iVar7;\n ulonglong uVar8;\n int local_4c;\n int ***local_44;\n int local_3c;\n int ***local_38;\n int ***local_34;\n int ***...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original prototype: uchar * read_header_tables(Sized_dwarf_line_info<32,_false> * this, uchar * lineptr) */ var_1 * var_2 gold::Sized_dwarf_line_info<32,_false>::read_header_tables (Sized_dwarf_line_info<32,_...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ byte * MASKED(int param_1,char *param_2) { byte bVar1; int ***pppiVar2; size_t sVar3; int ****ppppiVar4; byte *pbVar5; byte *pbVar6; int iVar7; ulonglong uVar8; int local_4c; int ***local_44; int local_3c; ...
2391_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
run
FUN_0007ae70
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void run(Gc_runner * this, Workqueue * workqueue, Task * task) */ void __thiscall gold::Gc_runner::run(Gc_runner *this,Workqueue *workqueue,Task *task) { queue_middle_gc_tasks (this->options_,task,this->input_ob...
void FUN_0007ae70(int param_1,undefined4 param_2,undefined4 param_3) { FUN_0007acd0(*(undefined4 *)(param_1 + 4),param_3,*(undefined4 *)(param_1 + 8), *(undefined4 *)(param_1 + 0xc),*(undefined4 *)(param_1 + 0x10),param_2, *(undefined4 *)(param_1 + 0x14)); return; }
SUB ESP,0x10 MOV EAX,dword ptr [ESP + 0x14] PUSH dword ptr [EAX + 0x14] PUSH dword ptr [ESP + 0x1c] PUSH dword ptr [EAX + 0x10] PUSH dword ptr [EAX + 0xc] PUSH dword ptr [EAX + 0x8] PUSH dword ptr [ESP + 0x30] PUSH dword ptr [EAX + 0x4] CALL 0x0007acd0 ADD ESP,0x2c RET
null
null
null
null
[(u'PTRSUB_-1206341829', u'LOAD_-1206341960'), (u'LOAD_-1206341993', u'CALL_-1206341946'), (u'LOAD_-1206342010', u'CALL_-1206341946'), ('tmp_179', u'PTRSUB_-1206341853'), ('tmp_179', u'PTRSUB_-1206341841'), ('const-12', u'PTRSUB_-1206341841'), (u'LOAD_-1206341977', u'CALL_-1206341946'), ('const-4', u'PTRSUB_-1206341829...
[('tmp_317', u'INT_ADD_-1206341961'), ('const-4', u'INT_ADD_-1206341944'), (u'LOAD_-1206341993', u'CALL_-1206341946'), (u'INT_ADD_-1206341969', u'CAST_-1206341855'), (u'LOAD_-1206342010', u'CALL_-1206341946'), (u'LOAD_-1206341977', u'CALL_-1206341946'), ('const-8', u'INT_ADD_-1206341961'), ('const-417', u'LOAD_-1206341...
null
null
0007ae70
x86
O0
(translation_unit "void FUN_0007ae70(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0007acd0(*(undefined4 *)(param_1 + 4),param_3,*(undefined4 *)(param_1 + 8),\n *(undefined4 *)(param_1 + 0xc),*(undefined4 *)(param_1 + 0x10),param_2,\n *(undefined4 *)(param_1 + 0x14));\n ret...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void run(Gc_runner * this, Workqueue * workqueue, Task * task) */\n\nvoid __thiscall gold::Gc_runner::run(Gc_runner *this,Workqueue *workqueue,Task *task)\n\n{\n queue_middle_gc_tasks\n (this->opt...
(translation_unit "void FUN_0007ae70(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0007acd0(*(undefined4 *)(param_1 + 4),param_3,*(undefined4 *)(param_1 + 8),\n *(undefined4 *)(param_1 + 0xc),*(undefined4 *)(param_1 + 0x10),param_2,\n *(undefined4 *)(param_1 + 0x14));\n ret...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expres...
(function_definition "void FUN_0007ae70(int param_1,undefined4 param_2,undefined4 param_3)\n\n{\n FUN_0007acd0(*(undefined4 *)(param_1 + 4),param_3,*(undefined4 *)(param_1 + 8),\n *(undefined4 *)(param_1 + 0xc),*(undefined4 *)(param_1 + 0x10),param_2,\n *(undefined4 *)(param_1 + 0x14));\n ...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void run(Gc_runner * this, Workqueue * workqueue, Task * task) */ void __thiscall gold::type_1::function_1(type_1 *this,type_2 *workqueue,type_3 *task) { var_1 (this->options_,task,this->input_objects_,this->sym...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
void MASKED(int param_1,undefined4 param_2,undefined4 param_3) { FUN_0007acd0(*(undefined4 *)(param_1 + 4),param_3,*(undefined4 *)(param_1 + 8), *(undefined4 *)(param_1 + 0xc),*(undefined4 *)(param_1 + 0x10),param_2, *(undefined4 *)(param_1 + 0x14)); return; }
548_curl_and_curl_strip.c
_curl_easy_setopt_err_progress_cb
FUN_00018b93
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _curl_easy_setopt_err_progress_cb(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** FUN_00018b93(void) { return &__DT_PLTGOT; }
PUSH EBP MOV EBP,ESP CALL 0x00014bf4 ADD EAX,0x4325d NOP POP EBP RET
null
null
null
null
[('const-0', u'RETURN_-1205957694')]
[(u'PTRSUB_-1205957658', u'RETURN_-1205957694'), ('const-0', u'RETURN_-1205957694'), ('const-376312', u'PTRSUB_-1205957658'), ('const-0', u'PTRSUB_-1205957658')]
null
null
00018b93
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_00018b93(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_00018b93(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_setopt_err_progress_cb(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_setopt_er...
(translation_unit "undefined ** FUN_00018b93(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_00018b93(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_00018b93(void)" * (pointer_declarator "* FUN_00018b93(void)" * (function_declarator "FUN_00018b93(voi...
(translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) })))
(function_definition "undefined ** FUN_00018b93(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_00018b93(void)" (* "*") (pointer_declarator "* FUN_00018b93(void)" (* "*") (function_declarator "FUN_00018b93(void)" (identifier "FUN_00018b93") (parameter_list "(void)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** MASKED(void) { return &__DT_PLTGOT; }
405_powerpc-linux-gnuspe-objcopy_and_powerpc-linux-gnuspe-objcopy_strip.c
htab_hash_string
htab_hash_string
/* WARNING: Control flow encountered bad instruction data */ void htab_hash_string(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void htab_hash_string(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206190062')]
[('const-1', u'RETURN_-1206190062')]
null
null
00040008
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_hash_string(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_hash_string(void)\n\n{\n /* WARNING...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid htab_hash_string(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void htab_hash_string(void)\n\n{\n /* WARNING...
(translation_unit "void htab_hash_string(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void htab_hash_string(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "htab_hash_string(void)" identifier (parameter_list "(void)" ( (parameter_declarati...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "void htab_hash_string(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "htab_hash_string(void)" (identifier "htab_hash_string") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement ...
/* WARNING: Control flow encountered bad instruction data */ void function_1(void) { /* WARNING: Bad instruction - Truncating control flow here */ var_1(); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
null
/* WARNING: Control flow encountered bad instruction data */ void MASKED(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
4738_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Sized_pluginobj
FUN_0011fb30
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_pluginobj(Sized_pluginobj<32,_false> * this, int __in_chrg) */ void __thiscall gold::Sized_pluginobj<32,_false>::~Sized_pluginobj(Sized_pluginobj<32,_false> *this,int __in_chrg) { in...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0011fb30(undefined4 *param_1) { int *piVar1; *param_1 = &DAT_0033b380; FUN_0011fac0(param_1 + 0x15); if (param_1[0x10] != 0) { FUN_001ac470(param_1[0x10]); } *param_1 = &DAT_00339e84; if (param_1[7]...
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x21f4c9 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] LEA EAX,[EBX + 0xffffc380] MOV dword ptr [ESI],EAX LEA EAX,[ESI + 0x54] PUSH EAX CALL 0x0011fac0 MOV EAX,dword ptr [ESI + 0x40] ADD ESP,0x10 TEST EAX,EAX JZ 0x0011fb6b SUB ESP,0xc PUSH EAX CALL 0x001ac470 ADD ESP,0x10 LEA EAX...
null
null
null
null
[('tmp_982', u'CALL_-1206977664'), (u'LOAD_-1206977541', u'CALL_-1206977486'), ('const-417', u'LOAD_-1206977582'), (u'PTRSUB_-1206977271', u'PTRSUB_-1206977260'), ('const-0', u'PTRSUB_-1206977267'), (u'LOAD_-1206977558', u'INT_ADD_-1206977540'), (u'PTRSUB_-1206977300', u'PTRSUB_-1206977314'), (u'PTRSUB_-1206977273', u'...
[('const-3388288', u'PTRSUB_-1206977343'), ('const-417', u'STORE_-1206977682'), ('tmp_953', u'PTRADD_-1206977288'), ('const-417', u'LOAD_-1206977582'), ('tmp_953', u'PTRADD_-1206977300'), ('const-417', u'LOAD_-1206977541'), (u'CAST_-1206977286', u'CALL_-1206977486'), (u'LOAD_-1206977558', u'INT_ADD_-1206977540'), ('con...
null
null
0011fb30
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0011fb30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033b380;\n FUN_0011fac0(param_1 + 0x15);\n if (param_1[0x10] != 0) {\n FUN_001ac470(param_1[0x10]);\n }\n *param_1 = &...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Sized_pluginobj(Sized_pluginobj<32,_false> * this, int __in_chrg)\n */\n\nvoid __thiscall\ngold::Sized_pluginobj<32,_false>::~Sized_pluginobj(Sized_pluginobj<32,_false> *this...
(translation_unit "void FUN_0011fb30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033b380;\n FUN_0011fac0(param_1 + 0x15);\n if (param_1[0x10] != 0) {\n FUN_001ac470(param_1[0x10]);\n }\n *param_1 = &DAT_00339e84;\n if (param_1[7] != 0) {\n piVar1 = (int *)(param_1[7] + 0x3c);\n *piVa...
(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_0011fb30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033b380;\n FUN_0011fac0(param_1 + 0x15);\n if (param_1[0x10] != 0) {\n FUN_001ac470(param_1[0x10]);\n }\n *param_1 = &DAT_00339e84;\n if (param_1[7] != 0) {\n piVar1 = (int *)(param_1[7] + 0x3c);\n *p...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Sized_pluginobj(Sized_pluginobj<32,_false> * this, int __in_chrg) */ void __thiscall var_5::Sized_pluginobj<32,_false>::~Sized_pluginobj(Sized_pluginobj<32,_false> *this,int __in_chrg) { i...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { int *piVar1; *param_1 = &DAT_0033b380; FUN_0011fac0(param_1 + 0x15); if (param_1[0x10] != 0) { FUN_001ac470(param_1[0x10]); } *param_1 = &DAT_00339e84; if (param_1[7] != 0)...
2193_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
~Struct_dynamic_list_data
FUN_0005af50
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_dynamic_list_data(Struct_dynamic_list_data * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_dynamic_list_data::~Struct_dynamic_list_data (Struct_dynamic...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0005af50(undefined4 *param_1) { *param_1 = &PTR_FUN_005d3194; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_003ae080((undefined4 *)param_1[1]); } return; }
PUSH EBX CALL 0x00050b50 ADD EBX,0x58f0aa SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] ADD EAX,0xc LEA EDX,[EBX + 0xfffe9194] MOV dword ptr [EAX + -0xc],EDX MOV EDX,dword ptr [EAX + -0x8] CMP EDX,EAX JZ 0x0005af82 SUB ESP,0xc PUSH EDX CALL 0x003ae080 ADD ESP,0x10 ADD ESP,0x8 POP EBX RET
null
null
null
null
[('const-1', u'RETURN_-1206210718')]
[('const-417', u'LOAD_-1206210661'), (u'PTRADD_-1206210509', u'INT_NOTEQUAL_-1206210641'), ('const-417', u'STORE_-1206210665'), (u'CAST_-1206210496', u'INT_NOTEQUAL_-1206210641'), ('tmp_439', u'PTRADD_-1206210496'), ('const-4', u'PTRADD_-1206210496'), ('const-0', u'RETURN_-1206210578'), (u'LOAD_-1206210661', u'CAST_-12...
null
null
0005af50
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0005af50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3194;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (func...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_dynamic_list_data(Struct_dynamic_list_data * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_dynamic_list_data::~Struct_dynamic_list_data\n ...
(translation_unit "void FUN_0005af50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3194;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0005af50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3194;\n if ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_0005af50(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_005d3194;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_003ae080((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0005af50(undefined4 *param_1)" (identifier "FUN_0005af50...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_dynamic_list_data(Struct_dynamic_list_data * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expr...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_005d3194; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_003ae080((undefined4 *)param_1[1]); } return; }
729_sh4-linux-gnu-ld_and_sh4-linux-gnu-ld_strip.c
bfd_set_error_handler
bfd_set_error_handler
/* WARNING: Control flow encountered bad instruction data */ void bfd_set_error_handler(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
/* WARNING: Control flow encountered bad instruction data */ void bfd_set_error_handler(void) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206496898')]
[('const-1', u'RETURN_-1206496898')]
null
null
00095174
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_error_handler(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_error_handler(void)\n\n{\n ...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_error_handler(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_error_handler(void)\n\n{\n ...
(translation_unit "void bfd_set_error_handler(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_set_error_handler(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_error_handler(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_set_error_handler(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_set_error_handler(void)" (identifier "bfd_set_error_handler") (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(); }
2521_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
report_script
FUN_000853b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void report_script(Incremental_inputs * this, Script_info * script, uint arg_serial, Timespec mtime) */ void __thiscall gold::Incremental_inputs::report_script (Incremental_inputs *this,Sc...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000853b0(int param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { undefined4 *puVar1; undefined4 local_24; undefined4 *local_20 [3]; undefined4 uStack_14; ...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00036f20 ADD EBX,0x329c47 SUB ESP,0x1c LEA EAX,[ESP + 0x8] MOV EDI,dword ptr [ESP + 0x3c] MOV EBP,dword ptr [ESP + 0x40] PUSH EAX PUSH 0x0 MOV EAX,dword ptr [ESP + 0x3c] PUSH dword ptr [EAX] MOV EAX,dword ptr [ESP + 0x3c] PUSH dword ptr [EAX + 0x28] CALL 0x00187d90 MOV dword p...
null
null
null
null
[('const-36', u'PTRSUB_-1206430242'), ('const-0', u'PTRSUB_-1206430300'), ('const-24', u'PTRSUB_-1206430312'), (u'PTRSUB_-1206430399', u'CALL_-1206430683'), (u'PTRSUB_-1206430335', u'LOAD_-1206430711'), ('const-40', u'PTRSUB_-1206430372'), ('const-32', u'PTRSUB_-1206430240'), ('const-4', u'PTRSUB_-1206430286'), (u'PTRS...
[('const-8', u'PTRADD_-1206430297'), (u'PTRADD_-1206430319', u'STORE_-1206430599'), ('const-4', u'PTRADD_-1206430319'), ('const-4', u'PTRADD_-1206430351'), ('const-0', u'STORE_-1206430515'), (u'CAST_-1206430354', u'STORE_-1206430566'), ('const-0', u'STORE_-1206430551'), ('const-3', u'PTRADD_-1206430327'), ('const-0', u...
null
null
000853b0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000853b0(int param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 local_24;\n undefined4 *local_20 [3];\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void report_script(Incremental_inputs * this, Script_info * script,\n uint arg_serial, Timespec mtime) */\n\nvoid __thiscall\ngold::Incremental_inputs::report_script\n (Inc...
(translation_unit "void FUN_000853b0(int param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 local_24;\n undefined4 *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x853b9;\n FUN_00187d90(*(undefined4 *)(param_1 ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement {...
(function_definition "void FUN_000853b0(int param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 local_24;\n undefined4 *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x853b9;\n FUN_00187d90(*(undefined4 *)(param...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void report_script(Incremental_inputs * this, Script_info * script, uint arg_serial, Timespec mtime) */ void __thiscall var_5::type_1::function_1 (type_1 *this,type_2 *script,type_3 arg_se...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 *param_2,undefined4 param_3,undefined4 param_4, undefined4 param_5) { undefined4 *puVar1; undefined4 local_24; undefined4 *local_20 [3]; undefined4 uStack_14; uSta...
7688_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
~__forced_unwind
FUN_001fc650
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* __cxxabiv1::__forced_unwind::~__forced_unwind() */ void __thiscall __cxxabiv1::__forced_unwind::~__forced_unwind(__forced_unwind *this) { ~__forced_unwind(this); operator_delete(this,4); return; }
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_001fc650(undefined4 param_1) { FUN_001fc640(param_1); FUN_001fd000(param_1,4); return; }
PUSH ESI PUSH EBX CALL 0x00036db0 ADD EBX,0x1ad9a9 SUB ESP,0x10 MOV ESI,dword ptr [ESP + 0x1c] PUSH ESI CALL 0x001fc640 POP EAX POP EDX PUSH 0x4 PUSH ESI CALL 0x001fd000 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[('const-4', u'CALL_-1207908694'), ('const-0', u'RETURN_-1207908661'), ('tmp_212', u'CALL_-1207908694'), ('tmp_212', u'CALL_-1207908721')]
[('tmp_409', u'CALL_-1207908694'), ('const-0', u'RETURN_-1207908661'), ('const-4', u'CALL_-1207908694'), ('tmp_409', u'CALL_-1207908721')]
null
null
001fc650
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001fc650(undefined4 param_1)\n\n{\n FUN_001fc640(param_1);\n FUN_001fd000(param_1,4);\n return;\n}\n\n" comment (function_definition "void FUN_001fc650(undefined4 param_1)\n\n{\n FUN_001fc640(para...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* __cxxabiv1::__forced_unwind::~__forced_unwind() */\n\nvoid __thiscall __cxxabiv1::__forced_unwind::~__forced_unwind(__forced_unwind *this)\n\n{\n ~__forced_unwind(this);\n operator_delete(this,4);\n return;...
(translation_unit "void FUN_001fc650(undefined4 param_1)\n\n{\n FUN_001fc640(param_1);\n FUN_001fd000(param_1,4);\n return;\n}\n\n" (function_definition "void FUN_001fc650(undefined4 param_1)\n\n{\n FUN_001fc640(param_1);\n FUN_001fd000(param_1,4);\n return;\n}" primitive_type (function_declarator "FUN_001fc650(u...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statem...
(function_definition "void FUN_001fc650(undefined4 param_1)\n\n{\n FUN_001fc640(param_1);\n FUN_001fd000(param_1,4);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001fc650(undefined4 param_1)" (identifier "FUN_001fc650") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefin...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* __cxxabiv1::__forced_unwind::~__forced_unwind() */ void __thiscall __cxxabiv1::function_1::~function_1(function_1 *this) { ~function_1(this); var_1(this,4); return; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 param_1) { FUN_001fc640(param_1); FUN_001fd000(param_1,4); return; }
10064_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
~iostream
FUN_002603c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* virtual thunk to std::iostream::~iostream() */ void __thiscall std::iostream::~iostream(iostream *this) { iostream *piVar1; piVar1 = this + *(int *)(*(int *)this + -0xc); *(undefined4 *)(piVar1 + 8) = 0x3a9000; *(un...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_002603c0(int *param_1) { undefined4 *puVar1; puVar1 = (undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc)); puVar1[2] = &DAT_003a9000; *puVar1 = &DAT_003a9028; puVar1[1] = 0; puVar1[3] = &PTR_FUN_003a...
PUSH EBX CALL 0x00036db0 ADD EBX,0x149c3a SUB ESP,0x14 MOV EAX,dword ptr [ESP + 0x1c] MOV EDX,dword ptr [EAX] ADD EAX,dword ptr [EDX + -0xc] LEA EDX,[EBX + 0xfffff000] MOV dword ptr [EAX + 0x8],EDX LEA EDX,[EBX + 0xfffff028] ADD EAX,0xc MOV dword ptr [EAX + -0xc],EDX LEA EDX,[EBX + 0xffffd7b8] MOV dword ptr [EAX + -0x8...
null
null
null
null
[(u'PTRADD_-1204222861', u'CAST_-1204222795'), ('const-1', u'PTRADD_-1204222919'), ('const-1', u'PTRADD_-1204222885'), (u'PTRADD_-1204222919', u'PTRADD_-1204222885'), ('const-417', u'LOAD_-1204222983'), ('const-1', u'PTRADD_-1204222901'), ('const-3831744', u'PTRSUB_-1204222789'), ('const-4294967284', u'INT_ADD_-1204222...
[(u'INT_ADD_-1204222971', u'CAST_-1204222825'), ('const-417', u'STORE_-1204222921'), ('const-3837992', u'PTRSUB_-1204222806'), ('const-0', u'PTRSUB_-1204222806'), ('const-1', u'PTRADD_-1204222795'), ('const-0', u'PTRSUB_-1204222789'), (u'CAST_-1204222823', u'PTRADD_-1204222795'), ('const-4294967284', u'INT_ADD_-1204222...
null
null
002603c0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002603c0(int *param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc));\n puVar1[2] = &DAT_003a9000;\n *puVar1 = &DAT_003a9028;\n puVar1[1] = 0;...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* virtual thunk to std::iostream::~iostream() */\n\nvoid __thiscall std::iostream::~iostream(iostream *this)\n\n{\n iostream *piVar1;\n \n piVar1 = this + *(int *)(*(int *)this + -0xc);\n *(undefined4 *)(piV...
(translation_unit "void FUN_002603c0(int *param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc));\n puVar1[2] = &DAT_003a9000;\n *puVar1 = &DAT_003a9028;\n puVar1[1] = 0;\n puVar1[3] = &PTR_FUN_003a77c0;\n FUN_002422b0(puVar1 + 3);\n return;\n}\n\n" (function...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (ab...
(function_definition "void FUN_002603c0(int *param_1)\n\n{\n undefined4 *puVar1;\n \n puVar1 = (undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc));\n puVar1[2] = &DAT_003a9000;\n *puVar1 = &DAT_003a9028;\n puVar1[1] = 0;\n puVar1[3] = &PTR_FUN_003a77c0;\n FUN_002422b0(puVar1 + 3);\n return;\n}" (primitive...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* virtual thunk to std::iostream::~iostream() */ void __thiscall std::function_1::~function_1(function_1 *var_1) { function_1 *var_2; var_2 = var_1 + *(int *)(*(int *)var_1 + -0xc); *(type_1 *)(var_2 + 8) = 0x3a9000; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1) { undefined4 *puVar1; puVar1 = (undefined4 *)((int)param_1 + *(int *)(*param_1 + -0xc)); puVar1[2] = &DAT_003a9000; *puVar1 = &DAT_003a9028; puVar1[1] = 0; puVar1[3] = &PTR_FUN_003a77c0; ...
350_powerpc64le-linux-gnu-objcopy_and_powerpc64le-linux-gnu-objcopy_strip.c
stab_array_type
FUN_0002b2a0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean stab_array_type(void *p,bfd_signed_vma low,bfd_signed_vma high,bfd_boolean stringp) { int iVar1; stab_write_handle *info; char *__s; char *__s_00; size_t sVar2; size_t sVar3; char *__s_01; uint size; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int FUN_0002b2a0(int param_1,uint param_2,int param_3,uint param_4,int param_5,int param_6) { char *__s; char *__s_00; size_t sVar1; size_t sVar2; char *__s_01; int iVar3; int iVar4; bool bVar5; iVar4 = *(in...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x000166c0 ADD EBX,0x14d57 SUB ESP,0x2c MOV EAX,dword ptr [ESP + 0x44] MOV EDX,dword ptr [ESP + 0x48] MOV dword ptr [ESP + 0x8],EAX MOV EAX,dword ptr [ESP + 0x4c] MOV dword ptr [ESP + 0xc],EDX MOV EDX,dword ptr [ESP + 0x50] MOV dword ptr [ESP + 0x10],EAX MOV EAX,dword ptr [ESP +...
null
null
null
null
[(u'INT_EQUAL_-1206012946', u'CBRANCH_-1206012944'), ('const-0', u'STORE_-1206012938'), (u'CAST_-1206011968', u'LOAD_-1206013163'), (u'CALL_-1206013119', u'CALL_-1206012841'), ('tmp_1456', u'SUBPIECE_-1206012407'), ('const-417', u'LOAD_-1206013157'), (u'INT_EQUAL_-1206013089', u'CBRANCH_-1206013088'), (u'LOAD_-12060131...
[('const-1', u'PTRADD_-1206012828'), (u'INT_ADD_-1206012419', u'CAST_-1206011643'), (u'INT_EQUAL_-1206012946', u'CBRANCH_-1206012944'), ('const-216866', u'COPY_-1206011896'), ('const-417', u'LOAD_-1206012448'), (u'CAST_-1206011881', u'CALL_-1206012398'), (u'CAST_-1206011975', u'LOAD_-1206013157'), (u'INT_EQUAL_-1206013...
null
null
0002b2a0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint FUN_0002b2a0(int param_1,uint param_2,int param_3,uint param_4,int param_5,int param_6)\n\n{\n char *__s;\n char *__s_00;\n size_t sVar1;\n size_t sVar2;\n char *__s_01;\n int iVar3;\n int iVar4;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean stab_array_type(void *p,bfd_signed_vma low,bfd_signed_vma high,bfd_boolean stringp)\n\n{\n int iVar1;\n stab_write_handle *info;\n char *__s;\n char *__s_00;\n size_t sVar2;\n size_t sVar3;\n ...
(translation_unit "int FUN_0002b2a0(int param_1,uint param_2,int param_3,uint param_4,int param_5,int param_6)\n\n{\n char *__s;\n char *__s_00;\n size_t sVar1;\n size_t sVar2;\n char *__s_01;\n int iVar3;\n int iVar4;\n bool bVar5;\n \n iVar4 = *(int *)(*(int *)(param_1 + 0x38) + 0x10);\n __s = (char *)FUN_...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compou...
(function_definition "int FUN_0002b2a0(int param_1,uint param_2,int param_3,uint param_4,int param_5,int param_6)\n\n{\n char *__s;\n char *__s_00;\n size_t sVar1;\n size_t sVar2;\n char *__s_01;\n int iVar3;\n int iVar4;\n bool bVar5;\n \n iVar4 = *(int *)(*(int *)(param_1 + 0x38) + 0x10);\n __s = (char *)F...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 function_1(void *p,type_2 low,type_2 high,type_1 var_7) { int var_2; type_3 *info; char *__s; char *__s_00; size_t var_5; size_t var_6; char *var_9; type_4 size; type_1 var_13; type_4 local_24; var...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ int MASKED(int param_1,uint param_2,int param_3,uint param_4,int param_5,int param_6) { char *__s; char *__s_00; size_t sVar1; size_t sVar2; char *__s_01; int iVar3; int iVar4; bool bVar5; iVar4 = *(int *)(*...
552_diff_and_diff_strip.c
setenv_TZ
FUN_0003cd98
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int setenv_TZ(char *tz) { int iVar1; if (tz == (char *)0x0) { iVar1 = unsetenv("TZ"); } else { iVar1 = setenv("TZ",tz,1); } return iVar1; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_0003cd98(char *param_1) { if (param_1 == (char *)0x0) { unsetenv("TZ"); } else { setenv("TZ",param_1,1); } return; }
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x4 CALL 0x000148c8 ADD EAX,0x1225c CMP dword ptr [EBP + 0x8],0x0 JZ 0x0003cdca SUB ESP,0x4 PUSH 0x1 PUSH dword ptr [EBP + 0x8] LEA EDX,[EAX + 0xffff81cd] PUSH EDX MOV EBX,EAX CALL 0x00012430 ADD ESP,0x10 JMP 0x0003cdde SUB ESP,0xc LEA EDX,[EAX + 0xffff81cd] PUSH EDX MOV EBX,EAX CA...
null
null
null
null
[(u'CALL_-1206071740', u'MULTIEQUAL_-1206071648'), (u'COPY_-1206071673', u'CALL_-1206071799'), ('tmp_112', u'CBRANCH_-1206071846'), ('const-291277', u'COPY_-1206071673'), ('const-1', u'CALL_-1206071799'), ('tmp_326', u'CALL_-1206071799'), ('const-291277', u'COPY_-1206071650'), ('const-0', u'RETURN_-1206071743'), (u'COP...
[(u'COPY_-1206071673', u'CALL_-1206071799'), ('tmp_112', u'CBRANCH_-1206071846'), ('const-291277', u'COPY_-1206071673'), ('const-1', u'CALL_-1206071799'), ('const-291277', u'COPY_-1206071650'), ('const-0', u'RETURN_-1206071743'), (u'COPY_-1206071650', u'CALL_-1206071740'), (u'INT_EQUAL_-1206071849', u'CBRANCH_-12060718...
null
null
0003cd98
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0003cd98(char *param_1)\n\n{\n if (param_1 == (char *)0x0) {\n unsetenv("TZ");\n }\n else {\n setenv("TZ",param_1,1);\n }\n return;\n}\n\n" comment (function_definition "void FUN_0003cd98(c...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nint setenv_TZ(char *tz)\n\n{\n int iVar1;\n \n if (tz == (char *)0x0) {\n iVar1 = unsetenv("TZ");\n }\n else {\n iVar1 = setenv("TZ",tz,1);\n }\n return i...
(translation_unit "void FUN_0003cd98(char *param_1)\n\n{\n if (param_1 == (char *)0x0) {\n unsetenv("TZ");\n }\n else {\n setenv("TZ",param_1,1);\n }\n return;\n}\n\n" (function_definition "void FUN_0003cd98(char *param_1)\n\n{\n if (param_1 == (char *)0x0) {\n unsetenv("TZ");\n }\n else {\n setenv(...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ...
(function_definition "void FUN_0003cd98(char *param_1)\n\n{\n if (param_1 == (char *)0x0) {\n unsetenv("TZ");\n }\n else {\n setenv("TZ",param_1,1);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003cd98(char *param_1)" (identifier "FUN_0003cd98") (parameter_list "(char *param_1)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ int function_1(char *var_1) { int iVar1; if (var_1 == (char *)0x0) { iVar1 = var_2("TZ"); } else { iVar1 = var_3("TZ",var_1,1); } 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))))) body: (compound_statement (if_statement condition: (parenthesized...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(char *param_1) { if (param_1 == (char *)0x0) { unsetenv("TZ"); } else { setenv("TZ",param_1,1); } return; }
990_libtomcrypt.so.1.0_and_libtomcrypt.so.1.0_strip.c
mpi_to_ltc_error
FUN_00191eec
int mpi_to_ltc_error(int err) { int err_local; int x; x = 0; while( true ) { if (2 < x) { return 1; } if (err == mpi_to_ltc_codes[x].mpi_code) break; x = x + 1; } return mpi_to_ltc_codes[x].ltc_code; }
undefined4 FUN_00191eec(int param_1) { int local_4; local_4 = 0; while( true ) { if (2 < local_4) { return 1; } if (param_1 == *(int *)(&DAT_001f8a80 + (long)local_4 * 8)) break; local_4 = local_4 + 1; } return *(undefined4 *)(&DAT_001f8a84 + (long)local_4 * 8); }
MOV dword ptr [RSP + -0x14],EDI MOV dword ptr [RSP + -0x4],0x0 JMP 0x00191f36 MOV EAX,dword ptr [RSP + -0x4] CDQE LEA RDX,[RAX*0x8] LEA RAX,[0x1f8a80] MOV EAX,dword ptr [RDX + RAX*0x1] CMP dword ptr [RSP + -0x14],EAX JNZ 0x00191f31 MOV EAX,dword ptr [RSP + -0x4] CDQE LEA RDX,[RAX*0x8] LEA RAX,[0x1f8a84] MOV EAX,dword p...
null
null
null
null
[(u'INT_ADD_-1207558257', u'MULTIEQUAL_-1207558146'), ('tmp_136', u'CBRANCH_-1207558321'), ('const-2', u'INT_SLESS_-1207558308'), ('tmp_16', u'BRANCH_-1207558398'), ('const-8', u'PTRADD_-1207558174'), (u'INT_EQUAL_-1207558325', u'CBRANCH_-1207558321'), (u'MULTIEQUAL_-1207558146', u'INT_SLESS_-1207558308'), ('const-0', ...
[('tmp_136', u'CBRANCH_-1207558321'), (u'INT_SEXT_-1207558297', u'INT_MULT_-1207558280'), ('const-0', u'PTRSUB_-1207558146'), ('tmp_16', u'BRANCH_-1207558398'), (u'INT_MULT_-1207558337', u'PTRADD_-1207558285'), (u'INT_EQUAL_-1207558325', u'CBRANCH_-1207558321'), ('const-8', u'INT_MULT_-1207558280'), ('const-0', u'RETUR...
null
null
00191eec
x86
O0
(translation_unit "undefined4 FUN_00191eec(int param_1)\n\n{\n int local_4;\n \n local_4 = 0;\n while( true ) {\n if (2 < local_4) {\n return 1;\n }\n if (param_1 == *(int *)(&DAT_001f8a80 + (long)local_4 * 8)) break;\n local_4 = local_4 + 1;\n }\n return *(undefined4 *)(&DAT_001f8a84 + (long)loc...
(translation_unit "int mpi_to_ltc_error(int err)\n\n{\n int err_local;\n int x;\n \n x = 0;\n while( true ) {\n if (2 < x) {\n return 1;\n }\n if (err == mpi_to_ltc_codes[x].mpi_code) break;\n x = x + 1;\n }\n return mpi_to_ltc_codes[x].ltc_code;\n}\n\n" (function_definition "int mpi_to_ltc_erro...
(translation_unit "undefined4 FUN_00191eec(int param_1)\n\n{\n int local_4;\n \n local_4 = 0;\n while( true ) {\n if (2 < local_4) {\n return 1;\n }\n if (param_1 == *(int *)(&DAT_001f8a80 + (long)local_4 * 8)) break;\n local_4 = local_4 + 1;\n }\n return *(undefined4 *)(&DAT_001f8a84 + (long)loc...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (...
(function_definition "undefined4 FUN_00191eec(int param_1)\n\n{\n int local_4;\n \n local_4 = 0;\n while( true ) {\n if (2 < local_4) {\n return 1;\n }\n if (param_1 == *(int *)(&DAT_001f8a80 + (long)local_4 * 8)) break;\n local_4 = local_4 + 1;\n }\n return *(undefined4 *)(&DAT_001f8a84 + (long)...
int function_1(int var_2) { int err_local; int var_1; var_1 = 0; while( true ) { if (2 < var_1) { return 1; } if (var_2 == mpi_to_ltc_codes[var_1].mpi_code) break; var_1 = var_1 + 1; } return mpi_to_ltc_codes[var_1].ltc_code; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expressi...
null
undefined4 MASKED(int param_1) { int local_4; local_4 = 0; while( true ) { if (2 < local_4) { return 1; } if (param_1 == *(int *)(&DAT_001f8a80 + (long)local_4 * 8)) break; local_4 = local_4 + 1; } return *(undefined4 *)(&DAT_001f8a84 + (long)local_4 * 8); }
9835_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
messages_byname
FUN_0023bb90
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::messages_byname<wchar_t>::messages_byname(char const*, unsigned int) */ void __thiscall std::messages_byname<wchar_t>::messages_byname (messages_byname<wchar_t> *this,char *param_1,uint param_2) { char *pcVar1...
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void FUN_0023bb90(undefined4 *param_1,byte *param_2) { char *pcVar1; char *__s2; int iVar2; size_t sVar3; void *__dest; byte *pbVar4; byte *pbVar5; bool bVar6; bool bVar7; bool bVar8; byte bVar9; bVar9...
CALL 0x00035975 ADD EDX,0x15346b PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX MOV ESI,EDX MOV EBX,EDX SUB ESP,0x24 PUSH dword ptr [EBP + 0x10] PUSH dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x1c],EDX CALL 0x0023b990 LEA EAX,[ESI + 0xffffef78] MOV ECX,dword ptr [EBP + 0x8] MOV dword ptr [EBP + -0x1c],ESI ADD EAX,0x...
null
null
null
null
[('const-1', u'PTRADD_-1203979020'), ('const-1', u'INT_ADD_-1203978222'), ('tmp_1302', u'CALL_-1203978762'), (u'BOOL_NEGATE_-1203978335', u'BOOL_AND_-1203978898'), ('tmp_665', u'CBRANCH_-1203978985'), ('tmp_1302', u'CAST_-1203978164'), ('const-417', u'LOAD_-1203978950'), (u'CAST_-1203978164', u'COPY_-1203978239'), (u'M...
[('const-1', u'INT_ADD_-1203978197'), (u'COPY_-1203978218', u'MULTIEQUAL_-1203978466'), ('const-417', u'LOAD_-1203979036'), (u'BOOL_NEGATE_-1203978375', u'BOOL_AND_-1203978984'), (u'INT_ADD_-1203978946', u'MULTIEQUAL_-1203978487'), ('const-1', u'INT_ADD_-1203978224'), (u'BOOL_NEGATE_-1203978280', u'CBRANCH_-1203979207'...
null
null
0023bb90
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0023bb90(undefined4 *param_1,byte *param_2)\n\n{\n char *pcVar1;\n char *__s2;\n int iVar2;\n size_t sVar3;\n void *__dest;\n byte *pbVar4;\n byte *pbVar5;\n bool bVar6;\n bool bVar7;\n bool...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::messages_byname<wchar_t>::messages_byname(char const*, unsigned int) */\n\nvoid __thiscall\nstd::messages_byname<wchar_t>::messages_byname\n (messages_byname<wchar_t> *this,char *param_1,uint par...
(translation_unit "void FUN_0023bb90(undefined4 *param_1,byte *param_2)\n\n{\n char *pcVar1;\n char *__s2;\n int iVar2;\n size_t sVar3;\n void *__dest;\n byte *pbVar4;\n byte *pbVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n \n bVar9 = 0;\n FUN_0023b990();\n pcVar1 = (char *)param_1[3];\...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator...
(function_definition "void FUN_0023bb90(undefined4 *param_1,byte *param_2)\n\n{\n char *pcVar1;\n char *__s2;\n int iVar2;\n size_t sVar3;\n void *__dest;\n byte *pbVar4;\n byte *pbVar5;\n bool bVar6;\n bool bVar7;\n bool bVar8;\n byte bVar9;\n \n bVar9 = 0;\n FUN_0023b990();\n pcVar1 = (char *)param_1[3...
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ /* std::messages_byname<wchar_t>::messages_byname(char const*, unsigned int) */ void __thiscall std::function_1<var_2>::function_1 (function_1<var_2> *var_3,char *param_1,type_1 param_2) { char *var_5; char *var_6; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointe...
null
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */ void MASKED(undefined4 *param_1,byte *param_2) { char *pcVar1; char *__s2; int iVar2; size_t sVar3; void *__dest; byte *pbVar4; byte *pbVar5; bool bVar6; bool bVar7; bool bVar8; byte bVar9; bVar9 = 0; ...
1205_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
~Struct_no_tls_optimize
FUN_00039fa0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_tls_optimize(Struct_no_tls_optimize * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_no_tls_optimize::~Struct_no_tls_optimize (Struct_no_tls_optimize...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00039fa0(undefined4 *param_1) { *param_1 = &PTR_FUN_00332834; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } FUN_001ac450(param_1,0x3c); return; }
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x305059 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff3834] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x00039fd2 SUB ESP,0xc PUSH EAX CALL 0x001ac470 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x3c PUSH ESI CALL 0x001ac450 AD...
null
null
null
null
[('const-0', u'PTRSUB_-1206083386'), (u'PTRSUB_-1206083393', u'CAST_-1206083383'), ('const-8', u'PTRSUB_-1206083392'), ('const-4', u'PTRSUB_-1206083387'), (u'LOAD_-1206083610', u'CAST_-1206083377'), ('const-3352628', u'PTRSUB_-1206083393'), (u'PTRSUB_-1206083396', u'PTRSUB_-1206083392'), ('const-0', u'PTRSUB_-120608338...
[('const-4', u'PTRADD_-1206083407'), (u'LOAD_-1206083610', u'CAST_-1206083395'), ('const-0', u'RETURN_-1206083493'), ('const-1', u'PTRADD_-1206083395'), ('tmp_597', u'PTRADD_-1206083407'), (u'PTRADD_-1206083407', u'INT_NOTEQUAL_-1206083590'), ('const-60', u'CALL_-1206083526'), (u'CAST_-1206083395', u'INT_NOTEQUAL_-1206...
null
null
00039fa0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00039fa0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332834;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x3c);\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_no_tls_optimize(Struct_no_tls_optimize * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_no_tls_optimize::~Struct_no_tls_optimize\n ...
(translation_unit "void FUN_00039fa0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332834;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x3c);\n return;\n}\n\n" (function_definition "void FUN_00039fa0(undefined4 *param_1)\n\n{\n *para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_00039fa0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332834;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n FUN_001ac450(param_1,0x3c);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00039fa0(undefined4 *para...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_no_tls_optimize(Struct_no_tls_optimize * this, int __in_chrg) */ void __thiscall gold::General_options::function_1::~function_1 (function_1 *this,int __in_chrg) { type_1 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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_00332834; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001ac470((undefined4 *)param_1[1]); } FUN_001ac450(param_1,0x3c); return; }
4486_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
initialize_symtab_xindex<32,_false>
FUN_00131d60
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original name: initialize_symtab_xindex<32, false> DWARF original prototype: void initialize_symtab_xindex<32,_false>(Xindex * this, Object * object, uint symtab_shndx) */ void __thiscall gold::Xindex::initialize_sy...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00131d60(int *param_1,int *param_2,uint param_3) { int iVar1; uint uVar2; int iVar3; if (param_1[1] != param_1[2]) { return; } if (param_3 == 0) { /* WARNING: Subroutine does not r...
CALL 0x000b4846 ADD EAX,0x2e229b PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EDI,dword ptr [ESP + 0x30] MOV EBP,dword ptr [ESP + 0x34] MOV dword ptr [ESP + 0xc],EAX MOV EBX,dword ptr [ESP + 0x38] MOV EAX,dword ptr [EDI + 0x8] CMP dword ptr [EDI + 0x4],EAX JZ 0x00131d98 ADD ESP,0x1c POP EBX POP ESI POP EDI POP ...
null
null
null
null
[('tmp_1031', u'INT_EQUAL_-1207165440'), ('tmp_1030', u'CALLIND_-1207165299'), (u'CALLIND_-1207165236', u'MULTIEQUAL_-1207164953'), (u'INT_NOTEQUAL_-1207165179', u'CBRANCH_-1207165178'), ('const-1', u'RETURN_-1207164998'), ('tmp_1031', u'INT_NOTEQUAL_-1207165179'), (u'PTRSUB_-1207164746', u'LOAD_-1207165323'), ('const-...
[('const-1', u'PTRADD_-1207164817'), ('const-4294967295', u'INT_ADD_-1207165316'), (u'INT_ADD_-1207165230', u'CAST_-1207164729'), ('const-4', u'PTRADD_-1207164821'), (u'MULTIEQUAL_-1207164965', u'INT_NOTEQUAL_-1207165179'), ('const-0', u'INT_EQUAL_-1207165416'), (u'PTRADD_-1207164817', u'LOAD_-1207165513'), (u'INT_NOTE...
null
null
00131d60
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00131d60(int *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n \n if (param_1[1] != param_1[2]) {\n return;\n }\n if (param_3 == 0) {\n /*...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original name: initialize_symtab_xindex<32, false>\n DWARF original prototype: void initialize_symtab_xindex<32,_false>(Xindex * this, Object *\n object, uint symtab_shndx) */\n\nvoid __thiscall\ngol...
(translation_unit "void FUN_00131d60(int *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n \n if (param_1[1] != param_1[2]) {\n return;\n }\n if (param_3 == 0) {\n \n FUN_000da200("../../gold/object.cc",0x55,"initialize_symtab_xindex",param_1[2]);\n }\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT...
(function_definition "void FUN_00131d60(int *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n uint uVar2;\n int iVar3;\n \n if (param_1[1] != param_1[2]) {\n return;\n }\n if (param_3 == 0) {\n \n FUN_000da200("../../gold/object.cc",0x55,"initialize_symtab_xindex",param_1[2]);\n }...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* DWARF original name: initialize_symtab_xindex<32, false> DWARF original prototype: void initialize_symtab_xindex<32,_false>(Xindex * this, Object * object, uint symtab_shndx) */ void __thiscall gold::Xindex::initialize_sy...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(int *param_1,int *param_2,uint param_3) { int iVar1; uint uVar2; int iVar3; if (param_1[1] != param_1[2]) { return; } if (param_3 == 0) { /* WARNING: Subroutine does not return ...
4344_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
Output_reloc
FUN_000ff010
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_true> * this, uint type, Sized_relobj<32,_true> * relobj, uint shndx, Address address, bool is_relative) */ void __thiscall gold::Output_reloc<9,_true,_32...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000ff010(undefined4 *param_1,uint param_2,undefined4 param_3,int param_4,undefined4 param_5 ,byte param_6) { uint uVar1; param_1[2] = param_5; param_1[3] = 0; param_1[5] = param_4; param_1[...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00035840 ADD EBX,0x28ffe7 SUB ESP,0xc MOV EDX,dword ptr [ESP + 0x20] MOV EAX,dword ptr [ESP + 0x30] MOV EDI,dword ptr [ESP + 0x24] MOVZX EBP,byte ptr [ESP + 0x34] MOV dword ptr [EDX + 0x8],EAX MOV EAX,dword ptr [EDX + 0x10] MOV ESI,EDI AND EBP,0x1 MOV ECX,dword ptr [ESP + 0x2c...
null
null
null
null
[('const-417', u'STORE_-1206849311'), (u'PTRSUB_-1206849011', u'STORE_-1206849435'), ('tmp_838', u'INT_ZEXT_-1206849429'), ('const-417', u'STORE_-1206849224'), ('tmp_618', u'CBRANCH_-1206849189'), (u'PTRSUB_-1206848922', u'STORE_-1206849171'), ('tmp_833', u'PTRSUB_-1206848927'), (u'SUBPIECE_-1206848966', u'INT_OR_-1206...
[('const-4', u'PTRADD_-1206848983'), ('tmp_1188', u'INT_EQUAL_-1206849207'), ('const-1', u'PTRADD_-1206848942'), ('const-894', u'CALL_-1206849068'), (u'PTRADD_-1206848983', u'STORE_-1206849311'), ('const-24', u'INT_RIGHT_-1206849018'), ('tmp_618', u'CBRANCH_-1206849189'), (u'INT_LEFT_-1206849336', u'INT_OR_-1206849211'...
null
null
000ff010
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000ff010(undefined4 *param_1,uint param_2,undefined4 param_3,int param_4,undefined4 param_5\n ,byte param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = 0;\n para...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_true> * this, uint type,\n Sized_relobj<32,_true> * relobj, uint shndx, Address address, bool is_relative) */\n\nvoid __thiscall\ngold::O...
(translation_unit "void FUN_000ff010(undefined4 *param_1,uint param_2,undefined4 param_3,int param_4,undefined4 param_5\n ,byte param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = 0;\n param_1[5] = param_4;\n param_1[4] = param_1[4] & 0xf0000000 | param_2 & 0xfffffff;\n uVar1 = ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "void FUN_000ff010(undefined4 *param_1,uint param_2,undefined4 param_3,int param_4,undefined4 param_5\n ,byte param_6)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = 0;\n param_1[5] = param_4;\n param_1[4] = param_1[4] & 0xf0000000 | param_2 & 0xfffffff;\n uVar1...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void Output_reloc(Output_reloc<9,_true,_32,_true> * this, uint type, Sized_relobj<32,_true> * relobj, uint shndx, Address address, bool is_relative) */ void __thiscall gold::Output_reloc<9,var_6,_32...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identi...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1,uint param_2,undefined4 param_3,int param_4,undefined4 param_5 ,byte param_6) { uint uVar1; param_1[2] = param_5; param_1[3] = 0; param_1[5] = param_4; param_1[4] = p...
214_powerpc-linux-gnu-ar_and_powerpc-linux-gnu-ar_strip.c
xatexit
FUN_000199b0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int xatexit(_func_void *fn) { xatexit *pxVar1; xatexit *pxVar2; int iVar3; int iVar4; if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) { *(code **)PTR__xexit_cleanup_00020ff...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 FUN_000199b0(undefined4 param_1) { undefined *puVar1; undefined4 *puVar2; int iVar3; int iVar4; if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) { *(code **)PTR__xexit_cleanup_00020ff0 = FUN_00019960; ...
PUSH ESI PUSH EBX CALL 0x00013710 ADD EBX,0x7649 SUB ESP,0x4 MOV EAX,dword ptr [EBX + 0xfffffff0] MOV EDX,dword ptr [EAX] TEST EDX,EDX JZ 0x00019a20 MOV ESI,dword ptr [EBX + 0x220] MOV EAX,dword ptr [ESI + 0x4] LEA EDX,[EAX + 0x1] CMP EAX,0x1f JG 0x000199f0 MOV dword ptr [ESI + 0x4],EDX MOV EDX,dword ptr [ESP + 0x10] M...
null
null
null
null
[(u'CALL_-1205953931', u'INDIRECT_-1205953732'), ('tmp_850', u'CAST_-1205953652'), (u'LOAD_-1205954074', u'INT_EQUAL_-1205954057'), ('const-0', u'INT_EQUAL_-1205953905'), ('const-417', u'STORE_-1205953844'), ('const-0', u'PTRSUB_-1205953665'), (u'COPY_-1205953793', u'MULTIEQUAL_-1205953753'), (u'STORE_-1205954014', u'I...
[(u'LOAD_-1205954074', u'INT_EQUAL_-1205954057'), ('const-0', u'INT_EQUAL_-1205953905'), (u'CAST_-1205953728', u'STORE_-1205954014'), ('const-0', u'PTRSUB_-1205953665'), ('const-417', u'LOAD_-1205954074'), (u'CAST_-1205953756', u'LOAD_-1205954074'), ('const-417', u'STORE_-1205953902'), (u'COPY_-1205953798', u'COPY_-120...
null
null
000199b0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_000199b0(undefined4 param_1)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n \n if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) {\n *(code **)PTR__xexit_cleanu...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint xatexit(_func_void *fn)\n\n{\n xatexit *pxVar1;\n xatexit *pxVar2;\n int iVar3;\n int iVar4;\n \n if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) {\n *(code...
(translation_unit "undefined4 FUN_000199b0(undefined4 param_1)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n \n if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) {\n *(code **)PTR__xexit_cleanup_00020ff0 = FUN_00019960;\n }\n puVar1 = PTR_DAT_00021220;\n iVar3 = *(int *)(PTR_DAT_00...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if...
(function_definition "undefined4 FUN_000199b0(undefined4 param_1)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n int iVar3;\n int iVar4;\n \n if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) {\n *(code **)PTR__xexit_cleanup_00020ff0 = FUN_00019960;\n }\n puVar1 = PTR_DAT_00021220;\n iVar3 = *(int *)(PTR_DAT...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ int function_1(type_1 *fn) { function_1 *pxVar1; function_1 *var_3; int var_1; int iVar4; if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) { *(type_2 **)PTR__xexit_cleanup_0...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator d...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 MASKED(undefined4 param_1) { undefined *puVar1; undefined4 *puVar2; int iVar3; int iVar4; if (*(int *)PTR__xexit_cleanup_00020ff0 == 0) { *(code **)PTR__xexit_cleanup_00020ff0 = FUN_00019960; } pu...
7197_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
operator<<
FUN_001bc220
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::wostream& std::TEMPNAMEPLACEHOLDERVALUE(std::wostream&, std::_Resetiosflags) */ wostream * std::operator<<(wostream *param_1,uint param_2) { *(uint *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0xc) = *(uint *)(param_1 + ...
void FUN_001bc220(int *param_1,uint param_2) { uint *puVar1; puVar1 = (uint *)((int)param_1 + *(int *)(*param_1 + -0xc) + 0xc); *puVar1 = *puVar1 & ~param_2; return; }
MOV EAX,dword ptr [ESP + 0x4] MOV EDX,dword ptr [EAX] MOV ECX,dword ptr [EDX + -0xc] MOV EDX,dword ptr [ESP + 0x8] ADD ECX,EAX NOT EDX AND dword ptr [ECX + 0xc],EDX RET
null
null
null
null
[('tmp_114', u'INT_NEGATE_-1207647652'), (u'INT_NEGATE_-1207647652', u'INT_AND_-1207647643'), ('const-417', u'LOAD_-1207647698'), ('const-1', u'PTRADD_-1207647609'), (u'INT_ADD_-1207647636', u'PTRADD_-1207647609'), ('tmp_113', u'CAST_-1207647603'), (u'CAST_-1207647588', u'LOAD_-1207647669'), (u'PTRADD_-1207647609', u'C...
[(u'INT_ADD_-1207647682', u'CAST_-1207647601'), (u'INT_ADD_-1207647655', u'CAST_-1207647588'), (u'CAST_-1207647588', u'STORE_-1207647666'), ('tmp_114', u'CAST_-1207647589'), ('const-417', u'LOAD_-1207647703'), (u'INT_NEGATE_-1207647652', u'INT_AND_-1207647643'), ('const-417', u'LOAD_-1207647698'), ('const-417', u'LOAD_...
null
null
001bc220
x86
O0
(translation_unit "void FUN_001bc220(int *param_1,uint param_2)\n\n{\n uint *puVar1;\n \n puVar1 = (uint *)((int)param_1 + *(int *)(*param_1 + -0xc) + 0xc);\n *puVar1 = *puVar1 & ~param_2;\n return;\n}\n\n" (function_definition "void FUN_001bc220(int *param_1,uint param_2)\n\n{\n uint *puVar1;\n \n puVar1 = (ui...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::wostream& std::TEMPNAMEPLACEHOLDERVALUE(std::wostream&, std::_Resetiosflags) */\n\nwostream * std::operator<<(wostream *param_1,uint param_2)\n\n{\n *(uint *)(param_1 + *(int *)(*(int *)param_1 + -0xc) + 0xc) =\n ...
(translation_unit "void FUN_001bc220(int *param_1,uint param_2)\n\n{\n uint *puVar1;\n \n puVar1 = (uint *)((int)param_1 + *(int *)(*param_1 + -0xc) + 0xc);\n *puVar1 = *puVar1 & ~param_2;\n return;\n}\n\n" (function_definition "void FUN_001bc220(int *param_1,uint param_2)\n\n{\n uint *puVar1;\n \n puVar1 = (ui...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_e...
(function_definition "void FUN_001bc220(int *param_1,uint param_2)\n\n{\n uint *puVar1;\n \n puVar1 = (uint *)((int)param_1 + *(int *)(*param_1 + -0xc) + 0xc);\n *puVar1 = *puVar1 & ~param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001bc220(int *param_1,uint param_2)" (identifier "FUN_001bc...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* std::wostream& std::TEMPNAMEPLACEHOLDERVALUE(std::wostream&, std::_Resetiosflags) */ var_1 * var_2::operator<<(var_1 *var_3,type_1 param_2) { *(type_1 *)(var_3 + *(int *)(*(int *)var_3 + -0xc) + 0xc) = *(type_1 *)(var_3 + *(int ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
null
void MASKED(int *param_1,uint param_2) { uint *puVar1; puVar1 = (uint *)((int)param_1 + *(int *)(*param_1 + -0xc) + 0xc); *puVar1 = *puVar1 & ~param_2; return; }
3357_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
sized_relobj
FUN_000b3280
/* DWARF original prototype: Sized_relobj_file<64,_true> * sized_relobj(Sized_relobj_file<64,_true> * this) */ Sized_relobj_file<64,_true> * __thiscall gold::Sized_relobj_file<64,_true>::sized_relobj(Sized_relobj_file<64,_true> *this) { return this; }
undefined4 FUN_000b3280(undefined4 param_1) { return param_1; }
MOV EAX,dword ptr [ESP + 0x4] RET
null
null
null
null
[('const-0', u'RETURN_-1206635885'), (u'COPY_-1206635901', u'RETURN_-1206635885'), ('tmp_19', u'COPY_-1206635901')]
[('tmp_21', u'COPY_-1206635901'), ('const-0', u'RETURN_-1206635885'), (u'COPY_-1206635901', u'RETURN_-1206635885')]
null
null
000b3280
x86
O0
(translation_unit "undefined4 FUN_000b3280(undefined4 param_1)\n\n{\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_000b3280(undefined4 param_1)\n\n{\n return param_1;\n}" type_identifier (function_declarator "FUN_000b3280(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parame...
(translation_unit "/* DWARF original prototype: Sized_relobj_file<64,_true> * sized_relobj(Sized_relobj_file<64,_true>\n * this) */\n\nSized_relobj_file<64,_true> * __thiscall\ngold::Sized_relobj_file<64,_true>::sized_relobj(Sized_relobj_file<64,_true> *this)\n\n{\n return this;\n}\n\n" comment (ERROR "Sized_relobj_...
(translation_unit "undefined4 FUN_000b3280(undefined4 param_1)\n\n{\n return param_1;\n}\n\n" (function_definition "undefined4 FUN_000b3280(undefined4 param_1)\n\n{\n return param_1;\n}" type_identifier (function_declarator "FUN_000b3280(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parame...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (return_statement return IDENT ;) })))
(function_definition "undefined4 FUN_000b3280(undefined4 param_1)\n\n{\n return param_1;\n}" (type_identifier "undefined4") (function_declarator "FUN_000b3280(undefined4 param_1)" (identifier "FUN_000b3280") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "un...
/* DWARF original prototype: Sized_relobj_file<64,_true> * sized_relobj(Sized_relobj_file<64,_true> * this) */ Sized_relobj_file<64,_true> * __thiscall gold::Sized_relobj_file<64,_true>::sized_relobj(Sized_relobj_file<64,_true> *this) { return this; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (return_statement (identifier)))))
null
undefined4 MASKED(undefined4 param_1) { return param_1; }
4320_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
do_write
FUN_0010d1d0
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void do_write(Output_data_group<64,_false> * this, Output_file * of) */ void __thiscall gold::Output_data_group<64,_false>::do_write(Output_data_g...
void FUN_0010d1d0(int param_1,int param_2) { uint uVar1; uint uVar2; int iVar3; undefined4 uVar4; int *piVar5; int *piVar6; undefined4 uVar7; uint uVar8; int iVar9; int unaff_EBP; int *piVar10; uint *puVar11; uint *puVar12; uVar4 = FUN_0007659f(); if ((*(byte *)(param_1 + 0x1c) & 4) =...
PUSH EBP CALL 0x0007659f ADD EBP,0x29ce2a PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x2c MOV ESI,dword ptr [ESP + 0x40] MOV EDI,dword ptr [ESP + 0x44] MOVZX ECX,byte ptr [ESI + 0x1c] TEST CL,0x4 JZ 0x0010d404 MOV EAX,dword ptr [ESI + 0x14] MOV EDX,dword ptr [ESI + 0x18] AND ECX,0x2 MOV dword ptr [ESP],EAX MOV dword ptr [ESP +...
null
null
null
null
[('const-11', u'PTRADD_-1206920638'), ('const-0', u'PTRSUB_-1206920921'), ('const-44', u'PTRSUB_-1206920642'), ('const-0', u'PTRSUB_-1206920540'), (u'COPY_-1206920659', u'CAST_-1206920460'), (u'LOAD_-1206922295', u'PTRSUB_-1206920739'), (u'LOAD_-1206922290', u'PTRADD_-1206920659'), (u'COPY_-1206920520', u'CALL_-1206921...
[('tmp_3805', u'INT_ADD_-1206921692'), (u'INT_ADD_-1206921406', u'CALL_-1206921396'), (u'LOAD_-1206922281', u'INT_EQUAL_-1206922261'), ('const-4294239754', u'INT_ADD_-1206922401'), (u'CAST_-1206920566', u'INT_SUB_-1206920648'), (u'INT_SUB_-1206922500', u'CAST_-1206920845'), (u'COPY_-1206920770', u'PTRADD_-1206920734'),...
null
null
0010d1d0
x86
O0
(translation_unit "void FUN_0010d1d0(int param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n undefined4 uVar4;\n int *piVar5;\n int *piVar6;\n undefined4 uVar7;\n uint uVar8;\n int iVar9;\n int unaff_EBP;\n int *piVar10;\n uint *puVar11;\n uint *puVar12;\n \n uVar4 = FUN_0007659f();\n i...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */\n/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void do_write(Output_data_group<64,_false> * this, Output_file * of) */\n\nvoid __thiscall\ngold::Output_data_group<64,_false>:...
(translation_unit "void FUN_0010d1d0(int param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n undefined4 uVar4;\n int *piVar5;\n int *piVar6;\n undefined4 uVar7;\n uint uVar8;\n int iVar9;\n int unaff_EBP;\n int *piVar10;\n uint *puVar11;\n uint *puVar12;\n \n uVar4 = FUN_0007659f();\n i...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointe...
(function_definition "void FUN_0010d1d0(int param_1,int param_2)\n\n{\n uint uVar1;\n uint uVar2;\n int iVar3;\n undefined4 uVar4;\n int *piVar5;\n int *piVar6;\n undefined4 uVar7;\n uint uVar8;\n int iVar9;\n int unaff_EBP;\n int *piVar10;\n uint *puVar11;\n uint *puVar12;\n \n uVar4 = FUN_0007659f();\n...
/* WARNING: Function: __x86.get_pc_thunk.bp replaced with injection: get_pc_thunk.bp */ /* WARNING: Type propagation algorithm not settling */ /* DWARF original prototype: void do_write(Output_data_group<64,_false> * this, Output_file * of) */ void __thiscall var_21::Output_data_group<64,_false>::do_write(Output_data...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement ...
null
void MASKED(int param_1,int param_2) { uint uVar1; uint uVar2; int iVar3; undefined4 uVar4; int *piVar5; int *piVar6; undefined4 uVar7; uint uVar8; int iVar9; int unaff_EBP; int *piVar10; uint *puVar11; uint *puVar12; uVar4 = FUN_0007659f(); if ((*(byte *)(param_1 + 0x1c) & 4) == 0) {...
365_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c
do_read_symbols
FUN_0002fc0a
/* gold::Read_symbols::do_read_symbols(gold::Workqueue*) [clone .cold.132] */ void gold::Read_symbols::do_read_symbols(Workqueue *param_1) { int unaff_EBP; operator_delete(*(void **)(unaff_EBP + -0x44),0xd8); if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x58)) { operator_delete(*(void **...
void __regparm3 FUN_0002fc0a(undefined4 param_1) { int unaff_EBP; FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x44),0xd8,param_1,param_1); if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x58)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x30)); } /* WARNING: Subroutine does not ret...
PUSH EAX MOV EBX,dword ptr [EBP + -0x3c] PUSH EAX PUSH 0xd8 PUSH dword ptr [EBP + -0x44] CALL 0x001e6d90 ADD ESP,0x10 MOV EAX,dword ptr [EBP + -0x30] CMP EAX,dword ptr [EBP + -0x58] JZ 0x0002fc36 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x3c] PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x3c...
null
null
null
null
[(u'CAST_-1205994235', u'LOAD_-1205994461'), ('const-4294967208', u'INT_ADD_-1205994411'), ('const-417', u'LOAD_-1205994433'), (u'INT_NOTEQUAL_-1205994411', u'CBRANCH_-1205994410'), (u'INT_ADD_-1205994445', u'CAST_-1205994235'), ('tmp_394', u'INT_ADD_-1205994445'), (u'CAST_-1205994223', u'LOAD_-1205994433'), ('tmp_394'...
[('const-4294967208', u'INT_ADD_-1205994411'), (u'INT_NOTEQUAL_-1205994411', u'CBRANCH_-1205994410'), (u'LOAD_-1205994433', u'CALL_-1205994381'), (u'LOAD_-1205994427', u'INT_NOTEQUAL_-1205994411'), (u'CAST_-1205994229', u'LOAD_-1205994433'), (u'LOAD_-1205994433', u'INT_NOTEQUAL_-1205994411'), ('const-4294967248', u'INT...
null
null
0002fc0a
x86
O0
(translation_unit "void __regparm3 FUN_0002fc0a(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x44),0xd8,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x58)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n /* WARNI...
(translation_unit "/* gold::Read_symbols::do_read_symbols(gold::Workqueue*) [clone .cold.132] */\n\nvoid gold::Read_symbols::do_read_symbols(Workqueue *param_1)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x44),0xd8);\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x58)) {\n ...
(translation_unit "void __regparm3 FUN_0002fc0a(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x44),0xd8,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x58)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n \n FUN_...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abs...
(function_definition "void __regparm3 FUN_0002fc0a(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x44),0xd8,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x58)) {\n FUN_001e6db0(*(int *)(unaff_EBP + -0x30));\n }\n \n F...
/* gold::Read_symbols::do_read_symbols(gold::Workqueue*) [clone .cold.132] */ void gold::Read_symbols::function_1(type_1 *param_1) { int var_2; var_1(*(void **)(var_2 + -0x44),0xd8); if (*(void **)(var_2 + -0x30) != *(void **)(var_2 + -0x58)) { var_1(*(void **)(var_2 + -0x30)); } /...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (i...
null
void __regparm3 MASKED(undefined4 param_1) { int unaff_EBP; FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x44),0xd8,param_1,param_1); if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x58)) { FUN_001e6db0(*(int *)(unaff_EBP + -0x30)); } /* WARNING: Subroutine does not return */...
3883_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
set_final_data_size
FUN_000f19f0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_final_data_size(Output_relocatable_relocs<9,_64,_false> * this) */ void __thiscall gold::Output_relocatable_relocs<9,_64,_false>::set_final_data_size (Output_relocatable_relocs<9,...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_000f19f0(int param_1) { byte bVar1; int iVar2; bVar1 = *(byte *)(param_1 + 0x1c); iVar2 = *(int *)(*(int *)(param_1 + 0x2c) + 0xc) << 4; if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) { *(int *)(param_1 ...
PUSH ESI PUSH EBX CALL 0x00035680 ADD EBX,0x24d609 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] MOV EAX,dword ptr [ESI + 0x2c] MOVZX ECX,byte ptr [ESI + 0x1c] MOV EAX,dword ptr [EAX + 0xc] SHL EAX,0x4 TEST CL,0x2 JNZ 0x000f1a2f TEST CL,0x8 JNZ 0x000f1a2f XOR EDX,EDX OR ECX,0x2 MOV dword ptr [ESI + 0xc],EAX MOV dword ptr ...
null
null
null
null
[('const-2481816', u'COPY_-1206904024'), (u'LOAD_-1206904277', u'INT_OR_-1206904053'), ('const-12', u'PTRSUB_-1206904011'), ('const-28', u'PTRSUB_-1206903965'), (u'PTRSUB_-1206904011', u'LOAD_-1206904270'), (u'PTRSUB_-1206903965', u'STORE_-1206904155'), ('const-0', u'PTRSUB_-1206903984'), ('tmp_457', u'PTRSUB_-12069039...
[(u'INT_ADD_-1206904153', u'CAST_-1206903996'), ('const-44', u'INT_ADD_-1206904267'), (u'LOAD_-1206904277', u'INT_OR_-1206904057'), ('const-2', u'INT_AND_-1206904198'), (u'LOAD_-1206904277', u'INT_AND_-1206904182'), ('const-417', u'STORE_-1206904167'), ('const-12', u'INT_ADD_-1206904254'), ('const-417', u'LOAD_-1206904...
null
null
000f19f0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000f19f0(int param_1)\n\n{\n byte bVar1;\n int iVar2;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n iVar2 = *(int *)(*(int *)(param_1 + 0x2c) + 0xc) << 4;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) ==...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_final_data_size(Output_relocatable_relocs<9,_64,_false> *\n this) */\n\nvoid __thiscall\ngold::Output_relocatable_relocs<9,_64,_false>::set_final_data_size\n (Outp...
(translation_unit "void FUN_000f19f0(int param_1)\n\n{\n byte bVar1;\n int iVar2;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n iVar2 = *(int *)(*(int *)(param_1 + 0x2c) + 0xc) << 4;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(int *)(param_1 + 0xc) = iVar2;\n *(undefined4 *)(param_1 + 0x10) = 0;\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE ...
(function_definition "void FUN_000f19f0(int param_1)\n\n{\n byte bVar1;\n int iVar2;\n \n bVar1 = *(byte *)(param_1 + 0x1c);\n iVar2 = *(int *)(*(int *)(param_1 + 0x2c) + 0xc) << 4;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(int *)(param_1 + 0xc) = iVar2;\n *(undefined4 *)(param_1 + 0x10) = 0;\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void set_final_data_size(Output_relocatable_relocs<9,_64,_false> * this) */ void __thiscall gold::Output_relocatable_relocs<9,_64,_false>::set_final_data_size (Output_relocatable_relocs<9,...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declarat...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1) { byte bVar1; int iVar2; bVar1 = *(byte *)(param_1 + 0x1c); iVar2 = *(int *)(*(int *)(param_1 + 0x2c) + 0xc) << 4; if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) { *(int *)(param_1 + 0xc)...
4126_libcurl.so.4.5_and_libcurl.so.4.5_strip.c
_curl_easy_getinfo_err_curl_socket
FUN_000803e5
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void _curl_easy_getinfo_err_curl_socket(void) { return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** FUN_000803e5(void) { return &__DT_PLTGOT; }
PUSH EBP MOV EBP,ESP CALL 0x0001b297 ADD EAX,0x6e413 NOP POP EBP RET
null
null
null
null
[('const-0', u'RETURN_-1206451180')]
[(u'PTRSUB_-1206451144', u'RETURN_-1206451180'), ('const-0', u'PTRSUB_-1206451144'), ('const-0', u'RETURN_-1206451180'), ('const-976896', u'PTRSUB_-1206451144')]
null
null
000803e5
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_000803e5(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" comment (function_definition "undefined ** FUN_000803e5(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_0...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _curl_easy_getinfo_err_curl_socket(void)\n\n{\n return;\n}\n\n" comment comment (function_definition "void _curl_easy_getinfo_...
(translation_unit "undefined ** FUN_000803e5(void)\n\n{\n return &__DT_PLTGOT;\n}\n\n" (function_definition "undefined ** FUN_000803e5(void)\n\n{\n return &__DT_PLTGOT;\n}" type_identifier (pointer_declarator "** FUN_000803e5(void)" * (pointer_declarator "* FUN_000803e5(void)" * (function_declarator "FUN_000803e5(voi...
(translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) })))
(function_definition "undefined ** FUN_000803e5(void)\n\n{\n return &__DT_PLTGOT;\n}" (type_identifier "undefined") (pointer_declarator "** FUN_000803e5(void)" (* "*") (pointer_declarator "* FUN_000803e5(void)" (* "*") (function_declarator "FUN_000803e5(void)" (identifier "FUN_000803e5") (parameter_list "(void)" (( "(...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ void function_1(void) { return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))))) body: (compound_statement (return_statement (pointer_exp...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** MASKED(void) { return &__DT_PLTGOT; }
9603_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
_S_empty_rep
FUN_0027edd0
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* std::string::_S_empty_rep() */ undefined4 * std::string::_S_empty_rep(void) { return &_Rep::_S_empty_rep_storage; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * FUN_0027edd0(void) { return &DAT_0041c0a0; }
CALL 0x000b4846 ADD EAX,0x19522b LEA EAX,[EAX + 0x80a0] RET
null
null
null
null
[(u'PTRSUB_-1204228567', u'RETURN_-1204228614'), ('const-4309152', u'PTRSUB_-1204228567'), ('const-0', u'PTRSUB_-1204228567'), ('const-0', u'RETURN_-1204228614')]
[(u'PTRSUB_-1204228567', u'RETURN_-1204228614'), ('const-4309152', u'PTRSUB_-1204228567'), ('const-0', u'PTRSUB_-1204228567'), ('const-0', u'RETURN_-1204228614')]
null
null
0027edd0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 * FUN_0027edd0(void)\n\n{\n return &DAT_0041c0a0;\n}\n\n" comment (function_definition "undefined4 * FUN_0027edd0(void)\n\n{\n return &DAT_0041c0a0;\n}" type_identifier (pointer_declarator "* FUN_...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* std::string::_S_empty_rep() */\n\nundefined4 * std::string::_S_empty_rep(void)\n\n{\n return &_Rep::_S_empty_rep_storage;\n}\n\n" comment comment (ERROR "undefined4 * std::" (binary_expression "undefined4 * s...
(translation_unit "undefined4 * FUN_0027edd0(void)\n\n{\n return &DAT_0041c0a0;\n}\n\n" (function_definition "undefined4 * FUN_0027edd0(void)\n\n{\n return &DAT_0041c0a0;\n}" type_identifier (pointer_declarator "* FUN_0027edd0(void)" * (function_declarator "FUN_0027edd0(void)" identifier (parameter_list "(void)" ( (p...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (return_statement return (pointer_expression & IDENT) ;) })))
(function_definition "undefined4 * FUN_0027edd0(void)\n\n{\n return &DAT_0041c0a0;\n}" (type_identifier "undefined4") (pointer_declarator "* FUN_0027edd0(void)" (* "*") (function_declarator "FUN_0027edd0(void)" (identifier "FUN_0027edd0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* std::string::_S_empty_rep() */ undefined4 * std::string::_S_empty_rep(void) { return &_Rep::_S_empty_rep_storage; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (return_statement (pointer_expression argument: (identifier))))...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * MASKED(void) { return &DAT_0041c0a0; }
144_sh4-linux-gnu-ld_and_sh4-linux-gnu-ld_strip.c
bfd_getb32
bfd_getb32
void bfd_getb32(void) { (*(code *)PTR_bfd_getb32_00094258)(); return; }
void bfd_getb32(void) { (*(code *)PTR_bfd_getb32_00094258)(); return; }
JMP dword ptr [EBX + 0x258]
null
null
null
null
[(u'INDIRECT_-1205974590', u'COPY_-1205974649'), ('tmp_58', u'CAST_-1205974585'), (u'CAST_-1205974585', u'CALLIND_-1205974662'), ('const-0', u'RETURN_-1205974659'), (u'CALLIND_-1205974662', u'INDIRECT_-1205974590')]
[(u'INDIRECT_-1205974590', u'COPY_-1205974649'), ('tmp_58', u'CAST_-1205974585'), (u'CAST_-1205974585', u'CALLIND_-1205974662'), ('const-0', u'RETURN_-1205974659'), (u'CALLIND_-1205974662', u'INDIRECT_-1205974590')]
null
null
00014970
x86
O0
(translation_unit "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}\n\n" (function_definition "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}" primitive_type (function_declarator "bfd_getb32(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}\n\n" (function_definition "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}" primitive_type (function_declarator "bfd_getb32(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}\n\n" (function_definition "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}" primitive_type (function_declarator "bfd_getb32(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void bfd_getb32(void)\n\n{\n (*(code *)PTR_bfd_getb32_00094258)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_getb32(void)" (identifier "bfd_getb32") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR_bfd_getb32_00094258)(); 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_00094258)(); return; }
136_mv_and_mv_strip.c
mode_to_security_class
mode_to_security_class
void mode_to_security_class(void) { (*(code *)PTR_mode_to_security_class_0003b22c)(); return; }
void mode_to_security_class(void) { (*(code *)PTR_mode_to_security_class_0003b22c)(); return; }
JMP dword ptr [EBX + 0x22c]
null
null
null
null
[('const-0', u'RETURN_-1205983027'), (u'INDIRECT_-1205982958', u'COPY_-1205983017'), ('tmp_58', u'CAST_-1205982953'), (u'CALLIND_-1205983030', u'INDIRECT_-1205982958'), (u'CAST_-1205982953', u'CALLIND_-1205983030')]
[('const-0', u'RETURN_-1205983027'), (u'INDIRECT_-1205982958', u'COPY_-1205983017'), ('tmp_58', u'CAST_-1205982953'), (u'CALLIND_-1205983030', u'INDIRECT_-1205982958'), (u'CAST_-1205982953', u'CALLIND_-1205983030')]
null
null
000128c0
x86
O0
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(v...
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(v...
(translation_unit "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}\n\n" (function_definition "void mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}" primitive_type (function_declarator "mode_to_security_class(v...
(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 mode_to_security_class(void)\n\n{\n (*(code *)PTR_mode_to_security_class_0003b22c)();\n return;\n}" (primitive_type "void") (function_declarator "mode_to_security_class(void)" (identifier "mode_to_security_class") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_typ...
void function_1(void) { (*(type_1 *)PTR_mode_to_security_class_0003b22c)(); 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_0003b22c)(); return; }
1516_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
~Struct_soname
FUN_0003fae0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_soname(Struct_soname * this, int __in_chrg) */ void __thiscall gold::General_options::Struct_soname::~Struct_soname(Struct_soname *this,int __in_chrg) { pointer pcVar1; (this->supe...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0003fae0(undefined4 *param_1) { *param_1 = &PTR_FUN_002f65dc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001807a0((undefined4 *)param_1[1]); } FUN_00180780(param_1,0x44); return; }
PUSH ESI PUSH EBX CALL 0x00032730 ADD EBX,0x2c2519 SUB ESP,0x4 MOV ESI,dword ptr [ESP + 0x10] LEA EDX,[ESI + 0xc] LEA EAX,[EBX + 0xffff45dc] MOV dword ptr [ESI],EAX MOV EAX,dword ptr [ESI + 0x4] CMP EAX,EDX JZ 0x0003fb12 SUB ESP,0xc PUSH EAX CALL 0x001807a0 ADD ESP,0x10 SUB ESP,0x8 PUSH 0x44 PUSH ESI CALL 0x00180780 AD...
null
null
null
null
[(u'CAST_-1206060017', u'INT_NOTEQUAL_-1206060230'), (u'PTRSUB_-1206060022', u'PTRSUB_-1206060020'), ('const-4', u'PTRSUB_-1206060027'), (u'LOAD_-1206060250', u'CALL_-1206060207'), ('tmp_135', u'CBRANCH_-1206060230'), ('const-3106268', u'PTRSUB_-1206060033'), ('const-0', u'PTRSUB_-1206060020'), ('tmp_323', u'PTRSUB_-12...
[('const-0', u'PTRSUB_-1206060038'), (u'PTRSUB_-1206060038', u'STORE_-1206060253'), ('const-4', u'PTRADD_-1206060047'), ('tmp_597', u'CALL_-1206060166'), (u'LOAD_-1206060250', u'CAST_-1206060035'), ('const-68', u'CALL_-1206060166'), ('const-0', u'RETURN_-1206060133'), ('const-4', u'PTRADD_-1206060035'), (u'INT_NOTEQUAL...
null
null
0003fae0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003fae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f65dc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n FUN_00180780(param_1,0x44);\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_soname(Struct_soname * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_soname::~Struct_soname(Struct_soname *this,int __in_chrg)\n\n{\n pointer...
(translation_unit "void FUN_0003fae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f65dc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n FUN_00180780(param_1,0x44);\n return;\n}\n\n" (function_definition "void FUN_0003fae0(undefined4 *param_1)\n\n{\n *para...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expres...
(function_definition "void FUN_0003fae0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_002f65dc;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001807a0((undefined4 *)param_1[1]);\n }\n FUN_00180780(param_1,0x44);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003fae0(undefined4 *para...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Struct_soname(Struct_soname * 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_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
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(undefined4 *param_1) { *param_1 = &PTR_FUN_002f65dc; if ((undefined4 *)param_1[1] != param_1 + 3) { FUN_001807a0((undefined4 *)param_1[1]); } FUN_00180780(param_1,0x44); return; }
106_touch_and_touch_strip.c
time_zone_str
FUN_00014a61
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ char * time_zone_str(int time_zone,char *time_zone_buf) { char *pcVar1; int iVar2; char cVar3; uint uVar4; int iVar5; char sign; char *p; int hour; int offset_from_hour;...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char * FUN_00014a61(int param_1,char *param_2) { char *pcVar1; int iVar2; char cVar3; uint uVar4; int iVar5; char *local_20; if (param_1 < 0) { cVar3 = '-'; } else { cVar3 = '+'; } uVar4 = param_...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x24 CALL 0x00012500 ADD EBX,0x1c593 MOV EAX,dword ptr [EBP + 0xc] MOV dword ptr [EBP + -0x1c],EAX CMP dword ptr [EBP + 0x8],0x0 JNS 0x00014a86 MOV EAX,0x2d JMP 0x00014a8b MOV EAX,0x2b MOV byte ptr [EBP + -0x1d],AL MOV ECX,dword ptr [EBP + 0x8] MOV EDX,0x91a2b3c5 MOV EAX,ECX IMUL E...
null
null
null
null
[('const-417', u'STORE_-1205972975'), ('const-0', u'RETURN_-1205972712'), ('tmp_3404', u'PTRADD_-1205974004'), ('const-417', u'STORE_-1205972741'), (u'COPY_-1205972989', u'MULTIEQUAL_-1205972924'), ('const-58', u'STORE_-1205973531'), ('tmp_3403', u'INT_SREM_-1205973878'), ('const-0', u'SUBPIECE_-1205972620'), ('tmp_340...
[('const-60', u'INT_SDIV_-1205972767'), ('const-6', u'PTRADD_-1205972704'), ('const-0', u'RETURN_-1205972712'), (u'COPY_-1205972989', u'MULTIEQUAL_-1205972924'), ('tmp_4388', u'INT_SDIV_-1205972902'), ('const-31', u'INT_SRIGHT_-1205973870'), (u'INT_SUB_-1205973856', u'INT_SREM_-1205973534'), (u'PTRADD_-1205972928', u'S...
null
null
00014a61
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * FUN_00014a61(int param_1,char *param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n char *local_20;\n \n if (param_1 < 0) {\n cVar3 = '-';\n }\n else {\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nchar * time_zone_str(int time_zone,char *time_zone_buf)\n\n{\n char *pcVar1;\n int iVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n char sign;\n char *p;\n in...
(translation_unit "char * FUN_00014a61(int param_1,char *param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n char *local_20;\n \n if (param_1 < 0) {\n cVar3 = '-';\n }\n else {\n cVar3 = '+';\n }\n uVar4 = param_1 / 0xe10 >> 0x1f;\n iVar5 = sprintf(param_2,"%c%02d",(...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declarati...
(function_definition "char * FUN_00014a61(int param_1,char *param_2)\n\n{\n char *pcVar1;\n int iVar2;\n char cVar3;\n uint uVar4;\n int iVar5;\n char *local_20;\n \n if (param_1 < 0) {\n cVar3 = '-';\n }\n else {\n cVar3 = '+';\n }\n uVar4 = param_1 / 0xe10 >> 0x1f;\n iVar5 = sprintf(param_2,"%c%02d...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ char * function_1(int var_1,char *var_4) { char *var_7; int var_6; char cVar3; type_1 var_3; int var_5; char sign; char *p; int hour; int offset_from_hour; int mm; i...
null
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_d...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ char * MASKED(int param_1,char *param_2) { char *pcVar1; int iVar2; char cVar3; uint uVar4; int iVar5; char *local_20; if (param_1 < 0) { cVar3 = '-'; } else { cVar3 = '+'; } uVar4 = param_1 / 0x...
960_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c
parse_to_value
FUN_00036d70
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_warn_unresolved_symbols * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::General_options::Struct_no_warn_unresolved_symbols::p...
void FUN_00036d70(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1; return; }
MOV EAX,dword ptr [ESP + 0x14] MOV EDX,0x1 MOV word ptr [EAX + 0x47c4],DX RET
null
null
null
null
[('const-0', u'RETURN_-1206096493'), ('tmp_32', u'COPY_-1206096503'), ('const-18312', u'PTRSUB_-1206096435'), (u'COPY_-1206096503', u'PTRSUB_-1206096435'), ('const-1', u'STORE_-1206096510'), (u'PTRSUB_-1206096437', u'PTRSUB_-1206096436'), ('const-60', u'PTRSUB_-1206096436'), (u'PTRSUB_-1206096436', u'STORE_-1206096510'...
[('const-0', u'RETURN_-1206096493'), (u'CAST_-1206096443', u'STORE_-1206096510'), ('const-1', u'STORE_-1206096510'), (u'INT_ADD_-1206096496', u'CAST_-1206096443'), ('const-18372', u'INT_ADD_-1206096496'), ('tmp_37', u'INT_ADD_-1206096496'), ('const-417', u'STORE_-1206096510')]
null
null
00036d70
x86
O0
(translation_unit "void FUN_00036d70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036d70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1;\n return;\n}" primitive_type (functio...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void parse_to_value(Struct_no_warn_unresolved_symbols * this, char *\n param_1, char * param_2, Command_line * param_3, General_options * options) */\n\nvoid __thiscall\ngold::General_options::Struct_no_war...
(translation_unit "void FUN_00036d70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036d70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1;\n return;\n}" primitive_type (functio...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (paren...
(function_definition "void FUN_00036d70(void)\n\n{\n int in_stack_00000014;\n \n *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00036d70(void)" (identifier "FUN_00036d70") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original prototype: void parse_to_value(Struct_no_warn_unresolved_symbols * this, char * param_1, char * param_2, Command_line * param_3, General_options * options) */ void __thiscall gold::type_3::type_1::function_1 (type_1 *this,ch...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_e...
null
void MASKED(void) { int in_stack_00000014; *(undefined2 *)(in_stack_00000014 + 0x47c4) = 1; return; }
367_x86_64-linux-gnu-readelf_and_x86_64-linux-gnu-readelf_strip.c
__divdi3
FUN_0006b2c0
undefined8 __divdi3(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; ulonglong uVar2; ulonglong uVar3; longlong lVar4; byte bVar5; int iVar6; byte bVar7; uint uVar8; uint uVar9; bool bVar10; undefined4 local_2c; undefined4 local_24; local_24 = 0; local_2c = param_...
undefined8 FUN_0006b2c0(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; ulonglong uVar2; ulonglong uVar3; longlong lVar4; byte bVar5; int iVar6; byte bVar7; uint uVar8; uint uVar9; bool bVar10; undefined4 local_2c; undefined4 local_24; local_24 = 0; local_2c = pa...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x1c MOV EBX,dword ptr [ESP + 0x34] MOV ECX,dword ptr [ESP + 0x30] MOV dword ptr [ESP + 0x8],0x0 MOV EAX,dword ptr [ESP + 0x38] MOV EDX,dword ptr [ESP + 0x3c] MOV dword ptr [ESP],ECX MOV EBP,EBX MOV dword ptr [ESP + 0x4],EBX TEST EBX,EBX JNS 0x0006b304 NEG ECX MOV dword ptr [...
null
null
null
null
[('tmp_3552', u'INT_2COMP_-1206275269'), (u'INT_DIV_-1206274412', u'SUBPIECE_-1206274381'), ('const-31', u'INT_XOR_-1206274827'), ('const-0', u'INT_NOTEQUAL_-1206275054'), (u'INT_LESS_-1206274858', u'CBRANCH_-1206274866'), ('const-0', u'COPY_-1206275115'), ('tmp_3552', u'COPY_-1206275323'), (u'COPY_-1206274126', u'MULT...
[('tmp_3552', u'INT_2COMP_-1206275269'), (u'INT_DIV_-1206274412', u'SUBPIECE_-1206274381'), ('const-31', u'INT_XOR_-1206274827'), ('const-0', u'INT_NOTEQUAL_-1206275054'), (u'INT_LESS_-1206274858', u'CBRANCH_-1206274866'), ('const-0', u'COPY_-1206275115'), ('tmp_3552', u'COPY_-1206275323'), (u'COPY_-1206274126', u'MULT...
null
null
0006b2c0
x86
O0
(translation_unit "undefined8 FUN_0006b2c0(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;\n ...
(translation_unit "undefined8 __divdi3(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;\n \n ...
(translation_unit "undefined8 FUN_0006b2c0(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl...
(function_definition "undefined8 FUN_0006b2c0(uint param_1,uint param_2,uint param_3,uint param_4)\n\n{\n ulonglong uVar1;\n ulonglong uVar2;\n ulonglong uVar3;\n longlong lVar4;\n byte bVar5;\n int iVar6;\n byte bVar7;\n uint uVar8;\n uint uVar9;\n bool bVar10;\n undefined4 local_2c;\n undefined4 local_24;...
type_1 function_1(type_2 var_2,type_2 var_1,type_2 var_3,type_2 var_4) { type_3 var_12; type_3 var_11; type_3 var_13; type_4 lVar4; type_5 var_9; int var_15; type_5 var_10; type_2 var_14; type_2 var_7; bool var_5; type_6 var_8; type_6 var_16; var_16 = 0; var_8 = var_2; if ((int)var_1 ...
null
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration ty...
null
undefined8 MASKED(uint param_1,uint param_2,uint param_3,uint param_4) { ulonglong uVar1; ulonglong uVar2; ulonglong uVar3; longlong lVar4; byte bVar5; int iVar6; byte bVar7; uint uVar8; uint uVar9; bool bVar10; undefined4 local_2c; undefined4 local_24; local_24 = 0; local_2c = param_1;...
378_aarch64-linux-gnu-as_and_aarch64-linux-gnu-as_strip.c
as_tsktsk
FUN_0002cd80
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void as_tsktsk(char *format,...) { undefined *puVar1; as_show_where(); puVar1 = PTR_stderr_00077f2c; vfprintf(*(FILE **)PTR_stderr_00077f2c,format,&stack0x00000008); putc(10,...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_0002cd80(char *param_1) { undefined *puVar1; FUN_0002ca80(); puVar1 = PTR_stderr_00077f2c; vfprintf(*(FILE **)PTR_stderr_00077f2c,param_1,&stack0x00000008); putc(10,*(FILE **)puVar1); return; }
PUSH ESI PUSH EBX CALL 0x00017140 ADD EBX,0x4b279 SUB ESP,0x4 CALL 0x0002ca80 LEA EAX,[ESP + 0x14] SUB ESP,0x4 PUSH EAX PUSH dword ptr [ESP + 0x18] MOV ESI,dword ptr [EBX + 0xffffff2c] PUSH dword ptr [ESI] CALL 0x000156c0 POP EAX POP EDX PUSH dword ptr [ESI] PUSH 0xa CALL 0x00015770 ADD ESP,0x14 POP EBX POP ESI RET
null
null
null
null
[(u'PTRSUB_-1206006129', u'CALL_-1206006294'), (u'INDIRECT_-1206006143', u'COPY_-1206006198'), (u'LOAD_-1206006283', u'CALL_-1206006265'), ('const-0', u'RETURN_-1206006232'), ('tmp_282', u'CALL_-1206006294'), ('const-8', u'PTRSUB_-1206006129'), (u'CALL_-1206006294', u'INDIRECT_-1206006117'), ('tmp_391', u'PTRSUB_-12060...
[('tmp_392', u'PTRSUB_-1206006129'), (u'PTRSUB_-1206006129', u'CALL_-1206006294'), (u'INDIRECT_-1206006143', u'COPY_-1206006198'), ('const-10', u'CALL_-1206006265'), (u'LOAD_-1206006283', u'CALL_-1206006265'), ('const-0', u'RETURN_-1206006232'), ('const-417', u'LOAD_-1206006283'), (u'CALL_-1206006294', u'INDIRECT_-1206...
null
null
0002cd80
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0002cd80(char *param_1)\n\n{\n undefined *puVar1;\n \n FUN_0002ca80();\n puVar1 = PTR_stderr_00077f2c;\n vfprintf(*(FILE **)PTR_stderr_00077f2c,param_1,&stack0x00000008);\n putc(10,*(FILE **)puV...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid as_tsktsk(char *format,...)\n\n{\n undefined *puVar1;\n \n as_show_where();\n puVar1 = PTR_stderr_00077f2c;\n vfprintf(*(FILE **)PTR_stderr_00077f2c,format,&...
(translation_unit "void FUN_0002cd80(char *param_1)\n\n{\n undefined *puVar1;\n \n FUN_0002ca80();\n puVar1 = PTR_stderr_00077f2c;\n vfprintf(*(FILE **)PTR_stderr_00077f2c,param_1,&stack0x00000008);\n putc(10,*(FILE **)puVar1);\n return;\n}\n\n" (function_definition "void FUN_0002cd80(char *param_1)\n\n{\n unde...
(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 (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assig...
(function_definition "void FUN_0002cd80(char *param_1)\n\n{\n undefined *puVar1;\n \n FUN_0002ca80();\n puVar1 = PTR_stderr_00077f2c;\n vfprintf(*(FILE **)PTR_stderr_00077f2c,param_1,&stack0x00000008);\n putc(10,*(FILE **)puVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002cd80(char *par...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(char *format,...) { type_1 *puVar1; var_1(); puVar1 = PTR_stderr_00077f2c; var_2(*(type_2 **)PTR_stderr_00077f2c,format,&stack0x00000008); var_3(10,*(type_2 *...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) de...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(char *param_1) { undefined *puVar1; FUN_0002ca80(); puVar1 = PTR_stderr_00077f2c; vfprintf(*(FILE **)PTR_stderr_00077f2c,param_1,&stack0x00000008); putc(10,*(FILE **)puVar1); return; }
95_powerpc-linux-gnu-objdump_and_powerpc-linux-gnu-objdump_strip.c
bfd_simple_get_relocated_section_contents
bfd_simple_get_relocated_section_contents
void bfd_simple_get_relocated_section_contents(void) { (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)(); return; }
void bfd_simple_get_relocated_section_contents(void) { (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)(); return; }
JMP dword ptr [EBX + 0x190]
null
null
null
null
[(u'CAST_-1205975385', u'CALLIND_-1205975462'), (u'INDIRECT_-1205975390', u'COPY_-1205975449'), ('tmp_58', u'CAST_-1205975385'), ('const-0', u'RETURN_-1205975459'), (u'CALLIND_-1205975462', u'INDIRECT_-1205975390')]
[(u'CAST_-1205975385', u'CALLIND_-1205975462'), (u'INDIRECT_-1205975390', u'COPY_-1205975449'), ('tmp_58', u'CAST_-1205975385'), ('const-0', u'RETURN_-1205975459'), (u'CALLIND_-1205975462', u'INDIRECT_-1205975390')]
null
null
00014650
x86
O0
(translation_unit "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\n return;\n}\n\n" (function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\...
(translation_unit "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\n return;\n}\n\n" (function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\...
(translation_unit "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\n return;\n}\n\n" (function_definition "void bfd_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\...
(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_simple_get_relocated_section_contents(void)\n\n{\n (*(code *)PTR_bfd_simple_get_relocated_section_contents_00073190)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_simple_get_relocated_section_contents(void)" (identifier "bfd_simple_get_relocated_section_contents") (...
void function_1(void) { (*(type_1 *)PTR_bfd_simple_get_relocated_section_contents_00073190)(); 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_00073190)(); return; }
1079_libMagickCore-7.Q16HDRI.so.8.0_and_libMagickCore-7.Q16HDRI.so.8.0_strip.c
RandomY
FUN_0004eb5d
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ ssize_t RandomY(RandomInfo *random_info,size_t rows) { double dVar1; undefined8 local_24; local_24 = (ulonglong)rows; dVar1 = GetPseudoRandomValue(random_info); return (int)R...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ int FUN_0004eb5d(undefined4 param_1,uint param_2) { longdouble lVar1; undefined8 local_24; local_24 = (ulonglong)param_2; lVar1 = (longdouble)GetPseudoRandomValue(param_1); return (int)ROUND(lVar1 * (longdouble)loca...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x24 CALL 0x00038374 ADD EAX,0x37b497 MOV EDX,dword ptr [EBP + 0xc] MOV ECX,0x0 MOV dword ptr [EBP + -0x20],EDX MOV dword ptr [EBP + -0x1c],ECX FILD qword ptr [EBP + -0x20] FSTP qword ptr [EBP + -0x20] SUB ESP,0xc PUSH dword ptr [EBP + 0x8] MOV EBX,EAX CALL 0x00032fa0 ADD ESP,0x10 ...
null
null
null
null
[(u'INT_ZEXT_-1206129584', u'INT2FLOAT_-1206129562'), (u'INT2FLOAT_-1206129562', u'FLOAT_MULT_-1206129540'), ('tmp_372', u'INT_ZEXT_-1206129584'), ('tmp_371', u'CALL_-1206129698'), (u'ROUND_-1206129509', u'TRUNC_-1206129577'), (u'FLOAT_MULT_-1206129540', u'ROUND_-1206129509'), (u'CALL_-1206129698', u'FLOAT_MULT_-120612...
[(u'INT_ZEXT_-1206129589', u'INT2FLOAT_-1206129631'), (u'CALL_-1206129698', u'CAST_-1206129517'), (u'INT2FLOAT_-1206129631', u'FLOAT_MULT_-1206129635'), (u'FLOAT_MULT_-1206129635', u'ROUND_-1206129582'), ('const-0', u'RETURN_-1206129594'), (u'COPY_-1206129619', u'RETURN_-1206129594'), ('tmp_601', u'CALL_-1206129698'), ...
null
null
0004eb5d
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nint FUN_0004eb5d(undefined4 param_1,uint param_2)\n\n{\n longdouble lVar1;\n undefined8 local_24;\n \n local_24 = (ulonglong)param_2;\n lVar1 = (longdouble)GetPseudoRandomValue(param_1);\n return (int)RO...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nssize_t RandomY(RandomInfo *random_info,size_t rows)\n\n{\n double dVar1;\n undefined8 local_24;\n \n local_24 = (ulonglong)rows;\n dVar1 = GetPseudoRandomValue(r...
(translation_unit "int FUN_0004eb5d(undefined4 param_1,uint param_2)\n\n{\n longdouble lVar1;\n undefined8 local_24;\n \n local_24 = (ulonglong)param_2;\n lVar1 = (longdouble)GetPseudoRandomValue(param_1);\n return (int)ROUND(lVar1 * (longdouble)local_24);\n}\n\n" (function_definition "int FUN_0004eb5d(undefined4...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_d...
(function_definition "int FUN_0004eb5d(undefined4 param_1,uint param_2)\n\n{\n longdouble lVar1;\n undefined8 local_24;\n \n local_24 = (ulonglong)param_2;\n lVar1 = (longdouble)GetPseudoRandomValue(param_1);\n return (int)ROUND(lVar1 * (longdouble)local_24);\n}" (primitive_type "int") (function_declarator "FUN_0...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ ssize_t function_1(type_1 *random_info,size_t rows) { double var_3; type_2 local_24; local_24 = (type_3)rows; var_3 = var_1(random_info); return (int)var_2(var_3 * (double)lo...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statemen...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ int MASKED(undefined4 param_1,uint param_2) { longdouble lVar1; undefined8 local_24; local_24 = (ulonglong)param_2; lVar1 = (longdouble)GetPseudoRandomValue(param_1); return (int)ROUND(lVar1 * (longdouble)local_24);...
657_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
FUN_0003425a
FUN_0003425a
void FUN_0003425a(void) { int unaff_EBP; facet *unaff_EDI; std::locale::facet::~facet(unaff_EDI); operator_delete(unaff_EDI); /* WARNING: Subroutine does not return */ _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c)); }
void FUN_0003425a(void) { int unaff_EBP; FUN_00200ec0(); FUN_001ff030(); /* WARNING: Subroutine does not return */ FUN_00296000(*(undefined4 *)(unaff_EBP + -0x1c)); }
SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x00200ec0 ADD ESP,0x10 SUB ESP,0xc MOV EBX,ESI PUSH EDI CALL 0x001ff030 POP EAX PUSH dword ptr [EBP + -0x1c] CALL 0x00296000
null
null
null
null
[('const-4294967268', u'INT_ADD_-1206107468'), ('tmp_239', u'CALL_-1206107491'), (u'INT_ADD_-1206107468', u'CAST_-1206107368'), ('tmp_240', u'INT_ADD_-1206107468'), ('const-1', u'RETURN_-1206107465'), (u'LOAD_-1206107484', u'CALL_-1206107470'), ('tmp_239', u'CALL_-1206107530'), ('const-417', u'LOAD_-1206107484'), (u'CA...
[('const-4294967268', u'INT_ADD_-1206107468'), (u'INT_ADD_-1206107468', u'CAST_-1206107368'), ('tmp_240', u'INT_ADD_-1206107468'), ('const-1', u'RETURN_-1206107465'), (u'LOAD_-1206107484', u'CALL_-1206107470'), ('const-417', u'LOAD_-1206107484'), (u'CAST_-1206107368', u'LOAD_-1206107484')]
null
null
0003425a
x86
O0
(translation_unit "void FUN_0003425a(void)\n\n{\n int unaff_EBP;\n \n FUN_00200ec0();\n FUN_001ff030();\n /* WARNING: Subroutine does not return */\n FUN_00296000(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0003425a(void)\n\n{\n int unaff_EBP;\n \n FUN_00200ec0...
(translation_unit "void FUN_0003425a(void)\n\n{\n int unaff_EBP;\n facet *unaff_EDI;\n \n std::locale::facet::~facet(unaff_EDI);\n operator_delete(unaff_EDI);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN...
(translation_unit "void FUN_0003425a(void)\n\n{\n int unaff_EBP;\n \n FUN_00200ec0();\n FUN_001ff030();\n \n FUN_00296000(*(undefined4 *)(unaff_EBP + -0x1c));\n}\n\n" (function_definition "void FUN_0003425a(void)\n\n{\n int unaff_EBP;\n \n FUN_00200ec0();\n FUN_001ff030();\n ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression...
(function_definition "void FUN_0003425a(void)\n\n{\n int unaff_EBP;\n \n FUN_00200ec0();\n FUN_001ff030();\n \n FUN_00296000(*(undefined4 *)(unaff_EBP + -0x1c));\n}" (primitive_type "void") (function_declarator "FUN_0003425a(void)" (identifier "FUN_0003425a") (parameter_list "(void)" (( "(") (pa...
void function_1(void) { int var_3; type_1 *unaff_EDI; std::locale::facet::~type_1(unaff_EDI); var_1(unaff_EDI); /* WARNING: Subroutine does not return */ var_2(*(type_2 *)(var_3 + -0x1c)); }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_express...
null
void MASKED(void) { int unaff_EBP; FUN_00200ec0(); FUN_001ff030(); /* WARNING: Subroutine does not return */ FUN_00296000(*(undefined4 *)(unaff_EBP + -0x1c)); }
64_x86_64-kfreebsd-gnu-addr2line_and_x86_64-kfreebsd-gnu-addr2line_strip.c
bfd_errmsg
bfd_errmsg
void bfd_errmsg(void) { (*(code *)PTR_bfd_errmsg_00018108)(); return; }
void bfd_errmsg(void) { (*(code *)PTR_bfd_errmsg_00018108)(); return; }
JMP dword ptr [EBX + 0x108]
null
null
null
null
[('tmp_58', u'CAST_-1205988217'), ('const-0', u'RETURN_-1205988291'), (u'CAST_-1205988217', u'CALLIND_-1205988294'), (u'INDIRECT_-1205988222', u'COPY_-1205988281'), (u'CALLIND_-1205988294', u'INDIRECT_-1205988222')]
[('tmp_58', u'CAST_-1205988217'), ('const-0', u'RETURN_-1205988291'), (u'CAST_-1205988217', u'CALLIND_-1205988294'), (u'INDIRECT_-1205988222', u'COPY_-1205988281'), (u'CALLIND_-1205988294', u'INDIRECT_-1205988222')]
null
null
00011430
x86
O0
(translation_unit "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}\n\n" (function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}" primitive_type (function_declarator "bfd_errmsg(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}\n\n" (function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}" primitive_type (function_declarator "bfd_errmsg(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}\n\n" (function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}" primitive_type (function_declarator "bfd_errmsg(void)" identifier (parameter_list "(void)" ( (parameter_decla...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void bfd_errmsg(void)\n\n{\n (*(code *)PTR_bfd_errmsg_00018108)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_errmsg(void)" (identifier "bfd_errmsg") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (...
void function_1(void) { (*(type_1 *)PTR_bfd_errmsg_00018108)(); 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_00018108)(); return; }
71_csplit_and_csplit_strip.c
sigaction
sigaction
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigaction(int __sig,sigaction *__act,sigaction *__oact) { int iVar1; iVar1 = (*(code *)PTR_sigaction_00035120)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int sigaction(int __sig,sigaction *__act,sigaction *__oact) { int iVar1; iVar1 = (*(code *)PTR_sigaction_00035120)(); return iVar1; }
JMP dword ptr [EBX + 0x120]
null
null
null
null
[(u'INDIRECT_-1205984029', u'COPY_-1205984088'), (u'CAST_-1205984021', u'CALLIND_-1205984102'), ('const-0', u'RETURN_-1205984099'), (u'CALLIND_-1205984102', u'INDIRECT_-1205984029'), (u'CALLIND_-1205984102', u'RETURN_-1205984099'), ('tmp_77', u'CAST_-1205984021')]
[(u'INDIRECT_-1205984029', u'COPY_-1205984088'), (u'CAST_-1205984021', u'CALLIND_-1205984102'), ('const-0', u'RETURN_-1205984099'), (u'CALLIND_-1205984102', u'INDIRECT_-1205984029'), (u'CALLIND_-1205984102', u'RETURN_-1205984099'), ('tmp_77', u'CAST_-1205984021')]
null
null
00012490
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00035120)();\n return iVar1;\n}\n\n" comment (function_definition "int sigaction(int __sig,sigaction *...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00035120)();\n return iVar1;\n}\n\n" comment (function_definition "int sigaction(int __sig,sigaction *...
(translation_unit "int sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00035120)();\n return iVar1;\n}\n\n" (function_definition "int sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00035...
(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 { (declaration TYPE IDENT ;) (expression_statement (...
(function_definition "int sigaction(int __sig,sigaction *__act,sigaction *__oact)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_sigaction_00035120)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "sigaction(int __sig,sigaction *__act,sigaction *__oact)" (identifier "sigaction") (parameter_list "(i...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(int __sig,function_1 *__act,function_1 *__oact) { int iVar1; iVar1 = (*(type_1 *)PTR_sigaction_00035120)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(int __sig,MASKED *__act,MASKED *__oact) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00035120)(); return iVar1; }
6271_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
string_hash
FUN_00172570
size_t gold::Stringpool_template<unsigned_int>::string_hash(uint *s,size_t length) { size_t sVar1; uint *puVar2; uint *puVar3; if ((length & 0x3fffffff) != 0) { sVar1 = 0x1505; puVar2 = s; do { puVar3 = (uint *)((int)puVar2 + 1); sVar1 = sVar1 * 0x21 + (uint)(byte)*puVar2; puV...
int FUN_00172570(byte *param_1,int param_2) { int iVar1; byte *pbVar2; byte *pbVar3; if (param_2 * 4 != 0) { iVar1 = 0x1505; pbVar2 = param_1; do { pbVar3 = pbVar2 + 1; iVar1 = iVar1 * 0x21 + (uint)*pbVar2; pbVar2 = pbVar3; } while (param_1 + param_2 * 4 != pbVar3); re...
PUSH EBX MOV EBX,dword ptr [ESP + 0xc] MOV EDX,dword ptr [ESP + 0x8] SHL EBX,0x2 JZ 0x001725a0 ADD EBX,EDX MOV EAX,0x1505 LEA ESI,[ESI] MOV ECX,EAX ADD EDX,0x1 SHL ECX,0x5 ADD EAX,ECX MOVZX ECX,byte ptr [EDX + -0x1] ADD EAX,ECX CMP EBX,EDX JNZ 0x00172588 POP EBX RET MOV EAX,0x1505 POP EBX RET
null
null
null
null
[('const-5381', u'COPY_-1207425607'), (u'INT_ZEXT_-1207425513', u'INT_ADD_-1207425504'), (u'COPY_-1207425607', u'MULTIEQUAL_-1207425403'), (u'CAST_-1207425380', u'INT_ADD_-1207425574'), (u'SUBPIECE_-1207425376', u'INT_ZEXT_-1207425513'), ('tmp_427', u'INT_AND_-1207425438'), ('tmp_426', u'PTRADD_-1207425396'), (u'PTRADD...
[(u'INT_MULT_-1207425628', u'INT_NOTEQUAL_-1207425626'), ('const-5381', u'COPY_-1207425607'), (u'INT_ZEXT_-1207425513', u'INT_ADD_-1207425504'), (u'COPY_-1207425607', u'MULTIEQUAL_-1207425403'), ('const-1', u'PTRADD_-1207425552'), (u'COPY_-1207425453', u'MULTIEQUAL_-1207425401'), ('const-0', u'INT_NOTEQUAL_-1207425626'...
null
null
00172570
x86
O0
(translation_unit "int FUN_00172570(byte *param_1,int param_2)\n\n{\n int iVar1;\n byte *pbVar2;\n byte *pbVar3;\n \n if (param_2 * 4 != 0) {\n iVar1 = 0x1505;\n pbVar2 = param_1;\n do {\n pbVar3 = pbVar2 + 1;\n iVar1 = iVar1 * 0x21 + (uint)*pbVar2;\n pbVar2 = pbVar3;\n } while (param_1 ...
(translation_unit "size_t gold::Stringpool_template<unsigned_int>::string_hash(uint *s,size_t length)\n\n{\n size_t sVar1;\n uint *puVar2;\n uint *puVar3;\n \n if ((length & 0x3fffffff) != 0) {\n sVar1 = 0x1505;\n puVar2 = s;\n do {\n puVar3 = (uint *)((int)puVar2 + 1);\n sVar1 = sVar1 * 0x21 + ...
(translation_unit "int FUN_00172570(byte *param_1,int param_2)\n\n{\n int iVar1;\n byte *pbVar2;\n byte *pbVar3;\n \n if (param_2 * 4 != 0) {\n iVar1 = 0x1505;\n pbVar2 = param_1;\n do {\n pbVar3 = pbVar2 + 1;\n iVar1 = iVar1 * 0x21 + (uint)*pbVar2;\n pbVar2 = pbVar3;\n } while (param_1 ...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declar...
(function_definition "int FUN_00172570(byte *param_1,int param_2)\n\n{\n int iVar1;\n byte *pbVar2;\n byte *pbVar3;\n \n if (param_2 * 4 != 0) {\n iVar1 = 0x1505;\n pbVar2 = param_1;\n do {\n pbVar3 = pbVar2 + 1;\n iVar1 = iVar1 * 0x21 + (uint)*pbVar2;\n pbVar2 = pbVar3;\n } while (param...
size_t gold::Stringpool_template<unsigned_int>::function_1(type_1 *var_4,size_t var_1) { size_t var_2; type_1 *var_3; type_1 *var_5; if ((var_1 & 0x3fffffff) != 0) { var_2 = 0x1505; var_3 = var_4; do { var_5 = (type_1 *)((int)var_3 + 1); var_2 = var_2 * 0x21 + (type_1)(byte)*var_3; ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identif...
null
int MASKED(byte *param_1,int param_2) { int iVar1; byte *pbVar2; byte *pbVar3; if (param_2 * 4 != 0) { iVar1 = 0x1505; pbVar2 = param_1; do { pbVar3 = pbVar2 + 1; iVar1 = iVar1 * 0x21 + (uint)*pbVar2; pbVar2 = pbVar3; } while (param_1 + param_2 * 4 != pbVar3); return i...
198_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
do_get_abbrev
FUN_00029f52
/* gold::Dwarf_abbrev_table::do_get_abbrev(unsigned int) [clone .cold.423] */ void gold::Dwarf_abbrev_table::do_get_abbrev(uint param_1) { void *pvVar1; int unaff_EBP; pvVar1 = *(void **)(*(int *)(unaff_EBP + -0x30) + 8); if (pvVar1 != (void *)0x0) { operator_delete(pvVar1); } operator_delete(*(vo...
void FUN_00029f52(void) { int iVar1; int unaff_EBP; iVar1 = *(int *)(*(int *)(unaff_EBP + -0x30) + 8); if (iVar1 != 0) { FUN_001e6db0(iVar1); } FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x30),0x14); /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
MOV EAX,dword ptr [EBP + -0x30] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x00029f6b SUB ESP,0xc MOV EBX,dword ptr [EBP + -0x3c] PUSH EAX CALL 0x001e6db0 ADD ESP,0x10 PUSH EDI PUSH EDI MOV EDI,dword ptr [EBP + -0x3c] PUSH 0x14 PUSH dword ptr [EBP + -0x30] MOV EBX,EDI CALL 0x001e6d90 MOV dword ptr [ESP],ESI CALL 0x0...
null
null
null
null
[('const-417', u'LOAD_-1206018219'), ('const-0', u'INT_NOTEQUAL_-1206018194'), (u'LOAD_-1206018213', u'CALL_-1206018165'), (u'CAST_-1206017971', u'LOAD_-1206018132'), ('tmp_329', u'INT_ADD_-1206018203'), ('const-417', u'LOAD_-1206018132'), (u'CAST_-1206018005', u'LOAD_-1206018219'), ('const-8', u'INT_ADD_-1206018197'),...
[('const-0', u'INT_NOTEQUAL_-1206018194'), (u'LOAD_-1206018213', u'CALL_-1206018165'), ('const-20', u'CALL_-1206018115'), ('const-8', u'INT_ADD_-1206018197'), (u'CAST_-1206018007', u'LOAD_-1206018213'), ('const-1', u'RETURN_-1206018097'), (u'CAST_-1206018011', u'LOAD_-1206018219'), (u'INT_ADD_-1206018203', u'CAST_-1206...
null
null
00029f52
x86
O0
(translation_unit "void FUN_00029f52(void)\n\n{\n int iVar1;\n int unaff_EBP;\n \n iVar1 = *(int *)(*(int *)(unaff_EBP + -0x30) + 8);\n if (iVar1 != 0) {\n FUN_001e6db0(iVar1);\n }\n FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x30),0x14);\n /* WARNING: Subroutine does not return */\n FUN_00...
(translation_unit "/* gold::Dwarf_abbrev_table::do_get_abbrev(unsigned int) [clone .cold.423] */\n\nvoid gold::Dwarf_abbrev_table::do_get_abbrev(uint param_1)\n\n{\n void *pvVar1;\n int unaff_EBP;\n \n pvVar1 = *(void **)(*(int *)(unaff_EBP + -0x30) + 8);\n if (pvVar1 != (void *)0x0) {\n operator_delete(pvVar1)...
(translation_unit "void FUN_00029f52(void)\n\n{\n int iVar1;\n int unaff_EBP;\n \n iVar1 = *(int *)(*(int *)(unaff_EBP + -0x30) + 8);\n if (iVar1 != 0) {\n FUN_001e6db0(iVar1);\n }\n FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x30),0x14);\n \n FUN_0027dd80();\n}\n\n" (function_definition "v...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstr...
(function_definition "void FUN_00029f52(void)\n\n{\n int iVar1;\n int unaff_EBP;\n \n iVar1 = *(int *)(*(int *)(unaff_EBP + -0x30) + 8);\n if (iVar1 != 0) {\n FUN_001e6db0(iVar1);\n }\n FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x30),0x14);\n \n FUN_0027dd80();\n}" (primitive_type "void") ...
/* gold::Dwarf_abbrev_table::do_get_abbrev(unsigned int) [clone .cold.423] */ void gold::Dwarf_abbrev_table::function_1(type_1 param_1) { void *var_2; int var_1; var_2 = *(void **)(*(int *)(var_1 + -0x30) + 8); if (var_2 != (void *)0x0) { var_3(var_2); } var_3(*(void **)(var_1 + -0x30),0x14); ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type)...
null
void MASKED(void) { int iVar1; int unaff_EBP; iVar1 = *(int *)(*(int *)(unaff_EBP + -0x30) + 8); if (iVar1 != 0) { FUN_001e6db0(iVar1); } FUN_001e6d90(*(undefined4 *)(unaff_EBP + -0x30),0x14); /* WARNING: Subroutine does not return */ FUN_0027dd80(); }
5_i686-kfreebsd-gnu-strip_and_i686-kfreebsd-gnu-strip_strip.c
strcmp
strcmp
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_00040018)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int strcmp(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_strcmp_00040018)(); return iVar1; }
JMP dword ptr [EBX + 0x18]
null
null
null
null
[(u'INDIRECT_-1205980989', u'COPY_-1205981048'), ('const-0', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'INDIRECT_-1205980989'), (u'CAST_-1205980982', u'CALLIND_-1205981062'), ('tmp_72', u'CAST_-1205980982')]
[(u'INDIRECT_-1205980989', u'COPY_-1205981048'), ('const-0', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'RETURN_-1205981059'), (u'CALLIND_-1205981062', u'INDIRECT_-1205980989'), (u'CAST_-1205980982', u'CALLIND_-1205981062'), ('tmp_72', u'CAST_-1205980982')]
null
null
00013070
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00040018)();\n return iVar1;\n}\n\n" comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00040018)();\n return iVar1;\n}\n\n" comment (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar...
(translation_unit "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00040018)();\n return iVar1;\n}\n\n" (function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00040018)();\n return iVar1;\n}" primitive_type (function_decl...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_e...
(function_definition "int strcmp(char *__s1,char *__s2)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_strcmp_00040018)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "strcmp(char *__s1,char *__s2)" (identifier "strcmp") (parameter_list "(char *__s1,char *__s2)" (( "(") (parameter_declaration "cha...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s1,char *__s2) { int iVar1; iVar1 = (*(type_1 *)PTR_strcmp_00040018)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s1,char *__s2) { int iVar1; iVar1 = (*(code *)PTR_MASKED_00040018)(); return iVar1; }
119_chmod_and_chmod_strip.c
quotearg_colon
FUN_00014ac1
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ char * quotearg_colon(char *arg) { char *pcVar1; pcVar1 = quotearg_char(arg,':'); return pcVar1; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void FUN_00014ac1(undefined4 param_1) { FUN_00014a8e(param_1,0x3a); return; }
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x4 CALL 0x00012a49 ADD EAX,0xc533 SUB ESP,0x8 PUSH 0x3a PUSH dword ptr [EBP + 0x8] MOV EBX,EAX CALL 0x00014a8e ADD ESP,0x10 MOV EBX,dword ptr [EBP + -0x4] LEAVE RET
null
null
null
null
[('tmp_198', u'CALL_-1205974253'), ('const-58', u'CALL_-1205974253'), ('const-0', u'RETURN_-1205974220'), (u'CALL_-1205974253', u'RETURN_-1205974220')]
[('const-58', u'CALL_-1205974253'), ('tmp_314', u'CALL_-1205974253'), ('const-0', u'RETURN_-1205974220')]
null
null
00014ac1
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00014ac1(undefined4 param_1)\n\n{\n FUN_00014a8e(param_1,0x3a);\n return;\n}\n\n" comment (function_definition "void FUN_00014ac1(undefined4 param_1)\n\n{\n FUN_00014a8e(param_1,0x3a);\n return;\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nchar * quotearg_colon(char *arg)\n\n{\n char *pcVar1;\n \n pcVar1 = quotearg_char(arg,':');\n return pcVar1;\n}\n\n" comment comment (function_definition "char * q...
(translation_unit "void FUN_00014ac1(undefined4 param_1)\n\n{\n FUN_00014a8e(param_1,0x3a);\n return;\n}\n\n" (function_definition "void FUN_00014ac1(undefined4 param_1)\n\n{\n FUN_00014a8e(param_1,0x3a);\n return;\n}" primitive_type (function_declarator "FUN_00014ac1(undefined4 param_1)" identifier (parameter_list...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
(function_definition "void FUN_00014ac1(undefined4 param_1)\n\n{\n FUN_00014a8e(param_1,0x3a);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00014ac1(undefined4 param_1)" (identifier "FUN_00014ac1") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_iden...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ char * function_1(char *arg) { char *pcVar1; pcVar1 = var_1(arg,':'); return pcVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ void MASKED(undefined4 param_1) { FUN_00014a8e(param_1,0x3a); return; }
10604_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c
d_append_buffer
FUN_0026fd60
void __regparm3 d_append_buffer(int param_1,undefined1 *param_2,int param_3) { undefined1 *puVar1; undefined1 uVar2; int iVar3; int iVar4; if (param_3 != 0) { puVar1 = param_2 + param_3; iVar4 = *(int *)(param_1 + 0x100); do { uVar2 = *param_2; if (iVar4 == 0xff) { *(undef...
void __regparm3 FUN_0026fd60(int param_1,undefined1 *param_2,int param_3) { undefined1 *puVar1; undefined1 uVar2; int iVar3; int iVar4; if (param_3 != 0) { puVar1 = param_2 + param_3; iVar4 = *(int *)(param_1 + 0x100); do { uVar2 = *param_2; if (iVar4 == 0xff) { *(undefine...
PUSH EDI PUSH ESI PUSH EBX SUB ESP,0x10 TEST ECX,ECX JZ 0x0026fde0 MOV EBX,EAX MOV ESI,EDX MOV EAX,dword ptr [EAX + 0x100] LEA EDI,[EDX + ECX*0x1] JMP 0x0026fd9b MOV ECX,EAX ADD EAX,0x1 ADD ESI,0x1 MOV dword ptr [EBX + 0x100],EAX MOV byte ptr [EBX + ECX*0x1],DL MOV byte ptr [EBX + 0x104],DL CMP ESI,EDI JZ 0x0026fde0 MO...
null
null
null
null
[(u'COPY_-1204158928', u'MULTIEQUAL_-1204158795'), (u'CAST_-1204158681', u'STORE_-1204158960'), ('const-296', u'INT_ADD_-1204158934'), ('tmp_827', u'PTRADD_-1204159017'), ('tmp_827', u'INT_NOTEQUAL_-1204159096'), ('tmp_829', u'MULTIEQUAL_-1204158754'), ('const-1', u'COPY_-1204158928'), (u'INT_EQUAL_-1204159020', u'CBRA...
[(u'COPY_-1204158928', u'MULTIEQUAL_-1204158795'), (u'CAST_-1204158681', u'STORE_-1204158960'), ('const-296', u'INT_ADD_-1204158934'), ('tmp_827', u'PTRADD_-1204159017'), ('tmp_827', u'INT_NOTEQUAL_-1204159096'), ('tmp_829', u'MULTIEQUAL_-1204158754'), ('const-1', u'COPY_-1204158928'), (u'INT_EQUAL_-1204159020', u'CBRA...
null
null
0026fd60
x86
O0
(translation_unit "void __regparm3 FUN_0026fd60(int param_1,undefined1 *param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n \n if (param_3 != 0) {\n puVar1 = param_2 + param_3;\n iVar4 = *(int *)(param_1 + 0x100);\n do {\n uVar2 = *param_2;\n if (iVar...
(translation_unit "void __regparm3 d_append_buffer(int param_1,undefined1 *param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n \n if (param_3 != 0) {\n puVar1 = param_2 + param_3;\n iVar4 = *(int *)(param_1 + 0x100);\n do {\n uVar2 = *param_2;\n if (i...
(translation_unit "void __regparm3 FUN_0026fd60(int param_1,undefined1 *param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n \n if (param_3 != 0) {\n puVar1 = param_2 + param_3;\n iVar4 = *(int *)(param_1 + 0x100);\n do {\n uVar2 = *param_2;\n if (iVar...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declarat...
(function_definition "void __regparm3 FUN_0026fd60(int param_1,undefined1 *param_2,int param_3)\n\n{\n undefined1 *puVar1;\n undefined1 uVar2;\n int iVar3;\n int iVar4;\n \n if (param_3 != 0) {\n puVar1 = param_2 + param_3;\n iVar4 = *(int *)(param_1 + 0x100);\n do {\n uVar2 = *param_2;\n if (i...
void __regparm3 function_1(int var_3,type_1 *var_2,int var_1) { type_1 *var_5; type_1 uVar2; int iVar3; int var_4; if (var_1 != 0) { var_5 = var_2 + var_1; var_4 = *(int *)(var_3 + 0x100); do { uVar2 = *var_2; if (var_4 == 0xff) { *(type_1 *)(var_3 + 0xff) = 0; (**...
null
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator ...
null
void __regparm3 MASKED(int param_1,undefined1 *param_2,int param_3) { undefined1 *puVar1; undefined1 uVar2; int iVar3; int iVar4; if (param_3 != 0) { puVar1 = param_2 + param_3; iVar4 = *(int *)(param_1 + 0x100); do { uVar2 = *param_2; if (iVar4 == 0xff) { *(undefined1 *)(...
5635_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c
~Input_group
FUN_00142a40
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Input_group(Input_group * this, int __in_chrg) */ void __thiscall gold::Input_group::~Input_group(Input_group *this,int __in_chrg) { Archive *pAVar1; pointer ppAVar2; pointer ppAVar3; ...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00142a40(int *param_1) { int *piVar1; int *piVar2; piVar2 = (int *)*param_1; piVar1 = (int *)param_1[1]; if (piVar2 != piVar1) { do { piVar1 = (int *)*piVar2; if (piVar1 != (int *)0x0) { ...
PUSH EDI PUSH ESI PUSH EBX MOV EDI,dword ptr [ESP + 0x10] CALL 0x00035840 ADD EBX,0x24c5b4 MOV ESI,dword ptr [EDI] MOV EAX,dword ptr [EDI + 0x4] CMP ESI,EAX JZ 0x00142a7c LEA ESI,[ESI] NOP MOV EAX,dword ptr [ESI] TEST EAX,EAX JZ 0x00142a72 SUB ESP,0xc MOV EDX,dword ptr [EAX] PUSH EAX CALL dword ptr [EDX + 0x4] ADD ESP,...
null
null
null
null
[('const-0', u'PTRSUB_-1207227428'), ('const-0', u'PTRSUB_-1207227425'), (u'INT_NOTEQUAL_-1207227657', u'CBRANCH_-1207227657'), ('tmp_315', u'CBRANCH_-1207227657'), ('const-0', u'PTRSUB_-1207227436'), ('const-0', u'INT_NOTEQUAL_-1207227657'), (u'PTRADD_-1207227401', u'INT_NOTEQUAL_-1207227677'), (u'PTRSUB_-1207227382',...
[(u'INT_NOTEQUAL_-1207227657', u'CBRANCH_-1207227657'), ('tmp_315', u'CBRANCH_-1207227657'), ('const-0', u'INT_NOTEQUAL_-1207227657'), ('const-417', u'LOAD_-1207227796'), (u'CAST_-1207227401', u'INT_NOTEQUAL_-1207227677'), (u'CAST_-1207227411', u'LOAD_-1207227726'), (u'LOAD_-1207227675', u'CAST_-1207227395'), (u'LOAD_-...
null
null
00142a40
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00142a40(int *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = (int *)*param_1;\n piVar1 = (int *)param_1[1];\n if (piVar2 != piVar1) {\n do {\n piVar1 = (int *)*piVar2;\n ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Input_group(Input_group * this, int __in_chrg) */\n\nvoid __thiscall gold::Input_group::~Input_group(Input_group *this,int __in_chrg)\n\n{\n Archive *pAVar1;\n pointer ppAVar2...
(translation_unit "void FUN_00142a40(int *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = (int *)*param_1;\n piVar1 = (int *)param_1[1];\n if (piVar2 != piVar1) {\n do {\n piVar1 = (int *)*piVar2;\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piV...
(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_00142a40(int *param_1)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = (int *)*param_1;\n piVar1 = (int *)param_1[1];\n if (piVar2 != piVar1) {\n do {\n piVar1 = (int *)*piVar2;\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* DWARF original prototype: void ~Input_group(Input_group * this, int __in_chrg) */ void __thiscall var_1::function_1::~function_1(function_1 *this,int __in_chrg) { type_1 *var_6; type_2 var_5; type_2 var_4; var_4 = (...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1) { int *piVar1; int *piVar2; piVar2 = (int *)*param_1; piVar1 = (int *)param_1[1]; if (piVar2 != piVar1) { do { piVar1 = (int *)*piVar2; if (piVar1 != (int *)0x0) { (...
289_i686-gnu-ranlib_and_i686-gnu-ranlib_strip.c
strrchr
strrchr
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strrchr(char *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ /* strrchr@@GLIBC_2.0 */ halt_baddata()...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * strrchr(char *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1206050502')]
[('const-1', u'RETURN_-1206050502')]
null
null
00022130
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment co...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * strrchr(char *__s,int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strrchr@@GLIB...
(translation_unit "char * strrchr(char *__s,int __c)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * strrchr(char *__s,int __c)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
(function_definition "char * strrchr(char *__s,int __c)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* strrchr(char *__s,int __c)" (* "*") (function_declarator "strrchr(char *__s,int __c)" (identifier "strrchr") (parameter_list "(char *__s,int __c)" (( "(") (parameter_d...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ char * function_1(char *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ /* strrchr@@GLIBC_2.0 */ var_1(); } ...
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 *__s,int __c) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
815_psftp_and_psftp_strip.c
bigval_clear
FUN_0005a434
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void bigval_clear(bigval *r) { int i; for (i = 0; i < 5; i = i + 1) { r->w[i] = 0; } return; }
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** FUN_0005a434(undefined **param_1) { undefined **ppuVar1; int local_8; ppuVar1 = &__DT_PLTGOT; for (local_8 = 0; local_8 < 5; local_8 = local_8 + 1) { param_1[local_8] = (undefined *)0x0; ppuVar1 =...
PUSH EBP MOV EBP,ESP SUB ESP,0x10 CALL 0x0001502c ADD EAX,0x5a975 MOV dword ptr [EBP + -0x4],0x0 JMP 0x0005a45e MOV EAX,dword ptr [EBP + 0x8] MOV EDX,dword ptr [EBP + -0x4] MOV dword ptr [EAX + EDX*0x4],0x0 ADD dword ptr [EBP + -0x4],0x1 CMP dword ptr [EBP + -0x4],0x4 JLE 0x0005a44d NOP LEAVE RET
null
null
null
null
[(u'COPY_-1206213536', u'MULTIEQUAL_-1206213374'), (u'INT_ADD_-1206213457', u'MULTIEQUAL_-1206213374'), (u'PTRSUB_-1206213378', u'PTRADD_-1206213377'), ('tmp_119', u'CBRANCH_-1206213486'), ('const-0', u'COPY_-1206213536'), (u'MULTIEQUAL_-1206213374', u'INT_SLESS_-1206213479'), (u'INT_SLESS_-1206213479', u'CBRANCH_-1206...
[('const-417', u'STORE_-1206213487'), ('const-0', u'COPY_-1206213536'), ('const-0', u'STORE_-1206213487'), ('tmp_338', u'COPY_-1206213434'), ('const-5', u'INT_SLESS_-1206213479'), ('tmp_78', u'BRANCH_-1206213525'), ('tmp_338', u'PTRADD_-1206213379'), ('const-740788', u'PTRSUB_-1206213485'), ('const-4', u'PTRADD_-120621...
null
null
0005a434
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined ** FUN_0005a434(undefined **param_1)\n\n{\n undefined **ppuVar1;\n int local_8;\n \n ppuVar1 = &__DT_PLTGOT;\n for (local_8 = 0; local_8 < 5; local_8 = local_8 + 1) {\n param_1[local_8] = (un...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid bigval_clear(bigval *r)\n\n{\n int i;\n \n for (i = 0; i < 5; i = i + 1) {\n r->w[i] = 0;\n }\n return;\n}\n\n" comment comment (function_definition "void...
(translation_unit "undefined ** FUN_0005a434(undefined **param_1)\n\n{\n undefined **ppuVar1;\n int local_8;\n \n ppuVar1 = &__DT_PLTGOT;\n for (local_8 = 0; local_8 < 5; local_8 = local_8 + 1) {\n param_1[local_8] = (undefined *)0x0;\n ppuVar1 = param_1;\n }\n return ppuVar1;\n}\n\n" (function_definition ...
(translation_unit (function_definition TYPE (pointer_declarator * (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) ))))) (compound_statement { (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (decl...
(function_definition "undefined ** FUN_0005a434(undefined **param_1)\n\n{\n undefined **ppuVar1;\n int local_8;\n \n ppuVar1 = &__DT_PLTGOT;\n for (local_8 = 0; local_8 < 5; local_8 = local_8 + 1) {\n param_1[local_8] = (undefined *)0x0;\n ppuVar1 = param_1;\n }\n return ppuVar1;\n}" (type_identifier "unde...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Unknown calling convention */ void function_1(type_1 *r) { int var_1; for (var_1 = 0; var_1 < 5; var_1 = var_1 + 1) { r->w[var_1] = 0; } return; }
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declara...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined ** MASKED(undefined **param_1) { undefined **ppuVar1; int local_8; ppuVar1 = &__DT_PLTGOT; for (local_8 = 0; local_8 < 5; local_8 = local_8 + 1) { param_1[local_8] = (undefined *)0x0; ppuVar1 = param...
144_i686-kfreebsd-gnu-addr2line_and_i686-kfreebsd-gnu-addr2line_strip.c
fseek
fseek
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseek(FILE *__stream,long __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ /* fseek@@GLIBC_2.0 */ ...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int fseek(FILE *__stream,long __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205956510')]
[('const-1', u'RETURN_-1205956510')]
null
null
00019058
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseek(FILE *__stream,long __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fseek(FILE *__stream,long __off,int __whence)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
(translation_unit "int fseek(FILE *__stream,long __off,int __whence)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fseek(FILE *__stream,long __off,int __whence)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fseek(FILE *__stream,long __off,int __...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argu...
(function_definition "int fseek(FILE *__stream,long __off,int __whence)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fseek(FILE *__stream,long __off,int __whence)" (identifier "fseek") (parameter_list "(FILE *__stream,long __off,int __whence)" (( "(") (parameter_declara...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(type_1 *__stream,long __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ /* fseek@@GLIBC_2....
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (i...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(FILE *__stream,long __off,int __whence) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
189_hppa64-linux-gnu-strings_and_hppa64-linux-gnu-strings_strip.c
strtol
strtol
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ long strtol(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ /* strtol@@GLIBC_2.0 *...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ long strtol(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
null
null
null
null
null
[('const-1', u'RETURN_-1205952206')]
[('const-1', u'RETURN_-1205952206')]
null
null
0001a128
x86
O0
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong strtol(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();...
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong strtol(char *__nptr,char **__endptr,int __base)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n ...
(translation_unit "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" long) (function_declarator "strtol(char ...
(translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * (pointer_declarator * IDENT))) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (exp...
(function_definition "long strtol(char *__nptr,char **__endptr,int __base)\n\n{\n \n halt_baddata();\n}" (sized_type_specifier "long" (long "long")) (function_declarator "strtol(char *__nptr,char **__endptr,int __base)" (identifier "strtol") (parameter_list "(char *__nptr,char **__endptr,int __base)...
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ long function_1(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ /* strtol@@GLIBC_2...
null
(translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (po...
null
/* WARNING: Control flow encountered bad instruction data */ /* WARNING: Unknown calling convention -- yet parameter storage is locked */ long MASKED(char *__nptr,char **__endptr,int __base) { /* WARNING: Bad instruction - Truncating control flow here */ halt_baddata(); }
83_ia64-linux-gnu-addr2line_and_ia64-linux-gnu-addr2line_strip.c
__do_global_dtors_aux
FUN_00012090
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void __do_global_dtors_aux(void) { if (completed_6888 == '\0') { if (PTR___cxa_finalize_00017fe4 != (unde...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void FUN_00012090(void) { if (DAT_00018220 == '\0') { if (PTR___cxa_finalize_00017fe4 != (undefined *)0x...
PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI PUSH EBX CALL 0x00011ff0 ADD EBX,0x5f65 SUB ESP,0xc CMP byte ptr [EBX + 0x220],0x0 JNZ 0x00012112 MOV EAX,dword ptr [EBX + 0xffffffe4] TEST EAX,EAX JZ 0x000120c8 SUB ESP,0xc PUSH dword ptr [EBX + 0x144] CALL 0x000114e0 ADD ESP,0x10 LEA EDI,[EBX + 0xfffffedc] LEA ESI,[EBX + 0xfffff...
null
null
null
null
[(u'INT_EQUAL_-1205985064', u'CBRANCH_-1205985057'), ('tmp_130', u'CBRANCH_-1205985057'), ('const-0', u'INT_EQUAL_-1205985064'), (u'CALL_-1205984816', u'INDIRECT_-1205984499'), ('const-1', u'COPY_-1205984814'), ('const-0', u'RETURN_-1205984770'), (u'MULTIEQUAL_-1205984491', u'COPY_-1205984544'), (u'CALL_-1205985004', u...
[(u'INT_EQUAL_-1205985064', u'CBRANCH_-1205985057'), ('tmp_130', u'CBRANCH_-1205985057'), ('const-0', u'INT_EQUAL_-1205985064'), (u'CALL_-1205984816', u'INDIRECT_-1205984499'), ('const-1', u'COPY_-1205984814'), ('const-0', u'RETURN_-1205984770'), (u'MULTIEQUAL_-1205984491', u'COPY_-1205984544'), (u'CALL_-1205985004', u...
null
null
00012090
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x000120e6) */\n/* WARNING: Removing unreachable block (ram,0x000120f0) */\n\nvoid FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_0...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x000120e6) */\n/* WARNING: Removing unreachable block (ram,0x000120f0) */\n\nvoid __do_global_dtors_aux(void)\n\n{\n if (completed_6888 == '\0') {\n if (PTR___cxa_...
(translation_unit "void FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}\n\n" (function_definition "void FUN_00012090(void)\n\n{\n if (D...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression...
(function_definition "void FUN_00012090(void)\n\n{\n if (DAT_00018220 == '\0') {\n if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) {\n __cxa_finalize(PTR_LOOP_00018144);\n }\n FUN_00012000();\n DAT_00018220 = '\x01';\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00012090(v...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void function_1(void) { if (var_1 == '\0') { if (var_2 != (type_1 *)0x0) { var_3(__dso_handle); ...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Removing unreachable block (ram,0x000120e6) */ /* WARNING: Removing unreachable block (ram,0x000120f0) */ void MASKED(void) { if (DAT_00018220 == '\0') { if (PTR___cxa_finalize_00017fe4 != (undefined *)0x0) { ...
307_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
lang_vers_match
FUN_00020ee0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ bfd_elf_version_expr * lang_vers_match(bfd_elf_version_expr_head *head,bfd_elf_version_expr *prev,char *sym) { undefined4 uVar1; char *__pattern; byte bVar2; char *__s2; uint uV...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 * FUN_00020ee0(int param_1,undefined4 *param_2,char *param_3) { undefined4 uVar1; char *__pattern; byte bVar2; char *__s2; uint uVar3; int iVar4; char *__s2_00; char *__name; undefined4 *puVar5; ch...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00017c50 ADD EBX,0x1a1117 SUB ESP,0x38 MOV EAX,dword ptr [EBX + 0xffffffa4] MOV EDI,dword ptr [EAX] PUSH -0x1 CALL 0x000162a0 LEA ESI,[EBX + 0x25e0] ADD ESP,0xc PUSH 0x0 PUSH dword ptr [ESP + 0x50] PUSH dword ptr [ESI + 0x34] CALL 0x00016a90 MOV dword ptr [ESP],EDI TEST EAX,EA...
null
null
null
null
[(u'INT_AND_-1206052413', u'INT_NOTEQUAL_-1206054065'), (u'INDIRECT_-1206051413', u'MULTIEQUAL_-1206051385'), (u'COPY_-1206051825', u'MULTIEQUAL_-1206052929'), ('tmp_2082', u'CBRANCH_-1206054027'), (u'INDIRECT_-1206051356', u'MULTIEQUAL_-1206051320'), (u'PTRSUB_-1206051373', u'LOAD_-1206053629'), (u'LOAD_-1206054052', ...
[(u'INT_AND_-1206052413', u'INT_NOTEQUAL_-1206054065'), (u'MULTIEQUAL_-1206051602', u'INT_NOTEQUAL_-1206054104'), ('const-417', u'LOAD_-1206053893'), ('const-42', u'INT_EQUAL_-1206054643'), (u'INDIRECT_-1206051413', u'MULTIEQUAL_-1206051385'), ('tmp_10029', u'INT_ADD_-1206054132'), ('tmp_2082', u'CBRANCH_-1206054027'),...
null
null
00020ee0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * FUN_00020ee0(int param_1,undefined4 *param_2,char *param_3)\n\n{\n undefined4 uVar1;\n char *__pattern;\n byte bVar2;\n char *__s2;\n uint uVar3;\n int iVar4;\n char *__s2_00;\n char *__na...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nbfd_elf_version_expr *\nlang_vers_match(bfd_elf_version_expr_head *head,bfd_elf_version_expr *prev,char *sym)\n\n{\n undefined4 uVar1;\n char *__pattern;\n byte bVa...
(translation_unit "undefined4 * FUN_00020ee0(int param_1,undefined4 *param_2,char *param_3)\n\n{\n undefined4 uVar1;\n char *__pattern;\n byte bVar2;\n char *__s2;\n uint uVar3;\n int iVar4;\n char *__s2_00;\n char *__name;\n undefined4 *puVar5;\n char *local_34;\n undefined1 local_28 [4];\n char *local_24;...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) ...
(function_definition "undefined4 * FUN_00020ee0(int param_1,undefined4 *param_2,char *param_3)\n\n{\n undefined4 uVar1;\n char *__pattern;\n byte bVar2;\n char *__s2;\n uint uVar3;\n int iVar4;\n char *__s2_00;\n char *__name;\n undefined4 *puVar5;\n char *local_34;\n undefined1 local_28 [4];\n char *local_...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ type_1 * function_1(type_2 *head,type_1 *var_7,char *var_15) { type_3 uVar1; char *var_13; type_4 var_12; char *var_3; type_5 var_4; int var_11; char *var_6; char *__name;...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ undefined4 * MASKED(int param_1,undefined4 *param_2,char *param_3) { undefined4 uVar1; char *__pattern; byte bVar2; char *__s2; uint uVar3; int iVar4; char *__s2_00; char *__name; undefined4 *puVar5; char *lo...
9273_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
_M_transform
FUN_00214920
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::collate<wchar_t>::_M_transform(wchar_t*, wchar_t const*, unsigned int) const */ void __thiscall std::collate<wchar_t>::_M_transform (collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2,uint param_3) { __w...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00214920(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { __wcsxfrm_l(param_2,param_3,param_4,*(undefined4 *)(param_1 + 8)); return; }
PUSH EBX CALL 0x00032730 ADD EBX,0xed6da SUB ESP,0x8 MOV EAX,dword ptr [ESP + 0x10] PUSH dword ptr [EAX + 0x8] PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] PUSH dword ptr [ESP + 0x20] CALL 0x00026700 ADD ESP,0x18 POP EBX RET
null
null
null
null
[('tmp_197', u'CALL_-1203877510'), (u'CAST_-1203877418', u'LOAD_-1203877551'), (u'LOAD_-1203877551', u'CALL_-1203877510'), ('const-417', u'LOAD_-1203877551'), ('const-1', u'PTRADD_-1203877489'), (u'PTRADD_-1203877489', u'CAST_-1203877418'), ('tmp_196', u'CALL_-1203877510'), ('tmp_198', u'CALL_-1203877510'), ('const-0',...
[('tmp_342', u'CALL_-1203877510'), (u'CAST_-1203877418', u'LOAD_-1203877551'), (u'LOAD_-1203877551', u'CALL_-1203877510'), (u'INT_ADD_-1203877535', u'CAST_-1203877418'), ('const-8', u'INT_ADD_-1203877535'), ('tmp_343', u'CALL_-1203877510'), ('tmp_340', u'INT_ADD_-1203877535'), ('const-417', u'LOAD_-1203877551'), ('tmp_...
null
null
00214920
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00214920(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n __wcsxfrm_l(param_2,param_3,param_4,*(undefined4 *)(param_1 + 8));\n return;\n}\n\n" comment (function_definitio...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::collate<wchar_t>::_M_transform(wchar_t*, wchar_t const*, unsigned int) const */\n\nvoid __thiscall\nstd::collate<wchar_t>::_M_transform\n (collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2...
(translation_unit "void FUN_00214920(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n __wcsxfrm_l(param_2,param_3,param_4,*(undefined4 *)(param_1 + 8));\n return;\n}\n\n" (function_definition "void FUN_00214920(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n _...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list...
(function_definition "void FUN_00214920(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4)\n\n{\n __wcsxfrm_l(param_2,param_3,param_4,*(undefined4 *)(param_1 + 8));\n return;\n}" (primitive_type "void") (function_declarator "FUN_00214920(int param_1,undefined4 param_2,undefined4 param_3,undefined4 ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* std::collate<wchar_t>::_M_transform(wchar_t*, wchar_t const*, unsigned int) const */ void __thiscall std::type_1<type_2>::function_1 (type_1<type_2> *var_2,type_2 *param_1,type_2 *param_2,type_3 param_3) { var_1(pa...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4) { __wcsxfrm_l(param_2,param_3,param_4,*(undefined4 *)(param_1 + 8)); return; }
3219_i686-gnu-dwp_and_i686-gnu-dwp_strip.c
layout_reloc<64,_true>
FUN_000a6d80
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original name: layout_reloc<64, true> DWARF original prototype: Output_section * layout_reloc<64,_true>(Layout * this, Sized_relobj_file<64,_true> * param_3, uint param_4, Shdr<64,_true> * shdr, Output_section * data_section, Relocatable_...
int FUN_000a6d80(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5, int param_6) { char *__s; uint uVar1; uint uVar2; size_t sVar3; int *piVar4; int iVar5; undefined4 extraout_ECX; int extraout_ECX_00; undefined4 extraout_ECX_01; undefined4 extraout_ECX_02;...
PUSH EBP MOV EBP,ESP PUSH EDI CALL 0x000559ee ADD EDI,0x2e8277 PUSH ESI PUSH EBX SUB ESP,0x3c LEA EAX,[EDI + 0x378] MOV EAX,dword ptr [EAX] MOV EAX,dword ptr [EAX + 0x8] TEST EAX,EAX JZ 0x000a70bb CMP byte ptr [EAX + 0x318d],0x0 JZ 0x000a6f20 MOV EAX,dword ptr [EBP + 0x14] MOV EAX,dword ptr [EAX] MOV ESI,dword ptr [EAX...
null
null
null
null
[('const-0', u'SUBPIECE_-1206553482'), (u'LOAD_-1206555195', u'INT_EQUAL_-1206555177'), (u'CAST_-1206552004', u'PTRSUB_-1206551986'), ('const-0', u'INT_EQUAL_-1206553641'), (u'INT_ADD_-1206552265', u'CAST_-1206552152'), ('tmp_4579', u'INT_ADD_-1206555002'), (u'COPY_-1206555124', u'MULTIEQUAL_-1206551945'), (u'INT_ADD_-...
[('const-4294967295', u'STORE_-1206554544'), ('const-1', u'PTRADD_-1206555145'), (u'COPY_-1206552717', u'MULTIEQUAL_-1206553010'), (u'CAST_-1206552470', u'PTRADD_-1206552451'), (u'LOAD_-1206555195', u'INT_EQUAL_-1206555177'), ('const-0', u'INT_EQUAL_-1206553641'), (u'CALL_-1206554653', u'SUBPIECE_-1206552526'), ('const...
null
null
000a6d80
x86
O0
(translation_unit "int FUN_000a6d80(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,\n int param_6)\n\n{\n char *__s;\n uint uVar1;\n uint uVar2;\n size_t sVar3;\n int *piVar4;\n int iVar5;\n undefined4 extraout_ECX;\n int extraout_ECX_00;\n undefined4 extraout_ECX_01;...
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original name: layout_reloc<64, true>\n DWARF original prototype: Output_section * layout_reloc<64,_true>(Layout * this,\n Sized_relobj_file<64,_true> * param_3, uint param_4, Shdr<64,_true> * shdr, Output_section *\n data...
(translation_unit "int FUN_000a6d80(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,\n int param_6)\n\n{\n char *__s;\n uint uVar1;\n uint uVar2;\n size_t sVar3;\n int *piVar4;\n int iVar5;\n undefined4 extraout_ECX;\n int extraout_ECX_00;\n undefined4 extraout_ECX_01;...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration ...
(function_definition "int FUN_000a6d80(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5,\n int param_6)\n\n{\n char *__s;\n uint uVar1;\n uint uVar2;\n size_t sVar3;\n int *piVar4;\n int iVar5;\n undefined4 extraout_ECX;\n int extraout_ECX_00;\n undefined4 extraout_ECX_...
/* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original name: layout_reloc<64, true> DWARF original prototype: Output_section * layout_reloc<64,_true>(Layout * this, Sized_relobj_file<64,_true> * param_3, uint param_4, Shdr<64,_true> * shdr, Output_section * data_section, Relocatable_...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
int MASKED(int param_1,undefined4 param_2,undefined4 param_3,int *param_4,int param_5, int param_6) { char *__s; uint uVar1; uint uVar2; size_t sVar3; int *piVar4; int iVar5; undefined4 extraout_ECX; int extraout_ECX_00; undefined4 extraout_ECX_01; undefined4 extraout_ECX_02; uin...
2858_i686-linux-gnu-gold_and_i686-linux-gnu-gold_strip.c
do_set_section_offset
FUN_00095c70
/* DWARF original prototype: void do_set_section_offset(Sized_relobj<64,_false> * this, uint shndx, uint64_t off) */ void __thiscall gold::Sized_relobj<64,_false>::do_set_section_offset (Sized_relobj<64,_false> *this,uint shndx,uint64_t off) { pointer puVar1; int unaff_EDI; __x86_get_pc_thunk_d...
void FUN_00095c70(int param_1,uint param_2,undefined4 param_3,undefined4 param_4) { int iVar1; uint uVar2; int unaff_EDI; FUN_00058c4a(); iVar1 = *(int *)(param_1 + 0x84); uVar2 = *(int *)(param_1 + 0x88) - iVar1 >> 3; if (param_2 < uVar2) { *(undefined4 *)(iVar1 + param_2 * 8) = param_3; *(u...
PUSH EDI CALL 0x00058c4a ADD EDI,0x2a938a PUSH ESI PUSH EBX MOV EAX,dword ptr [ESP + 0x10] MOV ESI,dword ptr [ESP + 0x14] MOV ECX,dword ptr [ESP + 0x18] MOV EDX,dword ptr [EAX + 0x84] MOV EAX,dword ptr [EAX + 0x88] MOV EBX,dword ptr [ESP + 0x1c] SUB EAX,EDX SAR EAX,0x3 CMP ESI,EAX JNC 0x00095cae MOV dword ptr [EDX + ES...
null
null
null
null
[(u'CAST_-1206493733', u'CALL_-1206493868'), (u'CAST_-1206493743', u'CALL_-1206493868'), (u'CAST_-1206493760', u'INT_LESS_-1206493951'), ('tmp_386', u'SUBPIECE_-1206493843'), (u'INT_LESS_-1206493951', u'CBRANCH_-1206493949'), (u'CAST_-1206493766', u'INT_SUB_-1206493993'), ('const-1827882', u'INT_ADD_-1206493893'), (u'P...
[('const-0', u'RETURN_-1206493908'), ('const-1791759', u'INT_ADD_-1206493878'), (u'INT_ADD_-1206493925', u'INT_ADD_-1206493923'), (u'INT_ADD_-1206494021', u'CAST_-1206493804'), ('const-2079', u'CALL_-1206493868'), ('tmp_643', u'STORE_-1206493937'), ('const-136', u'INT_ADD_-1206494012'), (u'INT_LESS_-1206493951', u'CBRA...
null
null
00095c70
x86
O0
(translation_unit "void FUN_00095c70(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EDI;\n \n FUN_00058c4a();\n iVar1 = *(int *)(param_1 + 0x84);\n uVar2 = *(int *)(param_1 + 0x88) - iVar1 >> 3;\n if (param_2 < uVar2) {\n *(undefined4 *)(iVar1 + pa...
(translation_unit "/* DWARF original prototype: void do_set_section_offset(Sized_relobj<64,_false> * this, uint shndx,\n uint64_t off) */\n\nvoid __thiscall\ngold::Sized_relobj<64,_false>::do_set_section_offset\n (Sized_relobj<64,_false> *this,uint shndx,uint64_t off)\n\n{\n pointer puVar1;\n int unaff_EDI...
(translation_unit "void FUN_00095c70(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EDI;\n \n FUN_00058c4a();\n iVar1 = *(int *)(param_1 + 0x84);\n uVar2 = *(int *)(param_1 + 0x88) - iVar1 >> 3;\n if (param_2 < uVar2) {\n *(undefined4 *)(iVar1 + pa...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (decl...
(function_definition "void FUN_00095c70(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n int iVar1;\n uint uVar2;\n int unaff_EDI;\n \n FUN_00058c4a();\n iVar1 = *(int *)(param_1 + 0x84);\n uVar2 = *(int *)(param_1 + 0x88) - iVar1 >> 3;\n if (param_2 < uVar2) {\n *(undefined4 *)(iVar1 +...
/* DWARF original prototype: void do_set_section_offset(Sized_relobj<64,_false> * this, uint shndx, uint64_t off) */ void __thiscall gold::Sized_relobj<64,_false>::do_set_section_offset (Sized_relobj<64,_false> *this,uint var_4,uint64_t off) { pointer var_6; int var_8; var_1(); var_6 = (this-...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type...
null
void MASKED(int param_1,uint param_2,undefined4 param_3,undefined4 param_4) { int iVar1; uint uVar2; int unaff_EDI; FUN_00058c4a(); iVar1 = *(int *)(param_1 + 0x84); uVar2 = *(int *)(param_1 + 0x88) - iVar1 >> 3; if (param_2 < uVar2) { *(undefined4 *)(iVar1 + param_2 * 8) = param_3; *(undefin...
2_hostid_and_hostid_strip.c
FUN_00011030
FUN_00011030
void FUN_00011030(void) { (*(code *)PTR_00019008)(); return; }
void FUN_00011030(void) { (*(code *)PTR_00019008)(); return; }
PUSH dword ptr [EBX + 0x4] JMP dword ptr [EBX + 0x8]
null
null
null
null
[(u'INDIRECT_-1205989234', u'COPY_-1205989293'), (u'CAST_-1205989226', u'CALLIND_-1205989307'), ('tmp_91', u'CAST_-1205989226'), ('const-1', u'RETURN_-1205989304'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989232'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989234'), (u'INDIRECT_-1205989232', u'COPY_-1205989291')]
[(u'INDIRECT_-1205989234', u'COPY_-1205989293'), (u'CAST_-1205989226', u'CALLIND_-1205989307'), ('tmp_91', u'CAST_-1205989226'), ('const-1', u'RETURN_-1205989304'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989232'), (u'CALLIND_-1205989307', u'INDIRECT_-1205989234'), (u'INDIRECT_-1205989232', u'COPY_-1205989291')]
null
null
00011030
x86
O0
(translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" pr...
(translation_unit "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}\n\n" (function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}" primitive_type (function_declarator "FUN_00011030(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 (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) ...
(function_definition "void FUN_00011030(void)\n\n{\n (*(code *)PTR_00019008)();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00011030(void)" (identifier "FUN_00011030") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(cod...
void function_1(void) { (*(type_1 *)PTR_00019008)(); 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_00019008)(); return; }
9782_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c
numpunct
FUN_0023aa50
/* std::numpunct<wchar_t>::numpunct(__locale_struct*, unsigned int) */ void __thiscall std::numpunct<wchar_t>::numpunct(numpunct<wchar_t> *this,__locale_struct *param_1,uint param_2) { undefined4 uVar1; int unaff_EDI; uVar1 = __x86_get_pc_thunk_di(); *(undefined4 *)(this + 8) = 0; *(uint *)(this + 4) = ...
void FUN_0023aa50(int *param_1,undefined4 param_2,int param_3) { undefined4 uVar1; int unaff_EDI; uVar1 = FUN_000559ee(); param_1[2] = 0; param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0); *param_1 = unaff_EDI + 0x153265; /* try { // try from 0023aa8c to 0023aa90 has its ...
PUSH EBP XOR EAX,EAX MOV EBP,ESP PUSH EDI CALL 0x000559ee ADD EDI,0x1545a5 PUSH ESI PUSH EBX SUB ESP,0x24 MOV EDX,dword ptr [EBP + 0x10] MOV ESI,dword ptr [EBP + 0x8] TEST EDX,EDX MOV dword ptr [ESI + 0x8],0x0 MOV EBX,EDI SETNZ AL MOV dword ptr [ESI + 0x4],EAX LEA EAX,[EDI + 0xffffecb8] ADD EAX,0x8 MOV dword ptr [ESI],...
null
null
null
null
[(u'CAST_-1203983508', u'INT_RIGHT_-1203983544'), ('const-0', u'RETURN_-1203983587'), ('const-417', u'STORE_-1203983681'), (u'CAST_-1203983518', u'STORE_-1203983699'), ('const-417', u'STORE_-1203983656'), ('tmp_333', u'CALL_-1203983635'), (u'INT_RIGHT_-1203983544', u'SUBPIECE_-1203983560'), ('tmp_334', u'CALL_-12039836...
[('tmp_558', u'STORE_-1203983656'), ('const-417', u'STORE_-1203983699'), ('const-0', u'RETURN_-1203983587'), ('tmp_558', u'CALL_-1203983635'), ('const-1389157', u'INT_ADD_-1203983651'), ('const-2', u'PTRADD_-1203983520'), ('tmp_406', u'INT_ADD_-1203983651'), ('const-0', u'SUBPIECE_-1203983562'), ('tmp_559', u'CALL_-120...
null
null
0023aa50
x86
O0
(translation_unit "void FUN_0023aa50(int *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_000559ee();\n param_1[2] = 0;\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);\n *param_1 = unaff_EDI + 0x153265;\n /* try { // try from 0...
(translation_unit "/* std::numpunct<wchar_t>::numpunct(__locale_struct*, unsigned int) */\n\nvoid __thiscall\nstd::numpunct<wchar_t>::numpunct(numpunct<wchar_t> *this,__locale_struct *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = __x86_get_pc_thunk_di();\n *(undefined4 *)(this + 8) =...
(translation_unit "void FUN_0023aa50(int *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_000559ee();\n param_1[2] = 0;\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);\n *param_1 = unaff_EDI + 0x153265;\n \n FUN_00232f40(param...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_stateme...
(function_definition "void FUN_0023aa50(int *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n int unaff_EDI;\n \n uVar1 = FUN_000559ee();\n param_1[2] = 0;\n param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0);\n *param_1 = unaff_EDI + 0x153265;\n \n FUN_00232f40(pa...
/* std::numpunct<wchar_t>::numpunct(__locale_struct*, unsigned int) */ void __thiscall std::function_1<wchar_t>::function_1(function_1<wchar_t> *var_2,type_1 *param_1,type_2 var_4) { type_3 uVar1; int var_5; uVar1 = var_1(); *(type_3 *)(var_2 + 8) = 0; *(type_2 *)(var_2 + 4) = var_3((int3)((type_2)uVar1...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identif...
null
void MASKED(int *param_1,undefined4 param_2,int param_3) { undefined4 uVar1; int unaff_EDI; uVar1 = FUN_000559ee(); param_1[2] = 0; param_1[1] = CONCAT31((int3)((uint)uVar1 >> 8),param_3 != 0); *param_1 = unaff_EDI + 0x153265; /* try { // try from 0023aa8c to 0023aa90 has its CatchH...
43_aarch64-linux-gnu-readelf_and_aarch64-linux-gnu-readelf_strip.c
snprintf
snprintf
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int snprintf(char *__s,size_t __maxlen,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_snprintf_000b40ac)(); return iVar1; }
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int snprintf(char *__s,size_t __maxlen,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_snprintf_000b40ac)(); return iVar1; }
JMP dword ptr [EBX + 0xac]
null
null
null
null
[(u'CALLIND_-1205980470', u'INDIRECT_-1205980397'), (u'CAST_-1205980389', u'CALLIND_-1205980470'), (u'INDIRECT_-1205980397', u'COPY_-1205980456'), ('tmp_77', u'CAST_-1205980389'), ('const-0', u'RETURN_-1205980467'), (u'CALLIND_-1205980470', u'RETURN_-1205980467')]
[(u'CALLIND_-1205980470', u'INDIRECT_-1205980397'), (u'CAST_-1205980389', u'CALLIND_-1205980470'), (u'INDIRECT_-1205980397', u'COPY_-1205980456'), ('tmp_77', u'CAST_-1205980389'), ('const-0', u'RETURN_-1205980467'), (u'CALLIND_-1205980470', u'RETURN_-1205980467')]
null
null
000132c0
x86
O0
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_000b40ac)();\n return iVar1;\n}\n\n" comment (function_definition "int snprintf(char *__s,size_t __maxle...
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_000b40ac)();\n return iVar1;\n}\n\n" comment (function_definition "int snprintf(char *__s,size_t __maxle...
(translation_unit "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_000b40ac)();\n return iVar1;\n}\n\n" (function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_000b40ac)...
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT...
(function_definition "int snprintf(char *__s,size_t __maxlen,char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_snprintf_000b40ac)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "snprintf(char *__s,size_t __maxlen,char *__format,...)" (identifier "snprintf") (parameter_list "(char ...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int function_1(char *__s,size_t __maxlen,char *__format,...) { int iVar1; iVar1 = (*(type_1 *)PTR_snprintf_000b40ac)(); return iVar1; }
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifi...
null
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ int MASKED(char *__s,size_t __maxlen,char *__format,...) { int iVar1; iVar1 = (*(code *)PTR_MASKED_000b40ac)(); return iVar1; }
185_alpha-linux-gnu-objcopy_and_alpha-linux-gnu-objcopy_strip.c
is_specified_symbol
FUN_000179c0
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ bfd_boolean __regparm3 is_specified_symbol(char *name,htab_t htab) { int iVar1; is_specified_symbol_predicate_data data; if (wildcard == 0) { iVar1 = htab_find(htab,name); return (uint)(iVar1 != 0); } data.fo...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint __regparm3 FUN_000179c0(undefined4 param_1,undefined4 param_2) { int iVar1; undefined4 local_14; uint local_10; undefined4 uStack_8; uStack_8 = 0x179c6; if (DAT_00040b34 == 0) { iVar1 = htab_find(param_2,...
PUSH EBX CALL 0x000166c0 ADD EBX,0x2863a SUB ESP,0x18 MOV ECX,dword ptr [EBX + 0xb34] TEST ECX,ECX JNZ 0x000179f8 SUB ESP,0x8 PUSH EAX PUSH EDX CALL 0x000137d0 ADD ESP,0x10 TEST EAX,EAX SETNZ AL ADD ESP,0x18 MOVZX EAX,AL POP EBX RET MOV dword ptr [ESP + 0x8],EAX SUB ESP,0x4 MOV dword ptr [ESP + 0x10],0x0 LEA EAX,[ESP +...
null
null
null
null
[(u'CALL_-1205962212', u'INDIRECT_-1205961998'), ('tmp_433', u'CALL_-1205962090'), (u'CALL_-1205962090', u'INDIRECT_-1205961952'), (u'INDIRECT_-1205961945', u'COPY_-1205961986'), ('tmp_719', u'INT_EQUAL_-1205962241'), (u'CALL_-1205962090', u'INDIRECT_-1205961945'), (u'INT_NOTEQUAL_-1205962185', u'INT_ZEXT_-1205962156')...
[(u'CALL_-1205962212', u'INDIRECT_-1205961998'), (u'CALL_-1205962090', u'INDIRECT_-1205961950'), ('const-96710', u'COPY_-1205962298'), ('tmp_513', u'CALL_-1205962212'), (u'CALL_-1205962090', u'INDIRECT_-1205961952'), (u'INDIRECT_-1205961945', u'COPY_-1205961986'), ('tmp_719', u'INT_EQUAL_-1205962241'), (u'CALL_-1205962...
null
null
000179c0
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint __regparm3 FUN_000179c0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 local_14;\n uint local_10;\n undefined4 uStack_8;\n \n uStack_8 = 0x179c6;\n if (DAT_00040b34 == 0) {\n...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 is_specified_symbol(char *name,htab_t htab)\n\n{\n int iVar1;\n is_specified_symbol_predicate_data data;\n \n if (wildcard == 0) {\n iVar1 = htab_find(htab,name);\n return (uint...
(translation_unit "uint __regparm3 FUN_000179c0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 local_14;\n uint local_10;\n undefined4 uStack_8;\n \n uStack_8 = 0x179c6;\n if (DAT_00040b34 == 0) {\n iVar1 = htab_find(param_2,param_1);\n return (uint)(iVar1 != 0);\n }\n local_10 = 0...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression...
(function_definition "uint __regparm3 FUN_000179c0(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 local_14;\n uint local_10;\n undefined4 uStack_8;\n \n uStack_8 = 0x179c6;\n if (DAT_00040b34 == 0) {\n iVar1 = htab_find(param_2,param_1);\n return (uint)(iVar1 != 0);\n }\n local_10 ...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ type_1 __regparm3 function_1(char *name,type_2 htab) { int var_3; type_3 data; if (var_1 == 0) { var_3 = var_2(htab,name); return (uint)(var_3 != 0); } data.found = 0; data.name = name; var_4(htab,is_spec...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bo...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ uint __regparm3 MASKED(undefined4 param_1,undefined4 param_2) { int iVar1; undefined4 local_14; uint local_10; undefined4 uStack_8; uStack_8 = 0x179c6; if (DAT_00040b34 == 0) { iVar1 = htab_find(param_2,param_...
122_s390x-linux-gnu-nm_and_s390x-linux-gnu-nm_strip.c
print_symbol_info_sysv
FUN_00014a40
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void print_symbol_info_sysv(extended_symbol_info *info,bfd *abfd) { uchar uVar1; combined_entry_type *pcVar2; byte bVar3; ushort uVar4; int iVar5; char *pcVar6; bfd *abfd_00...
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void FUN_00014a40(int *param_1) { char cVar1; byte bVar2; ushort uVar3; int iVar4; char *pcVar5; int *piVar6; undefined4 uVar7; uint uVar8; FUN_00012c70(); iVar4 = bfd_is_undefined_symclass((int)*(char *)(...
PUSH EBP PUSH EDI PUSH ESI PUSH EBX CALL 0x00012a60 ADD EBX,0x85b7 SUB ESP,0xc MOV ESI,dword ptr [ESP + 0x20] MOV ECX,dword ptr [ESP + 0x24] MOV EAX,dword ptr [ESI] MOV EDX,dword ptr [EAX + 0xc] LEA EAX,[EBX + 0xffffb12e] CALL 0x00012c70 MOV EAX,dword ptr [ESI] SUB ESP,0xc MOVSX EAX,byte ptr [EAX + 0x8] PUSH EAX CALL 0...
null
null
null
null
[(u'PTRSUB_-1205971600', u'LOAD_-1205974153'), (u'PTRSUB_-1205970945', u'LOAD_-1205973113'), ('const-98621', u'COPY_-1205971630'), (u'INDIRECT_-1205971424', u'COPY_-1205971449'), (u'INDIRECT_-1205970956', u'MULTIEQUAL_-1205971240'), (u'CALL_-1205973516', u'INDIRECT_-1205971627'), (u'PTRSUB_-1205971449', u'PTRSUB_-12059...
[(u'CALL_-1205974253', u'INDIRECT_-1205971812'), ('const-98582', u'COPY_-1205972899'), ('const-417', u'LOAD_-1205974240'), ('const-4', u'PTRADD_-1205971023'), (u'LOAD_-1205972719', u'CALL_-1205972706'), ('const-0', u'INT_EQUAL_-1205972013'), ('const-0', u'RETURN_-1205973087'), ('const-98587', u'COPY_-1205972525'), (u'L...
null
null
00014a40
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00014a40(int *param_1)\n\n{\n char cVar1;\n byte bVar2;\n ushort uVar3;\n int iVar4;\n char *pcVar5;\n int *piVar6;\n undefined4 uVar7;\n uint uVar8;\n \n FUN_00012c70();\n iVar4 = bfd_is_u...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid print_symbol_info_sysv(extended_symbol_info *info,bfd *abfd)\n\n{\n uchar uVar1;\n combined_entry_type *pcVar2;\n byte bVar3;\n ushort uVar4;\n int iVar5;\n ...
(translation_unit "void FUN_00014a40(int *param_1)\n\n{\n char cVar1;\n byte bVar2;\n ushort uVar3;\n int iVar4;\n char *pcVar5;\n int *piVar6;\n undefined4 uVar7;\n uint uVar8;\n \n FUN_00012c70();\n iVar4 = bfd_is_undefined_symclass((int)*(char *)(*param_1 + 8));\n if (iVar4 == 0) {\n FUN_00014480();\n...
(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 (pointer_declarator *...
(function_definition "void FUN_00014a40(int *param_1)\n\n{\n char cVar1;\n byte bVar2;\n ushort uVar3;\n int iVar4;\n char *pcVar5;\n int *piVar6;\n undefined4 uVar7;\n uint uVar8;\n \n FUN_00012c70();\n iVar4 = bfd_is_undefined_symclass((int)*(char *)(*param_1 + 8));\n if (iVar4 == 0) {\n FUN_00014480()...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ void function_1(type_1 *info,type_2 *abfd) { type_3 var_7; type_4 *pcVar2; type_5 bVar3; type_6 var_8; int var_3; char *pcVar6; type_2 *var_17; type_7 *var_16; int *piVa...
null
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) dec...
null
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ void MASKED(int *param_1) { char cVar1; byte bVar2; ushort uVar3; int iVar4; char *pcVar5; int *piVar6; undefined4 uVar7; uint uVar8; FUN_00012c70(); iVar4 = bfd_is_undefined_symclass((int)*(char *)(*param...
6478_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c
define_special_symbol<64,_true>
FUN_00187430
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original name: define_special_symbol<64, true> DWARF original prototype: Sized_symbol<64> * define_special_symbol<64,_true>(Symbol_table * this, char * *...
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * FUN_00187430(int param_1,undefined4 *param_2,int *param_3,char param_4,int param_5, undefined4 *param_6,undefined1 *param_7,char param_8) { byte bVar1; int *piVar2; code *pcVar3; undefined1 *puVa...
CALL 0x000559e6 ADD EAX,0x207bcb PUSH EBP MOV EBP,ESP PUSH EDI PUSH ESI LEA ECX,[EBP + -0x28] PUSH EBX SUB ESP,0x6c MOV ESI,dword ptr [EBP + 0x24] MOV EDI,dword ptr [EBP + 0x14] MOV dword ptr [EBP + -0x58],EAX MOV EBX,dword ptr [EBP + 0xc] MOV dword ptr [EBP + -0x60],ECX MOV EAX,ESI MOV dword ptr [EBP + -0x30],ECX MOV ...
null
null
null
null
[(u'CALL_-1207469479', u'INDIRECT_-1207468079'), (u'LOAD_-1207469495', u'COPY_-1207465694'), ('const-0', u'COPY_-1207469409'), ('const-0', u'COPY_-1207465856'), (u'CALL_-1207468668', u'INDIRECT_-1207465768'), (u'MULTIEQUAL_-1207466381', u'CAST_-1207465850'), (u'MULTIEQUAL_-1207466381', u'CALL_-1207469845'), (u'MULTIEQU...
[(u'CALL_-1207469435', u'INDIRECT_-1207465132'), (u'CALL_-1207470791', u'INDIRECT_-1207467145'), ('const-4294967212', u'PTRSUB_-1207465137'), (u'MULTIEQUAL_-1207467961', u'STORE_-1207469294'), ('const-4294967280', u'INT_ADD_-1207468521'), (u'CALL_-1207470241', u'INDIRECT_-1207467239'), (u'INDIRECT_-1207465834', u'MULTI...
null
null
00187430
x86
O0
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 *\nFUN_00187430(int param_1,undefined4 *param_2,int *param_3,char param_4,int param_5,\n undefined4 *param_6,undefined1 *param_7,char param_8)\n\n{\n byte bVar1;\n int *piVar2;\n code ...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original name: define_special_symbol<64, true>\n DWARF original prototype: Sized_symbol<64> * define_special_symbol<64,_true>(Symbol_tabl...
(translation_unit "undefined4 *\nFUN_00187430(int param_1,undefined4 *param_2,int *param_3,char param_4,int param_5,\n undefined4 *param_6,undefined1 *param_7,char param_8)\n\n{\n byte bVar1;\n int *piVar2;\n code *pcVar3;\n undefined1 *puVar4;\n char cVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;...
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_decl...
(function_definition "undefined4 *\nFUN_00187430(int param_1,undefined4 *param_2,int *param_3,char param_4,int param_5,\n undefined4 *param_6,undefined1 *param_7,char param_8)\n\n{\n byte bVar1;\n int *piVar2;\n code *pcVar3;\n undefined1 *puVar4;\n char cVar5;\n undefined4 *puVar6;\n undefined4 *puVa...
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ /* WARNING: Enum "DT": Some values do not have unique names */ /* DWARF original name: define_special_symbol<64, true> DWARF original prototype: Sized_symbol<64> * define_special_symbol<64,_true>(Symbol_table * this, char * *...
null
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer...
null
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */ undefined4 * MASKED(int param_1,undefined4 *param_2,int *param_3,char param_4,int param_5, undefined4 *param_6,undefined1 *param_7,char param_8) { byte bVar1; int *piVar2; code *pcVar3; undefined1 *puVar4; ...
164_libmicrohttpd.so.12.56_and_libmicrohttpd.so.12.56_strip.c
resume_suspended_connections
FUN_0001a336
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ /* WARNING: Enum "MHD_FLAG": Some values do not have unique names */ MHD_Result resume_suspended_connections(MHD_Daemon *daemon) { MHD_UpgradeResponseHandle *pMVar1; MHD_Connection *p...
undefined4 __regparm3 FUN_0001a336(undefined4 param_1,undefined4 param_2) { int iVar1; undefined4 uVar2; ssize_t sVar3; int *piVar4; int unaff_EBX; undefined1 *puVar5; puVar5 = &stack0xfffffffc; entry(param_2,0x1a342); *(undefined4 *)(puVar5 + -0x18) = 0; puVar5[-0x19] = (*(uint *)(*(int *)(puV...
PUSH EBP MOV EBP,ESP PUSH EBX SUB ESP,0x24 CALL 0x00012350 ADD EBX,0x17cbe MOV dword ptr [EBP + -0x18],0x0 MOV EAX,dword ptr [EBP + 0x8] MOV EAX,dword ptr [EAX + 0xf4] AND EAX,0x4 TEST EAX,EAX SETNZ AL MOV byte ptr [EBP + -0x19],AL MOV dword ptr [EBP + -0x14],0x0 MOV EAX,dword ptr [EBP + 0x8] ADD EAX,0xac SUB ESP,0xc P...
null
null
null
null
[('const-417', u'LOAD_-1205951096'), (u'LOAD_-1205950148', u'PTRSUB_-1205948849'), ('const-8', u'PTRSUB_-1205949039'), (u'MULTIEQUAL_-1205948908', u'CALLIND_-1205950118'), (u'COPY_-1205948442', u'PTRSUB_-1205948890'), (u'PTRSUB_-1205948468', u'LOAD_-1205949594'), (u'LOAD_-1205949956', u'PTRSUB_-1205948627'), (u'INDIREC...
[('const-48', u'INT_ADD_-1205950431'), ('const-60', u'INT_ADD_-1205950024'), ('const-417', u'LOAD_-1205950142'), (u'INT_ADD_-1205950581', u'CAST_-1205949028'), ('const-417', u'LOAD_-1205950013'), (u'CAST_-1205949450', u'LOAD_-1205951430'), (u'CAST_-1205949231', u'LOAD_-1205950844'), ('const-0', u'STORE_-1205950773'), (...
null
null
0001a336
x86
O0
(translation_unit "undefined4 __regparm3 FUN_0001a336(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n ssize_t sVar3;\n int *piVar4;\n int unaff_EBX;\n undefined1 *puVar5;\n \n puVar5 = &stack0xfffffffc;\n entry(param_2,0x1a342);\n *(undefined4 *)(puVar5 + -0x18) = 0;\n puVar5[-...
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n/* WARNING: Enum "MHD_FLAG": Some values do not have unique names */\n\nMHD_Result resume_suspended_connections(MHD_Daemon *daemon)\n\n{\n MHD_UpgradeResponseHandle *pM...
(translation_unit "undefined4 __regparm3 FUN_0001a336(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n ssize_t sVar3;\n int *piVar4;\n int unaff_EBX;\n undefined1 *puVar5;\n \n puVar5 = &stack0xfffffffc;\n entry(param_2,0x1a342);\n *(undefined4 *)(puVar5 + -0x18) = 0;\n puVar5[-...
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator ...
(function_definition "undefined4 __regparm3 FUN_0001a336(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n undefined4 uVar2;\n ssize_t sVar3;\n int *piVar4;\n int unaff_EBX;\n undefined1 *puVar5;\n \n puVar5 = &stack0xfffffffc;\n entry(param_2,0x1a342);\n *(undefined4 *)(puVar5 + -0x18) = 0;\n puVar...
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */ /* WARNING: Unknown calling convention */ /* WARNING: Enum "MHD_FLAG": Some values do not have unique names */ type_1 function_1(type_2 *daemon) { type_3 *var_6; type_4 *pMVar2; int var_4; type_5 tVar4; ssize_t var_17; ...
null
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) bo...
null
undefined4 __regparm3 MASKED(undefined4 param_1,undefined4 param_2) { int iVar1; undefined4 uVar2; ssize_t sVar3; int *piVar4; int unaff_EBX; undefined1 *puVar5; puVar5 = &stack0xfffffffc; entry(param_2,0x1a342); *(undefined4 *)(puVar5 + -0x18) = 0; puVar5[-0x19] = (*(uint *)(*(int *)(puVar5 + ...