file_name
stringlengths 21
83
| original_function_name
stringlengths 1
716
| stripped_function_name
stringlengths 3
50
| decompiled_code_original
stringlengths 44
263k
⌀ | decompiled_code_stripped
stringlengths 41
208k
⌀ | assembly_code
stringlengths 3
168k
⌀ | dataflowgraph_original
float64 | dataflowgraph_stripped
float64 | graphImage_original
float64 | graphImage_stripped
float64 | pcode_edges_original
stringlengths 11
5.24M
| pcode_edges_stripped
stringlengths 11
3.12M
| pcode_graph_original
float64 | pcode_graph_stripped
float64 | address
stringlengths 8
8
| arch
stringclasses 1
value | opt_level
stringclasses 1
value | S-Expression_of_decompiled_code_stripped
stringlengths 338
5.73M
⌀ | S-Expression_decompiled_code_original
stringlengths 367
7.15M
⌀ | S-Expression_decompiled_code_original_noisy
stringlengths 289
5.55M
⌀ | S-Expression_decompiled_code_original_clean
stringlengths 148
531k
⌀ | S-Expression_decompiled_code_original_root
stringlengths 291
5.61M
⌀ | Replace_function_name_and_variable_name
stringlengths 39
247k
⌀ | S-Expression_decompiled_code_stripped
float64 | Root Node
stringlengths 225
747k
⌀ | decompiled_code_original_masked
float64 | decompiled_code_stripped_masked
stringlengths 35
208k
⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
462_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
|
ld_cleanup
|
FUN_0002ea20
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void ld_cleanup(void)
{
bfd_cache_close_all();
plugin_call_cleanup();
if ((output_filename != (char *)0x0) && (delete_output_file_on_failure != 0)) {
unlink_if_ordinary(output_filename);
return;
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0002ea20(void)
{
bfd_cache_close_all();
FUN_00038900();
if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {
unlink_if_ordinary(PTR_s_a_out_001c241c);
return;
}
return;
}
|
PUSH EBX
CALL 0x00017c50
ADD EBX,0x1935da
SUB ESP,0x8
CALL 0x00016ac0
CALL 0x00038900
MOV EAX,dword ptr [EBX + 0x41c]
TEST EAX,EAX
JZ 0x0002ea4f
LEA EDX,[EBX + 0x1844]
MOV EDX,dword ptr [EDX]
TEST EDX,EDX
JNZ 0x0002ea58
ADD ESP,0x8
POP EBX
RET
SUB ESP,0xc
PUSH EAX
CALL 0x00016920
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET
| null | null | null | null |
[(u'INDIRECT_-1205998795', u'INT_NOTEQUAL_-1205998966'), (u'INDIRECT_-1205998795', u'COPY_-1205998822'), (u'INDIRECT_-1205998759', u'COPY_-1205998805'), (u'INT_NOTEQUAL_-1205998992', u'CBRANCH_-1205998992'), (u'INT_NOTEQUAL_-1205998966', u'CBRANCH_-1205998965'), (u'INDIRECT_-1205998800', u'CALL_-1205998917'), (u'INDIRECT_-1205998800', u'INT_NOTEQUAL_-1205998992'), (u'CALL_-1205999024', u'INDIRECT_-1205998801'), ('const-0', u'RETURN_-1205998877'), ('const-0', u'INT_NOTEQUAL_-1205998992'), ('const-0', u'INT_NOTEQUAL_-1205998966'), (u'CALL_-1205998917', u'INDIRECT_-1205998754'), (u'CALL_-1205999024', u'INDIRECT_-1205998806'), (u'CALL_-1205998917', u'INDIRECT_-1205998759'), ('tmp_154', u'CBRANCH_-1205998965'), ('tmp_116', u'CBRANCH_-1205998992'), (u'INDIRECT_-1205998754', u'COPY_-1205998800'), (u'CALL_-1205999016', u'INDIRECT_-1205998795'), (u'CALL_-1205999016', u'INDIRECT_-1205998800'), ('const-0', u'RETURN_-1205998938'), (u'INDIRECT_-1205998800', u'COPY_-1205998827')]
|
[(u'INDIRECT_-1205998795', u'INT_NOTEQUAL_-1205998966'), (u'INDIRECT_-1205998795', u'COPY_-1205998822'), (u'INDIRECT_-1205998759', u'COPY_-1205998805'), (u'INT_NOTEQUAL_-1205998992', u'CBRANCH_-1205998992'), (u'INT_NOTEQUAL_-1205998966', u'CBRANCH_-1205998965'), (u'INDIRECT_-1205998800', u'CALL_-1205998917'), (u'INDIRECT_-1205998800', u'INT_NOTEQUAL_-1205998992'), (u'CALL_-1205999024', u'INDIRECT_-1205998801'), ('const-0', u'RETURN_-1205998877'), ('const-0', u'INT_NOTEQUAL_-1205998992'), ('const-0', u'INT_NOTEQUAL_-1205998966'), (u'CALL_-1205998917', u'INDIRECT_-1205998754'), (u'CALL_-1205999024', u'INDIRECT_-1205998806'), (u'CALL_-1205998917', u'INDIRECT_-1205998759'), ('tmp_154', u'CBRANCH_-1205998965'), ('tmp_116', u'CBRANCH_-1205998992'), (u'INDIRECT_-1205998754', u'COPY_-1205998800'), (u'CALL_-1205999016', u'INDIRECT_-1205998795'), (u'CALL_-1205999016', u'INDIRECT_-1205998800'), ('const-0', u'RETURN_-1205998938'), (u'INDIRECT_-1205998800', u'COPY_-1205998827')]
| null | null |
0002ea20
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0002ea20(void)\n\n{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}\n\n" comment (function_definition "void FUN_0002ea20(void)\n\n{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0002ea20(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}" { (expression_statement "bfd_cache_close_all();" (call_expression "bfd_cache_close_all()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00038900();" (call_expression "FUN_00038900()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }" if (parenthesized_expression "((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0))" ( (binary_expression "(PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)" (parenthesized_expression "(PTR_s_a_out_001c241c != (undefined *)0x0)" ( (binary_expression "PTR_s_a_out_001c241c != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(DAT_001c3844 != 0)" ( (binary_expression "DAT_001c3844 != 0" identifier != number_literal) ))) )) (compound_statement "{\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }" { (expression_statement "unlink_if_ordinary(PTR_s_a_out_001c241c);" (call_expression "unlink_if_ordinary(PTR_s_a_out_001c241c)" identifier (argument_list "(PTR_s_a_out_001c241c)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(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\nvoid ld_cleanup(void)\n\n{\n bfd_cache_close_all();\n plugin_call_cleanup();\n if ((output_filename != (char *)0x0) && (delete_output_file_on_failure != 0)) {\n unlink_if_ordinary(output_filename);\n return;\n }\n return;\n}\n\n" comment comment (function_definition "void ld_cleanup(void)\n\n{\n bfd_cache_close_all();\n plugin_call_cleanup();\n if ((output_filename != (char *)0x0) && (delete_output_file_on_failure != 0)) {\n unlink_if_ordinary(output_filename);\n return;\n }\n return;\n}" primitive_type (function_declarator "ld_cleanup(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n bfd_cache_close_all();\n plugin_call_cleanup();\n if ((output_filename != (char *)0x0) && (delete_output_file_on_failure != 0)) {\n unlink_if_ordinary(output_filename);\n return;\n }\n return;\n}" { (expression_statement "bfd_cache_close_all();" (call_expression "bfd_cache_close_all()" identifier (argument_list "()" ( ))) ;) (expression_statement "plugin_call_cleanup();" (call_expression "plugin_call_cleanup()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((output_filename != (char *)0x0) && (delete_output_file_on_failure != 0)) {\n unlink_if_ordinary(output_filename);\n return;\n }" if (parenthesized_expression "((output_filename != (char *)0x0) && (delete_output_file_on_failure != 0))" ( (binary_expression "(output_filename != (char *)0x0) && (delete_output_file_on_failure != 0)" (parenthesized_expression "(output_filename != (char *)0x0)" ( (binary_expression "output_filename != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(delete_output_file_on_failure != 0)" ( (binary_expression "delete_output_file_on_failure != 0" identifier != number_literal) ))) )) (compound_statement "{\n unlink_if_ordinary(output_filename);\n return;\n }" { (expression_statement "unlink_if_ordinary(output_filename);" (call_expression "unlink_if_ordinary(output_filename)" identifier (argument_list "(output_filename)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0002ea20(void)\n\n{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0002ea20(void)\n\n{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0002ea20(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}" { (expression_statement "bfd_cache_close_all();" (call_expression "bfd_cache_close_all()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00038900();" (call_expression "FUN_00038900()" identifier (argument_list "()" ( ))) ;) (if_statement "if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }" if (parenthesized_expression "((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0))" ( (binary_expression "(PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)" (parenthesized_expression "(PTR_s_a_out_001c241c != (undefined *)0x0)" ( (binary_expression "PTR_s_a_out_001c241c != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(DAT_001c3844 != 0)" ( (binary_expression "DAT_001c3844 != 0" identifier != number_literal) ))) )) (compound_statement "{\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }" { (expression_statement "unlink_if_ordinary(PTR_s_a_out_001c241c);" (call_expression "unlink_if_ordinary(PTR_s_a_out_001c241c)" identifier (argument_list "(PTR_s_a_out_001c241c)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0002ea20(void)\n\n{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002ea20(void)" (identifier "FUN_0002ea20") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n bfd_cache_close_all();\n FUN_00038900();\n if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }\n return;\n}" ({ "{") (expression_statement "bfd_cache_close_all();" (call_expression "bfd_cache_close_all()" (identifier "bfd_cache_close_all") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00038900();" (call_expression "FUN_00038900()" (identifier "FUN_00038900") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }" (if "if") (parenthesized_expression "((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0))" (( "(") (binary_expression "(PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)" (parenthesized_expression "(PTR_s_a_out_001c241c != (undefined *)0x0)" (( "(") (binary_expression "PTR_s_a_out_001c241c != (undefined *)0x0" (identifier "PTR_s_a_out_001c241c") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(DAT_001c3844 != 0)" (( "(") (binary_expression "DAT_001c3844 != 0" (identifier "DAT_001c3844") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n unlink_if_ordinary(PTR_s_a_out_001c241c);\n return;\n }" ({ "{") (expression_statement "unlink_if_ordinary(PTR_s_a_out_001c241c);" (call_expression "unlink_if_ordinary(PTR_s_a_out_001c241c)" (identifier "unlink_if_ordinary") (argument_list "(PTR_s_a_out_001c241c)" (( "(") (identifier "PTR_s_a_out_001c241c") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
var_1();
var_2();
if ((var_3 != (char *)0x0) && (var_4 != 0)) {
var_5(var_3);
return;
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
bfd_cache_close_all();
FUN_00038900();
if ((PTR_s_a_out_001c241c != (undefined *)0x0) && (DAT_001c3844 != 0)) {
unlink_if_ordinary(PTR_s_a_out_001c241c);
return;
}
return;
}
|
4663_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
add_global_pair_with_rel
|
FUN_0010bfc0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_global_pair_with_rel(Output_data_got<32,_false> * this, Symbol
* gsym, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type_1, uint r_type_2) */
void __thiscall
gold::Output_data_got<32,_false>::add_global_pair_with_rel
(Output_data_got<32,_false> *this,Symbol *gsym,uint got_type,
Output_data_reloc_generic *rel_dyn,uint r_type_1,uint r_type_2)
{
uint uVar1;
Got_entry got_entry_1;
Got_entry got_entry_2;
uint uVar2;
Got_offset_list *pGVar3;
int iVar4;
Got_offset_list *pGVar5;
undefined4 *puVar6;
undefined4 *puVar7;
undefined4 in_stack_ffffff98;
undefined4 in_stack_ffffff9c;
undefined4 in_stack_ffffffa0;
undefined4 in_stack_ffffffa4;
undefined4 in_stack_ffffffa8;
undefined4 in_stack_ffffffac;
undefined4 in_stack_ffffffb0;
undefined4 in_stack_ffffffb4;
undefined4 local_3c [10];
undefined4 uStack_14;
uStack_14 = 0x10bfc9;
pGVar5 = &gsym->got_offsets_;
if (pGVar5 == (Got_offset_list *)0x0) {
local_3c[4] = 0;
local_3c[5] = 0x7ffffffd;
local_3c[6] = 0;
local_3c[7] = 0;
local_3c[0] = 0;
local_3c[1] = 0x7ffffffd;
local_3c[2] = 0;
local_3c[3] = 0;
puVar6 = local_3c + 4;
puVar7 = (undefined4 *)&stack0xffffffa8;
for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {
*puVar7 = *puVar6;
puVar6 = puVar6 + 1;
puVar7 = puVar7 + 1;
}
puVar6 = local_3c;
puVar7 = (undefined4 *)&stack0xffffff98;
for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {
*puVar7 = *puVar6;
puVar6 = puVar6 + 1;
puVar7 = puVar7 + 1;
}
got_entry_1._4_4_ = in_stack_ffffff9c;
got_entry_1.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98;
got_entry_1.addend_._0_4_ = in_stack_ffffffa0;
got_entry_1.addend_._4_4_ = in_stack_ffffffa4;
got_entry_2._4_4_ = in_stack_ffffffac;
got_entry_2.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8;
got_entry_2.addend_._0_4_ = in_stack_ffffffb0;
got_entry_2.addend_._4_4_ = in_stack_ffffffb4;
uVar2 = add_got_entry_pair(this,got_entry_1,got_entry_2);
if ((gsym->got_offsets_).got_type_ != 0xffffffff) {
LAB_0010c0bb:
pGVar3 = (Got_offset_list *)operator_new(0xc);
pGVar3->got_type_ = got_type;
pGVar5 = (gsym->got_offsets_).got_next_;
pGVar3->got_offset_ = uVar2;
(gsym->got_offsets_).got_next_ = pGVar3;
pGVar3->got_next_ = pGVar5;
goto LAB_0010c0de;
}
}
else {
uVar2 = (gsym->got_offsets_).got_type_;
pGVar3 = pGVar5;
while (got_type != uVar2) {
pGVar3 = pGVar3->got_next_;
if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;
uVar2 = pGVar3->got_type_;
}
if (pGVar3->got_offset_ != 0xffffffff) {
return;
}
LAB_0010c007:
local_3c[4] = 0;
local_3c[5] = 0x7ffffffd;
local_3c[6] = 0;
local_3c[7] = 0;
local_3c[0] = 0;
local_3c[1] = 0x7ffffffd;
local_3c[2] = 0;
local_3c[3] = 0;
uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),
(Got_entry)ZEXT816(0x7ffffffd00000000));
uVar1 = (gsym->got_offsets_).got_type_;
if (uVar1 != 0xffffffff) {
while (got_type != uVar1) {
pGVar5 = pGVar5->got_next_;
if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;
uVar1 = pGVar5->got_type_;
}
pGVar5->got_offset_ = uVar2;
goto LAB_0010c0de;
}
}
(gsym->got_offsets_).got_type_ = got_type;
(gsym->got_offsets_).got_offset_ = uVar2;
LAB_0010c0de:
(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.
_vptr_Output_data[0x19])();
if (r_type_2 == 0) {
return;
}
(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.
_vptr_Output_data[0x19])();
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,
int param_6)
{
int iVar1;
int iVar2;
int *piVar3;
int *piVar4;
int **ppiVar5;
int *apiStack_68 [4];
int aiStack_58 [17];
undefined4 uStack_14;
uStack_14 = 0x10bfc9;
piVar3 = (int *)(param_2 + 0x1c);
if (piVar3 == (int *)0x0) {
aiStack_58[0xb] = 0;
aiStack_58[0xc] = 0x7ffffffd;
aiStack_58[0xd] = 0;
aiStack_58[0xe] = 0;
aiStack_58[7] = 0;
aiStack_58[8] = 0x7ffffffd;
aiStack_58[9] = 0;
aiStack_58[10] = 0;
piVar3 = aiStack_58 + 0xb;
piVar4 = aiStack_58;
for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {
*piVar4 = *piVar3;
piVar3 = piVar3 + 1;
piVar4 = piVar4 + 1;
}
piVar3 = aiStack_58 + 7;
ppiVar5 = apiStack_68;
for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {
*ppiVar5 = (int *)*piVar3;
piVar3 = piVar3 + 1;
ppiVar5 = (int **)((int *)ppiVar5 + 1);
}
iVar2 = FUN_0010bdc0(param_1);
if (*(int *)(param_2 + 0x1c) != -1) {
LAB_0010c0bb:
aiStack_58[3] = 0xc;
aiStack_58[2] = 0x10c0c9;
piVar3 = (int *)FUN_001e5200();
*piVar3 = param_3;
iVar1 = *(int *)(param_2 + 0x24);
piVar3[1] = iVar2;
*(int **)(param_2 + 0x24) = piVar3;
piVar3[2] = iVar1;
goto LAB_0010c0de;
}
}
else {
iVar2 = *(int *)(param_2 + 0x1c);
piVar4 = piVar3;
while (param_3 != iVar2) {
piVar4 = (int *)piVar4[2];
if (piVar4 == (int *)0x0) goto LAB_0010c007;
iVar2 = *piVar4;
}
if (piVar4[1] != -1) {
return;
}
LAB_0010c007:
aiStack_58[0xb] = 0;
aiStack_58[0xc] = 0x7ffffffd;
aiStack_58[0xd] = 0;
aiStack_58[0xe] = 0;
aiStack_58[7] = 0;
aiStack_58[8] = 0x7ffffffd;
aiStack_58[9] = 0;
aiStack_58[10] = 0;
aiStack_58[3] = 0;
aiStack_58[2] = 0;
aiStack_58[1] = 0x7ffffffd;
aiStack_58[0] = 0;
apiStack_68[3] = (int *)0x0;
apiStack_68[2] = (int *)0x0;
apiStack_68[1] = (int *)0x7ffffffd;
apiStack_68[0] = (int *)0x0;
iVar2 = FUN_0010bdc0(param_1);
iVar1 = *(int *)(param_2 + 0x1c);
if (iVar1 != -1) {
while (param_3 != iVar1) {
piVar3 = (int *)piVar3[2];
if (piVar3 == (int *)0x0) goto LAB_0010c0bb;
iVar1 = *piVar3;
}
piVar3[1] = iVar2;
goto LAB_0010c0de;
}
}
*(int *)(param_2 + 0x1c) = param_3;
*(int *)(param_2 + 0x20) = iVar2;
LAB_0010c0de:
aiStack_58[6] = 0;
aiStack_58[5] = 0;
aiStack_58[4] = 0;
aiStack_58[2] = param_1;
aiStack_58[1] = param_5;
apiStack_68[3] = param_4;
apiStack_68[2] = (int *)0x10c100;
aiStack_58[0] = param_2;
aiStack_58[3] = iVar2;
(**(code **)(*param_4 + 100))();
if (param_6 == 0) {
return;
}
aiStack_58[3] = iVar2 + 4;
aiStack_58[6] = 0;
aiStack_58[5] = 0;
aiStack_58[4] = 0;
aiStack_58[2] = param_1;
aiStack_58[1] = param_6;
apiStack_68[3] = param_4;
apiStack_68[2] = (int *)0x10c130;
aiStack_58[0] = param_2;
(**(code **)(*param_4 + 100))();
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x283037
SUB ESP,0x2c
MOV EDX,dword ptr [ESP + 0x44]
MOV EBP,dword ptr [ESP + 0x48]
MOV ESI,EDX
ADD ESI,0x1c
JZ 0x0010c13b
MOV EAX,ESI
CMP EBP,dword ptr [EDX + 0x1c]
JNZ 0x0010c000
JMP 0x0010c098
CMP EBP,dword ptr [EAX]
JZ 0x0010c098
MOV EAX,dword ptr [EAX + 0x8]
TEST EAX,EAX
JNZ 0x0010bff8
MOV dword ptr [ESP + 0x44],EDX
SUB ESP,0xc
MOV dword ptr [ESP + 0x1c],0x0
MOV dword ptr [ESP + 0x20],0x7ffffffd
MOV dword ptr [ESP + 0x24],0x0
MOV dword ptr [ESP + 0x28],0x0
MOV dword ptr [ESP + 0xc],0x0
MOV dword ptr [ESP + 0x10],0x7ffffffd
MOV dword ptr [ESP + 0x14],0x0
MOV dword ptr [ESP + 0x18],0x0
PUSH dword ptr [ESP + 0x28]
PUSH dword ptr [ESP + 0x28]
PUSH 0x7ffffffd
PUSH 0x0
PUSH dword ptr [ESP + 0x28]
PUSH dword ptr [ESP + 0x28]
PUSH 0x7ffffffd
PUSH 0x0
PUSH dword ptr [ESP + 0x6c]
CALL 0x0010bdc0
MOV EDX,dword ptr [ESP + 0x74]
ADD ESP,0x30
MOV EDI,EAX
MOV EAX,dword ptr [EDX + 0x1c]
CMP EAX,-0x1
JZ 0x0010c1c0
CMP EBP,EAX
JNZ 0x0010c0b4
NOP
MOV dword ptr [ESI + 0x4],EDI
JMP 0x0010c0de
CMP dword ptr [EAX + 0x4],-0x1
JZ 0x0010c007
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
CMP EBP,dword ptr [ESI]
JZ 0x0010c090
MOV ESI,dword ptr [ESI + 0x8]
TEST ESI,ESI
JNZ 0x0010c0b0
MOV dword ptr [ESP + 0x44],EDX
SUB ESP,0xc
PUSH 0xc
CALL 0x001e5200
MOV EDX,dword ptr [ESP + 0x54]
ADD ESP,0x10
MOV dword ptr [EAX],EBP
MOV ECX,dword ptr [EDX + 0x24]
MOV dword ptr [EAX + 0x4],EDI
MOV dword ptr [EDX + 0x24],EAX
MOV dword ptr [EAX + 0x8],ECX
MOV EAX,dword ptr [ESP + 0x4c]
XOR EBX,EBX
MOV EAX,dword ptr [EAX]
PUSH 0x0
PUSH 0x0
PUSH EBX
PUSH EDI
PUSH dword ptr [ESP + 0x50]
PUSH dword ptr [ESP + 0x64]
PUSH EDX
MOV dword ptr [ESP + 0x60],EDX
PUSH dword ptr [ESP + 0x68]
CALL dword ptr [EAX + 0x64]
MOV EAX,dword ptr [ESP + 0x74]
ADD ESP,0x20
TEST EAX,EAX
JZ 0x0010c0a2
MOV EAX,dword ptr [ESP + 0x4c]
ADD EDI,0x4
XOR EBX,EBX
MOV EAX,dword ptr [EAX]
PUSH 0x0
PUSH 0x0
PUSH EBX
PUSH EDI
PUSH dword ptr [ESP + 0x50]
PUSH dword ptr [ESP + 0x68]
MOV EDX,dword ptr [ESP + 0x5c]
PUSH EDX
PUSH dword ptr [ESP + 0x68]
CALL dword ptr [EAX + 0x64]
ADD ESP,0x20
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV dword ptr [ESP + 0x44],EDX
SUB ESP,0x1c
MOV ECX,0x4
MOV dword ptr [ESP + 0x2c],0x0
MOV dword ptr [ESP + 0x30],0x7ffffffd
MOV dword ptr [ESP + 0x34],0x0
MOV dword ptr [ESP + 0x38],0x0
MOV dword ptr [ESP + 0x1c],0x0
MOV dword ptr [ESP + 0x20],0x7ffffffd
MOV dword ptr [ESP + 0x24],0x0
MOV dword ptr [ESP + 0x28],0x0
LEA ESI,[ESP + 0x2c]
MOV EDI,ESP
SUB ESP,0x10
MOVSD.REP ES:EDI,ESI
LEA ESI,[ESP + 0x2c]
MOV EDI,ESP
MOV ECX,0x4
MOVSD.REP ES:EDI,ESI
PUSH dword ptr [ESP + 0x6c]
CALL 0x0010bdc0
ADD ESP,0x30
MOV EDX,dword ptr [ESP + 0x44]
MOV EDI,EAX
CMP dword ptr [EDX + 0x1c],-0x1
JNZ 0x0010c0bb
LEA ESI,[ESI]
NOP
MOV dword ptr [EDX + 0x1c],EBP
MOV dword ptr [EDX + 0x20],EDI
JMP 0x0010c0de
| null | null | null | null |
[(u'INDIRECT_-1206925790', u'MULTIEQUAL_-1206925445'), (u'PTRSUB_-1206925256', u'STORE_-1206926431'), (u'PTRSUB_-1206925411', u'CAST_-1206925284'), ('const-4', u'PTRADD_-1206925312'), (u'CALL_-1206926726', u'INDIRECT_-1206925720'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925553'), ('const-0', u'INT_NOTEQUAL_-1206926396'), ('const-417', u'LOAD_-1206926760'), ('const-0', u'PTRSUB_-1206925531'), (u'INDIRECT_-1206925483', u'MULTIEQUAL_-1206925477'), (u'STORE_-1206926390', u'INDIRECT_-1206925468'), (u'INDIRECT_-1206925529', u'MULTIEQUAL_-1206925527'), ('tmp_1707', u'CALL_-1206926337'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925643'), ('const-0', u'PTRSUB_-1206925475'), (u'INDIRECT_-1206925805', u'MULTIEQUAL_-1206925460'), ('const-0', u'COPY_-1206926514'), ('tmp_1709', u'STORE_-1206926437'), (u'CALL_-1206926337', u'INDIRECT_-1206925439'), ('tmp_4919', u'MULTIEQUAL_-1206925668'), (u'INDIRECT_-1206925469', u'MULTIEQUAL_-1206925430'), ('const-0', u'INT_EQUAL_-1206926862'), (u'PIECE_-1206925649', u'CALL_-1206926337'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925707'), ('const-2147483645', u'COPY_-1206926503'), ('const-1097673', u'COPY_-1206927406'), (u'COPY_-1206926514', u'MULTIEQUAL_-1206925492'), (u'STORE_-1206926356', u'INDIRECT_-1206925514'), ('const-28', u'PTRSUB_-1206925528'), ('tmp_1708', u'PTRSUB_-1206925519'), ('const-0', u'COPY_-1206927147'), ('const-28', u'PTRSUB_-1206925519'), (u'INDIRECT_-1206925760', u'MULTIEQUAL_-1206925677'), ('tmp_4920', u'MULTIEQUAL_-1206925683'), (u'INT_EQUAL_-1206926759', u'CBRANCH_-1206926757'), (u'STORE_-1206926390', u'INDIRECT_-1206925558'), (u'LOAD_-1206926777', u'INT_EQUAL_-1206926759'), (u'STORE_-1206926356', u'INDIRECT_-1206925685'), (u'CALL_-1206926726', u'INDIRECT_-1206925690'), (u'CALL_-1206927059', u'INDIRECT_-1206925850'), ('tmp_1708', u'PTRSUB_-1206925619'), ('const-4294967236', u'PTRSUB_-1206925323'), (u'PTRSUB_-1206925323', u'COPY_-1206925345'), (u'LOAD_-1206926880', u'MULTIEQUAL_-1206925744'), (u'MULTIEQUAL_-1206925642', u'MULTIEQUAL_-1206925632'), (u'MULTIEQUAL_-1206925632', u'COPY_-1206925336'), (u'INDIRECT_-1206925790', u'MULTIEQUAL_-1206925669'), ('const-4', u'PTRSUB_-1206925256'), ('tmp_1492', u'CBRANCH_-1206926402'), (u'PTRADD_-1206925327', u'COPY_-1206925350'), (u'INDIRECT_-1206925730', u'MULTIEQUAL_-1206925609'), (u'LOAD_-1206927331', u'MULTIEQUAL_-1206925742'), ('const-0', u'COPY_-1206927224'), (u'INDIRECT_-1206925645', u'MULTIEQUAL_-1206925609'), (u'INDIRECT_-1206925499', u'MULTIEQUAL_-1206925497'), (u'MULTIEQUAL_-1206925490', u'MULTIEQUAL_-1206925714'), (u'COPY_-1206925342', u'PIECE_-1206925715'), ('tmp_811', u'CBRANCH_-1206926790'), ('const-417', u'STORE_-1206926693'), (u'INT_NOTEQUAL_-1206927315', u'CBRANCH_-1206927313'), (u'MULTIEQUAL_-1206925617', u'INT_NOTEQUAL_-1206926995'), ('const-4', u'COPY_-1206926379'), (u'CALL_-1206926726', u'INDIRECT_-1206925645'), ('const-417', u'STORE_-1206926989'), ('const-0', u'COPY_-1206926448'), (u'STORE_-1206926356', u'INDIRECT_-1206925454'), (u'MULTIEQUAL_-1206926035', u'INT_ADD_-1206926387'), (u'MULTIEQUAL_-1206925612', u'MULTIEQUAL_-1206925602'), (u'INDIRECT_-1206925835', u'MULTIEQUAL_-1206925752'), (u'COPY_-1206925337', u'PIECE_-1206925650'), (u'INDIRECT_-1206925544', u'MULTIEQUAL_-1206925505'), ('const-0', u'COPY_-1206927158'), (u'INDIRECT_-1206925735', u'MULTIEQUAL_-1206925699'), (u'COPY_-1206925767', u'MULTIEQUAL_-1206925744'), (u'PTRSUB_-1206925331', u'CAST_-1206925272'), ('const-417', u'LOAD_-1206927139'), (u'INDIRECT_-1206925730', u'MULTIEQUAL_-1206925647'), (u'INDIRECT_-1206925604', u'MULTIEQUAL_-1206925602'), (u'INDIRECT_-1206925820', u'MULTIEQUAL_-1206925699'), (u'PTRADD_-1206925311', u'COPY_-1206925339'), ('tmp_136', u'CBRANCH_-1206927339'), (u'MULTIEQUAL_-1206925460', u'MULTIEQUAL_-1206925684'), (u'MULTIEQUAL_-1206925668', u'COPY_-1206925342'), (u'LOAD_-1206926880', u'PTRSUB_-1206925755'), ('const-417', u'STORE_-1206926431'), (u'COPY_-1206925335', u'PIECE_-1206925651'), (u'INDIRECT_-1206925484', u'MULTIEQUAL_-1206925482'), (u'INDIRECT_-1206925705', u'MULTIEQUAL_-1206925669'), (u'COPY_-1206925350', u'MULTIEQUAL_-1206926007'), (u'MULTIEQUAL_-1206925744', u'PTRSUB_-1206925746'), (u'MULTIEQUAL_-1206926004', u'LOAD_-1206926359'), (u'INDIRECT_-1206925835', u'MULTIEQUAL_-1206925714'), (u'INDIRECT_-1206925439', u'MULTIEQUAL_-1206925400'), (u'INDIRECT_-1206925514', u'MULTIEQUAL_-1206925737'), (u'INDIRECT_-1206925775', u'MULTIEQUAL_-1206925692'), ('const-0', u'PTRSUB_-1206925773'), ('tmp_1321', u'CBRANCH_-1206926860'), (u'INT_NOTEQUAL_-1206926362', u'CBRANCH_-1206926368'), ('const-0', u'COPY_-1206926492'), ('const-4294967295', u'INT_ADD_-1206926353'), ('const-0', u'PTRSUB_-1206925434'), ('tmp_1712', u'INT_EQUAL_-1206926791'), (u'INDIRECT_-1206925790', u'MULTIEQUAL_-1206925707'), ('tmp_1114', u'CBRANCH_-1206926757'), (u'INT_ZEXT_-1206926004', u'CAST_-1206925564'), (u'CALL_-1206926337', u'INDIRECT_-1206925484'), (u'INDIRECT_-1206925820', u'MULTIEQUAL_-1206925475'), ('tmp_1710', u'PTRSUB_-1206925504'), ('const-417', u'STORE_-1206926437'), (u'INDIRECT_-1206925618', u'MULTIEQUAL_-1206925612'), (u'MULTIEQUAL_-1206925400', u'MULTIEQUAL_-1206925624'), ('tmp_1678', u'CBRANCH_-1206926294'), (u'INDIRECT_-1206925760', u'MULTIEQUAL_-1206925415'), ('tmp_1709', u'STORE_-1206926704'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925632'), (u'STORE_-1206926390', u'INDIRECT_-1206925498'), ('const-28', u'PTRSUB_-1206925786'), (u'CAST_-1206925259', u'COPY_-1206925335'), (u'STORE_-1206926390', u'INDIRECT_-1206925483'), (u'INDIRECT_-1206925675', u'MULTIEQUAL_-1206925639'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925628'), (u'INDIRECT_-1206925633', u'MULTIEQUAL_-1206925627'), (u'INDIRECT_-1206925745', u'MULTIEQUAL_-1206925624'), ('const-28', u'PTRSUB_-1206925267'), ('const-0', u'INT_EQUAL_-1206926791'), ('const-25', u'PTRADD_-1206925400'), (u'CALL_-1206926337', u'INDIRECT_-1206925454'), (u'PTRSUB_-1206925475', u'LOAD_-1206926892'), (u'INDIRECT_-1206925438', u'MULTIEQUAL_-1206925432'), ('const-0', u'RETURN_-1206926637'), (u'MULTIEQUAL_-1206925617', u'COPY_-1206925337'), (u'CALL_-1206926337', u'INDIRECT_-1206925544'), ('const-417', u'LOAD_-1206927035'), (u'COPY_-1206926379', u'MULTIEQUAL_-1206926023'), (u'MULTIEQUAL_-1206925619', u'PTRSUB_-1206925560'), ('tmp_176', u'CBRANCH_-1206927313'), (u'INT_NOTEQUAL_-1206926995', u'CBRANCH_-1206926994'), (u'INDIRECT_-1206925745', u'MULTIEQUAL_-1206925400'), (u'STORE_-1206926390', u'INDIRECT_-1206925438'), (u'INDIRECT_-1206925720', u'MULTIEQUAL_-1206925684'), (u'PIECE_-1206925716', u'PIECE_-1206925715'), ('const-417', u'LOAD_-1206926313'), (u'INDIRECT_-1206925760', u'MULTIEQUAL_-1206925639'), ('tmp_4922', u'MULTIEQUAL_-1206925713'), (u'PTRSUB_-1206925483', u'PTRSUB_-1206925478'), (u'INDIRECT_-1206925454', u'MULTIEQUAL_-1206925677'), ('tmp_1708', u'PTRSUB_-1206925528'), (u'MULTIEQUAL_-1206926023', u'INT_ADD_-1206926353'), (u'MULTIEQUAL_-1206925477', u'MULTIEQUAL_-1206925467'), ('const-0', u'PTRSUB_-1206925504'), (u'MULTIEQUAL_-1206925995', u'STORE_-1206926356'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925662'), (u'PIECE_-1206925650', u'PIECE_-1206925649'), (u'CALL_-1206927059', u'MULTIEQUAL_-1206925961'), ('const-417', u'STORE_-1206926704'), ('const-417', u'STORE_-1206926356'), (u'CAST_-1206925272', u'COPY_-1206925341'), (u'INDIRECT_-1206925775', u'MULTIEQUAL_-1206925430'), (u'CALL_-1206926337', u'MULTIEQUAL_-1206925961'), ('tmp_1709', u'INT_NOTEQUAL_-1206927315'), (u'STORE_-1206926356', u'INDIRECT_-1206925484'), (u'INDIRECT_-1206925544', u'MULTIEQUAL_-1206925767'), (u'CALL_-1206926726', u'CAST_-1206925479'), (u'PTRSUB_-1206925523', u'STORE_-1206926693'), (u'INDIRECT_-1206925499', u'MULTIEQUAL_-1206925722'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925568'), ('const-417', u'LOAD_-1206926701'), ('const-0', u'INT_NOTEQUAL_-1206926362'), ('const-417', u'LOAD_-1206926892'), (u'MULTIEQUAL_-1206926012', u'LOAD_-1206926393'), ('tmp_1708', u'PTRSUB_-1206925289'), (u'PTRSUB_-1206925429', u'PTRSUB_-1206925426'), (u'PTRSUB_-1206925590', u'LOAD_-1206927139'), (u'PTRSUB_-1206925786', u'COPY_-1206925767'), ('const-417', u'LOAD_-1206927331'), (u'COPY_-1206926492', u'MULTIEQUAL_-1206925462'), (u'CALL_-1206926726', u'INDIRECT_-1206925660'), (u'STORE_-1206926356', u'INDIRECT_-1206925544'), (u'COPY_-1206926481', u'MULTIEQUAL_-1206925447'), (u'PTRADD_-1206925449', u'LOAD_-1206926831'), (u'PTRSUB_-1206925519', u'PTRSUB_-1206925496'), (u'MULTIEQUAL_-1206925961', u'STORE_-1206926431'), (u'INDIRECT_-1206925745', u'MULTIEQUAL_-1206925662'), ('tmp_600', u'CBRANCH_-1206926994'), (u'PTRSUB_-1206925599', u'STORE_-1206926989'), (u'COPY_-1206925345', u'MULTIEQUAL_-1206926004'), (u'COPY_-1206926522', u'MULTIEQUAL_-1206926035'), ('const-9223372023969873920', u'INT_ZEXT_-1206926070'), (u'INDIRECT_-1206925424', u'MULTIEQUAL_-1206925647'), ('const-4', u'PTRADD_-1206925449'), ('const-4', u'PTRSUB_-1206925599'), ('const-4294967295', u'INT_NOTEQUAL_-1206926297'), ('const-0', u'COPY_-1206927191'), (u'PTRSUB_-1206925774', u'PTRSUB_-1206925773'), (u'PTRSUB_-1206925618', u'LOAD_-1206927035'), ('const-4', u'PTRADD_-1206925400'), (u'MULTIEQUAL_-1206926007', u'PTRADD_-1206925328'), (u'INDIRECT_-1206925850', u'MULTIEQUAL_-1206925767'), ('const-417', u'LOAD_-1206926359'), (u'INDIRECT_-1206925619', u'MULTIEQUAL_-1206925617'), (u'INDIRECT_-1206925685', u'MULTIEQUAL_-1206925683'), (u'INDIRECT_-1206925439', u'MULTIEQUAL_-1206925662'), (u'MULTIEQUAL_-1206925385', u'MULTIEQUAL_-1206925609'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925647'), ('tmp_1709', u'INT_NOTEQUAL_-1206926995'), (u'MULTIEQUAL_-1206925462', u'MULTIEQUAL_-1206925452'), (u'INDIRECT_-1206925648', u'MULTIEQUAL_-1206925642'), (u'COPY_-1206926503', u'MULTIEQUAL_-1206925477'), ('const-417', u'LOAD_-1206926875'), (u'LOAD_-1206926892', u'PTRADD_-1206925449'), (u'STORE_-1206926356', u'INDIRECT_-1206925634'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925583'), (u'MULTIEQUAL_-1206925657', u'MULTIEQUAL_-1206925647'), (u'STORE_-1206926356', u'INDIRECT_-1206925715'), ('const-0', u'PTRSUB_-1206925288'), (u'LOAD_-1206926699', u'CALLIND_-1206926689'), (u'PIECE_-1206925717', u'PIECE_-1206925716'), (u'CAST_-1206925260', u'COPY_-1206925339'), ('const-0', u'COPY_-1206927202'), (u'INDIRECT_-1206925484', u'MULTIEQUAL_-1206925445'), (u'LOAD_-1206927035', u'INT_NOTEQUAL_-1206927015'), (u'COPY_-1206925339', u'MULTIEQUAL_-1206926004'), (u'COPY_-1206926459', u'MULTIEQUAL_-1206925537'), (u'STORE_-1206926390', u'INDIRECT_-1206925648'), (u'INDIRECT_-1206925529', u'MULTIEQUAL_-1206925752'), (u'INDIRECT_-1206925634', u'MULTIEQUAL_-1206925632'), (u'CALL_-1206927059', u'INDIRECT_-1206925820'), ('const-25', u'PTRADD_-1206925449'), (u'PTRSUB_-1206925318', u'PTRADD_-1206925314'), (u'COPY_-1206925335', u'MULTIEQUAL_-1206925995'), ('const-8', u'PTRSUB_-1206925560'), ('const-0', u'COPY_-1206927180'), (u'CALL_-1206927059', u'INDIRECT_-1206925805'), ('tmp_2804', u'PTRSUB_-1206925318'), (u'COPY_-1206925338', u'PIECE_-1206925649'), (u'LOAD_-1206926831', u'CALLIND_-1206926821'), (u'CALL_-1206926726', u'INDIRECT_-1206925750'), (u'MULTIEQUAL_-1206925683', u'COPY_-1206925341'), ('const-28', u'PTRSUB_-1206925272'), (u'COPY_-1206926437', u'MULTIEQUAL_-1206925507'), ('tmp_4915', u'MULTIEQUAL_-1206925612'), ('const-4', u'PTRADD_-1206925314'), (u'CAST_-1206925564', u'CALL_-1206927059'), (u'CALL_-1206927059', u'INDIRECT_-1206925760'), (u'CALL_-1206926726', u'INDIRECT_-1206925705'), ('const-8', u'PTRSUB_-1206925514'), ('const-0', u'PTRSUB_-1206925455'), (u'PTRSUB_-1206925496', u'STORE_-1206926687'), (u'INT_EQUAL_-1206926791', u'CBRANCH_-1206926790'), (u'INDIRECT_-1206925660', u'MULTIEQUAL_-1206925624'), (u'CALL_-1206927059', u'STORE_-1206926989'), (u'MULTIEQUAL_-1206925552', u'MULTIEQUAL_-1206925542'), (u'LOAD_-1206926880', u'INT_EQUAL_-1206926862'), (u'PTRSUB_-1206925289', u'PTRSUB_-1206925288'), (u'CALL_-1206926337', u'INDIRECT_-1206925469'), (u'PTRSUB_-1206925565', u'LOAD_-1206926724'), ('const-2147483645', u'COPY_-1206926459'), (u'PTRSUB_-1206925514', u'STORE_-1206926681'), ('tmp_1708', u'PTRSUB_-1206925786'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925598'), (u'INT_NOTEQUAL_-1206927123', u'CBRANCH_-1206927121'), (u'INDIRECT_-1206925498', u'MULTIEQUAL_-1206925492'), (u'PTRSUB_-1206925504', u'PTRSUB_-1206925483'), (u'CAST_-1206925479', u'PTRSUB_-1206925531'), (u'STORE_-1206926356', u'INDIRECT_-1206925670'), (u'MULTIEQUAL_-1206926223', u'STORE_-1206926693'), (u'PTRSUB_-1206925272', u'PTRSUB_-1206925271'), (u'PTRSUB_-1206925426', u'LOAD_-1206926760'), ('const-8', u'PTRSUB_-1206925496'), (u'STORE_-1206926390', u'INDIRECT_-1206925528'), ('const-4', u'COPY_-1206926522'), (u'PIECE_-1206925651', u'PIECE_-1206925650'), (u'INT_EQUAL_-1206927341', u'CBRANCH_-1206927339'), (u'MULTIEQUAL_-1206925742', u'INT_NOTEQUAL_-1206927315'), (u'LOAD_-1206927035', u'MULTIEQUAL_-1206925617'), ('const-2147483645', u'COPY_-1206927213'), (u'PTRSUB_-1206925271', u'STORE_-1206926437'), (u'INDIRECT_-1206925514', u'MULTIEQUAL_-1206925512'), ('const-28', u'PTRSUB_-1206925619'), (u'STORE_-1206926356', u'INDIRECT_-1206925619'), ('const-417', u'STORE_-1206926390'), (u'STORE_-1206926390', u'INDIRECT_-1206925633'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925658'), (u'COPY_-1206927406', u'MULTIEQUAL_-1206925432'), (u'MULTIEQUAL_-1206926035', u'INT_NOTEQUAL_-1206926396'), (u'PTRSUB_-1206925267', u'PTRSUB_-1206925256'), (u'CALL_-1206927059', u'INDIRECT_-1206925730'), ('const-4', u'PTRADD_-1206925327'), (u'INDIRECT_-1206925690', u'MULTIEQUAL_-1206925654'), (u'PTRSUB_-1206925560', u'LOAD_-1206926777'), (u'INDIRECT_-1206925454', u'MULTIEQUAL_-1206925452'), (u'INDIRECT_-1206925850', u'MULTIEQUAL_-1206925729'), (u'PTRSUB_-1206925478', u'PTRSUB_-1206925475'), (u'INDIRECT_-1206925775', u'MULTIEQUAL_-1206925654'), (u'STORE_-1206926356', u'INDIRECT_-1206925700'), ('tmp_2804', u'PTRSUB_-1206925323'), ('tmp_1708', u'PTRSUB_-1206925267'), (u'CALL_-1206926337', u'INDIRECT_-1206925529'), (u'INDIRECT_-1206925424', u'MULTIEQUAL_-1206925422'), (u'INDIRECT_-1206925424', u'MULTIEQUAL_-1206925385'), ('const-9223372023969873920', u'INT_ZEXT_-1206926004'), (u'PIECE_-1206925715', u'CALL_-1206926337'), (u'MULTIEQUAL_-1206926023', u'INT_NOTEQUAL_-1206926362'), (u'LOAD_-1206926875', u'MULTIEQUAL_-1206925742'), (u'CALL_-1206926726', u'INDIRECT_-1206925675'), (u'INDIRECT_-1206925454', u'MULTIEQUAL_-1206925415'), ('const-4', u'PTRADD_-1206925314'), (u'CAST_-1206925565', u'CALL_-1206927059'), (u'LOAD_-1206926777', u'PTRSUB_-1206925565'), (u'MULTIEQUAL_-1206925447', u'MULTIEQUAL_-1206925437'), (u'COPY_-1206925341', u'PIECE_-1206925716'), (u'INDIRECT_-1206925484', u'MULTIEQUAL_-1206925707'), (u'COPY_-1206925346', u'MULTIEQUAL_-1206926007'), (u'STORE_-1206926390', u'INDIRECT_-1206925618'), (u'MULTIEQUAL_-1206925415', u'MULTIEQUAL_-1206925639'), (u'MULTIEQUAL_-1206925602', u'COPY_-1206925338'), (u'PTRSUB_-1206925773', u'LOAD_-1206927331'), ('tmp_4918', u'MULTIEQUAL_-1206925657'), ('const-4', u'PTRADD_-1206925311'), (u'INDIRECT_-1206925453', u'MULTIEQUAL_-1206925447'), (u'INT_ZEXT_-1206926070', u'CAST_-1206925565'), (u'PTRSUB_-1206925755', u'LOAD_-1206926875'), ('const-0', u'INT_EQUAL_-1206927341'), ('const-1', u'PTRADD_-1206925327'), (u'MULTIEQUAL_-1206925698', u'COPY_-1206925340'), ('tmp_1707', u'CALL_-1206927059'), (u'INDIRECT_-1206925544', u'MULTIEQUAL_-1206925542'), ('tmp_4917', u'MULTIEQUAL_-1206925642'), ('tmp_1708', u'PTRSUB_-1206925272'), (u'CALL_-1206926337', u'INDIRECT_-1206925424'), ('const-417', u'LOAD_-1206926880'), ('const-0', u'RETURN_-1206927075'), (u'CAST_-1206925479', u'STORE_-1206926687'), (u'PTRADD_-1206925328', u'COPY_-1206925346'), (u'CALL_-1206926726', u'INDIRECT_-1206925765'), (u'PTRSUB_-1206925531', u'STORE_-1206926704'), (u'MULTIEQUAL_-1206925432', u'MULTIEQUAL_-1206925422'), (u'INDIRECT_-1206925850', u'MULTIEQUAL_-1206925505'), ('const-4294967192', u'PTRSUB_-1206925331'), ('const-0', u'PTRSUB_-1206925429'), ('const-0', u'PTRSUB_-1206925618'), (u'INDIRECT_-1206925730', u'MULTIEQUAL_-1206925385'), (u'STORE_-1206926390', u'INDIRECT_-1206925663'), (u'INDIRECT_-1206925513', u'MULTIEQUAL_-1206925507'), (u'INDIRECT_-1206925558', u'MULTIEQUAL_-1206925552'), (u'INDIRECT_-1206925835', u'MULTIEQUAL_-1206925490'), ('const-0', u'COPY_-1206926481'), ('tmp_568', u'CBRANCH_-1206927014'), ('const-28', u'PTRSUB_-1206925289'), (u'CALL_-1206926337', u'INDIRECT_-1206925499'), (u'LOAD_-1206926701', u'STORE_-1206926681'), ('tmp_1544', u'CBRANCH_-1206926368'), ('tmp_1531', u'BRANCH_-1206926388'), (u'INT_EQUAL_-1206926862', u'CBRANCH_-1206926860'), (u'MULTIEQUAL_-1206925505', u'MULTIEQUAL_-1206925729'), ('const-0', u'COPY_-1206926437'), ('const-4294967295', u'INT_ADD_-1206926387'), ('tmp_1710', u'PTRSUB_-1206925455'), ('const-28', u'PTRSUB_-1206925774'), ('tmp_4916', u'MULTIEQUAL_-1206925627'), ('const-417', u'LOAD_-1206926831'), (u'INDIRECT_-1206925439', u'MULTIEQUAL_-1206925437'), (u'MULTIEQUAL_-1206925430', u'MULTIEQUAL_-1206925654'), (u'MULTIEQUAL_-1206925713', u'CAST_-1206925260'), (u'MULTIEQUAL_-1206925627', u'MULTIEQUAL_-1206925617'), (u'COPY_-1206926448', u'MULTIEQUAL_-1206925522'), (u'STORE_-1206926356', u'INDIRECT_-1206925439'), ('const-4', u'PTRADD_-1206925328'), ('const-2147483645', u'COPY_-1206927169'), (u'CALL_-1206927059', u'INDIRECT_-1206925775'), (u'PTRADD_-1206925314', u'COPY_-1206925354'), (u'INDIRECT_-1206925499', u'MULTIEQUAL_-1206925460'), ('tmp_1286', u'BRANCH_-1206926426'), (u'STORE_-1206926356', u'INDIRECT_-1206925649'), (u'MULTIEQUAL_-1206925647', u'CAST_-1206925259'), ('const-4294967295', u'INT_NOTEQUAL_-1206927123'), (u'CALL_-1206926726', u'INDIRECT_-1206925735'), (u'COPY_-1206926470', u'MULTIEQUAL_-1206925552'), (u'COPY_-1206925340', u'PIECE_-1206925717'), (u'INT_ADD_-1206926353', u'MULTIEQUAL_-1206926023'), (u'INDIRECT_-1206925805', u'MULTIEQUAL_-1206925722'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925617'), ('tmp_4921', u'MULTIEQUAL_-1206925698'), (u'INDIRECT_-1206925649', u'MULTIEQUAL_-1206925647'), (u'COPY_-1206925341', u'MULTIEQUAL_-1206925995'), (u'INDIRECT_-1206925543', u'MULTIEQUAL_-1206925537'), (u'MULTIEQUAL_-1206925475', u'MULTIEQUAL_-1206925699'), ('const-4294967208', u'PTRSUB_-1206925411'), (u'CALL_-1206927059', u'INDIRECT_-1206925745'), (u'INT_NOTEQUAL_-1206926396', u'CBRANCH_-1206926402'), (u'INDIRECT_-1206925765', u'MULTIEQUAL_-1206925729'), (u'STORE_-1206926390', u'INDIRECT_-1206925513'), (u'LOAD_-1206926359', u'STORE_-1206926356'), (u'MULTIEQUAL_-1206925537', u'MULTIEQUAL_-1206925527'), (u'CALL_-1206927059', u'INDIRECT_-1206925790'), ('const-4', u'PTRSUB_-1206925523'), ('const-0', u'INT_EQUAL_-1206926759'), (u'LOAD_-1206926393', u'STORE_-1206926390'), (u'INDIRECT_-1206925469', u'MULTIEQUAL_-1206925467'), (u'PTRSUB_-1206925786', u'MULTIEQUAL_-1206925619'), (u'INDIRECT_-1206925469', u'MULTIEQUAL_-1206925692'), (u'PTRADD_-1206925400', u'LOAD_-1206926699'), (u'PTRSUB_-1206925288', u'LOAD_-1206926313'), ('const-0', u'PTRSUB_-1206925755'), (u'MULTIEQUAL_-1206925744', u'PTRSUB_-1206925590'), ('tmp_610', u'BRANCH_-1206926984'), (u'STORE_-1206926390', u'INDIRECT_-1206925453'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925587'), (u'STORE_-1206926356', u'INDIRECT_-1206925424'), (u'PTRSUB_-1206925619', u'PTRSUB_-1206925618'), (u'CALL_-1206926337', u'MULTIEQUAL_-1206926223'), (u'PTRADD_-1206925312', u'COPY_-1206925335'), ('const-12', u'CALL_-1206926726'), (u'INDIRECT_-1206925468', u'MULTIEQUAL_-1206925462'), (u'INT_ADD_-1206926387', u'MULTIEQUAL_-1206926035'), ('const-8', u'PTRSUB_-1206925503'), (u'LOAD_-1206926760', u'PTRADD_-1206925400'), ('const-417', u'LOAD_-1206926393'), ('const-1', u'PTRADD_-1206925312'), (u'COPY_-1206925336', u'PIECE_-1206925651'), (u'MULTIEQUAL_-1206925445', u'MULTIEQUAL_-1206925669'), (u'INDIRECT_-1206925663', u'MULTIEQUAL_-1206925657'), (u'PTRSUB_-1206925434', u'PTRSUB_-1206925429'), (u'STORE_-1206926356', u'INDIRECT_-1206925604'), ('tmp_1708', u'PTRSUB_-1206925774'), ('const-417', u'STORE_-1206926681'), ('const-1', u'PTRADD_-1206925328'), ('const-417', u'LOAD_-1206926724'), (u'INDIRECT_-1206925670', u'MULTIEQUAL_-1206925668'), ('const-4294967236', u'PTRSUB_-1206925318'), ('const-0', u'PTRSUB_-1206925565'), (u'MULTIEQUAL_-1206925995', u'PTRADD_-1206925312'), ('const-8', u'PTRSUB_-1206925746'), ('tmp_1583', u'BRANCH_-1206926354'), (u'STORE_-1206926356', u'INDIRECT_-1206925529'), (u'MULTIEQUAL_-1206925492', u'MULTIEQUAL_-1206925482'), (u'LOAD_-1206926313', u'INT_NOTEQUAL_-1206926297'), (u'INT_NOTEQUAL_-1206926297', u'CBRANCH_-1206926294'), (u'MULTIEQUAL_-1206925619', u'PTRSUB_-1206925599'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925613'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925692'), ('const-417', u'LOAD_-1206926699'), (u'MULTIEQUAL_-1206926007', u'STORE_-1206926390'), (u'LOAD_-1206927139', u'INT_NOTEQUAL_-1206927123'), (u'MULTIEQUAL_-1206926004', u'PTRADD_-1206925311'), ('const-0', u'PTRSUB_-1206925483'), ('const-4', u'PTRSUB_-1206925590'), ('tmp_2804', u'PTRSUB_-1206925411'), (u'MULTIEQUAL_-1206926012', u'PTRADD_-1206925327'), (u'CALL_-1206926337', u'INDIRECT_-1206925514'), ('const-417', u'LOAD_-1206926777'), (u'LOAD_-1206926777', u'MULTIEQUAL_-1206925619'), ('const-0', u'PTRSUB_-1206925271'), (u'INDIRECT_-1206925750', u'MULTIEQUAL_-1206925714'), (u'PTRSUB_-1206925786', u'INT_EQUAL_-1206927341'), (u'CALL_-1206927059', u'MULTIEQUAL_-1206926223'), (u'INDIRECT_-1206925715', u'MULTIEQUAL_-1206925713'), (u'INDIRECT_-1206925529', u'MULTIEQUAL_-1206925490'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925677'), ('const-417', u'STORE_-1206926687'), (u'MULTIEQUAL_-1206925507', u'MULTIEQUAL_-1206925497'), (u'INDIRECT_-1206925514', u'MULTIEQUAL_-1206925475'), (u'INT_NOTEQUAL_-1206927015', u'CBRANCH_-1206927014'), (u'PTRSUB_-1206925746', u'LOAD_-1206926880'), (u'LOAD_-1206926724', u'MULTIEQUAL_-1206925617'), (u'PTRSUB_-1206925503', u'LOAD_-1206926701'), (u'CAST_-1206925479', u'PTRSUB_-1206925523'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925602'), (u'CAST_-1206925284', u'COPY_-1206925350'), (u'PTRSUB_-1206925455', u'PTRSUB_-1206925434'), (u'COPY_-1206925354', u'MULTIEQUAL_-1206926012'), (u'STORE_-1206926356', u'INDIRECT_-1206925499'), (u'PTRSUB_-1206925528', u'PTRSUB_-1206925503'), (u'STORE_-1206926390', u'INDIRECT_-1206925543'), (u'INDIRECT_-1206925820', u'MULTIEQUAL_-1206925737'), ('const-0', u'PTRSUB_-1206925478'), ('const-4294967295', u'INT_NOTEQUAL_-1206927015'), (u'INDIRECT_-1206925700', u'MULTIEQUAL_-1206925698'), ('tmp_2804', u'PTRSUB_-1206925331'), ('const-0', u'PTRSUB_-1206925426'), ('const-0', u'RETURN_-1206925586'), ('const-0', u'COPY_-1206926470'), (u'COPY_-1206925350', u'MULTIEQUAL_-1206926012'), (u'STORE_-1206926356', u'INDIRECT_-1206925469'), (u'INDIRECT_-1206925528', u'MULTIEQUAL_-1206925522'), (u'INDIRECT_-1206925805', u'MULTIEQUAL_-1206925684'), (u'CAST_-1206925479', u'PTRSUB_-1206925514'), (u'MULTIEQUAL_-1206925522', u'MULTIEQUAL_-1206925512'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925538'), ('tmp_213', u'CBRANCH_-1206927121'), (u'CALL_-1206927059', u'INDIRECT_-1206925835'), ('const-1', u'PTRADD_-1206925311'), (u'COPY_-1206925339', u'PIECE_-1206925717')]
|
[('const-12', u'COPY_-1206926737'), (u'INDIRECT_-1206925790', u'MULTIEQUAL_-1206925445'), (u'CALL_-1206926726', u'INDIRECT_-1206925720'), (u'MULTIEQUAL_-1206926187', u'COPY_-1206925543'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925553'), ('const-0', u'INT_NOTEQUAL_-1206926396'), ('tmp_4944', u'MULTIEQUAL_-1206925672'), (u'INDIRECT_-1206925483', u'MULTIEQUAL_-1206925477'), (u'MULTIEQUAL_-1206926026', u'INT_ADD_-1206926353'), ('const-417', u'STORE_-1206926431'), (u'LOAD_-1206927331', u'MULTIEQUAL_-1206925779'), (u'STORE_-1206926390', u'INDIRECT_-1206925468'), (u'CAST_-1206925751', u'LOAD_-1206927331'), (u'INDIRECT_-1206925529', u'MULTIEQUAL_-1206925527'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925643'), (u'INDIRECT_-1206925805', u'MULTIEQUAL_-1206925460'), ('const-0', u'COPY_-1206927224'), (u'CALL_-1206927059', u'INDIRECT_-1206926030'), (u'CALL_-1206926337', u'INDIRECT_-1206925439'), ('const-100', u'INT_ADD_-1206926815'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925838'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925778'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925887'), (u'INDIRECT_-1206925469', u'MULTIEQUAL_-1206925430'), ('const-0', u'INT_EQUAL_-1206926862'), ('const-0', u'COPY_-1206927094'), ('tmp_4936', u'INT_ADD_-1206926417'), ('const-4', u'PTRADD_-1206925342'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925707'), (u'COPY_-1206926470', u'MULTIEQUAL_-1206925567'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925823'), (u'INDIRECT_-1206925955', u'MULTIEQUAL_-1206925872'), ('const-7', u'PTRADD_-1206925344'), (u'PTRADD_-1206925342', u'COPY_-1206925392'), ('const-1097673', u'COPY_-1206927406'), (u'STORE_-1206926356', u'INDIRECT_-1206925514'), ('const-0', u'COPY_-1206926750'), (u'INDIRECT_-1206925760', u'MULTIEQUAL_-1206925677'), ('const-4294967295', u'INT_NOTEQUAL_-1206926297'), ('const-4', u'PTRADD_-1206925585'), ('const-417', u'STORE_-1206926356'), (u'INT_EQUAL_-1206926759', u'CBRANCH_-1206926757'), (u'STORE_-1206926390', u'INDIRECT_-1206925558'), (u'CAST_-1206925725', u'LOAD_-1206926875'), (u'CALL_-1206926726', u'INDIRECT_-1206925690'), (u'LOAD_-1206926880', u'CAST_-1206925725'), (u'CALL_-1206927059', u'INDIRECT_-1206925850'), (u'INT_ADD_-1206926673', u'CAST_-1206925502'), (u'COPY_-1206925407', u'MULTIEQUAL_-1206926015'), (u'INDIRECT_-1206925790', u'MULTIEQUAL_-1206925669'), (u'CALL_-1206927059', u'INDIRECT_-1206925955'), (u'CALL_-1206926337', u'MULTIEQUAL_-1206926226'), (u'INDIRECT_-1206925679', u'MULTIEQUAL_-1206925902'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925748'), ('tmp_1492', u'CBRANCH_-1206926402'), ('const-0', u'RETURN_-1206925631'), ('tmp_4947', u'MULTIEQUAL_-1206925707'), ('const-0', u'COPY_-1206926448'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925797'), ('tmp_4945', u'MULTIEQUAL_-1206925677'), (u'INDIRECT_-1206925499', u'MULTIEQUAL_-1206925497'), (u'MULTIEQUAL_-1206925490', u'MULTIEQUAL_-1206925714'), ('tmp_811', u'CBRANCH_-1206926790'), ('tmp_2792', u'PTRSUB_-1206925359'), (u'INT_NOTEQUAL_-1206927315', u'CBRANCH_-1206927313'), (u'INT_ADD_-1206926815', u'CAST_-1206925464'), ('const-4', u'COPY_-1206926379'), ('const-4294967208', u'PTRSUB_-1206925359'), (u'INDIRECT_-1206925970', u'MULTIEQUAL_-1206925887'), ('tmp_4952', u'COPY_-1206926858'), (u'COPY_-1206925403', u'MULTIEQUAL_-1206926010'), (u'PTRADD_-1206925359', u'COPY_-1206925399'), ('const-32', u'INT_ADD_-1206926417'), (u'STORE_-1206926356', u'INDIRECT_-1206925454'), ('const-417', u'LOAD_-1206927139'), (u'INDIRECT_-1206925945', u'MULTIEQUAL_-1206925909'), (u'INDIRECT_-1206925835', u'MULTIEQUAL_-1206925752'), (u'STORE_-1206926390', u'INDIRECT_-1206925678'), (u'CAST_-1206925524', u'PTRADD_-1206925551'), (u'INDIRECT_-1206925544', u'MULTIEQUAL_-1206925505'), (u'COPY_-1206926514', u'MULTIEQUAL_-1206925507'), (u'MULTIEQUAL_-1206925685', u'MULTIEQUAL_-1206925909'), (u'INDIRECT_-1206925735', u'MULTIEQUAL_-1206925699'), ('const-417', u'LOAD_-1206926777'), ('const-0', u'COPY_-1206926887'), (u'LOAD_-1206926777', u'CAST_-1206925541'), ('const-1', u'PTRADD_-1206925342'), (u'INDIRECT_-1206925820', u'MULTIEQUAL_-1206925699'), (u'CALL_-1206926337', u'INDIRECT_-1206925724'), ('const-417', u'LOAD_-1206926724'), ('tmp_136', u'CBRANCH_-1206927339'), (u'MULTIEQUAL_-1206925460', u'MULTIEQUAL_-1206925684'), ('const-0', u'COPY_-1206927180'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925752'), (u'CALL_-1206926726', u'INDIRECT_-1206925780'), ('tmp_4954', u'CALL_-1206926337'), (u'PTRADD_-1206925358', u'COPY_-1206925403'), (u'COPY_-1206926459', u'MULTIEQUAL_-1206925552'), (u'INDIRECT_-1206925484', u'MULTIEQUAL_-1206925482'), (u'PTRADD_-1206925344', u'COPY_-1206925398'), (u'PTRADD_-1206925343', u'CAST_-1206925315'), ('tmp_4936', u'INT_ADD_-1206926423'), (u'INDIRECT_-1206925705', u'MULTIEQUAL_-1206925669'), (u'CAST_-1206925275', u'STORE_-1206926437'), ('const-0', u'COPY_-1206926470'), (u'INDIRECT_-1206925835', u'MULTIEQUAL_-1206925714'), (u'INDIRECT_-1206925439', u'MULTIEQUAL_-1206925400'), (u'INDIRECT_-1206925775', u'MULTIEQUAL_-1206925692'), (u'INDIRECT_-1206925514', u'MULTIEQUAL_-1206925737'), ('const-417', u'LOAD_-1206927331'), ('tmp_1321', u'CBRANCH_-1206926860'), (u'INT_NOTEQUAL_-1206926362', u'CBRANCH_-1206926368'), (u'MULTIEQUAL_-1206926226', u'MULTIEQUAL_-1206926187'), (u'STORE_-1206926356', u'INDIRECT_-1206925559'), ('const-4', u'INT_ADD_-1206926764'), ('tmp_1114', u'CBRANCH_-1206926757'), (u'INDIRECT_-1206925790', u'MULTIEQUAL_-1206925707'), (u'COPY_-1206927406', u'MULTIEQUAL_-1206925447'), (u'CALL_-1206927059', u'INDIRECT_-1206925940'), (u'CALL_-1206926337', u'INDIRECT_-1206925484'), (u'INDIRECT_-1206925820', u'MULTIEQUAL_-1206925475'), (u'INDIRECT_-1206925664', u'MULTIEQUAL_-1206925887'), (u'COPY_-1206926503', u'MULTIEQUAL_-1206925492'), ('const-0', u'COPY_-1206927079'), ('const-417', u'STORE_-1206926693'), (u'MULTIEQUAL_-1206925400', u'MULTIEQUAL_-1206925624'), ('tmp_1678', u'CBRANCH_-1206926294'), ('const-417', u'LOAD_-1206927035'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925673'), (u'INDIRECT_-1206925760', u'MULTIEQUAL_-1206925415'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925632'), (u'STORE_-1206926390', u'INDIRECT_-1206925498'), (u'LOAD_-1206926892', u'INT_ADD_-1206926815'), (u'STORE_-1206926390', u'INDIRECT_-1206925483'), (u'INDIRECT_-1206925675', u'MULTIEQUAL_-1206925639'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925628'), ('const-0', u'COPY_-1206927103'), (u'INDIRECT_-1206925745', u'MULTIEQUAL_-1206925624'), ('tmp_4953', u'LOAD_-1206926892'), (u'INT_ADD_-1206926685', u'CAST_-1206925509'), ('const-0', u'INT_EQUAL_-1206926791'), (u'MULTIEQUAL_-1206926026', u'INT_NOTEQUAL_-1206926362'), ('tmp_4937', u'STORE_-1206926437'), (u'INDIRECT_-1206926015', u'MULTIEQUAL_-1206925932'), ('const-4294967208', u'PTRSUB_-1206925346'), (u'STORE_-1206926356', u'INDIRECT_-1206925679'), (u'CAST_-1206925464', u'LOAD_-1206926831'), (u'CALL_-1206926337', u'INDIRECT_-1206925454'), ('const-4', u'PTRADD_-1206925359'), ('const-0', u'RETURN_-1206926637'), (u'CALL_-1206926337', u'INDIRECT_-1206925544'), ('const-417', u'STORE_-1206926989'), (u'CAST_-1206925524', u'STORE_-1206926687'), ('const-417', u'STORE_-1206926390'), ('const-417', u'LOAD_-1206926892'), ('tmp_176', u'CBRANCH_-1206927313'), (u'INT_NOTEQUAL_-1206926995', u'CBRANCH_-1206926994'), (u'INDIRECT_-1206925745', u'MULTIEQUAL_-1206925400'), (u'INDIRECT_-1206926030', u'MULTIEQUAL_-1206925947'), (u'INDIRECT_-1206926015', u'MULTIEQUAL_-1206925894'), (u'INDIRECT_-1206925720', u'MULTIEQUAL_-1206925684'), (u'CALL_-1206926726', u'INDIRECT_-1206925870'), (u'INDIRECT_-1206925760', u'MULTIEQUAL_-1206925639'), ('const-4294967192', u'PTRSUB_-1206925362'), (u'INDIRECT_-1206925454', u'MULTIEQUAL_-1206925677'), (u'MULTIEQUAL_-1206925477', u'MULTIEQUAL_-1206925467'), (u'INDIRECT_-1206925865', u'MULTIEQUAL_-1206925520'), (u'INDIRECT_-1206925573', u'MULTIEQUAL_-1206925567'), ('tmp_2792', u'PTRSUB_-1206925442'), (u'COPY_-1206926448', u'MULTIEQUAL_-1206925537'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925662'), ('const-0', u'COPY_-1206927147'), ('const-1', u'PTRADD_-1206925614'), ('const-0', u'COPY_-1206926755'), (u'INDIRECT_-1206925775', u'MULTIEQUAL_-1206925430'), ('const-2147483645', u'COPY_-1206927169'), ('const-2', u'PTRADD_-1206925768'), (u'STORE_-1206926356', u'INDIRECT_-1206925484'), (u'INDIRECT_-1206925544', u'MULTIEQUAL_-1206925767'), (u'INDIRECT_-1206925930', u'MULTIEQUAL_-1206925894'), (u'INDIRECT_-1206925499', u'MULTIEQUAL_-1206925722'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925568'), (u'INDIRECT_-1206925724', u'MULTIEQUAL_-1206925947'), ('tmp_4953', u'LOAD_-1206926760'), ('const-0', u'COPY_-1206927191'), ('const-0', u'INT_NOTEQUAL_-1206926362'), ('const-1', u'PTRADD_-1206925623'), (u'COPY_-1206925817', u'MULTIEQUAL_-1206925781'), (u'CAST_-1206925524', u'PTRADD_-1206925544'), (u'INDIRECT_-1206926015', u'MULTIEQUAL_-1206925670'), ('const-4', u'PTRADD_-1206925344'), ('const-0', u'COPY_-1206927125'), (u'CALL_-1206926726', u'INDIRECT_-1206925660'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925737'), (u'STORE_-1206926356', u'INDIRECT_-1206925544'), (u'MULTIEQUAL_-1206925781', u'PTRADD_-1206925614'), ('const-1097929', u'COPY_-1206926733'), (u'INDIRECT_-1206925649', u'MULTIEQUAL_-1206925872'), (u'INDIRECT_-1206925745', u'MULTIEQUAL_-1206925662'), ('tmp_600', u'CBRANCH_-1206926994'), (u'MULTIEQUAL_-1206926015', u'PTRADD_-1206925358'), ('tmp_4948', u'MULTIEQUAL_-1206925722'), ('const-4294967295', u'INT_ADD_-1206926387'), ('const-417', u'STORE_-1206926437'), (u'CAST_-1206925271', u'STORE_-1206926431'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925812'), ('const-0', u'COPY_-1206926437'), ('const-0', u'COPY_-1206926492'), (u'INDIRECT_-1206925850', u'MULTIEQUAL_-1206925767'), ('const-4294967295', u'INT_ADD_-1206926353'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925733'), (u'CAST_-1206925767', u'MULTIEQUAL_-1206925636'), (u'INDIRECT_-1206925439', u'MULTIEQUAL_-1206925662'), (u'INDIRECT_-1206925678', u'MULTIEQUAL_-1206925672'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925808'), (u'PTRSUB_-1206925442', u'COPY_-1206925403'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925647'), ('const-417', u'LOAD_-1206926699'), (u'PTRADD_-1206925623', u'STORE_-1206926989'), (u'MULTIEQUAL_-1206925462', u'MULTIEQUAL_-1206925452'), (u'CAST_-1206925317', u'PTRADD_-1206925343'), (u'MULTIEQUAL_-1206926010', u'STORE_-1206926390'), ('const-0', u'COPY_-1206926481'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925583'), ('tmp_4936', u'INT_ADD_-1206926297'), (u'MULTIEQUAL_-1206925657', u'MULTIEQUAL_-1206925647'), ('const-417', u'STORE_-1206926681'), (u'LOAD_-1206926699', u'CALLIND_-1206926689'), (u'CALL_-1206926726', u'INDIRECT_-1206925840'), (u'CALL_-1206927059', u'INDIRECT_-1206925865'), (u'CAST_-1206925598', u'LOAD_-1206927035'), (u'INT_ADD_-1206926423', u'CAST_-1206925275'), ('tmp_4953', u'COPY_-1206926706'), (u'COPY_-1206926492', u'MULTIEQUAL_-1206925477'), (u'INDIRECT_-1206925484', u'MULTIEQUAL_-1206925445'), (u'INT_ADD_-1206926683', u'CAST_-1206925415'), (u'MULTIEQUAL_-1206925567', u'MULTIEQUAL_-1206925557'), ('tmp_4936', u'INT_ADD_-1206926685'), (u'LOAD_-1206927035', u'INT_NOTEQUAL_-1206927015'), (u'PTRADD_-1206925551', u'STORE_-1206926693'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925763'), (u'CALL_-1206926337', u'INDIRECT_-1206925559'), (u'INDIRECT_-1206925985', u'MULTIEQUAL_-1206925902'), (u'INDIRECT_-1206925529', u'MULTIEQUAL_-1206925752'), (u'CALL_-1206927059', u'INDIRECT_-1206925820'), ('const-0', u'COPY_-1206926745'), (u'COPY_-1206926522', u'MULTIEQUAL_-1206926038'), ('const-0', u'COPY_-1206927202'), (u'INDIRECT_-1206925780', u'MULTIEQUAL_-1206925744'), ('const-4', u'PTRADD_-1206925623'), (u'LOAD_-1206926875', u'MULTIEQUAL_-1206925779'), (u'MULTIEQUAL_-1206925998', u'STORE_-1206926356'), ('const-2147483645', u'COPY_-1206927118'), (u'LOAD_-1206926760', u'INT_ADD_-1206926683'), (u'CALL_-1206927059', u'INDIRECT_-1206925805'), ('tmp_2792', u'PTRSUB_-1206925362'), (u'LOAD_-1206926831', u'CALLIND_-1206926821'), (u'CALL_-1206926726', u'INDIRECT_-1206925855'), (u'CALL_-1206926726', u'INDIRECT_-1206925750'), ('const-4', u'PTRADD_-1206925768'), (u'CAST_-1206925725', u'MULTIEQUAL_-1206925781'), (u'CALL_-1206926337', u'INDIRECT_-1206925694'), (u'PTRADD_-1206925614', u'LOAD_-1206927139'), (u'LOAD_-1206926359', u'CAST_-1206925316'), (u'CALL_-1206927059', u'INDIRECT_-1206925760'), (u'CALL_-1206926726', u'INDIRECT_-1206925705'), ('tmp_4936', u'COPY_-1206925545'), (u'INT_EQUAL_-1206926791', u'CBRANCH_-1206926790'), (u'INDIRECT_-1206925660', u'MULTIEQUAL_-1206925624'), ('const-1097984', u'COPY_-1206926829'), (u'CALL_-1206927059', u'STORE_-1206926989'), (u'CALL_-1206926726', u'INDIRECT_-1206925885'), (u'MULTIEQUAL_-1206925552', u'MULTIEQUAL_-1206925542'), ('const-417', u'LOAD_-1206926359'), (u'CALL_-1206926337', u'INDIRECT_-1206925469'), (u'CALL_-1206926337', u'MULTIEQUAL_-1206925964'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925827'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925598'), (u'INT_NOTEQUAL_-1206927123', u'CBRANCH_-1206927121'), (u'INDIRECT_-1206925498', u'MULTIEQUAL_-1206925492'), ('tmp_4936', u'INT_ADD_-1206927315'), ('tmp_4954', u'CALL_-1206927059'), ('const-28', u'INT_ADD_-1206927335'), (u'STORE_-1206926390', u'INDIRECT_-1206925528'), ('const-4', u'COPY_-1206926522'), (u'INT_EQUAL_-1206927341', u'CBRANCH_-1206927339'), ('tmp_4936', u'INT_ADD_-1206926673'), (u'MULTIEQUAL_-1206925964', u'MULTIEQUAL_-1206926187'), (u'INDIRECT_-1206925865', u'MULTIEQUAL_-1206925744'), (u'INT_ADD_-1206927019', u'CAST_-1206925598'), (u'CALL_-1206927059', u'MULTIEQUAL_-1206925964'), (u'COPY_-1206925392', u'MULTIEQUAL_-1206926007'), (u'INDIRECT_-1206925514', u'MULTIEQUAL_-1206925512'), (u'INDIRECT_-1206926000', u'MULTIEQUAL_-1206925917'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925658'), (u'COPY_-1206925398', u'MULTIEQUAL_-1206926007'), (u'CAST_-1206925541', u'INT_EQUAL_-1206926759'), (u'STORE_-1206926356', u'INDIRECT_-1206925694'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925842'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925872'), (u'INDIRECT_-1206925690', u'MULTIEQUAL_-1206925654'), (u'CAST_-1206925315', u'COPY_-1206925388'), ('const-417', u'STORE_-1206926687'), (u'STORE_-1206926390', u'INDIRECT_-1206925573'), (u'INDIRECT_-1206925454', u'MULTIEQUAL_-1206925452'), (u'INDIRECT_-1206925850', u'MULTIEQUAL_-1206925729'), (u'COPY_-1206925399', u'MULTIEQUAL_-1206926010'), ('const-28', u'INT_ADD_-1206926297'), (u'INDIRECT_-1206925775', u'MULTIEQUAL_-1206925654'), (u'CALL_-1206927059', u'INDIRECT_-1206925985'), ('const-417', u'LOAD_-1206926880'), (u'CALL_-1206926337', u'INDIRECT_-1206925529'), (u'INT_ADD_-1206926297', u'CAST_-1206925294'), ('const-417', u'LOAD_-1206926760'), ('tmp_4943', u'MULTIEQUAL_-1206925657'), (u'MULTIEQUAL_-1206926038', u'INT_ADD_-1206926387'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925688'), ('const-417', u'LOAD_-1206926701'), ('const-1098032', u'COPY_-1206926697'), ('tmp_4936', u'COPY_-1206925496'), ('const-2147483645', u'COPY_-1206926503'), (u'COPY_-1206925403', u'MULTIEQUAL_-1206926015'), (u'CALL_-1206926726', u'INDIRECT_-1206925675'), (u'INDIRECT_-1206925454', u'MULTIEQUAL_-1206925415'), (u'MULTIEQUAL_-1206926007', u'PTRADD_-1206925342'), (u'CALL_-1206927059', u'INDIRECT_-1206926015'), (u'MULTIEQUAL_-1206925447', u'MULTIEQUAL_-1206925437'), (u'CALL_-1206926726', u'INDIRECT_-1206925900'), (u'INDIRECT_-1206925724', u'MULTIEQUAL_-1206925685'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925782'), (u'INDIRECT_-1206925484', u'MULTIEQUAL_-1206925707'), ('const-11', u'PTRADD_-1206925356'), (u'CAST_-1206925294', u'LOAD_-1206926313'), (u'MULTIEQUAL_-1206925415', u'MULTIEQUAL_-1206925639'), ('const-417', u'LOAD_-1206926831'), (u'INDIRECT_-1206925453', u'MULTIEQUAL_-1206925447'), (u'CAST_-1206925502', u'STORE_-1206926687'), (u'CAST_-1206925725', u'INT_EQUAL_-1206926862'), ('const-0', u'INT_EQUAL_-1206927341'), ('const-0', u'COPY_-1206927134'), ('const-0', u'COPY_-1206926882'), (u'PTRSUB_-1206925346', u'PTRADD_-1206925344'), (u'INDIRECT_-1206925694', u'MULTIEQUAL_-1206925917'), (u'INDIRECT_-1206925544', u'MULTIEQUAL_-1206925542'), ('tmp_4951', u'INT_EQUAL_-1206926791'), (u'MULTIEQUAL_-1206925636', u'PTRADD_-1206925623'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925793'), ('const-0', u'RETURN_-1206927075'), (u'INDIRECT_-1206925679', u'MULTIEQUAL_-1206925677'), (u'CALL_-1206926726', u'INDIRECT_-1206925765'), (u'INDIRECT_-1206925850', u'MULTIEQUAL_-1206925505'), (u'PTRSUB_-1206925362', u'COPY_-1206925394'), (u'CAST_-1206925316', u'STORE_-1206926356'), (u'LOAD_-1206926724', u'MULTIEQUAL_-1206925634'), (u'CALL_-1206926726', u'CAST_-1206925524'), (u'STORE_-1206926390', u'INDIRECT_-1206925663'), ('tmp_4953', u'COPY_-1206926838'), (u'INDIRECT_-1206925513', u'MULTIEQUAL_-1206925507'), (u'MULTIEQUAL_-1206925781', u'PTRADD_-1206925768'), (u'INDIRECT_-1206925558', u'MULTIEQUAL_-1206925552'), (u'INDIRECT_-1206925835', u'MULTIEQUAL_-1206925490'), ('tmp_4937', u'INT_NOTEQUAL_-1206927315'), ('tmp_4936', u'INT_ADD_-1206927019'), ('tmp_568', u'CBRANCH_-1206927014'), (u'CALL_-1206926337', u'INDIRECT_-1206925499'), (u'LOAD_-1206926701', u'STORE_-1206926681'), ('tmp_1544', u'CBRANCH_-1206926368'), (u'MULTIEQUAL_-1206925634', u'INT_NOTEQUAL_-1206926995'), (u'LOAD_-1206927035', u'MULTIEQUAL_-1206925634'), ('const-417', u'LOAD_-1206926313'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925718'), ('tmp_4954', u'COPY_-1206926735'), ('tmp_1531', u'BRANCH_-1206926388'), (u'INT_EQUAL_-1206926862', u'CBRANCH_-1206926860'), (u'INDIRECT_-1206925694', u'MULTIEQUAL_-1206925692'), (u'MULTIEQUAL_-1206925505', u'MULTIEQUAL_-1206925729'), (u'INT_ADD_-1206926387', u'MULTIEQUAL_-1206926038'), (u'PTRADD_-1206925544', u'STORE_-1206926681'), (u'INDIRECT_-1206925439', u'MULTIEQUAL_-1206925437'), (u'INDIRECT_-1206925664', u'MULTIEQUAL_-1206925662'), (u'INDIRECT_-1206925709', u'MULTIEQUAL_-1206925932'), (u'MULTIEQUAL_-1206925430', u'MULTIEQUAL_-1206925654'), (u'MULTIEQUAL_-1206926015', u'LOAD_-1206926393'), (u'STORE_-1206926356', u'INDIRECT_-1206925439'), ('const-0', u'COPY_-1206927110'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925703'), ('const-36', u'INT_ADD_-1206926685'), (u'CALL_-1206926337', u'INDIRECT_-1206925709'), (u'CALL_-1206927059', u'INDIRECT_-1206925775'), (u'INDIRECT_-1206925499', u'MULTIEQUAL_-1206925460'), ('tmp_1286', u'BRANCH_-1206926426'), (u'COPY_-1206926481', u'MULTIEQUAL_-1206925462'), (u'STORE_-1206926356', u'INDIRECT_-1206925649'), (u'STORE_-1206926356', u'INDIRECT_-1206925664'), (u'CALL_-1206927059', u'INDIRECT_-1206925925'), (u'CALL_-1206927059', u'MULTIEQUAL_-1206926226'), (u'CALL_-1206926726', u'INDIRECT_-1206925735'), (u'COPY_-1206926379', u'MULTIEQUAL_-1206926026'), ('const-4', u'PTRADD_-1206925356'), ('tmp_4946', u'MULTIEQUAL_-1206925692'), (u'INDIRECT_-1206925805', u'MULTIEQUAL_-1206925722'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925617'), (u'INDIRECT_-1206925559', u'MULTIEQUAL_-1206925557'), (u'MULTIEQUAL_-1206926226', u'STORE_-1206926693'), ('const-0', u'COPY_-1206927158'), ('const-28', u'INT_ADD_-1206927315'), (u'CAST_-1206925767', u'INT_EQUAL_-1206927341'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925857'), ('const-4', u'PTRADD_-1206925551'), (u'INDIRECT_-1206925724', u'MULTIEQUAL_-1206925722'), (u'INDIRECT_-1206925649', u'MULTIEQUAL_-1206925647'), (u'MULTIEQUAL_-1206926010', u'PTRADD_-1206925359'), (u'INDIRECT_-1206925543', u'MULTIEQUAL_-1206925537'), (u'MULTIEQUAL_-1206925475', u'MULTIEQUAL_-1206925699'), (u'MULTIEQUAL_-1206926038', u'INT_NOTEQUAL_-1206926396'), ('const-36', u'INT_ADD_-1206926673'), (u'INDIRECT_-1206926030', u'MULTIEQUAL_-1206925685'), (u'CAST_-1206925524', u'STORE_-1206926704'), (u'MULTIEQUAL_-1206925636', u'PTRADD_-1206925585'), (u'CALL_-1206927059', u'INDIRECT_-1206925745'), (u'INT_NOTEQUAL_-1206926396', u'CBRANCH_-1206926402'), (u'MULTIEQUAL_-1206925964', u'STORE_-1206926431'), (u'INDIRECT_-1206925765', u'MULTIEQUAL_-1206925729'), (u'STORE_-1206926390', u'INDIRECT_-1206925513'), (u'MULTIEQUAL_-1206925537', u'MULTIEQUAL_-1206925527'), ('const-2147483645', u'COPY_-1206927213'), (u'PTRADD_-1206925768', u'LOAD_-1206926880'), (u'CALL_-1206927059', u'INDIRECT_-1206925790'), ('const-28', u'INT_ADD_-1206926423'), (u'CALL_-1206926337', u'INDIRECT_-1206925664'), (u'PTRSUB_-1206925359', u'PTRADD_-1206925356'), ('const-0', u'INT_EQUAL_-1206926759'), (u'MULTIEQUAL_-1206926007', u'LOAD_-1206926359'), (u'LOAD_-1206926393', u'STORE_-1206926390'), (u'INDIRECT_-1206925469', u'MULTIEQUAL_-1206925467'), ('const-2', u'PTRADD_-1206925544'), ('const-417', u'LOAD_-1206926393'), ('const-1', u'PTRADD_-1206925358'), (u'INDIRECT_-1206925469', u'MULTIEQUAL_-1206925692'), (u'INDIRECT_-1206925709', u'MULTIEQUAL_-1206925707'), ('tmp_610', u'BRANCH_-1206926984'), (u'PTRADD_-1206925356', u'COPY_-1206925407'), (u'STORE_-1206926390', u'INDIRECT_-1206925453'), (u'INDIRECT_-1206925468', u'MULTIEQUAL_-1206925462'), (u'COPY_-1206925388', u'MULTIEQUAL_-1206925998'), (u'MULTIEQUAL_-1206925520', u'MULTIEQUAL_-1206925744'), ('const-0', u'COPY_-1206926877'), (u'MULTIEQUAL_-1206925445', u'MULTIEQUAL_-1206925669'), (u'INDIRECT_-1206925663', u'MULTIEQUAL_-1206925657'), (u'MULTIEQUAL_-1206925998', u'CAST_-1206925317'), (u'CALL_-1206927059', u'INDIRECT_-1206926000'), ('const-4', u'PTRADD_-1206925343'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925722'), ('const-2', u'PTRADD_-1206925585'), ('tmp_4951', u'COPY_-1206926726'), ('tmp_4937', u'INT_NOTEQUAL_-1206926995'), ('const-0', u'COPY_-1206926514'), ('tmp_1583', u'BRANCH_-1206926354'), (u'STORE_-1206926356', u'INDIRECT_-1206925529'), (u'MULTIEQUAL_-1206925492', u'MULTIEQUAL_-1206925482'), (u'LOAD_-1206926313', u'INT_NOTEQUAL_-1206926297'), (u'CALL_-1206926337', u'INDIRECT_-1206925649'), (u'INDIRECT_-1206925865', u'MULTIEQUAL_-1206925782'), ('const-2147483645', u'COPY_-1206927087'), (u'INT_NOTEQUAL_-1206926297', u'CBRANCH_-1206926294'), (u'CALLIND_-1206926689', u'INDIRECT_-1206925613'), (u'INT_ADD_-1206927315', u'CAST_-1206925751'), ('const-1', u'PTRADD_-1206925343'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925692'), (u'CALL_-1206927059', u'MULTIEQUAL_-1206926187'), (u'CAST_-1206925541', u'LOAD_-1206926724'), (u'COPY_-1206925394', u'MULTIEQUAL_-1206925998'), (u'LOAD_-1206927139', u'INT_NOTEQUAL_-1206927123'), ('const-417', u'LOAD_-1206926875'), ('const-28', u'INT_ADD_-1206927019'), ('const-100', u'INT_ADD_-1206926683'), (u'CALL_-1206926337', u'INDIRECT_-1206925514'), ('const-417', u'STORE_-1206926704'), ('tmp_4954', u'COPY_-1206926867'), (u'STORE_-1206926356', u'INDIRECT_-1206925709'), (u'INDIRECT_-1206925750', u'MULTIEQUAL_-1206925714'), (u'CALL_-1206927059', u'INDIRECT_-1206925970'), (u'CAST_-1206925509', u'LOAD_-1206926701'), (u'INDIRECT_-1206925529', u'MULTIEQUAL_-1206925490'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925677'), ('const-4', u'PTRADD_-1206925544'), (u'PTRADD_-1206925585', u'LOAD_-1206926777'), (u'CALL_-1206926337', u'INDIRECT_-1206925679'), (u'MULTIEQUAL_-1206925507', u'MULTIEQUAL_-1206925497'), (u'INDIRECT_-1206925514', u'MULTIEQUAL_-1206925475'), (u'MULTIEQUAL_-1206925779', u'INT_NOTEQUAL_-1206927315'), (u'INT_NOTEQUAL_-1206927015', u'CBRANCH_-1206927014'), (u'INDIRECT_-1206925559', u'MULTIEQUAL_-1206925520'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925767'), (u'CALLIND_-1206926821', u'INDIRECT_-1206925602'), ('const-4', u'PTRADD_-1206925614'), (u'INT_ADD_-1206926417', u'CAST_-1206925271'), (u'STORE_-1206926356', u'INDIRECT_-1206925499'), (u'MULTIEQUAL_-1206925672', u'MULTIEQUAL_-1206925662'), (u'INDIRECT_-1206925709', u'MULTIEQUAL_-1206925670'), ('const-4', u'PTRADD_-1206925358'), (u'INDIRECT_-1206926030', u'MULTIEQUAL_-1206925909'), (u'STORE_-1206926390', u'INDIRECT_-1206925543'), ('tmp_4936', u'INT_ADD_-1206927335'), (u'CALL_-1206926726', u'INDIRECT_-1206925930'), (u'INDIRECT_-1206925820', u'MULTIEQUAL_-1206925737'), (u'INT_ADD_-1206927335', u'CAST_-1206925767'), (u'INDIRECT_-1206925559', u'MULTIEQUAL_-1206925782'), (u'COPY_-1206926437', u'MULTIEQUAL_-1206925522'), (u'CALL_-1206926726', u'INDIRECT_-1206925945'), (u'CALL_-1206926726', u'INDIRECT_-1206925915'), ('const-2147483645', u'COPY_-1206926459'), ('const-1', u'PTRADD_-1206925359'), (u'MULTIEQUAL_-1206925670', u'MULTIEQUAL_-1206925894'), (u'STORE_-1206926356', u'INDIRECT_-1206925469'), (u'CAST_-1206925541', u'MULTIEQUAL_-1206925636'), (u'INDIRECT_-1206925528', u'MULTIEQUAL_-1206925522'), ('tmp_2792', u'PTRSUB_-1206925346'), ('tmp_4937', u'STORE_-1206926704'), (u'INDIRECT_-1206925805', u'MULTIEQUAL_-1206925684'), (u'CAST_-1206925767', u'COPY_-1206925817'), ('const-4294967295', u'INT_NOTEQUAL_-1206927015'), ('const-1', u'PTRADD_-1206925551'), (u'CAST_-1206925415', u'LOAD_-1206926699'), (u'STORE_-1206926356', u'INDIRECT_-1206925724'), (u'MULTIEQUAL_-1206926187', u'INT_ADD_-1206926764'), (u'MULTIEQUAL_-1206925522', u'MULTIEQUAL_-1206925512'), ('const-4294967208', u'PTRSUB_-1206925442'), (u'INT_ADD_-1206926353', u'MULTIEQUAL_-1206926026'), ('tmp_213', u'CBRANCH_-1206927121'), ('const-4294967295', u'INT_NOTEQUAL_-1206927123'), (u'CALL_-1206927059', u'INDIRECT_-1206925835')]
| null | null |
0010bfc0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}\n\n" comment (function_definition "void FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}" primitive_type (function_declarator "FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)" identifier (parameter_list "(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "int param_6" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int **ppiVar5;" primitive_type (pointer_declarator "**ppiVar5" * (pointer_declarator "*ppiVar5" * identifier)) ;) (declaration "int *apiStack_68 [4];" primitive_type (pointer_declarator "*apiStack_68 [4]" * (array_declarator "apiStack_68 [4]" identifier [ number_literal ])) ;) (declaration "int aiStack_58 [17];" primitive_type (array_declarator "aiStack_58 [17]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x10bfc9;" (assignment_expression "uStack_14 = 0x10bfc9" identifier = number_literal) ;) (expression_statement "piVar3 = (int *)(param_2 + 0x1c);" (assignment_expression "piVar3 = (int *)(param_2 + 0x1c)" identifier = (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) ;) (if_statement "if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" if (parenthesized_expression "(piVar3 == (int *)0x0)" ( (binary_expression "piVar3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }" { (expression_statement "aiStack_58[0xb] = 0;" (assignment_expression "aiStack_58[0xb] = 0" (subscript_expression "aiStack_58[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xc] = 0x7ffffffd;" (assignment_expression "aiStack_58[0xc] = 0x7ffffffd" (subscript_expression "aiStack_58[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xd] = 0;" (assignment_expression "aiStack_58[0xd] = 0" (subscript_expression "aiStack_58[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xe] = 0;" (assignment_expression "aiStack_58[0xe] = 0" (subscript_expression "aiStack_58[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[7] = 0;" (assignment_expression "aiStack_58[7] = 0" (subscript_expression "aiStack_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[8] = 0x7ffffffd;" (assignment_expression "aiStack_58[8] = 0x7ffffffd" (subscript_expression "aiStack_58[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[9] = 0;" (assignment_expression "aiStack_58[9] = 0" (subscript_expression "aiStack_58[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[10] = 0;" (assignment_expression "aiStack_58[10] = 0" (subscript_expression "aiStack_58[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = aiStack_58 + 0xb;" (assignment_expression "piVar3 = aiStack_58 + 0xb" identifier = (binary_expression "aiStack_58 + 0xb" identifier + number_literal)) ;) (expression_statement "piVar4 = aiStack_58;" (assignment_expression "piVar4 = aiStack_58" identifier = identifier) ;) (for_statement "for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }" for ( (assignment_expression "iVar2 = 4" identifier = number_literal) ; (binary_expression "iVar2 != 0" identifier != number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }" { (expression_statement "*piVar4 = *piVar3;" (assignment_expression "*piVar4 = *piVar3" (pointer_expression "*piVar4" * identifier) = (pointer_expression "*piVar3" * identifier)) ;) (expression_statement "piVar3 = piVar3 + 1;" (assignment_expression "piVar3 = piVar3 + 1" identifier = (binary_expression "piVar3 + 1" identifier + number_literal)) ;) (expression_statement "piVar4 = piVar4 + 1;" (assignment_expression "piVar4 = piVar4 + 1" identifier = (binary_expression "piVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "piVar3 = aiStack_58 + 7;" (assignment_expression "piVar3 = aiStack_58 + 7" identifier = (binary_expression "aiStack_58 + 7" identifier + number_literal)) ;) (expression_statement "ppiVar5 = apiStack_68;" (assignment_expression "ppiVar5 = apiStack_68" identifier = identifier) ;) (for_statement "for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }" for ( (assignment_expression "iVar2 = 4" identifier = number_literal) ; (binary_expression "iVar2 != 0" identifier != number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }" { (expression_statement "*ppiVar5 = (int *)*piVar3;" (assignment_expression "*ppiVar5 = (int *)*piVar3" (pointer_expression "*ppiVar5" * identifier) = (cast_expression "(int *)*piVar3" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar3" * identifier))) ;) (expression_statement "piVar3 = piVar3 + 1;" (assignment_expression "piVar3 = piVar3 + 1" identifier = (binary_expression "piVar3 + 1" identifier + number_literal)) ;) (expression_statement "ppiVar5 = (int **)((int *)ppiVar5 + 1);" (assignment_expression "ppiVar5 = (int **)((int *)ppiVar5 + 1)" identifier = (cast_expression "(int **)((int *)ppiVar5 + 1)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int *)ppiVar5 + 1)" ( (binary_expression "(int *)ppiVar5 + 1" (cast_expression "(int *)ppiVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) )))) ;) })) (expression_statement "iVar2 = FUN_0010bdc0(param_1);" (assignment_expression "iVar2 = FUN_0010bdc0(param_1)" identifier = (call_expression "FUN_0010bdc0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }" if (parenthesized_expression "(*(int *)(param_2 + 0x1c) != -1)" ( (binary_expression "*(int *)(param_2 + 0x1c) != -1" (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }" { (labeled_statement "LAB_0010c0bb:\n aiStack_58[3] = 0xc;" statement_identifier : (expression_statement "aiStack_58[3] = 0xc;" (assignment_expression "aiStack_58[3] = 0xc" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "aiStack_58[2] = 0x10c0c9;" (assignment_expression "aiStack_58[2] = 0x10c0c9" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = (int *)FUN_001e5200();" (assignment_expression "piVar3 = (int *)FUN_001e5200()" identifier = (cast_expression "(int *)FUN_001e5200()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001e5200()" identifier (argument_list "()" ( ))))) ;) (expression_statement "*piVar3 = param_3;" (assignment_expression "*piVar3 = param_3" (pointer_expression "*piVar3" * identifier) = identifier) ;) (expression_statement "iVar1 = *(int *)(param_2 + 0x24);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x24)" identifier = (pointer_expression "*(int *)(param_2 + 0x24)" * (cast_expression "(int *)(param_2 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "piVar3[1] = iVar2;" (assignment_expression "piVar3[1] = iVar2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int **)(param_2 + 0x24) = piVar3;" (assignment_expression "*(int **)(param_2 + 0x24) = piVar3" (pointer_expression "*(int **)(param_2 + 0x24)" * (cast_expression "(int **)(param_2 + 0x24)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) )))) = identifier) ;) (expression_statement "piVar3[2] = iVar1;" (assignment_expression "piVar3[2] = iVar1" (subscript_expression "piVar3[2]" identifier [ number_literal ]) = identifier) ;) (goto_statement "goto LAB_0010c0de;" goto statement_identifier ;) })) }) (else_clause "else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" else (compound_statement "{\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" { (expression_statement "iVar2 = *(int *)(param_2 + 0x1c);" (assignment_expression "iVar2 = *(int *)(param_2 + 0x1c)" identifier = (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "piVar4 = piVar3;" (assignment_expression "piVar4 = piVar3" identifier = identifier) ;) (while_statement "while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }" while (parenthesized_expression "(param_3 != iVar2)" ( (binary_expression "param_3 != iVar2" identifier != identifier) )) (compound_statement "{\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }" { (expression_statement "piVar4 = (int *)piVar4[2];" (assignment_expression "piVar4 = (int *)piVar4[2]" identifier = (cast_expression "(int *)piVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar4[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar4 == (int *)0x0) goto LAB_0010c007;" if (parenthesized_expression "(piVar4 == (int *)0x0)" ( (binary_expression "piVar4 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010c007;" goto statement_identifier ;)) (expression_statement "iVar2 = *piVar4;" (assignment_expression "iVar2 = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) })) (if_statement "if (piVar4[1] != -1) {\n return;\n }" if (parenthesized_expression "(piVar4[1] != -1)" ( (binary_expression "piVar4[1] != -1" (subscript_expression "piVar4[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0010c007:\n aiStack_58[0xb] = 0;" statement_identifier : (expression_statement "aiStack_58[0xb] = 0;" (assignment_expression "aiStack_58[0xb] = 0" (subscript_expression "aiStack_58[0xb]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "aiStack_58[0xc] = 0x7ffffffd;" (assignment_expression "aiStack_58[0xc] = 0x7ffffffd" (subscript_expression "aiStack_58[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xd] = 0;" (assignment_expression "aiStack_58[0xd] = 0" (subscript_expression "aiStack_58[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xe] = 0;" (assignment_expression "aiStack_58[0xe] = 0" (subscript_expression "aiStack_58[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[7] = 0;" (assignment_expression "aiStack_58[7] = 0" (subscript_expression "aiStack_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[8] = 0x7ffffffd;" (assignment_expression "aiStack_58[8] = 0x7ffffffd" (subscript_expression "aiStack_58[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[9] = 0;" (assignment_expression "aiStack_58[9] = 0" (subscript_expression "aiStack_58[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[10] = 0;" (assignment_expression "aiStack_58[10] = 0" (subscript_expression "aiStack_58[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[3] = 0;" (assignment_expression "aiStack_58[3] = 0" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[2] = 0;" (assignment_expression "aiStack_58[2] = 0" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[1] = 0x7ffffffd;" (assignment_expression "aiStack_58[1] = 0x7ffffffd" (subscript_expression "aiStack_58[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0] = 0;" (assignment_expression "aiStack_58[0] = 0" (subscript_expression "aiStack_58[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "apiStack_68[3] = (int *)0x0;" (assignment_expression "apiStack_68[3] = (int *)0x0" (subscript_expression "apiStack_68[3]" identifier [ number_literal ]) = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "apiStack_68[2] = (int *)0x0;" (assignment_expression "apiStack_68[2] = (int *)0x0" (subscript_expression "apiStack_68[2]" identifier [ number_literal ]) = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "apiStack_68[1] = (int *)0x7ffffffd;" (assignment_expression "apiStack_68[1] = (int *)0x7ffffffd" (subscript_expression "apiStack_68[1]" identifier [ number_literal ]) = (cast_expression "(int *)0x7ffffffd" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "apiStack_68[0] = (int *)0x0;" (assignment_expression "apiStack_68[0] = (int *)0x0" (subscript_expression "apiStack_68[0]" identifier [ number_literal ]) = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar2 = FUN_0010bdc0(param_1);" (assignment_expression "iVar2 = FUN_0010bdc0(param_1)" identifier = (call_expression "FUN_0010bdc0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "iVar1 = *(int *)(param_2 + 0x1c);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x1c)" identifier = (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }" if (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) )) (compound_statement "{\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }" { (while_statement "while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }" while (parenthesized_expression "(param_3 != iVar1)" ( (binary_expression "param_3 != iVar1" identifier != identifier) )) (compound_statement "{\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }" { (expression_statement "piVar3 = (int *)piVar3[2];" (assignment_expression "piVar3 = (int *)piVar3[2]" identifier = (cast_expression "(int *)piVar3[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar3[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar3 == (int *)0x0) goto LAB_0010c0bb;" if (parenthesized_expression "(piVar3 == (int *)0x0)" ( (binary_expression "piVar3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010c0bb;" goto statement_identifier ;)) (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) })) (expression_statement "piVar3[1] = iVar2;" (assignment_expression "piVar3[1] = iVar2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (goto_statement "goto LAB_0010c0de;" goto statement_identifier ;) })) }))) (expression_statement "*(int *)(param_2 + 0x1c) = param_3;" (assignment_expression "*(int *)(param_2 + 0x1c) = param_3" (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_2 + 0x20) = iVar2;" (assignment_expression "*(int *)(param_2 + 0x20) = iVar2" (pointer_expression "*(int *)(param_2 + 0x20)" * (cast_expression "(int *)(param_2 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) = identifier) ;) (labeled_statement "LAB_0010c0de:\n aiStack_58[6] = 0;" statement_identifier : (expression_statement "aiStack_58[6] = 0;" (assignment_expression "aiStack_58[6] = 0" (subscript_expression "aiStack_58[6]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "aiStack_58[5] = 0;" (assignment_expression "aiStack_58[5] = 0" (subscript_expression "aiStack_58[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[4] = 0;" (assignment_expression "aiStack_58[4] = 0" (subscript_expression "aiStack_58[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[2] = param_1;" (assignment_expression "aiStack_58[2] = param_1" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aiStack_58[1] = param_5;" (assignment_expression "aiStack_58[1] = param_5" (subscript_expression "aiStack_58[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[3] = param_4;" (assignment_expression "apiStack_68[3] = param_4" (subscript_expression "apiStack_68[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[2] = (int *)0x10c100;" (assignment_expression "apiStack_68[2] = (int *)0x10c100" (subscript_expression "apiStack_68[2]" identifier [ number_literal ]) = (cast_expression "(int *)0x10c100" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "aiStack_58[0] = param_2;" (assignment_expression "aiStack_58[0] = param_2" (subscript_expression "aiStack_58[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aiStack_58[3] = iVar2;" (assignment_expression "aiStack_58[3] = iVar2" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "(**(code **)(*param_4 + 100))();" (call_expression "(**(code **)(*param_4 + 100))()" (parenthesized_expression "(**(code **)(*param_4 + 100))" ( (pointer_expression "**(code **)(*param_4 + 100)" * (pointer_expression "*(code **)(*param_4 + 100)" * (cast_expression "(code **)(*param_4 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 100)" ( (binary_expression "*param_4 + 100" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (if_statement "if (param_6 == 0) {\n return;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "aiStack_58[3] = iVar2 + 4;" (assignment_expression "aiStack_58[3] = iVar2 + 4" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = (binary_expression "iVar2 + 4" identifier + number_literal)) ;) (expression_statement "aiStack_58[6] = 0;" (assignment_expression "aiStack_58[6] = 0" (subscript_expression "aiStack_58[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[5] = 0;" (assignment_expression "aiStack_58[5] = 0" (subscript_expression "aiStack_58[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[4] = 0;" (assignment_expression "aiStack_58[4] = 0" (subscript_expression "aiStack_58[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[2] = param_1;" (assignment_expression "aiStack_58[2] = param_1" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aiStack_58[1] = param_6;" (assignment_expression "aiStack_58[1] = param_6" (subscript_expression "aiStack_58[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[3] = param_4;" (assignment_expression "apiStack_68[3] = param_4" (subscript_expression "apiStack_68[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[2] = (int *)0x10c130;" (assignment_expression "apiStack_68[2] = (int *)0x10c130" (subscript_expression "apiStack_68[2]" identifier [ number_literal ]) = (cast_expression "(int *)0x10c130" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "aiStack_58[0] = param_2;" (assignment_expression "aiStack_58[0] = param_2" (subscript_expression "aiStack_58[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "(**(code **)(*param_4 + 100))();" (call_expression "(**(code **)(*param_4 + 100))()" (parenthesized_expression "(**(code **)(*param_4 + 100))" ( (pointer_expression "**(code **)(*param_4 + 100)" * (pointer_expression "*(code **)(*param_4 + 100)" * (cast_expression "(code **)(*param_4 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 100)" ( (binary_expression "*param_4 + 100" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void add_global_pair_with_rel(Output_data_got<32,_false> * this, Symbol\n * gsym, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type_1, uint r_type_2) */\n\nvoid __thiscall\ngold::Output_data_got<32,_false>::add_global_pair_with_rel\n (Output_data_got<32,_false> *this,Symbol *gsym,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type_1,uint r_type_2)\n\n{\n uint uVar1;\n Got_entry got_entry_1;\n Got_entry got_entry_2;\n uint uVar2;\n Got_offset_list *pGVar3;\n int iVar4;\n Got_offset_list *pGVar5;\n undefined4 *puVar6;\n undefined4 *puVar7;\n undefined4 in_stack_ffffff98;\n undefined4 in_stack_ffffff9c;\n undefined4 in_stack_ffffffa0;\n undefined4 in_stack_ffffffa4;\n undefined4 in_stack_ffffffa8;\n undefined4 in_stack_ffffffac;\n undefined4 in_stack_ffffffb0;\n undefined4 in_stack_ffffffb4;\n undefined4 local_3c [10];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n pGVar5 = &gsym->got_offsets_;\n if (pGVar5 == (Got_offset_list *)0x0) {\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n puVar6 = local_3c + 4;\n puVar7 = (undefined4 *)&stack0xffffffa8;\n for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }\n puVar6 = local_3c;\n puVar7 = (undefined4 *)&stack0xffffff98;\n for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }\n got_entry_1._4_4_ = in_stack_ffffff9c;\n got_entry_1.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98;\n got_entry_1.addend_._0_4_ = in_stack_ffffffa0;\n got_entry_1.addend_._4_4_ = in_stack_ffffffa4;\n got_entry_2._4_4_ = in_stack_ffffffac;\n got_entry_2.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8;\n got_entry_2.addend_._0_4_ = in_stack_ffffffb0;\n got_entry_2.addend_._4_4_ = in_stack_ffffffb4;\n uVar2 = add_got_entry_pair(this,got_entry_1,got_entry_2);\n if ((gsym->got_offsets_).got_type_ != 0xffffffff) {\nLAB_0010c0bb:\n pGVar3 = (Got_offset_list *)operator_new(0xc);\n pGVar3->got_type_ = got_type;\n pGVar5 = (gsym->got_offsets_).got_next_;\n pGVar3->got_offset_ = uVar2;\n (gsym->got_offsets_).got_next_ = pGVar3;\n pGVar3->got_next_ = pGVar5;\n goto LAB_0010c0de;\n }\n }\n else {\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar5;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return;\n }\nLAB_0010c007:\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000));\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }\n pGVar5->got_offset_ = uVar2;\n goto LAB_0010c0de;\n }\n }\n (gsym->got_offsets_).got_type_ = got_type;\n (gsym->got_offsets_).got_offset_ = uVar2;\nLAB_0010c0de:\n (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])();\n if (r_type_2 == 0) {\n return;\n }\n (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])();\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_data_got<32,_false>::add_global_pair_with_rel\n (Output_data_got<32,_false> *this,Symbol *gsym,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type_1,uint r_type_2)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::add_global_pair_with_rel\n (Output_data_got<32,_false> *this,Symbol *gsym,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type_1,uint r_type_2)\n\n{\n uint" identifier > : : (function_declarator "add_global_pair_with_rel\n (Output_data_got<32,_false> *this,Symbol *gsym,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type_1,uint r_type_2)" identifier (parameter_list "(Output_data_got<32,_false> *this,Symbol *gsym,uint got_type,\n Output_data_reloc_generic *rel_dyn,uint r_type_1,uint r_type_2)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint got_type" type_identifier identifier) , (parameter_declaration "Output_data_reloc_generic *rel_dyn" type_identifier (pointer_declarator "*rel_dyn" * identifier)) , (parameter_declaration "uint r_type_1" type_identifier identifier) , (parameter_declaration "uint r_type_2" type_identifier identifier) ))) { identifier) identifier ;) (declaration "Got_entry got_entry_1;" type_identifier identifier ;) (declaration "Got_entry got_entry_2;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "Got_offset_list *pGVar3;" type_identifier (pointer_declarator "*pGVar3" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "Got_offset_list *pGVar5;" type_identifier (pointer_declarator "*pGVar5" * identifier) ;) (declaration "undefined4 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "undefined4 *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "undefined4 in_stack_ffffff98;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffff9c;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffffa0;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffffa4;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffffa8;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffffac;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffffb0;" type_identifier identifier ;) (declaration "undefined4 in_stack_ffffffb4;" type_identifier identifier ;) (declaration "undefined4 local_3c [10];" type_identifier (array_declarator "local_3c [10]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x10bfc9;" (assignment_expression "uStack_14 = 0x10bfc9" identifier = number_literal) ;) (expression_statement "pGVar5 = &gsym->got_offsets_;" (assignment_expression "pGVar5 = &gsym->got_offsets_" identifier = (pointer_expression "&gsym->got_offsets_" & (field_expression "gsym->got_offsets_" identifier -> field_identifier))) ;) (if_statement "if (pGVar5 == (Got_offset_list *)0x0) {\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n puVar6 = local_3c + 4;\n puVar7 = (undefined4 *)&stack0xffffffa8;\n for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }\n puVar6 = local_3c;\n puVar7 = (undefined4 *)&stack0xffffff98;\n for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }\n got_entry_1._4_4_ = in_stack_ffffff9c;\n got_entry_1.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98;\n got_entry_1.addend_._0_4_ = in_stack_ffffffa0;\n got_entry_1.addend_._4_4_ = in_stack_ffffffa4;\n got_entry_2._4_4_ = in_stack_ffffffac;\n got_entry_2.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8;\n got_entry_2.addend_._0_4_ = in_stack_ffffffb0;\n got_entry_2.addend_._4_4_ = in_stack_ffffffb4;\n uVar2 = add_got_entry_pair(this,got_entry_1,got_entry_2);\n if ((gsym->got_offsets_).got_type_ != 0xffffffff) {\nLAB_0010c0bb:\n pGVar3 = (Got_offset_list *)operator_new(0xc);\n pGVar3->got_type_ = got_type;\n pGVar5 = (gsym->got_offsets_).got_next_;\n pGVar3->got_offset_ = uVar2;\n (gsym->got_offsets_).got_next_ = pGVar3;\n pGVar3->got_next_ = pGVar5;\n goto LAB_0010c0de;\n }\n }\n else {\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar5;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return;\n }\nLAB_0010c007:\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000));\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }\n pGVar5->got_offset_ = uVar2;\n goto LAB_0010c0de;\n }\n }" if (parenthesized_expression "(pGVar5 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar5 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n puVar6 = local_3c + 4;\n puVar7 = (undefined4 *)&stack0xffffffa8;\n for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }\n puVar6 = local_3c;\n puVar7 = (undefined4 *)&stack0xffffff98;\n for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }\n got_entry_1._4_4_ = in_stack_ffffff9c;\n got_entry_1.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98;\n got_entry_1.addend_._0_4_ = in_stack_ffffffa0;\n got_entry_1.addend_._4_4_ = in_stack_ffffffa4;\n got_entry_2._4_4_ = in_stack_ffffffac;\n got_entry_2.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8;\n got_entry_2.addend_._0_4_ = in_stack_ffffffb0;\n got_entry_2.addend_._4_4_ = in_stack_ffffffb4;\n uVar2 = add_got_entry_pair(this,got_entry_1,got_entry_2);\n if ((gsym->got_offsets_).got_type_ != 0xffffffff) {\nLAB_0010c0bb:\n pGVar3 = (Got_offset_list *)operator_new(0xc);\n pGVar3->got_type_ = got_type;\n pGVar5 = (gsym->got_offsets_).got_next_;\n pGVar3->got_offset_ = uVar2;\n (gsym->got_offsets_).got_next_ = pGVar3;\n pGVar3->got_next_ = pGVar5;\n goto LAB_0010c0de;\n }\n }" { (expression_statement "local_3c[4] = 0;" (assignment_expression "local_3c[4] = 0" (subscript_expression "local_3c[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[5] = 0x7ffffffd;" (assignment_expression "local_3c[5] = 0x7ffffffd" (subscript_expression "local_3c[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[6] = 0;" (assignment_expression "local_3c[6] = 0" (subscript_expression "local_3c[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[7] = 0;" (assignment_expression "local_3c[7] = 0" (subscript_expression "local_3c[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[0] = 0;" (assignment_expression "local_3c[0] = 0" (subscript_expression "local_3c[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[1] = 0x7ffffffd;" (assignment_expression "local_3c[1] = 0x7ffffffd" (subscript_expression "local_3c[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[2] = 0;" (assignment_expression "local_3c[2] = 0" (subscript_expression "local_3c[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[3] = 0;" (assignment_expression "local_3c[3] = 0" (subscript_expression "local_3c[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar6 = local_3c + 4;" (assignment_expression "puVar6 = local_3c + 4" identifier = (binary_expression "local_3c + 4" identifier + number_literal)) ;) (expression_statement "puVar7 = (undefined4 *)&stack0xffffffa8;" (assignment_expression "puVar7 = (undefined4 *)&stack0xffffffa8" identifier = (cast_expression "(undefined4 *)&stack0xffffffa8" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xffffffa8" & identifier))) ;) (for_statement "for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }" for ( (assignment_expression "iVar4 = 4" identifier = number_literal) ; (binary_expression "iVar4 != 0" identifier != number_literal) ; (assignment_expression "iVar4 = iVar4 + -1" identifier = (binary_expression "iVar4 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }" { (expression_statement "*puVar7 = *puVar6;" (assignment_expression "*puVar7 = *puVar6" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (expression_statement "puVar7 = puVar7 + 1;" (assignment_expression "puVar7 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) })) (expression_statement "puVar6 = local_3c;" (assignment_expression "puVar6 = local_3c" identifier = identifier) ;) (expression_statement "puVar7 = (undefined4 *)&stack0xffffff98;" (assignment_expression "puVar7 = (undefined4 *)&stack0xffffff98" identifier = (cast_expression "(undefined4 *)&stack0xffffff98" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0xffffff98" & identifier))) ;) (for_statement "for (iVar4 = 4; iVar4 != 0; iVar4 = iVar4 + -1) {\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }" for ( (assignment_expression "iVar4 = 4" identifier = number_literal) ; (binary_expression "iVar4 != 0" identifier != number_literal) ; (assignment_expression "iVar4 = iVar4 + -1" identifier = (binary_expression "iVar4 + -1" identifier + number_literal)) ) (compound_statement "{\n *puVar7 = *puVar6;\n puVar6 = puVar6 + 1;\n puVar7 = puVar7 + 1;\n }" { (expression_statement "*puVar7 = *puVar6;" (assignment_expression "*puVar7 = *puVar6" (pointer_expression "*puVar7" * identifier) = (pointer_expression "*puVar6" * identifier)) ;) (expression_statement "puVar6 = puVar6 + 1;" (assignment_expression "puVar6 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (expression_statement "puVar7 = puVar7 + 1;" (assignment_expression "puVar7 = puVar7 + 1" identifier = (binary_expression "puVar7 + 1" identifier + number_literal)) ;) })) (expression_statement "got_entry_1._4_4_ = in_stack_ffffff9c;" (assignment_expression "got_entry_1._4_4_ = in_stack_ffffff9c" (field_expression "got_entry_1._4_4_" identifier . field_identifier) = identifier) ;) (expression_statement "got_entry_1.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98;" (assignment_expression "got_entry_1.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98" (field_expression "got_entry_1.u_" identifier . field_identifier) = (cast_expression "(anon_union_4_3_9d565b01_for_u_)in_stack_ffffff98" ( (type_descriptor "anon_union_4_3_9d565b01_for_u_" type_identifier) ) identifier)) ;) (expression_statement "got_entry_1.addend_._0_4_ = in_stack_ffffffa0;" (assignment_expression "got_entry_1.addend_._0_4_ = in_stack_ffffffa0" (field_expression "got_entry_1.addend_._0_4_" (field_expression "got_entry_1.addend_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry_1.addend_._4_4_ = in_stack_ffffffa4;" (assignment_expression "got_entry_1.addend_._4_4_ = in_stack_ffffffa4" (field_expression "got_entry_1.addend_._4_4_" (field_expression "got_entry_1.addend_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry_2._4_4_ = in_stack_ffffffac;" (assignment_expression "got_entry_2._4_4_ = in_stack_ffffffac" (field_expression "got_entry_2._4_4_" identifier . field_identifier) = identifier) ;) (expression_statement "got_entry_2.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8;" (assignment_expression "got_entry_2.u_ = (anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8" (field_expression "got_entry_2.u_" identifier . field_identifier) = (cast_expression "(anon_union_4_3_9d565b01_for_u_)in_stack_ffffffa8" ( (type_descriptor "anon_union_4_3_9d565b01_for_u_" type_identifier) ) identifier)) ;) (expression_statement "got_entry_2.addend_._0_4_ = in_stack_ffffffb0;" (assignment_expression "got_entry_2.addend_._0_4_ = in_stack_ffffffb0" (field_expression "got_entry_2.addend_._0_4_" (field_expression "got_entry_2.addend_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "got_entry_2.addend_._4_4_ = in_stack_ffffffb4;" (assignment_expression "got_entry_2.addend_._4_4_ = in_stack_ffffffb4" (field_expression "got_entry_2.addend_._4_4_" (field_expression "got_entry_2.addend_" identifier . field_identifier) . field_identifier) = identifier) ;) (expression_statement "uVar2 = add_got_entry_pair(this,got_entry_1,got_entry_2);" (assignment_expression "uVar2 = add_got_entry_pair(this,got_entry_1,got_entry_2)" identifier = (call_expression "add_got_entry_pair(this,got_entry_1,got_entry_2)" identifier (argument_list "(this,got_entry_1,got_entry_2)" ( identifier , identifier , identifier )))) ;) (if_statement "if ((gsym->got_offsets_).got_type_ != 0xffffffff) {\nLAB_0010c0bb:\n pGVar3 = (Got_offset_list *)operator_new(0xc);\n pGVar3->got_type_ = got_type;\n pGVar5 = (gsym->got_offsets_).got_next_;\n pGVar3->got_offset_ = uVar2;\n (gsym->got_offsets_).got_next_ = pGVar3;\n pGVar3->got_next_ = pGVar5;\n goto LAB_0010c0de;\n }" if (parenthesized_expression "((gsym->got_offsets_).got_type_ != 0xffffffff)" ( (binary_expression "(gsym->got_offsets_).got_type_ != 0xffffffff" (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) != number_literal) )) (compound_statement "{\nLAB_0010c0bb:\n pGVar3 = (Got_offset_list *)operator_new(0xc);\n pGVar3->got_type_ = got_type;\n pGVar5 = (gsym->got_offsets_).got_next_;\n pGVar3->got_offset_ = uVar2;\n (gsym->got_offsets_).got_next_ = pGVar3;\n pGVar3->got_next_ = pGVar5;\n goto LAB_0010c0de;\n }" { (labeled_statement "LAB_0010c0bb:\n pGVar3 = (Got_offset_list *)operator_new(0xc);" statement_identifier : (expression_statement "pGVar3 = (Got_offset_list *)operator_new(0xc);" (assignment_expression "pGVar3 = (Got_offset_list *)operator_new(0xc)" identifier = (cast_expression "(Got_offset_list *)operator_new(0xc)" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0xc)" identifier (argument_list "(0xc)" ( number_literal ))))) ;)) (expression_statement "pGVar3->got_type_ = got_type;" (assignment_expression "pGVar3->got_type_ = got_type" (field_expression "pGVar3->got_type_" identifier -> field_identifier) = identifier) ;) (expression_statement "pGVar5 = (gsym->got_offsets_).got_next_;" (assignment_expression "pGVar5 = (gsym->got_offsets_).got_next_" identifier = (field_expression "(gsym->got_offsets_).got_next_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pGVar3->got_offset_ = uVar2;" (assignment_expression "pGVar3->got_offset_ = uVar2" (field_expression "pGVar3->got_offset_" identifier -> field_identifier) = identifier) ;) (expression_statement "(gsym->got_offsets_).got_next_ = pGVar3;" (assignment_expression "(gsym->got_offsets_).got_next_ = pGVar3" (field_expression "(gsym->got_offsets_).got_next_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "pGVar3->got_next_ = pGVar5;" (assignment_expression "pGVar3->got_next_ = pGVar5" (field_expression "pGVar3->got_next_" identifier -> field_identifier) = identifier) ;) (goto_statement "goto LAB_0010c0de;" goto statement_identifier ;) })) }) (else_clause "else {\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar5;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return;\n }\nLAB_0010c007:\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000));\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }\n pGVar5->got_offset_ = uVar2;\n goto LAB_0010c0de;\n }\n }" else (compound_statement "{\n uVar2 = (gsym->got_offsets_).got_type_;\n pGVar3 = pGVar5;\n while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;\n uVar2 = pGVar3->got_type_;\n }\n if (pGVar3->got_offset_ != 0xffffffff) {\n return;\n }\nLAB_0010c007:\n local_3c[4] = 0;\n local_3c[5] = 0x7ffffffd;\n local_3c[6] = 0;\n local_3c[7] = 0;\n local_3c[0] = 0;\n local_3c[1] = 0x7ffffffd;\n local_3c[2] = 0;\n local_3c[3] = 0;\n uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000));\n uVar1 = (gsym->got_offsets_).got_type_;\n if (uVar1 != 0xffffffff) {\n while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }\n pGVar5->got_offset_ = uVar2;\n goto LAB_0010c0de;\n }\n }" { (expression_statement "uVar2 = (gsym->got_offsets_).got_type_;" (assignment_expression "uVar2 = (gsym->got_offsets_).got_type_" identifier = (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "pGVar3 = pGVar5;" (assignment_expression "pGVar3 = pGVar5" identifier = identifier) ;) (while_statement "while (got_type != uVar2) {\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;\n uVar2 = pGVar3->got_type_;\n }" while (parenthesized_expression "(got_type != uVar2)" ( (binary_expression "got_type != uVar2" identifier != identifier) )) (compound_statement "{\n pGVar3 = pGVar3->got_next_;\n if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;\n uVar2 = pGVar3->got_type_;\n }" { (expression_statement "pGVar3 = pGVar3->got_next_;" (assignment_expression "pGVar3 = pGVar3->got_next_" identifier = (field_expression "pGVar3->got_next_" identifier -> field_identifier)) ;) (if_statement "if (pGVar3 == (Got_offset_list *)0x0) goto LAB_0010c007;" if (parenthesized_expression "(pGVar3 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar3 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010c007;" goto statement_identifier ;)) (expression_statement "uVar2 = pGVar3->got_type_;" (assignment_expression "uVar2 = pGVar3->got_type_" identifier = (field_expression "pGVar3->got_type_" identifier -> field_identifier)) ;) })) (if_statement "if (pGVar3->got_offset_ != 0xffffffff) {\n return;\n }" if (parenthesized_expression "(pGVar3->got_offset_ != 0xffffffff)" ( (binary_expression "pGVar3->got_offset_ != 0xffffffff" (field_expression "pGVar3->got_offset_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0010c007:\n local_3c[4] = 0;" statement_identifier : (expression_statement "local_3c[4] = 0;" (assignment_expression "local_3c[4] = 0" (subscript_expression "local_3c[4]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "local_3c[5] = 0x7ffffffd;" (assignment_expression "local_3c[5] = 0x7ffffffd" (subscript_expression "local_3c[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[6] = 0;" (assignment_expression "local_3c[6] = 0" (subscript_expression "local_3c[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[7] = 0;" (assignment_expression "local_3c[7] = 0" (subscript_expression "local_3c[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[0] = 0;" (assignment_expression "local_3c[0] = 0" (subscript_expression "local_3c[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[1] = 0x7ffffffd;" (assignment_expression "local_3c[1] = 0x7ffffffd" (subscript_expression "local_3c[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[2] = 0;" (assignment_expression "local_3c[2] = 0" (subscript_expression "local_3c[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "local_3c[3] = 0;" (assignment_expression "local_3c[3] = 0" (subscript_expression "local_3c[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000));" (assignment_expression "uVar2 = add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000))" identifier = (call_expression "add_got_entry_pair(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000))" identifier (argument_list "(this,(Got_entry)ZEXT816(0x7ffffffd00000000),\n (Got_entry)ZEXT816(0x7ffffffd00000000))" ( identifier , (cast_expression "(Got_entry)ZEXT816(0x7ffffffd00000000)" ( (type_descriptor "Got_entry" type_identifier) ) (call_expression "ZEXT816(0x7ffffffd00000000)" identifier (argument_list "(0x7ffffffd00000000)" ( number_literal )))) , (cast_expression "(Got_entry)ZEXT816(0x7ffffffd00000000)" ( (type_descriptor "Got_entry" type_identifier) ) (call_expression "ZEXT816(0x7ffffffd00000000)" identifier (argument_list "(0x7ffffffd00000000)" ( number_literal )))) )))) ;) (expression_statement "uVar1 = (gsym->got_offsets_).got_type_;" (assignment_expression "uVar1 = (gsym->got_offsets_).got_type_" identifier = (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar1 != 0xffffffff) {\n while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }\n pGVar5->got_offset_ = uVar2;\n goto LAB_0010c0de;\n }" if (parenthesized_expression "(uVar1 != 0xffffffff)" ( (binary_expression "uVar1 != 0xffffffff" identifier != number_literal) )) (compound_statement "{\n while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }\n pGVar5->got_offset_ = uVar2;\n goto LAB_0010c0de;\n }" { (while_statement "while (got_type != uVar1) {\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }" while (parenthesized_expression "(got_type != uVar1)" ( (binary_expression "got_type != uVar1" identifier != identifier) )) (compound_statement "{\n pGVar5 = pGVar5->got_next_;\n if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;\n uVar1 = pGVar5->got_type_;\n }" { (expression_statement "pGVar5 = pGVar5->got_next_;" (assignment_expression "pGVar5 = pGVar5->got_next_" identifier = (field_expression "pGVar5->got_next_" identifier -> field_identifier)) ;) (if_statement "if (pGVar5 == (Got_offset_list *)0x0) goto LAB_0010c0bb;" if (parenthesized_expression "(pGVar5 == (Got_offset_list *)0x0)" ( (binary_expression "pGVar5 == (Got_offset_list *)0x0" identifier == (cast_expression "(Got_offset_list *)0x0" ( (type_descriptor "Got_offset_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010c0bb;" goto statement_identifier ;)) (expression_statement "uVar1 = pGVar5->got_type_;" (assignment_expression "uVar1 = pGVar5->got_type_" identifier = (field_expression "pGVar5->got_type_" identifier -> field_identifier)) ;) })) (expression_statement "pGVar5->got_offset_ = uVar2;" (assignment_expression "pGVar5->got_offset_ = uVar2" (field_expression "pGVar5->got_offset_" identifier -> field_identifier) = identifier) ;) (goto_statement "goto LAB_0010c0de;" goto statement_identifier ;) })) }))) (expression_statement "(gsym->got_offsets_).got_type_ = got_type;" (assignment_expression "(gsym->got_offsets_).got_type_ = got_type" (field_expression "(gsym->got_offsets_).got_type_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(gsym->got_offsets_).got_offset_ = uVar2;" (assignment_expression "(gsym->got_offsets_).got_offset_ = uVar2" (field_expression "(gsym->got_offsets_).got_offset_" (parenthesized_expression "(gsym->got_offsets_)" ( (field_expression "gsym->got_offsets_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (labeled_statement "LAB_0010c0de:\n (*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])();" statement_identifier : (expression_statement "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])();" (call_expression "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])()" (parenthesized_expression "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])" ( (pointer_expression "*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19]" * (subscript_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19]" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(rel_dyn->super_Output_section_data_build)" ( (field_expression "rel_dyn->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;)) (if_statement "if (r_type_2 == 0) {\n return;\n }" if (parenthesized_expression "(r_type_2 == 0)" ( (binary_expression "r_type_2 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])();" (call_expression "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])()" (parenthesized_expression "(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19])" ( (pointer_expression "*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19]" * (subscript_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data[0x19]" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.\n _vptr_Output_data" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data" (field_expression "(rel_dyn->super_Output_section_data_build).super_Output_section_data" (parenthesized_expression "(rel_dyn->super_Output_section_data_build)" ( (field_expression "rel_dyn->super_Output_section_data_build" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}\n\n" (function_definition "void FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}" primitive_type (function_declarator "FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)" identifier (parameter_list "(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "int *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "int param_6" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "int **ppiVar5;" primitive_type (pointer_declarator "**ppiVar5" * (pointer_declarator "*ppiVar5" * identifier)) ;) (declaration "int *apiStack_68 [4];" primitive_type (pointer_declarator "*apiStack_68 [4]" * (array_declarator "apiStack_68 [4]" identifier [ number_literal ])) ;) (declaration "int aiStack_58 [17];" primitive_type (array_declarator "aiStack_58 [17]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x10bfc9;" (assignment_expression "uStack_14 = 0x10bfc9" identifier = number_literal) ;) (expression_statement "piVar3 = (int *)(param_2 + 0x1c);" (assignment_expression "piVar3 = (int *)(param_2 + 0x1c)" identifier = (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) ;) (if_statement "if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" if (parenthesized_expression "(piVar3 == (int *)0x0)" ( (binary_expression "piVar3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }" { (expression_statement "aiStack_58[0xb] = 0;" (assignment_expression "aiStack_58[0xb] = 0" (subscript_expression "aiStack_58[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xc] = 0x7ffffffd;" (assignment_expression "aiStack_58[0xc] = 0x7ffffffd" (subscript_expression "aiStack_58[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xd] = 0;" (assignment_expression "aiStack_58[0xd] = 0" (subscript_expression "aiStack_58[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xe] = 0;" (assignment_expression "aiStack_58[0xe] = 0" (subscript_expression "aiStack_58[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[7] = 0;" (assignment_expression "aiStack_58[7] = 0" (subscript_expression "aiStack_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[8] = 0x7ffffffd;" (assignment_expression "aiStack_58[8] = 0x7ffffffd" (subscript_expression "aiStack_58[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[9] = 0;" (assignment_expression "aiStack_58[9] = 0" (subscript_expression "aiStack_58[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[10] = 0;" (assignment_expression "aiStack_58[10] = 0" (subscript_expression "aiStack_58[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = aiStack_58 + 0xb;" (assignment_expression "piVar3 = aiStack_58 + 0xb" identifier = (binary_expression "aiStack_58 + 0xb" identifier + number_literal)) ;) (expression_statement "piVar4 = aiStack_58;" (assignment_expression "piVar4 = aiStack_58" identifier = identifier) ;) (for_statement "for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }" for ( (assignment_expression "iVar2 = 4" identifier = number_literal) ; (binary_expression "iVar2 != 0" identifier != number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }" { (expression_statement "*piVar4 = *piVar3;" (assignment_expression "*piVar4 = *piVar3" (pointer_expression "*piVar4" * identifier) = (pointer_expression "*piVar3" * identifier)) ;) (expression_statement "piVar3 = piVar3 + 1;" (assignment_expression "piVar3 = piVar3 + 1" identifier = (binary_expression "piVar3 + 1" identifier + number_literal)) ;) (expression_statement "piVar4 = piVar4 + 1;" (assignment_expression "piVar4 = piVar4 + 1" identifier = (binary_expression "piVar4 + 1" identifier + number_literal)) ;) })) (expression_statement "piVar3 = aiStack_58 + 7;" (assignment_expression "piVar3 = aiStack_58 + 7" identifier = (binary_expression "aiStack_58 + 7" identifier + number_literal)) ;) (expression_statement "ppiVar5 = apiStack_68;" (assignment_expression "ppiVar5 = apiStack_68" identifier = identifier) ;) (for_statement "for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }" for ( (assignment_expression "iVar2 = 4" identifier = number_literal) ; (binary_expression "iVar2 != 0" identifier != number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }" { (expression_statement "*ppiVar5 = (int *)*piVar3;" (assignment_expression "*ppiVar5 = (int *)*piVar3" (pointer_expression "*ppiVar5" * identifier) = (cast_expression "(int *)*piVar3" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar3" * identifier))) ;) (expression_statement "piVar3 = piVar3 + 1;" (assignment_expression "piVar3 = piVar3 + 1" identifier = (binary_expression "piVar3 + 1" identifier + number_literal)) ;) (expression_statement "ppiVar5 = (int **)((int *)ppiVar5 + 1);" (assignment_expression "ppiVar5 = (int **)((int *)ppiVar5 + 1)" identifier = (cast_expression "(int **)((int *)ppiVar5 + 1)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int *)ppiVar5 + 1)" ( (binary_expression "(int *)ppiVar5 + 1" (cast_expression "(int *)ppiVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) )))) ;) })) (expression_statement "iVar2 = FUN_0010bdc0(param_1);" (assignment_expression "iVar2 = FUN_0010bdc0(param_1)" identifier = (call_expression "FUN_0010bdc0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }" if (parenthesized_expression "(*(int *)(param_2 + 0x1c) != -1)" ( (binary_expression "*(int *)(param_2 + 0x1c) != -1" (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }" { (labeled_statement "LAB_0010c0bb:\n aiStack_58[3] = 0xc;" statement_identifier : (expression_statement "aiStack_58[3] = 0xc;" (assignment_expression "aiStack_58[3] = 0xc" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "aiStack_58[2] = 0x10c0c9;" (assignment_expression "aiStack_58[2] = 0x10c0c9" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar3 = (int *)FUN_001e5200();" (assignment_expression "piVar3 = (int *)FUN_001e5200()" identifier = (cast_expression "(int *)FUN_001e5200()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001e5200()" identifier (argument_list "()" ( ))))) ;) (expression_statement "*piVar3 = param_3;" (assignment_expression "*piVar3 = param_3" (pointer_expression "*piVar3" * identifier) = identifier) ;) (expression_statement "iVar1 = *(int *)(param_2 + 0x24);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x24)" identifier = (pointer_expression "*(int *)(param_2 + 0x24)" * (cast_expression "(int *)(param_2 + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "piVar3[1] = iVar2;" (assignment_expression "piVar3[1] = iVar2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(int **)(param_2 + 0x24) = piVar3;" (assignment_expression "*(int **)(param_2 + 0x24) = piVar3" (pointer_expression "*(int **)(param_2 + 0x24)" * (cast_expression "(int **)(param_2 + 0x24)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x24)" ( (binary_expression "param_2 + 0x24" identifier + number_literal) )))) = identifier) ;) (expression_statement "piVar3[2] = iVar1;" (assignment_expression "piVar3[2] = iVar1" (subscript_expression "piVar3[2]" identifier [ number_literal ]) = identifier) ;) (goto_statement "goto LAB_0010c0de;" goto statement_identifier ;) })) }) (else_clause "else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" else (compound_statement "{\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" { (expression_statement "iVar2 = *(int *)(param_2 + 0x1c);" (assignment_expression "iVar2 = *(int *)(param_2 + 0x1c)" identifier = (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "piVar4 = piVar3;" (assignment_expression "piVar4 = piVar3" identifier = identifier) ;) (while_statement "while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }" while (parenthesized_expression "(param_3 != iVar2)" ( (binary_expression "param_3 != iVar2" identifier != identifier) )) (compound_statement "{\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }" { (expression_statement "piVar4 = (int *)piVar4[2];" (assignment_expression "piVar4 = (int *)piVar4[2]" identifier = (cast_expression "(int *)piVar4[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar4[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar4 == (int *)0x0) goto LAB_0010c007;" if (parenthesized_expression "(piVar4 == (int *)0x0)" ( (binary_expression "piVar4 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010c007;" goto statement_identifier ;)) (expression_statement "iVar2 = *piVar4;" (assignment_expression "iVar2 = *piVar4" identifier = (pointer_expression "*piVar4" * identifier)) ;) })) (if_statement "if (piVar4[1] != -1) {\n return;\n }" if (parenthesized_expression "(piVar4[1] != -1)" ( (binary_expression "piVar4[1] != -1" (subscript_expression "piVar4[1]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_0010c007:\n aiStack_58[0xb] = 0;" statement_identifier : (expression_statement "aiStack_58[0xb] = 0;" (assignment_expression "aiStack_58[0xb] = 0" (subscript_expression "aiStack_58[0xb]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "aiStack_58[0xc] = 0x7ffffffd;" (assignment_expression "aiStack_58[0xc] = 0x7ffffffd" (subscript_expression "aiStack_58[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xd] = 0;" (assignment_expression "aiStack_58[0xd] = 0" (subscript_expression "aiStack_58[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0xe] = 0;" (assignment_expression "aiStack_58[0xe] = 0" (subscript_expression "aiStack_58[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[7] = 0;" (assignment_expression "aiStack_58[7] = 0" (subscript_expression "aiStack_58[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[8] = 0x7ffffffd;" (assignment_expression "aiStack_58[8] = 0x7ffffffd" (subscript_expression "aiStack_58[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[9] = 0;" (assignment_expression "aiStack_58[9] = 0" (subscript_expression "aiStack_58[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[10] = 0;" (assignment_expression "aiStack_58[10] = 0" (subscript_expression "aiStack_58[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[3] = 0;" (assignment_expression "aiStack_58[3] = 0" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[2] = 0;" (assignment_expression "aiStack_58[2] = 0" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[1] = 0x7ffffffd;" (assignment_expression "aiStack_58[1] = 0x7ffffffd" (subscript_expression "aiStack_58[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[0] = 0;" (assignment_expression "aiStack_58[0] = 0" (subscript_expression "aiStack_58[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "apiStack_68[3] = (int *)0x0;" (assignment_expression "apiStack_68[3] = (int *)0x0" (subscript_expression "apiStack_68[3]" identifier [ number_literal ]) = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "apiStack_68[2] = (int *)0x0;" (assignment_expression "apiStack_68[2] = (int *)0x0" (subscript_expression "apiStack_68[2]" identifier [ number_literal ]) = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "apiStack_68[1] = (int *)0x7ffffffd;" (assignment_expression "apiStack_68[1] = (int *)0x7ffffffd" (subscript_expression "apiStack_68[1]" identifier [ number_literal ]) = (cast_expression "(int *)0x7ffffffd" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "apiStack_68[0] = (int *)0x0;" (assignment_expression "apiStack_68[0] = (int *)0x0" (subscript_expression "apiStack_68[0]" identifier [ number_literal ]) = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "iVar2 = FUN_0010bdc0(param_1);" (assignment_expression "iVar2 = FUN_0010bdc0(param_1)" identifier = (call_expression "FUN_0010bdc0(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "iVar1 = *(int *)(param_2 + 0x1c);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x1c)" identifier = (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }" if (parenthesized_expression "(iVar1 != -1)" ( (binary_expression "iVar1 != -1" identifier != number_literal) )) (compound_statement "{\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }" { (while_statement "while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }" while (parenthesized_expression "(param_3 != iVar1)" ( (binary_expression "param_3 != iVar1" identifier != identifier) )) (compound_statement "{\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }" { (expression_statement "piVar3 = (int *)piVar3[2];" (assignment_expression "piVar3 = (int *)piVar3[2]" identifier = (cast_expression "(int *)piVar3[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar3[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar3 == (int *)0x0) goto LAB_0010c0bb;" if (parenthesized_expression "(piVar3 == (int *)0x0)" ( (binary_expression "piVar3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0010c0bb;" goto statement_identifier ;)) (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" identifier = (pointer_expression "*piVar3" * identifier)) ;) })) (expression_statement "piVar3[1] = iVar2;" (assignment_expression "piVar3[1] = iVar2" (subscript_expression "piVar3[1]" identifier [ number_literal ]) = identifier) ;) (goto_statement "goto LAB_0010c0de;" goto statement_identifier ;) })) }))) (expression_statement "*(int *)(param_2 + 0x1c) = param_3;" (assignment_expression "*(int *)(param_2 + 0x1c) = param_3" (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(int *)(param_2 + 0x20) = iVar2;" (assignment_expression "*(int *)(param_2 + 0x20) = iVar2" (pointer_expression "*(int *)(param_2 + 0x20)" * (cast_expression "(int *)(param_2 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) = identifier) ;) (labeled_statement "LAB_0010c0de:\n aiStack_58[6] = 0;" statement_identifier : (expression_statement "aiStack_58[6] = 0;" (assignment_expression "aiStack_58[6] = 0" (subscript_expression "aiStack_58[6]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "aiStack_58[5] = 0;" (assignment_expression "aiStack_58[5] = 0" (subscript_expression "aiStack_58[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[4] = 0;" (assignment_expression "aiStack_58[4] = 0" (subscript_expression "aiStack_58[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[2] = param_1;" (assignment_expression "aiStack_58[2] = param_1" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aiStack_58[1] = param_5;" (assignment_expression "aiStack_58[1] = param_5" (subscript_expression "aiStack_58[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[3] = param_4;" (assignment_expression "apiStack_68[3] = param_4" (subscript_expression "apiStack_68[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[2] = (int *)0x10c100;" (assignment_expression "apiStack_68[2] = (int *)0x10c100" (subscript_expression "apiStack_68[2]" identifier [ number_literal ]) = (cast_expression "(int *)0x10c100" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "aiStack_58[0] = param_2;" (assignment_expression "aiStack_58[0] = param_2" (subscript_expression "aiStack_58[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aiStack_58[3] = iVar2;" (assignment_expression "aiStack_58[3] = iVar2" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "(**(code **)(*param_4 + 100))();" (call_expression "(**(code **)(*param_4 + 100))()" (parenthesized_expression "(**(code **)(*param_4 + 100))" ( (pointer_expression "**(code **)(*param_4 + 100)" * (pointer_expression "*(code **)(*param_4 + 100)" * (cast_expression "(code **)(*param_4 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 100)" ( (binary_expression "*param_4 + 100" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (if_statement "if (param_6 == 0) {\n return;\n }" if (parenthesized_expression "(param_6 == 0)" ( (binary_expression "param_6 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "aiStack_58[3] = iVar2 + 4;" (assignment_expression "aiStack_58[3] = iVar2 + 4" (subscript_expression "aiStack_58[3]" identifier [ number_literal ]) = (binary_expression "iVar2 + 4" identifier + number_literal)) ;) (expression_statement "aiStack_58[6] = 0;" (assignment_expression "aiStack_58[6] = 0" (subscript_expression "aiStack_58[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[5] = 0;" (assignment_expression "aiStack_58[5] = 0" (subscript_expression "aiStack_58[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[4] = 0;" (assignment_expression "aiStack_58[4] = 0" (subscript_expression "aiStack_58[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "aiStack_58[2] = param_1;" (assignment_expression "aiStack_58[2] = param_1" (subscript_expression "aiStack_58[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aiStack_58[1] = param_6;" (assignment_expression "aiStack_58[1] = param_6" (subscript_expression "aiStack_58[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[3] = param_4;" (assignment_expression "apiStack_68[3] = param_4" (subscript_expression "apiStack_68[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "apiStack_68[2] = (int *)0x10c130;" (assignment_expression "apiStack_68[2] = (int *)0x10c130" (subscript_expression "apiStack_68[2]" identifier [ number_literal ]) = (cast_expression "(int *)0x10c130" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "aiStack_58[0] = param_2;" (assignment_expression "aiStack_58[0] = param_2" (subscript_expression "aiStack_58[0]" identifier [ number_literal ]) = identifier) ;) (expression_statement "(**(code **)(*param_4 + 100))();" (call_expression "(**(code **)(*param_4 + 100))()" (parenthesized_expression "(**(code **)(*param_4 + 100))" ( (pointer_expression "**(code **)(*param_4 + 100)" * (pointer_expression "*(code **)(*param_4 + 100)" * (cast_expression "(code **)(*param_4 + 100)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 100)" ( (binary_expression "*param_4 + 100" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(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 TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * IDENT)) ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (for_statement for ( (assignment_expression IDENT = LIT) ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (for_statement for ( (assignment_expression IDENT = LIT) ; (binary_expression IDENT != LIT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) + LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)\n\n{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0010bfc0(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)" (identifier "FUN_0010bfc0") (parameter_list "(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,\n int param_6)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "int *param_4" (primitive_type "int") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "int param_6" (primitive_type "int") (identifier "param_6")) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n int *piVar3;\n int *piVar4;\n int **ppiVar5;\n int *apiStack_68 [4];\n int aiStack_58 [17];\n undefined4 uStack_14;\n \n uStack_14 = 0x10bfc9;\n piVar3 = (int *)(param_2 + 0x1c);\n if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }\n *(int *)(param_2 + 0x1c) = param_3;\n *(int *)(param_2 + 0x20) = iVar2;\nLAB_0010c0de:\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_5;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c100;\n aiStack_58[0] = param_2;\n aiStack_58[3] = iVar2;\n (**(code **)(*param_4 + 100))();\n if (param_6 == 0) {\n return;\n }\n aiStack_58[3] = iVar2 + 4;\n aiStack_58[6] = 0;\n aiStack_58[5] = 0;\n aiStack_58[4] = 0;\n aiStack_58[2] = param_1;\n aiStack_58[1] = param_6;\n apiStack_68[3] = param_4;\n apiStack_68[2] = (int *)0x10c130;\n aiStack_58[0] = param_2;\n (**(code **)(*param_4 + 100))();\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "int **ppiVar5;" (primitive_type "int") (pointer_declarator "**ppiVar5" (* "*") (pointer_declarator "*ppiVar5" (* "*") (identifier "ppiVar5"))) (; ";")) (declaration "int *apiStack_68 [4];" (primitive_type "int") (pointer_declarator "*apiStack_68 [4]" (* "*") (array_declarator "apiStack_68 [4]" (identifier "apiStack_68") ([ "[") (number_literal "4") (] "]"))) (; ";")) (declaration "int aiStack_58 [17];" (primitive_type "int") (array_declarator "aiStack_58 [17]" (identifier "aiStack_58") ([ "[") (number_literal "17") (] "]")) (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x10bfc9;" (assignment_expression "uStack_14 = 0x10bfc9" (identifier "uStack_14") (= "=") (number_literal "0x10bfc9")) (; ";")) (expression_statement "piVar3 = (int *)(param_2 + 0x1c);" (assignment_expression "piVar3 = (int *)(param_2 + 0x1c)" (identifier "piVar3") (= "=") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")")))) (; ";")) (if_statement "if (piVar3 == (int *)0x0) {\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }\n else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" (if "if") (parenthesized_expression "(piVar3 == (int *)0x0)" (( "(") (binary_expression "piVar3 == (int *)0x0" (identifier "piVar3") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n piVar3 = aiStack_58 + 0xb;\n piVar4 = aiStack_58;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }\n piVar3 = aiStack_58 + 7;\n ppiVar5 = apiStack_68;\n for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }\n iVar2 = FUN_0010bdc0(param_1);\n if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }\n }" ({ "{") (expression_statement "aiStack_58[0xb] = 0;" (assignment_expression "aiStack_58[0xb] = 0" (subscript_expression "aiStack_58[0xb]" (identifier "aiStack_58") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[0xc] = 0x7ffffffd;" (assignment_expression "aiStack_58[0xc] = 0x7ffffffd" (subscript_expression "aiStack_58[0xc]" (identifier "aiStack_58") ([ "[") (number_literal "0xc") (] "]")) (= "=") (number_literal "0x7ffffffd")) (; ";")) (expression_statement "aiStack_58[0xd] = 0;" (assignment_expression "aiStack_58[0xd] = 0" (subscript_expression "aiStack_58[0xd]" (identifier "aiStack_58") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[0xe] = 0;" (assignment_expression "aiStack_58[0xe] = 0" (subscript_expression "aiStack_58[0xe]" (identifier "aiStack_58") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[7] = 0;" (assignment_expression "aiStack_58[7] = 0" (subscript_expression "aiStack_58[7]" (identifier "aiStack_58") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[8] = 0x7ffffffd;" (assignment_expression "aiStack_58[8] = 0x7ffffffd" (subscript_expression "aiStack_58[8]" (identifier "aiStack_58") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0x7ffffffd")) (; ";")) (expression_statement "aiStack_58[9] = 0;" (assignment_expression "aiStack_58[9] = 0" (subscript_expression "aiStack_58[9]" (identifier "aiStack_58") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[10] = 0;" (assignment_expression "aiStack_58[10] = 0" (subscript_expression "aiStack_58[10]" (identifier "aiStack_58") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar3 = aiStack_58 + 0xb;" (assignment_expression "piVar3 = aiStack_58 + 0xb" (identifier "piVar3") (= "=") (binary_expression "aiStack_58 + 0xb" (identifier "aiStack_58") (+ "+") (number_literal "0xb"))) (; ";")) (expression_statement "piVar4 = aiStack_58;" (assignment_expression "piVar4 = aiStack_58" (identifier "piVar4") (= "=") (identifier "aiStack_58")) (; ";")) (for_statement "for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }" (for "for") (( "(") (assignment_expression "iVar2 = 4" (identifier "iVar2") (= "=") (number_literal "4")) (; ";") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "iVar2 = iVar2 + -1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n *piVar4 = *piVar3;\n piVar3 = piVar3 + 1;\n piVar4 = piVar4 + 1;\n }" ({ "{") (expression_statement "*piVar4 = *piVar3;" (assignment_expression "*piVar4 = *piVar3" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (= "=") (pointer_expression "*piVar3" (* "*") (identifier "piVar3"))) (; ";")) (expression_statement "piVar3 = piVar3 + 1;" (assignment_expression "piVar3 = piVar3 + 1" (identifier "piVar3") (= "=") (binary_expression "piVar3 + 1" (identifier "piVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "piVar4 = piVar4 + 1;" (assignment_expression "piVar4 = piVar4 + 1" (identifier "piVar4") (= "=") (binary_expression "piVar4 + 1" (identifier "piVar4") (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (expression_statement "piVar3 = aiStack_58 + 7;" (assignment_expression "piVar3 = aiStack_58 + 7" (identifier "piVar3") (= "=") (binary_expression "aiStack_58 + 7" (identifier "aiStack_58") (+ "+") (number_literal "7"))) (; ";")) (expression_statement "ppiVar5 = apiStack_68;" (assignment_expression "ppiVar5 = apiStack_68" (identifier "ppiVar5") (= "=") (identifier "apiStack_68")) (; ";")) (for_statement "for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }" (for "for") (( "(") (assignment_expression "iVar2 = 4" (identifier "iVar2") (= "=") (number_literal "4")) (; ";") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) (; ";") (assignment_expression "iVar2 = iVar2 + -1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n *ppiVar5 = (int *)*piVar3;\n piVar3 = piVar3 + 1;\n ppiVar5 = (int **)((int *)ppiVar5 + 1);\n }" ({ "{") (expression_statement "*ppiVar5 = (int *)*piVar3;" (assignment_expression "*ppiVar5 = (int *)*piVar3" (pointer_expression "*ppiVar5" (* "*") (identifier "ppiVar5")) (= "=") (cast_expression "(int *)*piVar3" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar3" (* "*") (identifier "piVar3")))) (; ";")) (expression_statement "piVar3 = piVar3 + 1;" (assignment_expression "piVar3 = piVar3 + 1" (identifier "piVar3") (= "=") (binary_expression "piVar3 + 1" (identifier "piVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "ppiVar5 = (int **)((int *)ppiVar5 + 1);" (assignment_expression "ppiVar5 = (int **)((int *)ppiVar5 + 1)" (identifier "ppiVar5") (= "=") (cast_expression "(int **)((int *)ppiVar5 + 1)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int *)ppiVar5 + 1)" (( "(") (binary_expression "(int *)ppiVar5 + 1" (cast_expression "(int *)ppiVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "ppiVar5")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}"))) (expression_statement "iVar2 = FUN_0010bdc0(param_1);" (assignment_expression "iVar2 = FUN_0010bdc0(param_1)" (identifier "iVar2") (= "=") (call_expression "FUN_0010bdc0(param_1)" (identifier "FUN_0010bdc0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (*(int *)(param_2 + 0x1c) != -1) {\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }" (if "if") (parenthesized_expression "(*(int *)(param_2 + 0x1c) != -1)" (( "(") (binary_expression "*(int *)(param_2 + 0x1c) != -1" (pointer_expression "*(int *)(param_2 + 0x1c)" (* "*") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\nLAB_0010c0bb:\n aiStack_58[3] = 0xc;\n aiStack_58[2] = 0x10c0c9;\n piVar3 = (int *)FUN_001e5200();\n *piVar3 = param_3;\n iVar1 = *(int *)(param_2 + 0x24);\n piVar3[1] = iVar2;\n *(int **)(param_2 + 0x24) = piVar3;\n piVar3[2] = iVar1;\n goto LAB_0010c0de;\n }" ({ "{") (labeled_statement "LAB_0010c0bb:\n aiStack_58[3] = 0xc;" (statement_identifier "LAB_0010c0bb") (: ":") (expression_statement "aiStack_58[3] = 0xc;" (assignment_expression "aiStack_58[3] = 0xc" (subscript_expression "aiStack_58[3]" (identifier "aiStack_58") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0xc")) (; ";"))) (expression_statement "aiStack_58[2] = 0x10c0c9;" (assignment_expression "aiStack_58[2] = 0x10c0c9" (subscript_expression "aiStack_58[2]" (identifier "aiStack_58") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0x10c0c9")) (; ";")) (expression_statement "piVar3 = (int *)FUN_001e5200();" (assignment_expression "piVar3 = (int *)FUN_001e5200()" (identifier "piVar3") (= "=") (cast_expression "(int *)FUN_001e5200()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001e5200()" (identifier "FUN_001e5200") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "*piVar3 = param_3;" (assignment_expression "*piVar3 = param_3" (pointer_expression "*piVar3" (* "*") (identifier "piVar3")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "iVar1 = *(int *)(param_2 + 0x24);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x24)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_2 + 0x24)" (* "*") (cast_expression "(int *)(param_2 + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x24)" (( "(") (binary_expression "param_2 + 0x24" (identifier "param_2") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (expression_statement "piVar3[1] = iVar2;" (assignment_expression "piVar3[1] = iVar2" (subscript_expression "piVar3[1]" (identifier "piVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar2")) (; ";")) (expression_statement "*(int **)(param_2 + 0x24) = piVar3;" (assignment_expression "*(int **)(param_2 + 0x24) = piVar3" (pointer_expression "*(int **)(param_2 + 0x24)" (* "*") (cast_expression "(int **)(param_2 + 0x24)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x24)" (( "(") (binary_expression "param_2 + 0x24" (identifier "param_2") (+ "+") (number_literal "0x24")) () ")")))) (= "=") (identifier "piVar3")) (; ";")) (expression_statement "piVar3[2] = iVar1;" (assignment_expression "piVar3[2] = iVar1" (subscript_expression "piVar3[2]" (identifier "piVar3") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "iVar1")) (; ";")) (goto_statement "goto LAB_0010c0de;" (goto "goto") (statement_identifier "LAB_0010c0de") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" (else "else") (compound_statement "{\n iVar2 = *(int *)(param_2 + 0x1c);\n piVar4 = piVar3;\n while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }\n if (piVar4[1] != -1) {\n return;\n }\nLAB_0010c007:\n aiStack_58[0xb] = 0;\n aiStack_58[0xc] = 0x7ffffffd;\n aiStack_58[0xd] = 0;\n aiStack_58[0xe] = 0;\n aiStack_58[7] = 0;\n aiStack_58[8] = 0x7ffffffd;\n aiStack_58[9] = 0;\n aiStack_58[10] = 0;\n aiStack_58[3] = 0;\n aiStack_58[2] = 0;\n aiStack_58[1] = 0x7ffffffd;\n aiStack_58[0] = 0;\n apiStack_68[3] = (int *)0x0;\n apiStack_68[2] = (int *)0x0;\n apiStack_68[1] = (int *)0x7ffffffd;\n apiStack_68[0] = (int *)0x0;\n iVar2 = FUN_0010bdc0(param_1);\n iVar1 = *(int *)(param_2 + 0x1c);\n if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }\n }" ({ "{") (expression_statement "iVar2 = *(int *)(param_2 + 0x1c);" (assignment_expression "iVar2 = *(int *)(param_2 + 0x1c)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_2 + 0x1c)" (* "*") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "piVar4 = piVar3;" (assignment_expression "piVar4 = piVar3" (identifier "piVar4") (= "=") (identifier "piVar3")) (; ";")) (while_statement "while (param_3 != iVar2) {\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }" (while "while") (parenthesized_expression "(param_3 != iVar2)" (( "(") (binary_expression "param_3 != iVar2" (identifier "param_3") (!= "!=") (identifier "iVar2")) () ")")) (compound_statement "{\n piVar4 = (int *)piVar4[2];\n if (piVar4 == (int *)0x0) goto LAB_0010c007;\n iVar2 = *piVar4;\n }" ({ "{") (expression_statement "piVar4 = (int *)piVar4[2];" (assignment_expression "piVar4 = (int *)piVar4[2]" (identifier "piVar4") (= "=") (cast_expression "(int *)piVar4[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar4[2]" (identifier "piVar4") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (piVar4 == (int *)0x0) goto LAB_0010c007;" (if "if") (parenthesized_expression "(piVar4 == (int *)0x0)" (( "(") (binary_expression "piVar4 == (int *)0x0" (identifier "piVar4") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0010c007;" (goto "goto") (statement_identifier "LAB_0010c007") (; ";"))) (expression_statement "iVar2 = *piVar4;" (assignment_expression "iVar2 = *piVar4" (identifier "iVar2") (= "=") (pointer_expression "*piVar4" (* "*") (identifier "piVar4"))) (; ";")) (} "}"))) (if_statement "if (piVar4[1] != -1) {\n return;\n }" (if "if") (parenthesized_expression "(piVar4[1] != -1)" (( "(") (binary_expression "piVar4[1] != -1" (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_0010c007:\n aiStack_58[0xb] = 0;" (statement_identifier "LAB_0010c007") (: ":") (expression_statement "aiStack_58[0xb] = 0;" (assignment_expression "aiStack_58[0xb] = 0" (subscript_expression "aiStack_58[0xb]" (identifier "aiStack_58") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "aiStack_58[0xc] = 0x7ffffffd;" (assignment_expression "aiStack_58[0xc] = 0x7ffffffd" (subscript_expression "aiStack_58[0xc]" (identifier "aiStack_58") ([ "[") (number_literal "0xc") (] "]")) (= "=") (number_literal "0x7ffffffd")) (; ";")) (expression_statement "aiStack_58[0xd] = 0;" (assignment_expression "aiStack_58[0xd] = 0" (subscript_expression "aiStack_58[0xd]" (identifier "aiStack_58") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[0xe] = 0;" (assignment_expression "aiStack_58[0xe] = 0" (subscript_expression "aiStack_58[0xe]" (identifier "aiStack_58") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[7] = 0;" (assignment_expression "aiStack_58[7] = 0" (subscript_expression "aiStack_58[7]" (identifier "aiStack_58") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[8] = 0x7ffffffd;" (assignment_expression "aiStack_58[8] = 0x7ffffffd" (subscript_expression "aiStack_58[8]" (identifier "aiStack_58") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0x7ffffffd")) (; ";")) (expression_statement "aiStack_58[9] = 0;" (assignment_expression "aiStack_58[9] = 0" (subscript_expression "aiStack_58[9]" (identifier "aiStack_58") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[10] = 0;" (assignment_expression "aiStack_58[10] = 0" (subscript_expression "aiStack_58[10]" (identifier "aiStack_58") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[3] = 0;" (assignment_expression "aiStack_58[3] = 0" (subscript_expression "aiStack_58[3]" (identifier "aiStack_58") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[2] = 0;" (assignment_expression "aiStack_58[2] = 0" (subscript_expression "aiStack_58[2]" (identifier "aiStack_58") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[1] = 0x7ffffffd;" (assignment_expression "aiStack_58[1] = 0x7ffffffd" (subscript_expression "aiStack_58[1]" (identifier "aiStack_58") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0x7ffffffd")) (; ";")) (expression_statement "aiStack_58[0] = 0;" (assignment_expression "aiStack_58[0] = 0" (subscript_expression "aiStack_58[0]" (identifier "aiStack_58") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "apiStack_68[3] = (int *)0x0;" (assignment_expression "apiStack_68[3] = (int *)0x0" (subscript_expression "apiStack_68[3]" (identifier "apiStack_68") ([ "[") (number_literal "3") (] "]")) (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "apiStack_68[2] = (int *)0x0;" (assignment_expression "apiStack_68[2] = (int *)0x0" (subscript_expression "apiStack_68[2]" (identifier "apiStack_68") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "apiStack_68[1] = (int *)0x7ffffffd;" (assignment_expression "apiStack_68[1] = (int *)0x7ffffffd" (subscript_expression "apiStack_68[1]" (identifier "apiStack_68") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int *)0x7ffffffd" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x7ffffffd"))) (; ";")) (expression_statement "apiStack_68[0] = (int *)0x0;" (assignment_expression "apiStack_68[0] = (int *)0x0" (subscript_expression "apiStack_68[0]" (identifier "apiStack_68") ([ "[") (number_literal "0") (] "]")) (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "iVar2 = FUN_0010bdc0(param_1);" (assignment_expression "iVar2 = FUN_0010bdc0(param_1)" (identifier "iVar2") (= "=") (call_expression "FUN_0010bdc0(param_1)" (identifier "FUN_0010bdc0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "iVar1 = *(int *)(param_2 + 0x1c);" (assignment_expression "iVar1 = *(int *)(param_2 + 0x1c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_2 + 0x1c)" (* "*") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (if_statement "if (iVar1 != -1) {\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }" (if "if") (parenthesized_expression "(iVar1 != -1)" (( "(") (binary_expression "iVar1 != -1" (identifier "iVar1") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }\n piVar3[1] = iVar2;\n goto LAB_0010c0de;\n }" ({ "{") (while_statement "while (param_3 != iVar1) {\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }" (while "while") (parenthesized_expression "(param_3 != iVar1)" (( "(") (binary_expression "param_3 != iVar1" (identifier "param_3") (!= "!=") (identifier "iVar1")) () ")")) (compound_statement "{\n piVar3 = (int *)piVar3[2];\n if (piVar3 == (int *)0x0) goto LAB_0010c0bb;\n iVar1 = *piVar3;\n }" ({ "{") (expression_statement "piVar3 = (int *)piVar3[2];" (assignment_expression "piVar3 = (int *)piVar3[2]" (identifier "piVar3") (= "=") (cast_expression "(int *)piVar3[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar3[2]" (identifier "piVar3") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (piVar3 == (int *)0x0) goto LAB_0010c0bb;" (if "if") (parenthesized_expression "(piVar3 == (int *)0x0)" (( "(") (binary_expression "piVar3 == (int *)0x0" (identifier "piVar3") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0010c0bb;" (goto "goto") (statement_identifier "LAB_0010c0bb") (; ";"))) (expression_statement "iVar1 = *piVar3;" (assignment_expression "iVar1 = *piVar3" (identifier "iVar1") (= "=") (pointer_expression "*piVar3" (* "*") (identifier "piVar3"))) (; ";")) (} "}"))) (expression_statement "piVar3[1] = iVar2;" (assignment_expression "piVar3[1] = iVar2" (subscript_expression "piVar3[1]" (identifier "piVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "iVar2")) (; ";")) (goto_statement "goto LAB_0010c0de;" (goto "goto") (statement_identifier "LAB_0010c0de") (; ";")) (} "}"))) (} "}")))) (expression_statement "*(int *)(param_2 + 0x1c) = param_3;" (assignment_expression "*(int *)(param_2 + 0x1c) = param_3" (pointer_expression "*(int *)(param_2 + 0x1c)" (* "*") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "*(int *)(param_2 + 0x20) = iVar2;" (assignment_expression "*(int *)(param_2 + 0x20) = iVar2" (pointer_expression "*(int *)(param_2 + 0x20)" (* "*") (cast_expression "(int *)(param_2 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (= "=") (identifier "iVar2")) (; ";")) (labeled_statement "LAB_0010c0de:\n aiStack_58[6] = 0;" (statement_identifier "LAB_0010c0de") (: ":") (expression_statement "aiStack_58[6] = 0;" (assignment_expression "aiStack_58[6] = 0" (subscript_expression "aiStack_58[6]" (identifier "aiStack_58") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "aiStack_58[5] = 0;" (assignment_expression "aiStack_58[5] = 0" (subscript_expression "aiStack_58[5]" (identifier "aiStack_58") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[4] = 0;" (assignment_expression "aiStack_58[4] = 0" (subscript_expression "aiStack_58[4]" (identifier "aiStack_58") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[2] = param_1;" (assignment_expression "aiStack_58[2] = param_1" (subscript_expression "aiStack_58[2]" (identifier "aiStack_58") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "aiStack_58[1] = param_5;" (assignment_expression "aiStack_58[1] = param_5" (subscript_expression "aiStack_58[1]" (identifier "aiStack_58") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "apiStack_68[3] = param_4;" (assignment_expression "apiStack_68[3] = param_4" (subscript_expression "apiStack_68[3]" (identifier "apiStack_68") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "apiStack_68[2] = (int *)0x10c100;" (assignment_expression "apiStack_68[2] = (int *)0x10c100" (subscript_expression "apiStack_68[2]" (identifier "apiStack_68") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int *)0x10c100" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x10c100"))) (; ";")) (expression_statement "aiStack_58[0] = param_2;" (assignment_expression "aiStack_58[0] = param_2" (subscript_expression "aiStack_58[0]" (identifier "aiStack_58") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "aiStack_58[3] = iVar2;" (assignment_expression "aiStack_58[3] = iVar2" (subscript_expression "aiStack_58[3]" (identifier "aiStack_58") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "iVar2")) (; ";")) (expression_statement "(**(code **)(*param_4 + 100))();" (call_expression "(**(code **)(*param_4 + 100))()" (parenthesized_expression "(**(code **)(*param_4 + 100))" (( "(") (pointer_expression "**(code **)(*param_4 + 100)" (* "*") (pointer_expression "*(code **)(*param_4 + 100)" (* "*") (cast_expression "(code **)(*param_4 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_4 + 100)" (( "(") (binary_expression "*param_4 + 100" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (param_6 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(param_6 == 0)" (( "(") (binary_expression "param_6 == 0" (identifier "param_6") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "aiStack_58[3] = iVar2 + 4;" (assignment_expression "aiStack_58[3] = iVar2 + 4" (subscript_expression "aiStack_58[3]" (identifier "aiStack_58") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "iVar2 + 4" (identifier "iVar2") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "aiStack_58[6] = 0;" (assignment_expression "aiStack_58[6] = 0" (subscript_expression "aiStack_58[6]" (identifier "aiStack_58") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[5] = 0;" (assignment_expression "aiStack_58[5] = 0" (subscript_expression "aiStack_58[5]" (identifier "aiStack_58") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[4] = 0;" (assignment_expression "aiStack_58[4] = 0" (subscript_expression "aiStack_58[4]" (identifier "aiStack_58") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "aiStack_58[2] = param_1;" (assignment_expression "aiStack_58[2] = param_1" (subscript_expression "aiStack_58[2]" (identifier "aiStack_58") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "aiStack_58[1] = param_6;" (assignment_expression "aiStack_58[1] = param_6" (subscript_expression "aiStack_58[1]" (identifier "aiStack_58") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_6")) (; ";")) (expression_statement "apiStack_68[3] = param_4;" (assignment_expression "apiStack_68[3] = param_4" (subscript_expression "apiStack_68[3]" (identifier "apiStack_68") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "apiStack_68[2] = (int *)0x10c130;" (assignment_expression "apiStack_68[2] = (int *)0x10c130" (subscript_expression "apiStack_68[2]" (identifier "apiStack_68") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int *)0x10c130" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x10c130"))) (; ";")) (expression_statement "aiStack_58[0] = param_2;" (assignment_expression "aiStack_58[0] = param_2" (subscript_expression "aiStack_58[0]" (identifier "aiStack_58") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "(**(code **)(*param_4 + 100))();" (call_expression "(**(code **)(*param_4 + 100))()" (parenthesized_expression "(**(code **)(*param_4 + 100))" (( "(") (pointer_expression "**(code **)(*param_4 + 100)" (* "*") (pointer_expression "*(code **)(*param_4 + 100)" (* "*") (cast_expression "(code **)(*param_4 + 100)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_4 + 100)" (( "(") (binary_expression "*param_4 + 100" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "100")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void add_global_pair_with_rel(Output_data_got<32,_false> * this, Symbol
* gsym, uint got_type, Output_data_reloc_generic * rel_dyn, uint r_type_1, uint r_type_2) */
void __thiscall
gold::Output_data_got<32,_false>::add_global_pair_with_rel
(Output_data_got<32,_false> *this,Symbol *gsym,type_2 var_8,
Output_data_reloc_generic *rel_dyn,type_2 r_type_1,type_2 var_13)
{
type_2 var_12;
type_1 got_entry_1;
type_1 got_entry_2;
type_2 var_9;
type_3 *var_10;
int var_3;
type_3 *var_1;
type_4 *var_4;
type_4 *var_5;
type_4 in_stack_ffffff98;
type_4 in_stack_ffffff9c;
type_4 in_stack_ffffffa0;
type_4 in_stack_ffffffa4;
type_4 in_stack_ffffffa8;
type_4 in_stack_ffffffac;
type_4 in_stack_ffffffb0;
type_4 in_stack_ffffffb4;
type_4 var_2 [10];
type_4 uStack_14;
uStack_14 = 0x10bfc9;
var_1 = &gsym->got_offsets_;
if (var_1 == (type_3 *)0x0) {
var_2[4] = 0;
var_2[5] = 0x7ffffffd;
var_2[6] = 0;
var_2[7] = 0;
var_2[0] = 0;
var_2[1] = 0x7ffffffd;
var_2[2] = 0;
var_2[3] = 0;
var_4 = var_2 + 4;
var_5 = (type_4 *)&stack0xffffffa8;
for (var_3 = 4; var_3 != 0; var_3 = var_3 + -1) {
*var_5 = *var_4;
var_4 = var_4 + 1;
var_5 = var_5 + 1;
}
var_4 = var_2;
var_5 = (type_4 *)&stack0xffffff98;
for (var_3 = 4; var_3 != 0; var_3 = var_3 + -1) {
*var_5 = *var_4;
var_4 = var_4 + 1;
var_5 = var_5 + 1;
}
got_entry_1._4_4_ = in_stack_ffffff9c;
got_entry_1.u_ = (type_5)in_stack_ffffff98;
got_entry_1.addend_._0_4_ = in_stack_ffffffa0;
got_entry_1.addend_._4_4_ = in_stack_ffffffa4;
got_entry_2._4_4_ = in_stack_ffffffac;
got_entry_2.u_ = (type_5)in_stack_ffffffa8;
got_entry_2.addend_._0_4_ = in_stack_ffffffb0;
got_entry_2.addend_._4_4_ = in_stack_ffffffb4;
var_9 = var_6(this,got_entry_1,got_entry_2);
if ((gsym->got_offsets_).got_type_ != 0xffffffff) {
LAB_0010c0bb:
var_10 = (type_3 *)var_7(0xc);
var_10->got_type_ = var_8;
var_1 = (gsym->got_offsets_).got_next_;
var_10->got_offset_ = var_9;
(gsym->got_offsets_).got_next_ = var_10;
var_10->got_next_ = var_1;
goto LAB_0010c0de;
}
}
else {
var_9 = (gsym->got_offsets_).got_type_;
var_10 = var_1;
while (var_8 != var_9) {
var_10 = var_10->got_next_;
if (var_10 == (type_3 *)0x0) goto LAB_0010c007;
var_9 = var_10->got_type_;
}
if (var_10->got_offset_ != 0xffffffff) {
return;
}
LAB_0010c007:
var_2[4] = 0;
var_2[5] = 0x7ffffffd;
var_2[6] = 0;
var_2[7] = 0;
var_2[0] = 0;
var_2[1] = 0x7ffffffd;
var_2[2] = 0;
var_2[3] = 0;
var_9 = var_6(this,(type_1)var_11(0x7ffffffd00000000),
(type_1)var_11(0x7ffffffd00000000));
var_12 = (gsym->got_offsets_).got_type_;
if (var_12 != 0xffffffff) {
while (var_8 != var_12) {
var_1 = var_1->got_next_;
if (var_1 == (type_3 *)0x0) goto LAB_0010c0bb;
var_12 = var_1->got_type_;
}
var_1->got_offset_ = var_9;
goto LAB_0010c0de;
}
}
(gsym->got_offsets_).got_type_ = var_8;
(gsym->got_offsets_).got_offset_ = var_9;
LAB_0010c0de:
(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.
_vptr_Output_data[0x19])();
if (var_13 == 0) {
return;
}
(*(rel_dyn->super_Output_section_data_build).super_Output_section_data.super_Output_data.
_vptr_Output_data[0x19])();
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)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (identifier)))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (for_statement initializer: (assignment_expression left: (identifier) right: (number_literal)) condition: (binary_expression left: (identifier) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (for_statement initializer: (assignment_expression left: (identifier) right: (number_literal)) condition: (binary_expression left: (identifier) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,int param_2,int param_3,int *param_4,undefined4 param_5,
int param_6)
{
int iVar1;
int iVar2;
int *piVar3;
int *piVar4;
int **ppiVar5;
int *apiStack_68 [4];
int aiStack_58 [17];
undefined4 uStack_14;
uStack_14 = 0x10bfc9;
piVar3 = (int *)(param_2 + 0x1c);
if (piVar3 == (int *)0x0) {
aiStack_58[0xb] = 0;
aiStack_58[0xc] = 0x7ffffffd;
aiStack_58[0xd] = 0;
aiStack_58[0xe] = 0;
aiStack_58[7] = 0;
aiStack_58[8] = 0x7ffffffd;
aiStack_58[9] = 0;
aiStack_58[10] = 0;
piVar3 = aiStack_58 + 0xb;
piVar4 = aiStack_58;
for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {
*piVar4 = *piVar3;
piVar3 = piVar3 + 1;
piVar4 = piVar4 + 1;
}
piVar3 = aiStack_58 + 7;
ppiVar5 = apiStack_68;
for (iVar2 = 4; iVar2 != 0; iVar2 = iVar2 + -1) {
*ppiVar5 = (int *)*piVar3;
piVar3 = piVar3 + 1;
ppiVar5 = (int **)((int *)ppiVar5 + 1);
}
iVar2 = FUN_0010bdc0(param_1);
if (*(int *)(param_2 + 0x1c) != -1) {
LAB_0010c0bb:
aiStack_58[3] = 0xc;
aiStack_58[2] = 0x10c0c9;
piVar3 = (int *)FUN_001e5200();
*piVar3 = param_3;
iVar1 = *(int *)(param_2 + 0x24);
piVar3[1] = iVar2;
*(int **)(param_2 + 0x24) = piVar3;
piVar3[2] = iVar1;
goto LAB_0010c0de;
}
}
else {
iVar2 = *(int *)(param_2 + 0x1c);
piVar4 = piVar3;
while (param_3 != iVar2) {
piVar4 = (int *)piVar4[2];
if (piVar4 == (int *)0x0) goto LAB_0010c007;
iVar2 = *piVar4;
}
if (piVar4[1] != -1) {
return;
}
LAB_0010c007:
aiStack_58[0xb] = 0;
aiStack_58[0xc] = 0x7ffffffd;
aiStack_58[0xd] = 0;
aiStack_58[0xe] = 0;
aiStack_58[7] = 0;
aiStack_58[8] = 0x7ffffffd;
aiStack_58[9] = 0;
aiStack_58[10] = 0;
aiStack_58[3] = 0;
aiStack_58[2] = 0;
aiStack_58[1] = 0x7ffffffd;
aiStack_58[0] = 0;
apiStack_68[3] = (int *)0x0;
apiStack_68[2] = (int *)0x0;
apiStack_68[1] = (int *)0x7ffffffd;
apiStack_68[0] = (int *)0x0;
iVar2 = FUN_0010bdc0(param_1);
iVar1 = *(int *)(param_2 + 0x1c);
if (iVar1 != -1) {
while (param_3 != iVar1) {
piVar3 = (int *)piVar3[2];
if (piVar3 == (int *)0x0) goto LAB_0010c0bb;
iVar1 = *piVar3;
}
piVar3[1] = iVar2;
goto LAB_0010c0de;
}
}
*(int *)(param_2 + 0x1c) = param_3;
*(int *)(param_2 + 0x20) = iVar2;
LAB_0010c0de:
aiStack_58[6] = 0;
aiStack_58[5] = 0;
aiStack_58[4] = 0;
aiStack_58[2] = param_1;
aiStack_58[1] = param_5;
apiStack_68[3] = param_4;
apiStack_68[2] = (int *)0x10c100;
aiStack_58[0] = param_2;
aiStack_58[3] = iVar2;
(**(code **)(*param_4 + 100))();
if (param_6 == 0) {
return;
}
aiStack_58[3] = iVar2 + 4;
aiStack_58[6] = 0;
aiStack_58[5] = 0;
aiStack_58[4] = 0;
aiStack_58[2] = param_1;
aiStack_58[1] = param_6;
apiStack_68[3] = param_4;
apiStack_68[2] = (int *)0x10c130;
aiStack_58[0] = param_2;
(**(code **)(*param_4 + 100))();
return;
}
|
170_x86_64-linux-gnu-objcopy_and_x86_64-linux-gnu-objcopy_strip.c
|
find_section_list
|
FUN_00016a30
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
section_list * __regparm3 find_section_list(char *name,bfd_boolean add,uint context)
{
int iVar1;
section_list *psVar2;
char *pcVar3;
section_list *psVar4;
section_list *local_20;
local_20 = (section_list *)0x0;
psVar4 = change_sections;
if (change_sections == (section_list *)0x0) {
if (add == 0) {
return (section_list *)0x0;
}
}
else {
do {
while (add != 0) {
iVar1 = strcmp(psVar4->pattern,name);
if (iVar1 == 0) {
psVar2 = (section_list *)psVar4->context;
if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&
(((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {
if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {
if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&
((context & 0x30) != 0x30)) {
psVar4->context = (uint)psVar2 | context;
return psVar4;
}
pcVar3 = "error: %s both sets and alters LMA";
psVar4 = psVar2;
}
else {
pcVar3 = "error: %s both sets and alters VMA";
psVar4 = (section_list *)add;
}
}
else {
pcVar3 = "error: %s both copied and removed";
}
pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);
/* WARNING: Subroutine does not return */
fatal(pcVar3,name);
}
LAB_00016a7f:
psVar4 = psVar4->next;
if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;
}
if ((psVar4->context & context) == 0) goto LAB_00016a7f;
pcVar3 = psVar4->pattern;
if (*pcVar3 == '!') {
iVar1 = fnmatch(pcVar3 + 1,name,0);
if (iVar1 == 0) {
psVar4->used = 1;
return (section_list *)0x0;
}
goto LAB_00016a7f;
}
iVar1 = fnmatch(pcVar3,name,0);
if (iVar1 == 0 && local_20 == (section_list *)0x0) {
local_20 = psVar4;
}
psVar4 = psVar4->next;
} while (psVar4 != (section_list *)0x0);
LAB_00016ac0:
if (add == 0) {
if (local_20 == (section_list *)0x0) {
return (section_list *)0x0;
}
local_20->used = 1;
return local_20;
}
}
psVar2 = (section_list *)xmalloc(0x24);
psVar2->pattern = name;
psVar2->context = context;
psVar2->used = 0;
*(undefined4 *)&psVar2->vma_val = 0;
*(undefined4 *)((int)&psVar2->vma_val + 4) = 0;
*(undefined4 *)&psVar2->lma_val = 0;
*(undefined4 *)((int)&psVar2->lma_val + 4) = 0;
psVar2->flags = 0;
psVar4 = psVar2;
psVar2->next = change_sections;
change_sections = psVar4;
return psVar2;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)
{
int iVar1;
int *piVar2;
char *pcVar3;
undefined4 uVar4;
int *piVar5;
int *local_20;
local_20 = (int *)0x0;
piVar5 = DAT_00040ba8;
if (DAT_00040ba8 == (int *)0x0) {
if (param_2 == (int *)0x0) {
return (int *)0x0;
}
}
else {
do {
while (param_2 != (int *)0x0) {
iVar1 = strcmp((char *)piVar5[1],param_1);
if (iVar1 == 0) {
piVar2 = (int *)piVar5[3];
if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&
(((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {
if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {
if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&
((param_3 & 0x30) != 0x30)) {
piVar5[3] = (uint)piVar2 | param_3;
return piVar5;
}
pcVar3 = "error: %s both sets and alters LMA";
piVar5 = piVar2;
}
else {
pcVar3 = "error: %s both sets and alters VMA";
piVar5 = param_2;
}
}
else {
pcVar3 = "error: %s both copied and removed";
}
uVar4 = dcgettext(0,pcVar3,5,piVar5);
/* WARNING: Subroutine does not return */
FUN_0002c8e0(uVar4,param_1);
}
LAB_00016a7f:
piVar5 = (int *)*piVar5;
if (piVar5 == (int *)0x0) goto LAB_00016ac0;
}
if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;
pcVar3 = (char *)piVar5[1];
if (*pcVar3 == '!') {
iVar1 = fnmatch(pcVar3 + 1,param_1,0);
if (iVar1 == 0) {
piVar5[2] = 1;
return (int *)0x0;
}
goto LAB_00016a7f;
}
iVar1 = fnmatch(pcVar3,param_1,0);
if (iVar1 == 0 && local_20 == (int *)0x0) {
local_20 = piVar5;
}
piVar5 = (int *)*piVar5;
} while (piVar5 != (int *)0x0);
LAB_00016ac0:
if (param_2 == (int *)0x0) {
if (local_20 == (int *)0x0) {
return (int *)0x0;
}
local_20[2] = 1;
return local_20;
}
}
piVar2 = (int *)xmalloc(0x24);
piVar2[1] = (int)param_1;
piVar2[3] = param_3;
piVar2[2] = 0;
piVar2[4] = 0;
piVar2[5] = 0;
piVar2[6] = 0;
piVar2[7] = 0;
piVar2[8] = 0;
piVar5 = piVar2;
*piVar2 = (int)DAT_00040ba8;
DAT_00040ba8 = piVar5;
return piVar2;
}
|
PUSH EBP
PUSH EDI
MOV EDI,EAX
PUSH ESI
MOV ESI,EDX
PUSH EBX
CALL 0x000166c0
ADD EBX,0x295c3
SUB ESP,0x1c
MOV dword ptr [ESP + 0x8],ECX
MOV dword ptr [ESP + 0xc],0x0
MOV EBP,dword ptr [EBX + 0xba8]
TEST EBP,EBP
JNZ 0x00016a86
JMP 0x00016b07
SUB ESP,0x8
PUSH EDI
PUSH dword ptr [EBP + 0x4]
CALL 0x00013070
ADD ESP,0x10
TEST EAX,EAX
JZ 0x00016b70
MOV EBP,dword ptr [EBP]
TEST EBP,EBP
JZ 0x00016ac0
TEST ESI,ESI
JNZ 0x00016a68
MOV EAX,dword ptr [ESP + 0x8]
TEST dword ptr [EBP + 0xc],EAX
JZ 0x00016a7f
MOV EAX,dword ptr [EBP + 0x4]
CMP byte ptr [EAX],0x21
JZ 0x00016ae0
SUB ESP,0x4
PUSH 0x0
PUSH EDI
PUSH EAX
CALL 0x00013280
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0xc]
OR EAX,EDX
CMOVZ EDX,EBP
MOV EBP,dword ptr [EBP]
MOV dword ptr [ESP + 0xc],EDX
TEST EBP,EBP
JNZ 0x00016a86
NOP
TEST ESI,ESI
JNZ 0x00016b0b
MOV EAX,dword ptr [ESP + 0xc]
TEST EAX,EAX
JZ 0x00016ad3
MOV dword ptr [EAX + 0x8],0x1
MOV EAX,dword ptr [ESP + 0xc]
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0x4
ADD EAX,0x1
PUSH 0x0
PUSH EDI
PUSH EAX
CALL 0x00013280
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x00016a7f
MOV dword ptr [EBP + 0x8],0x1
MOV dword ptr [ESP + 0xc],0x0
JMP 0x00016ad3
TEST EDX,EDX
JZ 0x00016ad3
SUB ESP,0xc
PUSH 0x24
CALL 0x000132e0
MOV ECX,dword ptr [ESP + 0x18]
MOV dword ptr [EAX + 0x4],EDI
MOV dword ptr [EAX + 0xc],ECX
MOV ECX,EAX
MOV dword ptr [EAX + 0x8],0x0
MOV dword ptr [EAX + 0x10],0x0
MOV dword ptr [EAX + 0x14],0x0
MOV dword ptr [EAX + 0x18],0x0
MOV dword ptr [EAX + 0x1c],0x0
MOV dword ptr [EAX + 0x20],0x0
MOV dword ptr [ESP + 0x1c],EAX
MOV EAX,dword ptr [EBX + 0xba8]
ADD ESP,0x10
MOV dword ptr [EBX + 0xba8],ECX
MOV dword ptr [ECX],EAX
MOV EAX,dword ptr [ESP + 0xc]
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV EAX,dword ptr [EBP + 0xc]
TEST AL,0x1
JZ 0x00016b7e
TEST byte ptr [ESP + 0x8],0x2
JNZ 0x00016bea
TEST byte ptr [ESP + 0x8],0x1
JZ 0x00016b89
TEST AL,0x2
JNZ 0x00016bea
TEST AL,0x4
JNZ 0x00016bd8
MOV ECX,dword ptr [ESP + 0x8]
AND ECX,0xc
CMP ECX,0xc
JZ 0x00016bdf
TEST AL,0x10
JNZ 0x00016bc0
MOV ECX,dword ptr [ESP + 0x8]
AND ECX,0x30
CMP ECX,0x30
JZ 0x00016bc7
OR EAX,dword ptr [ESP + 0x8]
MOV dword ptr [ESP + 0xc],EBP
MOV dword ptr [EBP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0xc]
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
TEST byte ptr [ESP + 0x8],0x20
JZ 0x00016b9d
PUSH EAX
LEA EAX,[EBX + 0xfffef9dc]
PUSH 0x5
JMP 0x00016bf3
TEST byte ptr [ESP + 0x8],0x8
JZ 0x00016b8d
LEA EAX,[EBX + 0xfffef9b8]
PUSH ESI
PUSH 0x5
JMP 0x00016bf3
PUSH EBP
LEA EAX,[EBX + 0xfffef994]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x00013200
POP EDX
POP ECX
PUSH EDI
PUSH EAX
CALL 0x0002c8e0
| null | null | null | null |
[(u'LOAD_-1205965829', u'INT_EQUAL_-1205965811'), ('const-0', u'INT_EQUAL_-1205966189'), (u'PTRSUB_-1205964660', u'CAST_-1205964631'), (u'INT_NOTEQUAL_-1205965851', u'CBRANCH_-1205965850'), (u'STORE_-1205965809', u'INDIRECT_-1205964807'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964597'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964855'), (u'MULTIEQUAL_-1205964918', u'COPY_-1205964845'), ('tmp_780', u'CBRANCH_-1205965850'), (u'MULTIEQUAL_-1205964977', u'MULTIEQUAL_-1205964977'), (u'INT_EQUAL_-1205965095', u'BOOL_AND_-1205964894'), (u'CALL_-1205965977', u'CAST_-1205964673'), ('const-0', u'STORE_-1205965911'), (u'MULTIEQUAL_-1205964896', u'CALL_-1205965216'), ('tmp_1272', u'CBRANCH_-1205965463'), ('tmp_1726', u'BRANCH_-1205965193'), (u'INT_AND_-1205964619', u'INT_EQUAL_-1205965240'), (u'CALL_-1205965977', u'INDIRECT_-1205964753'), ('tmp_4102', u'MULTIEQUAL_-1205964738'), (u'CAST_-1205964673', u'COPY_-1205964668'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964800'), ('tmp_1812', u'CALL_-1205965915'), ('tmp_1813', u'INT_EQUAL_-1205965835'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964833'), (u'CAST_-1205964562', u'INT_AND_-1205964851'), (u'COPY_-1205965852', u'RETURN_-1205965804'), ('const-4', u'PTRSUB_-1205964875'), (u'INT_ADD_-1205964698', u'CAST_-1205964622'), ('tmp_1244', u'CBRANCH_-1205965478'), ('const-417', u'LOAD_-1205965964'), (u'INT_EQUAL_-1205965195', u'CBRANCH_-1205965191'), ('tmp_737', u'CBRANCH_-1205965879'), ('const-4', u'PTRSUB_-1205964695'), ('const-195000', u'COPY_-1205965213'), (u'CAST_-1205964673', u'PTRSUB_-1205964616'), (u'COPY_-1205964556', u'MULTIEQUAL_-1205964640'), ('tmp_4102', u'COPY_-1205964857'), ('const-1', u'RETURN_-1205965185'), (u'LOAD_-1205965984', u'INT_AND_-1205965958'), (u'CAST_-1205964673', u'PTRSUB_-1205964660'), (u'LOAD_-1205965829', u'MULTIEQUAL_-1205965223'), ('const-0', u'COPY_-1205964840'), ('const-0', u'INT_EQUAL_-1205965719'), ('const-195036', u'COPY_-1205965282'), (u'INT_AND_-1205964828', u'INT_EQUAL_-1205965400'), ('const-0', u'RETURN_-1205964818'), (u'INT_AND_-1205964699', u'INT_EQUAL_-1205965502'), ('tmp_1300', u'CBRANCH_-1205965448'), (u'MULTIEQUAL_-1205964815', u'COPY_-1205964828'), (u'MULTIEQUAL_-1205964815', u'MULTIEQUAL_-1205964738'), (u'CAST_-1205964581', u'INT_AND_-1205964870'), (u'INT_AND_-1205964846', u'INT_EQUAL_-1205965450'), ('tmp_1812', u'CALL_-1205965190'), (u'CALL_-1205965216', u'CAST_-1205964444'), ('const-0', u'INT_EQUAL_-1205965813'), (u'INDIRECT_-1205964576', u'COPY_-1205964635'), (u'CAST_-1205964585', u'COPY_-1205964556'), ('const-0', u'INT_EQUAL_-1205965095'), ('const-48', u'INT_NOTEQUAL_-1205965364'), ('const-1', u'PTRADD_-1205965712'), ('tmp_1813', u'CAST_-1205964461'), (u'CAST_-1205964585', u'CAST_-1205964557'), (u'INT_EQUAL_-1205965502', u'CBRANCH_-1205965497'), ('const-0', u'CALL_-1205965915'), (u'CALL_-1205965190', u'INDIRECT_-1205964517'), (u'INDIRECT_-1205964689', u'STORE_-1205965855'), (u'INT_EQUAL_-1205965949', u'CBRANCH_-1205965947'), (u'INT_EQUAL_-1205965518', u'CBRANCH_-1205965517'), (u'PTRSUB_-1205964669', u'CAST_-1205964640'), ('const-417', u'STORE_-1205965951'), (u'PTRSUB_-1205964774', u'STORE_-1205965809'), (u'CALL_-1205965915', u'INDIRECT_-1205964864'), (u'STORE_-1205965901', u'INDIRECT_-1205964689'), ('const-417', u'STORE_-1205965855'), (u'INT_EQUAL_-1205965094', u'BOOL_AND_-1205964894'), ('const-417', u'STORE_-1205965960'), ('const-0', u'RETURN_-1205965804'), ('const-0', u'INT_EQUAL_-1205965835'), (u'COPY_-1205964667', u'COPY_-1205964721'), ('tmp_1812', u'CALL_-1205965809'), ('const-1', u'PTRADD_-1205965712'), ('const-33', u'INT_EQUAL_-1205965949'), ('const-417', u'LOAD_-1205965877'), ('const-417', u'LOAD_-1205965823'), ('const-417', u'STORE_-1205965809'), ('const-0', u'CALL_-1205965216'), (u'MULTIEQUAL_-1205965190', u'MULTIEQUAL_-1205964977'), ('tmp_988', u'CBRANCH_-1205965717'), (u'INT_EQUAL_-1205965972', u'CBRANCH_-1205965970'), (u'INDIRECT_-1205964864', u'MULTIEQUAL_-1205964815'), ('const-0', u'INT_EQUAL_-1205965482'), (u'PTRSUB_-1205964800', u'LOAD_-1205965877'), ('const-0', u'INT_NOTEQUAL_-1205965995'), (u'STORE_-1205965714', u'INDIRECT_-1205964764'), (u'LOAD_-1205965536', u'CAST_-1205964585'), (u'INT_EQUAL_-1205966189', u'CBRANCH_-1205966187'), (u'INT_NOTEQUAL_-1205965414', u'CBRANCH_-1205965413'), (u'CAST_-1205964673', u'COPY_-1205965852'), (u'INT_EQUAL_-1205965400', u'CBRANCH_-1205965398'), (u'INT_EQUAL_-1205965719', u'CBRANCH_-1205965717'), (u'CAST_-1205964631', u'STORE_-1205965921'), (u'COPY_-1205965213', u'MULTIEQUAL_-1205964896'), ('const-4', u'INT_AND_-1205964846'), (u'CALL_-1205965745', u'INT_EQUAL_-1205965719'), ('const-12', u'INT_AND_-1205965414'), ('const-1', u'STORE_-1205965809'), (u'INT_EQUAL_-1205966002', u'CBRANCH_-1205966001'), ('const-417', u'STORE_-1205965966'), ('const-2', u'INT_AND_-1205964699'), ('tmp_1212', u'CBRANCH_-1205965497'), ('tmp_1144', u'CBRANCH_-1205965782'), (u'PTRSUB_-1205964531', u'STORE_-1205965338'), ('const-8', u'PTRSUB_-1205964685'), (u'INT_AND_-1205964851', u'INT_EQUAL_-1205965465'), (u'CAST_-1205964673', u'PTRSUB_-1205964685'), (u'COPY_-1205964931', u'MULTIEQUAL_-1205965223'), (u'INT_EQUAL_-1205965465', u'CBRANCH_-1205965463'), (u'PTRSUB_-1205964643', u'STORE_-1205965901'), ('const-32', u'INT_AND_-1205964619'), (u'PTRSUB_-1205964855', u'LOAD_-1205965829'), ('const-12', u'PTRSUB_-1205964839'), ('const-0', u'COPY_-1205964850'), (u'STORE_-1205965911', u'INDIRECT_-1205964697'), ('tmp_1814', u'STORE_-1205965960'), (u'PTRSUB_-1205964685', u'STORE_-1205965951'), ('const-0', u'STORE_-1205965941'), ('const-0', u'PTRSUB_-1205964800'), (u'CALL_-1205965809', u'INDIRECT_-1205964919'), ('tmp_1814', u'INT_AND_-1205964594'), (u'COPY_-1205965334', u'RETURN_-1205965286'), ('const-0', u'INT_EQUAL_-1205965195'), ('const-0', u'RETURN_-1205965914'), ('const-16', u'INT_AND_-1205964828'), ('const-417', u'LOAD_-1205965536'), (u'PTRSUB_-1205964652', u'CAST_-1205964623'), (u'INDIRECT_-1205964864', u'MULTIEQUAL_-1205964874'), ('const-417', u'LOAD_-1205965829'), ('const-0', u'CALL_-1205965745'), (u'CAST_-1205964623', u'INT_ADD_-1205964698'), ('const-12', u'PTRSUB_-1205964597'), (u'MULTIEQUAL_-1205965223', u'COPY_-1205964846'), ('tmp_1814', u'INT_AND_-1205965414'), ('tmp_1812', u'STORE_-1205965966'), (u'CAST_-1205964461', u'COPY_-1205964531'), ('const-0', u'INT_EQUAL_-1205965972'), ('const-16', u'PTRSUB_-1205964677'), ('tmp_1814', u'INT_AND_-1205965958'), ('const-0', u'INT_EQUAL_-1205965811'), ('const-24', u'PTRSUB_-1205964652'), (u'MULTIEQUAL_-1205964879', u'MULTIEQUAL_-1205964815'), ('tmp_808', u'CBRANCH_-1205965833'), ('tmp_1362', u'CBRANCH_-1205965413'), (u'INT_EQUAL_-1205965835', u'CBRANCH_-1205965833'), ('tmp_574', u'CBRANCH_-1205965970'), ('tmp_1602', u'BRANCH_-1205965266'), ('const-0', u'STORE_-1205965901'), ('const-0', u'INT_EQUAL_-1205965465'), (u'COPY_-1205965282', u'MULTIEQUAL_-1205964896'), (u'CAST_-1205964639', u'STORE_-1205965931'), ('tmp_1813', u'INT_NOTEQUAL_-1205965995'), (u'PTRSUB_-1205964731', u'STORE_-1205965714'), (u'CALL_-1205965809', u'INT_EQUAL_-1205965783'), (u'INDIRECT_-1205964793', u'MULTIEQUAL_-1205964879'), (u'LOAD_-1205965969', u'LOAD_-1205965964'), ('const-0', u'RETURN_-1205964828'), (u'STORE_-1205965338', u'INDIRECT_-1205964576'), ('tmp_534', u'CBRANCH_-1205965994'), (u'PTRSUB_-1205964839', u'LOAD_-1205965984'), (u'MULTIEQUAL_-1205964977', u'MULTIEQUAL_-1205964918'), (u'MULTIEQUAL_-1205965223', u'MULTIEQUAL_-1205964640'), ('const-8', u'PTRSUB_-1205964774'), ('tmp_4102', u'MULTIEQUAL_-1205964874'), ('tmp_1814', u'INT_OR_-1205965333'), (u'INDIRECT_-1205964517', u'COPY_-1205964570'), ('const-5', u'CALL_-1205965216'), (u'CAST_-1205964673', u'PTRSUB_-1205964691'), ('const-417', u'STORE_-1205965911'), (u'CAST_-1205964673', u'PTRSUB_-1205964652'), (u'LOAD_-1205965877', u'MULTIEQUAL_-1205965223'), ('const-0', u'RETURN_-1205964823'), (u'LOAD_-1205965969', u'PTRADD_-1205965712'), (u'INDIRECT_-1205964764', u'COPY_-1205964838'), (u'STORE_-1205965921', u'INDIRECT_-1205964705'), (u'CAST_-1205964522', u'INT_OR_-1205965333'), (u'MULTIEQUAL_-1205964977', u'INT_EQUAL_-1205965094'), ('const-0', u'PTRSUB_-1205964855'), ('const-0', u'COPY_-1205965962'), (u'MULTIEQUAL_-1205965223', u'COPY_-1205965334'), (u'INT_EQUAL_-1205965783', u'CBRANCH_-1205965782'), (u'INT_AND_-1205964870', u'INT_EQUAL_-1205965518'), ('const-32', u'PTRSUB_-1205964643'), (u'PTRSUB_-1205964597', u'LOAD_-1205965536'), (u'MULTIEQUAL_-1205964977', u'COPY_-1205964847'), (u'CALL_-1205965915', u'INT_EQUAL_-1205965095'), (u'INT_EQUAL_-1205965813', u'CBRANCH_-1205965812'), ('tmp_173', u'CBRANCH_-1205966001'), (u'STORE_-1205965966', u'INDIRECT_-1205964739'), (u'INT_AND_-1205964689', u'INT_EQUAL_-1205965482'), ('const-417', u'STORE_-1205965338'), ('const-0', u'INT_EQUAL_-1205965094'), (u'CAST_-1205964673', u'PTRSUB_-1205964643'), ('tmp_1814', u'INT_AND_-1205965364'), ('const-417', u'STORE_-1205965714'), (u'INT_AND_-1205964594', u'INT_EQUAL_-1205965195'), ('const-12', u'INT_NOTEQUAL_-1205965414'), (u'PTRSUB_-1205964695', u'STORE_-1205965966'), ('const-0', u'INT_EQUAL_-1205965502'), (u'LOAD_-1205965823', u'CALL_-1205965809'), (u'CAST_-1205964673', u'PTRSUB_-1205964669'), ('const-0', u'STORE_-1205965931'), (u'STORE_-1205965855', u'INDIRECT_-1205964662'), (u'CAST_-1205964585', u'CAST_-1205964539'), (u'PTRSUB_-1205964875', u'LOAD_-1205965823'), (u'BOOL_AND_-1205964894', u'CBRANCH_-1205965879'), (u'CAST_-1205964539', u'INT_AND_-1205964828'), ('const-4', u'PTRSUB_-1205964833'), (u'INDIRECT_-1205964807', u'COPY_-1205964833'), (u'INT_NOTEQUAL_-1205965995', u'CBRANCH_-1205965994'), ('const-36', u'CALL_-1205965977'), (u'STORE_-1205965951', u'INDIRECT_-1205964729'), (u'INT_ADD_-1205964715', u'CAST_-1205964639'), (u'CAST_-1205964585', u'CAST_-1205964562'), ('const-0', u'INT_EQUAL_-1205965450'), (u'COPY_-1205965177', u'MULTIEQUAL_-1205964896'), ('tmp_1757', u'CBRANCH_-1205965191'), ('tmp_1178', u'CBRANCH_-1205965517'), (u'CALL_-1205965745', u'INDIRECT_-1205964793'), (u'INT_EQUAL_-1205965240', u'CBRANCH_-1205965236'), (u'LOAD_-1205965964', u'INT_EQUAL_-1205965949'), ('const-0', u'INT_EQUAL_-1205965400'), (u'COPY_-1205964845', u'RETURN_-1205964823'), (u'MULTIEQUAL_-1205964879', u'MULTIEQUAL_-1205964874'), ('const-8', u'PTRSUB_-1205964731'), (u'CAST_-1205964557', u'INT_AND_-1205964846'), ('const-0', u'INT_EQUAL_-1205965240'), ('const-417', u'LOAD_-1205965984'), (u'INT_OR_-1205965333', u'STORE_-1205965338'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964531'), (u'PTRSUB_-1205964833', u'LOAD_-1205965969'), ('const-0', u'STORE_-1205965951'), (u'INDIRECT_-1205964919', u'MULTIEQUAL_-1205964879'), ('const-1', u'INT_AND_-1205964689'), ('const-2', u'INT_AND_-1205964851'), ('tmp_1814', u'INT_AND_-1205964619'), ('const-8', u'INT_AND_-1205964594'), (u'CALL_-1205965216', u'INDIRECT_-1205964527'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964839'), ('tmp_842', u'CBRANCH_-1205965812'), (u'COPY_-1205966221', u'MULTIEQUAL_-1205964977'), (u'INT_EQUAL_-1205965450', u'CBRANCH_-1205965448'), (u'PTRSUB_-1205964677', u'CAST_-1205964648'), ('const-417', u'STORE_-1205965901'), (u'INT_NOTEQUAL_-1205965364', u'CBRANCH_-1205965363'), ('tmp_4102', u'INT_EQUAL_-1205966189'), (u'INDIRECT_-1205964662', u'COPY_-1205964667'), (u'MULTIEQUAL_-1205964918', u'INT_EQUAL_-1205965813'), (u'MULTIEQUAL_-1205964640', u'CALL_-1205965216'), ('const-0', u'PTRSUB_-1205964616'), ('const-12', u'PTRSUB_-1205964691'), (u'CAST_-1205964673', u'PTRSUB_-1205964695'), (u'LOAD_-1205965877', u'INT_NOTEQUAL_-1205965851'), ('const-4', u'INT_ADD_-1205964698'), (u'INT_AND_-1205965364', u'INT_NOTEQUAL_-1205965364'), (u'MULTIEQUAL_-1205965190', u'MULTIEQUAL_-1205964918'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964875'), ('tmp_1452', u'CBRANCH_-1205965363'), ('const-0', u'COPY_-1205966221'), ('tmp_1814', u'INT_AND_-1205964699'), (u'MULTIEQUAL_-1205964918', u'PTRSUB_-1205964774'), ('const-1', u'STORE_-1205965714'), ('const-1', u'INT_AND_-1205964870'), ('tmp_1812', u'CALL_-1205965745'), ('tmp_1390', u'CBRANCH_-1205965398'), ('const-194964', u'COPY_-1205965177'), (u'CAST_-1205964585', u'CAST_-1205964522'), ('tmp_615', u'CBRANCH_-1205965947'), (u'CAST_-1205964648', u'STORE_-1205965941'), (u'COPY_-1205964840', u'RETURN_-1205964818'), (u'COPY_-1205964847', u'MULTIEQUAL_-1205965190'), ('tmp_1036', u'CBRANCH_-1205965810'), ('const-417', u'STORE_-1205965921'), (u'MULTIEQUAL_-1205964874', u'MULTIEQUAL_-1205964879'), (u'INT_EQUAL_-1205965482', u'CBRANCH_-1205965478'), ('const-12', u'PTRSUB_-1205964531'), (u'CAST_-1205964585', u'CAST_-1205964581'), ('const-16', u'PTRSUB_-1205964669'), (u'CAST_-1205964444', u'CALL_-1205965190'), ('const-48', u'INT_AND_-1205965364'), (u'CAST_-1205964673', u'PTRSUB_-1205964677'), (u'COPY_-1205964531', u'MULTIEQUAL_-1205964640'), ('const-0', u'INT_EQUAL_-1205965518'), (u'STORE_-1205965931', u'INDIRECT_-1205964713'), (u'CAST_-1205964622', u'STORE_-1205965911'), (u'COPY_-1205964846', u'MULTIEQUAL_-1205965190'), ('const-24', u'PTRSUB_-1205964660'), ('const-417', u'LOAD_-1205965969'), ('tmp_1814', u'INT_AND_-1205964689'), (u'INT_EQUAL_-1205965811', u'CBRANCH_-1205965810'), ('const-0', u'RETURN_-1205965286'), (u'PTRSUB_-1205964691', u'STORE_-1205965960'), (u'CAST_-1205964640', u'INT_ADD_-1205964715'), (u'COPY_-1205964850', u'RETURN_-1205964828'), (u'LOAD_-1205965969', u'CALL_-1205965915'), (u'STORE_-1205965941', u'INDIRECT_-1205964721'), ('const-0', u'INT_NOTEQUAL_-1205965851'), ('tmp_1703', u'CBRANCH_-1205965236'), ('const-417', u'STORE_-1205965941'), ('const-0', u'INT_EQUAL_-1205966002'), ('tmp_4102', u'COPY_-1205964931'), ('const-0', u'INT_EQUAL_-1205965783'), (u'COPY_-1205965962', u'RETURN_-1205965914'), ('tmp_1813', u'INT_EQUAL_-1205966002'), (u'PTRADD_-1205965712', u'CALL_-1205965745'), (u'MULTIEQUAL_-1205965223', u'PTRSUB_-1205964731'), ('const-417', u'STORE_-1205965931'), (u'INT_AND_-1205965414', u'INT_NOTEQUAL_-1205965414'), (u'STORE_-1205965960', u'INDIRECT_-1205964735'), (u'INT_AND_-1205965958', u'INT_EQUAL_-1205965972'), (u'COPY_-1205964857', u'COPY_-1205964861'), (u'PTRSUB_-1205964616', u'STORE_-1205965855'), ('tmp_146', u'CBRANCH_-1205966187'), ('const-0', u'STORE_-1205965921'), ('const-4', u'INT_ADD_-1205964715')]
|
[('const-417', u'STORE_-1205965901'), ('const-0', u'INT_EQUAL_-1205966189'), (u'PTRADD_-1205964682', u'STORE_-1205965941'), ('const-2', u'INT_AND_-1205964853'), (u'INT_NOTEQUAL_-1205965851', u'CBRANCH_-1205965850'), ('const-417', u'STORE_-1205965951'), (u'STORE_-1205965338', u'INDIRECT_-1205964578'), ('const-417', u'STORE_-1205965855'), ('tmp_780', u'CBRANCH_-1205965850'), ('const-417', u'STORE_-1205965966'), (u'STORE_-1205965966', u'INDIRECT_-1205964741'), ('const-0', u'STORE_-1205965921'), (u'CAST_-1205964678', u'PTRADD_-1205964650'), ('const-0', u'COPY_-1205966221'), ('const-0', u'RETURN_-1205964830'), ('tmp_1272', u'CBRANCH_-1205965463'), ('tmp_2986', u'INT_OR_-1205965333'), ('tmp_1726', u'BRANCH_-1205965193'), (u'CALL_-1205965915', u'INDIRECT_-1205964866'), (u'CAST_-1205964678', u'PTRADD_-1205964700'), ('const-3', u'PTRADD_-1205964539'), ('const-1', u'INT_AND_-1205964872'), ('const-4', u'PTRADD_-1205964736'), ('const-0', u'INT_EQUAL_-1205965482'), (u'COPY_-1205965282', u'MULTIEQUAL_-1205964898'), (u'BOOL_AND_-1205964896', u'CBRANCH_-1205965879'), (u'COPY_-1205966221', u'MULTIEQUAL_-1205964979'), (u'MULTIEQUAL_-1205964898', u'CALL_-1205965216'), (u'INDIRECT_-1205964766', u'COPY_-1205964840'), (u'CAST_-1205964678', u'COPY_-1205965852'), ('const-4', u'PTRADD_-1205964878'), (u'COPY_-1205965852', u'RETURN_-1205965804'), ('const-2', u'INT_AND_-1205964701'), ('tmp_1244', u'CBRANCH_-1205965478'), (u'INT_EQUAL_-1205965195', u'CBRANCH_-1205965191'), ('const-2', u'PTRADD_-1205964690'), (u'CAST_-1205964678', u'COPY_-1205964675'), (u'INDIRECT_-1205964691', u'CAST_-1205964598'), ('tmp_737', u'CBRANCH_-1205965879'), ('const-0', u'RETURN_-1205964825'), (u'CALL_-1205965190', u'INDIRECT_-1205964519'), ('const-1', u'RETURN_-1205965185'), (u'LOAD_-1205965984', u'INT_AND_-1205965958'), (u'CAST_-1205964568', u'INT_AND_-1205964853'), ('const-0', u'STORE_-1205965911'), ('const-1', u'PTRADD_-1205964878'), (u'CALL_-1205965745', u'INDIRECT_-1205964795'), ('const-0', u'INT_EQUAL_-1205965719'), (u'MULTIEQUAL_-1205965225', u'LOAD_-1205965877'), (u'CAST_-1205964773', u'INT_NOTEQUAL_-1205965851'), ('const-0', u'COPY_-1205965962'), (u'INT_AND_-1205964853', u'INT_EQUAL_-1205965465'), ('const-0', u'CALL_-1205965915'), (u'CAST_-1205964678', u'PTRADD_-1205964690'), (u'PTRADD_-1205964690', u'STORE_-1205965951'), ('tmp_1300', u'CBRANCH_-1205965448'), ('const-1', u'PTRADD_-1205964837'), (u'LOAD_-1205965969', u'CAST_-1205964806'), (u'MULTIEQUAL_-1205964881', u'MULTIEQUAL_-1205964817'), ('const-0', u'INT_EQUAL_-1205965813'), ('const-4', u'PTRADD_-1205964605'), ('tmp_4096', u'INT_EQUAL_-1205966189'), ('const-1', u'PTRADD_-1205965712'), (u'INT_EQUAL_-1205965502', u'CBRANCH_-1205965497'), (u'MULTIEQUAL_-1205965225', u'COPY_-1205964853'), (u'PTRADD_-1205964658', u'STORE_-1205965911'), (u'PTRADD_-1205964736', u'STORE_-1205965714'), (u'INT_EQUAL_-1205965949', u'CBRANCH_-1205965947'), ('const-417', u'STORE_-1205965960'), (u'INT_EQUAL_-1205965518', u'CBRANCH_-1205965517'), ('tmp_2984', u'INT_EQUAL_-1205965835'), ('const-4', u'PTRADD_-1205964700'), (u'PTRADD_-1205964878', u'LOAD_-1205965823'), (u'COPY_-1205964852', u'RETURN_-1205964830'), ('const-4', u'PTRADD_-1205964696'), (u'PTRADD_-1205964674', u'STORE_-1205965931'), ('const-0', u'RETURN_-1205965804'), ('const-417', u'LOAD_-1205965964'), ('const-0', u'INT_EQUAL_-1205965835'), ('tmp_4096', u'MULTIEQUAL_-1205964740'), (u'STORE_-1205965714', u'INDIRECT_-1205964766'), ('const-417', u'STORE_-1205965921'), (u'MULTIEQUAL_-1205965225', u'LOAD_-1205965829'), ('tmp_2986', u'INT_AND_-1205965414'), (u'STORE_-1205965901', u'INDIRECT_-1205964691'), ('const-0', u'INT_EQUAL_-1205965465'), ('tmp_2982', u'CALL_-1205965745'), (u'CAST_-1205964563', u'INT_AND_-1205964848'), ('tmp_988', u'CBRANCH_-1205965717'), (u'INT_AND_-1205964596', u'INT_EQUAL_-1205965195'), ('const-417', u'LOAD_-1205965829'), (u'INT_EQUAL_-1205965972', u'CBRANCH_-1205965970'), (u'CAST_-1205964806', u'PTRADD_-1205965712'), (u'COPY_-1205964538', u'MULTIEQUAL_-1205964642'), (u'PTRADD_-1205964539', u'STORE_-1205965338'), (u'CAST_-1205964546', u'INT_AND_-1205964830'), ('const-4', u'PTRADD_-1205964682'), ('const-0', u'INT_NOTEQUAL_-1205965995'), ('const-5', u'PTRADD_-1205964674'), (u'CAST_-1205964591', u'CAST_-1205964568'), (u'STORE_-1205965951', u'INDIRECT_-1205964731'), (u'CAST_-1205964824', u'INT_EQUAL_-1205965811'), (u'INT_EQUAL_-1205966189', u'CBRANCH_-1205966187'), (u'INT_NOTEQUAL_-1205965414', u'CBRANCH_-1205965413'), ('const-16', u'INT_AND_-1205964830'), (u'INT_EQUAL_-1205965400', u'CBRANCH_-1205965398'), (u'INT_EQUAL_-1205965719', u'CBRANCH_-1205965717'), ('const-4', u'PTRADD_-1205964682'), ('const-417', u'LOAD_-1205965984'), (u'STORE_-1205965921', u'INDIRECT_-1205964707'), ('tmp_4096', u'COPY_-1205964859'), ('const-0', u'STORE_-1205965951'), (u'CALL_-1205965745', u'INT_EQUAL_-1205965719'), ('const-12', u'INT_AND_-1205965414'), (u'INT_EQUAL_-1205966002', u'CBRANCH_-1205966001'), ('tmp_1212', u'CBRANCH_-1205965497'), ('tmp_1144', u'CBRANCH_-1205965782'), ('const-0', u'COPY_-1205964842'), ('const-0', u'CALL_-1205965745'), (u'PTRADD_-1205964843', u'LOAD_-1205965984'), (u'PTRADD_-1205964779', u'STORE_-1205965809'), (u'INT_EQUAL_-1205965465', u'CBRANCH_-1205965463'), (u'CAST_-1205964591', u'CAST_-1205964546'), (u'STORE_-1205965855', u'INDIRECT_-1205964664'), (u'MULTIEQUAL_-1205964817', u'MULTIEQUAL_-1205964740'), (u'CALL_-1205965977', u'INDIRECT_-1205964755'), ('tmp_2982', u'CAST_-1205964668'), ('const-195036', u'COPY_-1205965282'), (u'CAST_-1205964806', u'LOAD_-1205965964'), ('const-417', u'STORE_-1205965911'), ('const-3', u'PTRADD_-1205964696'), ('const-1', u'PTRADD_-1205965712'), ('const-2', u'PTRADD_-1205964736'), ('const-3', u'PTRADD_-1205964605'), (u'CAST_-1205964678', u'STORE_-1205965855'), ('const-8', u'INT_AND_-1205964596'), (u'MULTIEQUAL_-1205965225', u'PTRADD_-1205964736'), (u'CAST_-1205964678', u'PTRADD_-1205964682'), (u'COPY_-1205965334', u'RETURN_-1205965286'), ('const-0', u'RETURN_-1205965914'), (u'CAST_-1205964824', u'MULTIEQUAL_-1205965225'), (u'STORE_-1205965809', u'INDIRECT_-1205964809'), ('const-1', u'STORE_-1205965809'), ('const-6', u'PTRADD_-1205964666'), (u'MULTIEQUAL_-1205964979', u'MULTIEQUAL_-1205964979'), ('const-12', u'INT_NOTEQUAL_-1205965414'), (u'MULTIEQUAL_-1205964920', u'PTRADD_-1205964779'), (u'INDIRECT_-1205964519', u'COPY_-1205964572'), (u'LOAD_-1205965536', u'CAST_-1205964591'), (u'CALL_-1205965915', u'INT_EQUAL_-1205965097'), ('const-0', u'INT_EQUAL_-1205965972'), ('const-0', u'INT_EQUAL_-1205965811'), (u'COPY_-1205964674', u'COPY_-1205964723'), (u'MULTIEQUAL_-1205965225', u'PTRADD_-1205964878'), (u'MULTIEQUAL_-1205964979', u'MULTIEQUAL_-1205964920'), ('tmp_808', u'CBRANCH_-1205965833'), ('tmp_1362', u'CBRANCH_-1205965413'), (u'COPY_-1205964854', u'MULTIEQUAL_-1205965192'), (u'INT_EQUAL_-1205965835', u'CBRANCH_-1205965833'), ('tmp_574', u'CBRANCH_-1205965970'), ('const-4', u'PTRADD_-1205964837'), ('tmp_1602', u'BRANCH_-1205965266'), (u'PTRADD_-1205964666', u'STORE_-1205965921'), (u'COPY_-1205965213', u'MULTIEQUAL_-1205964898'), (u'INT_AND_-1205964701', u'INT_EQUAL_-1205965502'), ('const-4', u'PTRADD_-1205964779'), ('const-417', u'LOAD_-1205965877'), ('const-0', u'INT_EQUAL_-1205965400'), (u'CALL_-1205965809', u'INT_EQUAL_-1205965783'), ('const-1', u'STORE_-1205965714'), ('tmp_534', u'CBRANCH_-1205965994'), (u'COPY_-1205964847', u'RETURN_-1205964825'), (u'CAST_-1205964591', u'CAST_-1205964563'), (u'CAST_-1205964591', u'COPY_-1205964563'), (u'MULTIEQUAL_-1205965225', u'PTRADD_-1205964837'), ('const-417', u'STORE_-1205965941'), (u'STORE_-1205965960', u'INDIRECT_-1205964737'), ('const-4', u'INT_AND_-1205964848'), (u'INT_EQUAL_-1205965783', u'CBRANCH_-1205965782'), (u'MULTIEQUAL_-1205965225', u'PTRADD_-1205964843'), ('tmp_2986', u'INT_AND_-1205965958'), ('const-0', u'INT_EQUAL_-1205965097'), (u'INT_EQUAL_-1205965813', u'CBRANCH_-1205965812'), ('const-0', u'INT_EQUAL_-1205965518'), ('tmp_173', u'CBRANCH_-1205966001'), (u'INDIRECT_-1205964866', u'MULTIEQUAL_-1205964817'), ('const-194964', u'COPY_-1205965177'), (u'PTRADD_-1205964837', u'LOAD_-1205965969'), (u'COPY_-1205964853', u'MULTIEQUAL_-1205965192'), (u'MULTIEQUAL_-1205964979', u'COPY_-1205964854'), ('tmp_2984', u'COPY_-1205964538'), (u'PTRADD_-1205964700', u'STORE_-1205965966'), ('const-0', u'STORE_-1205965931'), (u'COPY_-1205964938', u'MULTIEQUAL_-1205965225'), (u'INT_AND_-1205964848', u'INT_EQUAL_-1205965450'), ('const-8', u'PTRADD_-1205964650'), (u'MULTIEQUAL_-1205964979', u'INT_EQUAL_-1205965096'), (u'CAST_-1205964678', u'PTRADD_-1205964658'), ('tmp_2982', u'CALL_-1205965915'), (u'CAST_-1205964598', u'STORE_-1205965855'), ('const-1', u'INT_AND_-1205964691'), (u'MULTIEQUAL_-1205965225', u'COPY_-1205965334'), ('tmp_2986', u'INT_AND_-1205964621'), (u'COPY_-1205965177', u'MULTIEQUAL_-1205964898'), (u'MULTIEQUAL_-1205965192', u'MULTIEQUAL_-1205964979'), ('const-417', u'STORE_-1205965714'), (u'INDIRECT_-1205964578', u'COPY_-1205964637'), (u'INT_NOTEQUAL_-1205965995', u'CBRANCH_-1205965994'), ('tmp_2984', u'INT_EQUAL_-1205966002'), ('tmp_1757', u'CBRANCH_-1205965191'), ('const-0', u'INT_EQUAL_-1205965096'), (u'MULTIEQUAL_-1205964881', u'MULTIEQUAL_-1205964876'), ('tmp_1178', u'CBRANCH_-1205965517'), (u'INT_EQUAL_-1205965240', u'CBRANCH_-1205965236'), (u'LOAD_-1205965964', u'INT_EQUAL_-1205965949'), ('const-0', u'COPY_-1205964852'), ('const-4', u'PTRADD_-1205964539'), (u'INT_OR_-1205965333', u'STORE_-1205965338'), ('const-4', u'PTRADD_-1205964674'), ('const-7', u'PTRADD_-1205964658'), ('tmp_4096', u'MULTIEQUAL_-1205964876'), (u'PTRADD_-1205964605', u'LOAD_-1205965536'), ('const-0', u'INT_EQUAL_-1205965240'), (u'MULTIEQUAL_-1205964920', u'INT_EQUAL_-1205965813'), ('const-0', u'CALL_-1205965216'), (u'INDIRECT_-1205964664', u'COPY_-1205964674'), (u'CAST_-1205964773', u'MULTIEQUAL_-1205965225'), (u'MULTIEQUAL_-1205964817', u'COPY_-1205964830'), ('tmp_842', u'CBRANCH_-1205965812'), ('tmp_2986', u'INT_AND_-1205964691'), (u'INT_EQUAL_-1205965450', u'CBRANCH_-1205965448'), ('const-36', u'CALL_-1205965977'), (u'PTRADD_-1205964696', u'STORE_-1205965960'), ('const-417', u'LOAD_-1205965823'), ('const-0', u'RETURN_-1205964820'), (u'INT_NOTEQUAL_-1205965364', u'CBRANCH_-1205965363'), ('const-417', u'LOAD_-1205965969'), ('const-4', u'PTRADD_-1205964843'), (u'CAST_-1205964678', u'PTRADD_-1205964696'), (u'CAST_-1205964852', u'CALL_-1205965809'), (u'CAST_-1205964678', u'PTRADD_-1205964674'), ('const-4', u'PTRADD_-1205964650'), (u'INDIRECT_-1205964866', u'MULTIEQUAL_-1205964876'), ('tmp_2986', u'INT_AND_-1205965364'), ('const-0', u'STORE_-1205965901'), ('const-0', u'STORE_-1205965941'), (u'COPY_-1205964563', u'MULTIEQUAL_-1205964642'), (u'LOAD_-1205965823', u'CAST_-1205964852'), ('const-417', u'STORE_-1205965338'), (u'MULTIEQUAL_-1205965225', u'MULTIEQUAL_-1205964642'), (u'MULTIEQUAL_-1205965225', u'PTRADD_-1205964605'), (u'CALL_-1205965216', u'CALL_-1205965190'), ('const-417', u'STORE_-1205965809'), (u'INT_AND_-1205965364', u'INT_NOTEQUAL_-1205965364'), ('tmp_1452', u'CBRANCH_-1205965363'), (u'INT_EQUAL_-1205965096', u'BOOL_AND_-1205964896'), (u'CALL_-1205965216', u'INDIRECT_-1205964529'), ('const-33', u'INT_EQUAL_-1205965949'), (u'LOAD_-1205965877', u'CAST_-1205964773'), ('tmp_1390', u'CBRANCH_-1205965398'), (u'CAST_-1205964591', u'CAST_-1205964529'), ('const-4', u'PTRADD_-1205964666'), ('const-195000', u'COPY_-1205965213'), (u'LOAD_-1205965829', u'CAST_-1205964824'), (u'INDIRECT_-1205964795', u'MULTIEQUAL_-1205964881'), (u'CAST_-1205964678', u'PTRADD_-1205964666'), ('const-1', u'PTRADD_-1205964700'), ('const-4', u'PTRADD_-1205964690'), ('tmp_615', u'CBRANCH_-1205965947'), ('const-3', u'PTRADD_-1205964843'), ('const-0', u'INT_EQUAL_-1205965502'), (u'MULTIEQUAL_-1205964642', u'CALL_-1205965216'), ('tmp_2986', u'STORE_-1205965960'), (u'INT_EQUAL_-1205965097', u'BOOL_AND_-1205964896'), ('tmp_1036', u'CBRANCH_-1205965810'), ('tmp_2986', u'INT_AND_-1205964596'), ('const-5', u'CALL_-1205965216'), (u'PTRADD_-1205964650', u'STORE_-1205965901'), (u'INT_EQUAL_-1205965482', u'CBRANCH_-1205965478'), ('const-2', u'PTRADD_-1205964779'), (u'INDIRECT_-1205964809', u'COPY_-1205964835'), (u'CAST_-1205964806', u'CALL_-1205965915'), ('tmp_4096', u'COPY_-1205964938'), (u'CALL_-1205965977', u'CAST_-1205964678'), (u'INT_AND_-1205964691', u'INT_EQUAL_-1205965482'), (u'STORE_-1205965911', u'INDIRECT_-1205964699'), ('const-48', u'INT_AND_-1205965364'), ('const-48', u'INT_NOTEQUAL_-1205965364'), (u'COPY_-1205964859', u'COPY_-1205964863'), (u'MULTIEQUAL_-1205965225', u'PTRADD_-1205964539'), (u'CAST_-1205964587', u'INT_AND_-1205964872'), (u'MULTIEQUAL_-1205964876', u'MULTIEQUAL_-1205964881'), (u'STORE_-1205965931', u'INDIRECT_-1205964715'), (u'CAST_-1205964591', u'CAST_-1205964587'), ('tmp_2984', u'INT_NOTEQUAL_-1205965995'), ('tmp_2982', u'CALL_-1205965190'), (u'MULTIEQUAL_-1205964920', u'COPY_-1205964847'), ('tmp_2982', u'CALL_-1205965809'), (u'INT_EQUAL_-1205965811', u'CBRANCH_-1205965810'), (u'CAST_-1205964529', u'INT_OR_-1205965333'), ('const-0', u'RETURN_-1205965286'), (u'MULTIEQUAL_-1205965192', u'MULTIEQUAL_-1205964920'), (u'CALL_-1205965809', u'INDIRECT_-1205964921'), ('const-0', u'INT_EQUAL_-1205965450'), ('const-0', u'INT_NOTEQUAL_-1205965851'), ('tmp_1703', u'CBRANCH_-1205965236'), ('const-0', u'INT_EQUAL_-1205966002'), ('const-0', u'INT_EQUAL_-1205965783'), (u'COPY_-1205964842', u'RETURN_-1205964820'), (u'INT_AND_-1205964830', u'INT_EQUAL_-1205965400'), (u'COPY_-1205965962', u'RETURN_-1205965914'), (u'CAST_-1205964668', u'STORE_-1205965966'), (u'INT_AND_-1205964621', u'INT_EQUAL_-1205965240'), (u'PTRADD_-1205965712', u'CALL_-1205965745'), ('const-4', u'PTRADD_-1205964658'), ('tmp_2986', u'INT_AND_-1205964701'), (u'INT_AND_-1205965414', u'INT_NOTEQUAL_-1205965414'), (u'INDIRECT_-1205964921', u'MULTIEQUAL_-1205964881'), ('const-417', u'STORE_-1205965931'), (u'INT_AND_-1205965958', u'INT_EQUAL_-1205965972'), ('const-0', u'INT_EQUAL_-1205965195'), ('tmp_146', u'CBRANCH_-1205966187'), (u'STORE_-1205965941', u'INDIRECT_-1205964723'), ('const-417', u'LOAD_-1205965536'), ('const-32', u'INT_AND_-1205964621'), (u'INT_AND_-1205964872', u'INT_EQUAL_-1205965518')]
| null | null |
00016a30
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}\n\n" comment (function_definition "int * __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}" primitive_type (pointer_declarator "* __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)" * (ERROR "__regparm3" identifier) (function_declarator "FUN_00016a30(char *param_1,int *param_2,uint param_3)" identifier (parameter_list "(char *param_1,int *param_2,uint param_3)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) )))) (compound_statement "{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_20 = (int *)0x0;" (assignment_expression "local_20 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "piVar5 = DAT_00040ba8;" (assignment_expression "piVar5 = DAT_00040ba8" identifier = identifier) ;) (if_statement "if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" if (parenthesized_expression "(DAT_00040ba8 == (int *)0x0)" ( (binary_expression "DAT_00040ba8 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }" { (if_statement "if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }" if (parenthesized_expression "(param_2 == (int *)0x0)" ( (binary_expression "param_2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (int *)0x0;\n }" { (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) }) (else_clause "else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" else (compound_statement "{\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" { (do_statement "do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);" do (compound_statement "{\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n }" { (while_statement "while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }" while (parenthesized_expression "(param_2 != (int *)0x0)" ( (binary_expression "param_2 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }" { (expression_statement "iVar1 = strcmp((char *)piVar5[1],param_1);" (assignment_expression "iVar1 = strcmp((char *)piVar5[1],param_1)" identifier = (call_expression "strcmp((char *)piVar5[1],param_1)" identifier (argument_list "((char *)piVar5[1],param_1)" ( (cast_expression "(char *)piVar5[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar5[1]" identifier [ number_literal ])) , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n /* WARNING: Subroutine does not return */\n FUN_0002c8e0(uVar4,param_1);\n }" { (expression_statement "piVar2 = (int *)piVar5[3];" (assignment_expression "piVar2 = (int *)piVar5[3]" identifier = (cast_expression "(int *)piVar5[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar5[3]" identifier [ number_literal ]))) ;) (if_statement "if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }" if (parenthesized_expression "(((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0))))" ( (binary_expression "((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))" (parenthesized_expression "((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0))" ( (binary_expression "(((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)" (parenthesized_expression "(((uint)piVar2 & 1) == 0)" ( (binary_expression "((uint)piVar2 & 1) == 0" (parenthesized_expression "((uint)piVar2 & 1)" ( (binary_expression "(uint)piVar2 & 1" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((param_3 & 2) == 0)" ( (binary_expression "(param_3 & 2) == 0" (parenthesized_expression "(param_3 & 2)" ( (binary_expression "param_3 & 2" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "(((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))" ( (parenthesized_expression "((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0))" ( (binary_expression "(param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)" (binary_expression "(param_3 & 1) == 0" (parenthesized_expression "(param_3 & 1)" ( (binary_expression "param_3 & 1" identifier & number_literal) )) == number_literal) || (parenthesized_expression "(((uint)piVar2 & 2) == 0)" ( (binary_expression "((uint)piVar2 & 2) == 0" (parenthesized_expression "((uint)piVar2 & 2)" ( (binary_expression "(uint)piVar2 & 2" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }" { (if_statement "if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" if (parenthesized_expression "(((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc))" ( (binary_expression "((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)" (parenthesized_expression "((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0))" ( (binary_expression "(((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)" (parenthesized_expression "(((uint)piVar2 & 4) == 0)" ( (binary_expression "((uint)piVar2 & 4) == 0" (parenthesized_expression "((uint)piVar2 & 4)" ( (binary_expression "(uint)piVar2 & 4" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((param_3 & 8) == 0)" ( (binary_expression "(param_3 & 8) == 0" (parenthesized_expression "(param_3 & 8)" ( (binary_expression "param_3 & 8" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((param_3 & 0xc) != 0xc)" ( (binary_expression "(param_3 & 0xc) != 0xc" (parenthesized_expression "(param_3 & 0xc)" ( (binary_expression "param_3 & 0xc" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }" { (if_statement "if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }" if (parenthesized_expression "(((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30))" ( (binary_expression "((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)" (parenthesized_expression "((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0))" ( (binary_expression "(((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)" (parenthesized_expression "(((uint)piVar2 & 0x10) == 0)" ( (binary_expression "((uint)piVar2 & 0x10) == 0" (parenthesized_expression "((uint)piVar2 & 0x10)" ( (binary_expression "(uint)piVar2 & 0x10" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((param_3 & 0x20) == 0)" ( (binary_expression "(param_3 & 0x20) == 0" (parenthesized_expression "(param_3 & 0x20)" ( (binary_expression "param_3 & 0x20" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((param_3 & 0x30) != 0x30)" ( (binary_expression "(param_3 & 0x30) != 0x30" (parenthesized_expression "(param_3 & 0x30)" ( (binary_expression "param_3 & 0x30" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }" { (expression_statement "piVar5[3] = (uint)piVar2 | param_3;" (assignment_expression "piVar5[3] = (uint)piVar2 | param_3" (subscript_expression "piVar5[3]" identifier [ number_literal ]) = (binary_expression "(uint)piVar2 | param_3" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) | identifier)) ;) (return_statement "return piVar5;" return identifier ;) })) (expression_statement "pcVar3 = "error: %s both sets and alters LMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters LMA"" identifier = (string_literal ""error: %s both sets and alters LMA"" " string_content ")) ;) (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" identifier = identifier) ;) }) (else_clause "else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" else (compound_statement "{\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" { (expression_statement "pcVar3 = "error: %s both sets and alters VMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters VMA"" identifier = (string_literal ""error: %s both sets and alters VMA"" " string_content ")) ;) (expression_statement "piVar5 = param_2;" (assignment_expression "piVar5 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n pcVar3 = "error: %s both copied and removed";\n }" else (compound_statement "{\n pcVar3 = "error: %s both copied and removed";\n }" { (expression_statement "pcVar3 = "error: %s both copied and removed";" (assignment_expression "pcVar3 = "error: %s both copied and removed"" identifier = (string_literal ""error: %s both copied and removed"" " string_content ")) ;) }))) (expression_statement "uVar4 = dcgettext(0,pcVar3,5,piVar5);" (assignment_expression "uVar4 = dcgettext(0,pcVar3,5,piVar5)" identifier = (call_expression "dcgettext(0,pcVar3,5,piVar5)" identifier (argument_list "(0,pcVar3,5,piVar5)" ( number_literal , identifier , number_literal , identifier )))) ;) comment (expression_statement "FUN_0002c8e0(uVar4,param_1);" (call_expression "FUN_0002c8e0(uVar4,param_1)" identifier (argument_list "(uVar4,param_1)" ( identifier , identifier ))) ;) })) (labeled_statement "LAB_00016a7f:\n piVar5 = (int *)*piVar5;" statement_identifier : (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;)) (if_statement "if (piVar5 == (int *)0x0) goto LAB_00016ac0;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00016ac0;" goto statement_identifier ;)) })) (if_statement "if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;" if (parenthesized_expression "((piVar5[3] & param_3) == 0)" ( (binary_expression "(piVar5[3] & param_3) == 0" (parenthesized_expression "(piVar5[3] & param_3)" ( (binary_expression "piVar5[3] & param_3" (subscript_expression "piVar5[3]" identifier [ number_literal ]) & identifier) )) == number_literal) )) (goto_statement "goto LAB_00016a7f;" goto statement_identifier ;)) (expression_statement "pcVar3 = (char *)piVar5[1];" (assignment_expression "pcVar3 = (char *)piVar5[1]" identifier = (cast_expression "(char *)piVar5[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar5[1]" identifier [ number_literal ]))) ;) (if_statement "if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }" if (parenthesized_expression "(*pcVar3 == '!')" ( (binary_expression "*pcVar3 == '!'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'!'" ' character ')) )) (compound_statement "{\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }" { (expression_statement "iVar1 = fnmatch(pcVar3 + 1,param_1,0);" (assignment_expression "iVar1 = fnmatch(pcVar3 + 1,param_1,0)" identifier = (call_expression "fnmatch(pcVar3 + 1,param_1,0)" identifier (argument_list "(pcVar3 + 1,param_1,0)" ( (binary_expression "pcVar3 + 1" identifier + number_literal) , identifier , number_literal )))) ;) (if_statement "if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n piVar5[2] = 1;\n return (int *)0x0;\n }" { (expression_statement "piVar5[2] = 1;" (assignment_expression "piVar5[2] = 1" (subscript_expression "piVar5[2]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (goto_statement "goto LAB_00016a7f;" goto statement_identifier ;) })) (expression_statement "iVar1 = fnmatch(pcVar3,param_1,0);" (assignment_expression "iVar1 = fnmatch(pcVar3,param_1,0)" identifier = (call_expression "fnmatch(pcVar3,param_1,0)" identifier (argument_list "(pcVar3,param_1,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }" if (parenthesized_expression "(iVar1 == 0 && local_20 == (int *)0x0)" ( (binary_expression "iVar1 == 0 && local_20 == (int *)0x0" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "local_20 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n local_20 = piVar5;\n }" { (expression_statement "local_20 = piVar5;" (assignment_expression "local_20 = piVar5" identifier = identifier) ;) })) (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) }) while (parenthesized_expression "(piVar5 != (int *)0x0)" ( (binary_expression "piVar5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" statement_identifier : (if_statement "if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" if (parenthesized_expression "(param_2 == (int *)0x0)" ( (binary_expression "param_2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" { (if_statement "if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }" if (parenthesized_expression "(local_20 == (int *)0x0)" ( (binary_expression "local_20 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (int *)0x0;\n }" { (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "local_20[2] = 1;" (assignment_expression "local_20[2] = 1" (subscript_expression "local_20[2]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return local_20;" return identifier ;) }))) }))) (expression_statement "piVar2 = (int *)xmalloc(0x24);" (assignment_expression "piVar2 = (int *)xmalloc(0x24)" identifier = (cast_expression "(int *)xmalloc(0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x24)" identifier (argument_list "(0x24)" ( number_literal ))))) ;) (expression_statement "piVar2[1] = (int)param_1;" (assignment_expression "piVar2[1] = (int)param_1" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar2[3] = param_3;" (assignment_expression "piVar2[3] = param_3" (subscript_expression "piVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar2[2] = 0;" (assignment_expression "piVar2[2] = 0" (subscript_expression "piVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[4] = 0;" (assignment_expression "piVar2[4] = 0" (subscript_expression "piVar2[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[5] = 0;" (assignment_expression "piVar2[5] = 0" (subscript_expression "piVar2[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[6] = 0;" (assignment_expression "piVar2[6] = 0" (subscript_expression "piVar2[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[7] = 0;" (assignment_expression "piVar2[7] = 0" (subscript_expression "piVar2[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[8] = 0;" (assignment_expression "piVar2[8] = 0" (subscript_expression "piVar2[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" identifier = identifier) ;) (expression_statement "*piVar2 = (int)DAT_00040ba8;" (assignment_expression "*piVar2 = (int)DAT_00040ba8" (pointer_expression "*piVar2" * identifier) = (cast_expression "(int)DAT_00040ba8" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "DAT_00040ba8 = piVar5;" (assignment_expression "DAT_00040ba8 = piVar5" identifier = identifier) ;) (return_statement "return piVar2;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nsection_list * __regparm3 find_section_list(char *name,bfd_boolean add,uint context)\n\n{\n int iVar1;\n section_list *psVar2;\n char *pcVar3;\n section_list *psVar4;\n section_list *local_20;\n \n local_20 = (section_list *)0x0;\n psVar4 = change_sections;\n if (change_sections == (section_list *)0x0) {\n if (add == 0) {\n return (section_list *)0x0;\n }\n }\n else {\n do {\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n } while (psVar4 != (section_list *)0x0);\nLAB_00016ac0:\n if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }\n }\n psVar2 = (section_list *)xmalloc(0x24);\n psVar2->pattern = name;\n psVar2->context = context;\n psVar2->used = 0;\n *(undefined4 *)&psVar2->vma_val = 0;\n *(undefined4 *)((int)&psVar2->vma_val + 4) = 0;\n *(undefined4 *)&psVar2->lma_val = 0;\n *(undefined4 *)((int)&psVar2->lma_val + 4) = 0;\n psVar2->flags = 0;\n psVar4 = psVar2;\n psVar2->next = change_sections;\n change_sections = psVar4;\n return psVar2;\n}\n\n" comment (ERROR "section_list * __regparm3 find_section_list(char *name,bfd_boolean add,uint context)" (binary_expression "section_list * __regparm3 find_section_list(char *name,bfd_boolean add,uint context)" identifier * (ERROR "__regparm3" identifier) (call_expression "find_section_list(char *name,bfd_boolean add,uint context)" identifier (argument_list "(char *name,bfd_boolean add,uint context)" ( (binary_expression "char *name" identifier * identifier) , identifier (ERROR "add" identifier) , (ERROR "uint" identifier) identifier ))))) (compound_statement "{\n int iVar1;\n section_list *psVar2;\n char *pcVar3;\n section_list *psVar4;\n section_list *local_20;\n \n local_20 = (section_list *)0x0;\n psVar4 = change_sections;\n if (change_sections == (section_list *)0x0) {\n if (add == 0) {\n return (section_list *)0x0;\n }\n }\n else {\n do {\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n } while (psVar4 != (section_list *)0x0);\nLAB_00016ac0:\n if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }\n }\n psVar2 = (section_list *)xmalloc(0x24);\n psVar2->pattern = name;\n psVar2->context = context;\n psVar2->used = 0;\n *(undefined4 *)&psVar2->vma_val = 0;\n *(undefined4 *)((int)&psVar2->vma_val + 4) = 0;\n *(undefined4 *)&psVar2->lma_val = 0;\n *(undefined4 *)((int)&psVar2->lma_val + 4) = 0;\n psVar2->flags = 0;\n psVar4 = psVar2;\n psVar2->next = change_sections;\n change_sections = psVar4;\n return psVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "section_list *psVar2;" type_identifier (pointer_declarator "*psVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "section_list *psVar4;" type_identifier (pointer_declarator "*psVar4" * identifier) ;) (declaration "section_list *local_20;" type_identifier (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_20 = (section_list *)0x0;" (assignment_expression "local_20 = (section_list *)0x0" identifier = (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "psVar4 = change_sections;" (assignment_expression "psVar4 = change_sections" identifier = identifier) ;) (if_statement "if (change_sections == (section_list *)0x0) {\n if (add == 0) {\n return (section_list *)0x0;\n }\n }\n else {\n do {\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n } while (psVar4 != (section_list *)0x0);\nLAB_00016ac0:\n if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }\n }" if (parenthesized_expression "(change_sections == (section_list *)0x0)" ( (binary_expression "change_sections == (section_list *)0x0" identifier == (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (add == 0) {\n return (section_list *)0x0;\n }\n }" { (if_statement "if (add == 0) {\n return (section_list *)0x0;\n }" if (parenthesized_expression "(add == 0)" ( (binary_expression "add == 0" identifier == number_literal) )) (compound_statement "{\n return (section_list *)0x0;\n }" { (return_statement "return (section_list *)0x0;" return (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) }) (else_clause "else {\n do {\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n } while (psVar4 != (section_list *)0x0);\nLAB_00016ac0:\n if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }\n }" else (compound_statement "{\n do {\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n } while (psVar4 != (section_list *)0x0);\nLAB_00016ac0:\n if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }\n }" { (do_statement "do {\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n } while (psVar4 != (section_list *)0x0);" do (compound_statement "{\n while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }\n if ((psVar4->context & context) == 0) goto LAB_00016a7f;\n pcVar3 = psVar4->pattern;\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,name,0);\n if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }\n psVar4 = psVar4->next;\n }" { (while_statement "while (add != 0) {\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }" while (parenthesized_expression "(add != 0)" ( (binary_expression "add != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = strcmp(psVar4->pattern,name);\n if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }\nLAB_00016a7f:\n psVar4 = psVar4->next;\n if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;\n }" { (expression_statement "iVar1 = strcmp(psVar4->pattern,name);" (assignment_expression "iVar1 = strcmp(psVar4->pattern,name)" identifier = (call_expression "strcmp(psVar4->pattern,name)" identifier (argument_list "(psVar4->pattern,name)" ( (field_expression "psVar4->pattern" identifier -> field_identifier) , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n psVar2 = (section_list *)psVar4->context;\n if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);\n /* WARNING: Subroutine does not return */\n fatal(pcVar3,name);\n }" { (expression_statement "psVar2 = (section_list *)psVar4->context;" (assignment_expression "psVar2 = (section_list *)psVar4->context" identifier = (cast_expression "(section_list *)psVar4->context" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "psVar4->context" identifier -> field_identifier))) ;) (if_statement "if (((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))) {\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }" if (parenthesized_expression "(((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0))))" ( (binary_expression "((((uint)psVar2 & 1) == 0) || ((context & 2) == 0)) &&\n (((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))" (parenthesized_expression "((((uint)psVar2 & 1) == 0) || ((context & 2) == 0))" ( (binary_expression "(((uint)psVar2 & 1) == 0) || ((context & 2) == 0)" (parenthesized_expression "(((uint)psVar2 & 1) == 0)" ( (binary_expression "((uint)psVar2 & 1) == 0" (parenthesized_expression "((uint)psVar2 & 1)" ( (binary_expression "(uint)psVar2 & 1" (cast_expression "(uint)psVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((context & 2) == 0)" ( (binary_expression "(context & 2) == 0" (parenthesized_expression "(context & 2)" ( (binary_expression "context & 2" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "(((context & 1) == 0 || (((uint)psVar2 & 2) == 0)))" ( (parenthesized_expression "((context & 1) == 0 || (((uint)psVar2 & 2) == 0))" ( (binary_expression "(context & 1) == 0 || (((uint)psVar2 & 2) == 0)" (binary_expression "(context & 1) == 0" (parenthesized_expression "(context & 1)" ( (binary_expression "context & 1" identifier & number_literal) )) == number_literal) || (parenthesized_expression "(((uint)psVar2 & 2) == 0)" ( (binary_expression "((uint)psVar2 & 2) == 0" (parenthesized_expression "((uint)psVar2 & 2)" ( (binary_expression "(uint)psVar2 & 2" (cast_expression "(uint)psVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\n if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }\n }" { (if_statement "if (((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)) {\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }" if (parenthesized_expression "(((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc))" ( (binary_expression "((((uint)psVar2 & 4) == 0) || ((context & 8) == 0)) && ((context & 0xc) != 0xc)" (parenthesized_expression "((((uint)psVar2 & 4) == 0) || ((context & 8) == 0))" ( (binary_expression "(((uint)psVar2 & 4) == 0) || ((context & 8) == 0)" (parenthesized_expression "(((uint)psVar2 & 4) == 0)" ( (binary_expression "((uint)psVar2 & 4) == 0" (parenthesized_expression "((uint)psVar2 & 4)" ( (binary_expression "(uint)psVar2 & 4" (cast_expression "(uint)psVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((context & 8) == 0)" ( (binary_expression "(context & 8) == 0" (parenthesized_expression "(context & 8)" ( (binary_expression "context & 8" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((context & 0xc) != 0xc)" ( (binary_expression "(context & 0xc) != 0xc" (parenthesized_expression "(context & 0xc)" ( (binary_expression "context & 0xc" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n psVar4 = psVar2;\n }" { (if_statement "if (((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)) {\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }" if (parenthesized_expression "(((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30))" ( (binary_expression "((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)) &&\n ((context & 0x30) != 0x30)" (parenthesized_expression "((((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0))" ( (binary_expression "(((uint)psVar2 & 0x10) == 0) || ((context & 0x20) == 0)" (parenthesized_expression "(((uint)psVar2 & 0x10) == 0)" ( (binary_expression "((uint)psVar2 & 0x10) == 0" (parenthesized_expression "((uint)psVar2 & 0x10)" ( (binary_expression "(uint)psVar2 & 0x10" (cast_expression "(uint)psVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((context & 0x20) == 0)" ( (binary_expression "(context & 0x20) == 0" (parenthesized_expression "(context & 0x20)" ( (binary_expression "context & 0x20" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((context & 0x30) != 0x30)" ( (binary_expression "(context & 0x30) != 0x30" (parenthesized_expression "(context & 0x30)" ( (binary_expression "context & 0x30" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n psVar4->context = (uint)psVar2 | context;\n return psVar4;\n }" { (expression_statement "psVar4->context = (uint)psVar2 | context;" (assignment_expression "psVar4->context = (uint)psVar2 | context" (field_expression "psVar4->context" identifier -> field_identifier) = (binary_expression "(uint)psVar2 | context" (cast_expression "(uint)psVar2" ( (type_descriptor "uint" type_identifier) ) identifier) | identifier)) ;) (return_statement "return psVar4;" return identifier ;) })) (expression_statement "pcVar3 = "error: %s both sets and alters LMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters LMA"" identifier = (string_literal ""error: %s both sets and alters LMA"" " string_content ")) ;) (expression_statement "psVar4 = psVar2;" (assignment_expression "psVar4 = psVar2" identifier = identifier) ;) }) (else_clause "else {\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }" else (compound_statement "{\n pcVar3 = "error: %s both sets and alters VMA";\n psVar4 = (section_list *)add;\n }" { (expression_statement "pcVar3 = "error: %s both sets and alters VMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters VMA"" identifier = (string_literal ""error: %s both sets and alters VMA"" " string_content ")) ;) (expression_statement "psVar4 = (section_list *)add;" (assignment_expression "psVar4 = (section_list *)add" identifier = (cast_expression "(section_list *)add" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) }))) }) (else_clause "else {\n pcVar3 = "error: %s both copied and removed";\n }" else (compound_statement "{\n pcVar3 = "error: %s both copied and removed";\n }" { (expression_statement "pcVar3 = "error: %s both copied and removed";" (assignment_expression "pcVar3 = "error: %s both copied and removed"" identifier = (string_literal ""error: %s both copied and removed"" " string_content ")) ;) }))) (expression_statement "pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4);" (assignment_expression "pcVar3 = (char *)dcgettext(0,pcVar3,5,psVar4)" identifier = (cast_expression "(char *)dcgettext(0,pcVar3,5,psVar4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,pcVar3,5,psVar4)" identifier (argument_list "(0,pcVar3,5,psVar4)" ( number_literal , identifier , number_literal , identifier ))))) ;) comment (expression_statement "fatal(pcVar3,name);" (call_expression "fatal(pcVar3,name)" identifier (argument_list "(pcVar3,name)" ( identifier , identifier ))) ;) })) (labeled_statement "LAB_00016a7f:\n psVar4 = psVar4->next;" statement_identifier : (expression_statement "psVar4 = psVar4->next;" (assignment_expression "psVar4 = psVar4->next" identifier = (field_expression "psVar4->next" identifier -> field_identifier)) ;)) (if_statement "if (psVar4 == (section_list *)0x0) goto LAB_00016ac0;" if (parenthesized_expression "(psVar4 == (section_list *)0x0)" ( (binary_expression "psVar4 == (section_list *)0x0" identifier == (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00016ac0;" goto statement_identifier ;)) })) (if_statement "if ((psVar4->context & context) == 0) goto LAB_00016a7f;" if (parenthesized_expression "((psVar4->context & context) == 0)" ( (binary_expression "(psVar4->context & context) == 0" (parenthesized_expression "(psVar4->context & context)" ( (binary_expression "psVar4->context & context" (field_expression "psVar4->context" identifier -> field_identifier) & identifier) )) == number_literal) )) (goto_statement "goto LAB_00016a7f;" goto statement_identifier ;)) (expression_statement "pcVar3 = psVar4->pattern;" (assignment_expression "pcVar3 = psVar4->pattern" identifier = (field_expression "psVar4->pattern" identifier -> field_identifier)) ;) (if_statement "if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }" if (parenthesized_expression "(*pcVar3 == '!')" ( (binary_expression "*pcVar3 == '!'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'!'" ' character ')) )) (compound_statement "{\n iVar1 = fnmatch(pcVar3 + 1,name,0);\n if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }\n goto LAB_00016a7f;\n }" { (expression_statement "iVar1 = fnmatch(pcVar3 + 1,name,0);" (assignment_expression "iVar1 = fnmatch(pcVar3 + 1,name,0)" identifier = (call_expression "fnmatch(pcVar3 + 1,name,0)" identifier (argument_list "(pcVar3 + 1,name,0)" ( (binary_expression "pcVar3 + 1" identifier + number_literal) , identifier , number_literal )))) ;) (if_statement "if (iVar1 == 0) {\n psVar4->used = 1;\n return (section_list *)0x0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n psVar4->used = 1;\n return (section_list *)0x0;\n }" { (expression_statement "psVar4->used = 1;" (assignment_expression "psVar4->used = 1" (field_expression "psVar4->used" identifier -> field_identifier) = number_literal) ;) (return_statement "return (section_list *)0x0;" return (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (goto_statement "goto LAB_00016a7f;" goto statement_identifier ;) })) (expression_statement "iVar1 = fnmatch(pcVar3,name,0);" (assignment_expression "iVar1 = fnmatch(pcVar3,name,0)" identifier = (call_expression "fnmatch(pcVar3,name,0)" identifier (argument_list "(pcVar3,name,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar1 == 0 && local_20 == (section_list *)0x0) {\n local_20 = psVar4;\n }" if (parenthesized_expression "(iVar1 == 0 && local_20 == (section_list *)0x0)" ( (binary_expression "iVar1 == 0 && local_20 == (section_list *)0x0" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "local_20 == (section_list *)0x0" identifier == (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n local_20 = psVar4;\n }" { (expression_statement "local_20 = psVar4;" (assignment_expression "local_20 = psVar4" identifier = identifier) ;) })) (expression_statement "psVar4 = psVar4->next;" (assignment_expression "psVar4 = psVar4->next" identifier = (field_expression "psVar4->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(psVar4 != (section_list *)0x0)" ( (binary_expression "psVar4 != (section_list *)0x0" identifier != (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_00016ac0:\n if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }" statement_identifier : (if_statement "if (add == 0) {\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }" if (parenthesized_expression "(add == 0)" ( (binary_expression "add == 0" identifier == number_literal) )) (compound_statement "{\n if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }\n local_20->used = 1;\n return local_20;\n }" { (if_statement "if (local_20 == (section_list *)0x0) {\n return (section_list *)0x0;\n }" if (parenthesized_expression "(local_20 == (section_list *)0x0)" ( (binary_expression "local_20 == (section_list *)0x0" identifier == (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (section_list *)0x0;\n }" { (return_statement "return (section_list *)0x0;" return (cast_expression "(section_list *)0x0" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "local_20->used = 1;" (assignment_expression "local_20->used = 1" (field_expression "local_20->used" identifier -> field_identifier) = number_literal) ;) (return_statement "return local_20;" return identifier ;) }))) }))) (expression_statement "psVar2 = (section_list *)xmalloc(0x24);" (assignment_expression "psVar2 = (section_list *)xmalloc(0x24)" identifier = (cast_expression "(section_list *)xmalloc(0x24)" ( (type_descriptor "section_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x24)" identifier (argument_list "(0x24)" ( number_literal ))))) ;) (expression_statement "psVar2->pattern = name;" (assignment_expression "psVar2->pattern = name" (field_expression "psVar2->pattern" identifier -> field_identifier) = identifier) ;) (expression_statement "psVar2->context = context;" (assignment_expression "psVar2->context = context" (field_expression "psVar2->context" identifier -> field_identifier) = identifier) ;) (expression_statement "psVar2->used = 0;" (assignment_expression "psVar2->used = 0" (field_expression "psVar2->used" identifier -> field_identifier) = number_literal) ;) (expression_statement "*(undefined4 *)&psVar2->vma_val = 0;" (assignment_expression "*(undefined4 *)&psVar2->vma_val = 0" (pointer_expression "*(undefined4 *)&psVar2->vma_val" * (cast_expression "(undefined4 *)&psVar2->vma_val" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar2->vma_val" & (field_expression "psVar2->vma_val" identifier -> field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&psVar2->vma_val + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&psVar2->vma_val + 4) = 0" (pointer_expression "*(undefined4 *)((int)&psVar2->vma_val + 4)" * (cast_expression "(undefined4 *)((int)&psVar2->vma_val + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&psVar2->vma_val + 4)" ( (binary_expression "(int)&psVar2->vma_val + 4" (cast_expression "(int)&psVar2->vma_val" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&psVar2->vma_val" & (field_expression "psVar2->vma_val" identifier -> field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&psVar2->lma_val = 0;" (assignment_expression "*(undefined4 *)&psVar2->lma_val = 0" (pointer_expression "*(undefined4 *)&psVar2->lma_val" * (cast_expression "(undefined4 *)&psVar2->lma_val" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&psVar2->lma_val" & (field_expression "psVar2->lma_val" identifier -> field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&psVar2->lma_val + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&psVar2->lma_val + 4) = 0" (pointer_expression "*(undefined4 *)((int)&psVar2->lma_val + 4)" * (cast_expression "(undefined4 *)((int)&psVar2->lma_val + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&psVar2->lma_val + 4)" ( (binary_expression "(int)&psVar2->lma_val + 4" (cast_expression "(int)&psVar2->lma_val" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&psVar2->lma_val" & (field_expression "psVar2->lma_val" identifier -> field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "psVar2->flags = 0;" (assignment_expression "psVar2->flags = 0" (field_expression "psVar2->flags" identifier -> field_identifier) = number_literal) ;) (expression_statement "psVar4 = psVar2;" (assignment_expression "psVar4 = psVar2" identifier = identifier) ;) (expression_statement "psVar2->next = change_sections;" (assignment_expression "psVar2->next = change_sections" (field_expression "psVar2->next" identifier -> field_identifier) = identifier) ;) (expression_statement "change_sections = psVar4;" (assignment_expression "change_sections = psVar4" identifier = identifier) ;) (return_statement "return psVar2;" return identifier ;) }))
|
(translation_unit "int * __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}\n\n" (function_definition "int * __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}" primitive_type (pointer_declarator "* __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)" * (ERROR "__regparm3" identifier) (function_declarator "FUN_00016a30(char *param_1,int *param_2,uint param_3)" identifier (parameter_list "(char *param_1,int *param_2,uint param_3)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) )))) (compound_statement "{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_20 = (int *)0x0;" (assignment_expression "local_20 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "piVar5 = DAT_00040ba8;" (assignment_expression "piVar5 = DAT_00040ba8" identifier = identifier) ;) (if_statement "if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" if (parenthesized_expression "(DAT_00040ba8 == (int *)0x0)" ( (binary_expression "DAT_00040ba8 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }" { (if_statement "if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }" if (parenthesized_expression "(param_2 == (int *)0x0)" ( (binary_expression "param_2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (int *)0x0;\n }" { (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) }) (else_clause "else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" else (compound_statement "{\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" { (do_statement "do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);" do (compound_statement "{\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n }" { (while_statement "while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }" while (parenthesized_expression "(param_2 != (int *)0x0)" ( (binary_expression "param_2 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }" { (expression_statement "iVar1 = strcmp((char *)piVar5[1],param_1);" (assignment_expression "iVar1 = strcmp((char *)piVar5[1],param_1)" identifier = (call_expression "strcmp((char *)piVar5[1],param_1)" identifier (argument_list "((char *)piVar5[1],param_1)" ( (cast_expression "(char *)piVar5[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar5[1]" identifier [ number_literal ])) , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }" { (expression_statement "piVar2 = (int *)piVar5[3];" (assignment_expression "piVar2 = (int *)piVar5[3]" identifier = (cast_expression "(int *)piVar5[3]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar5[3]" identifier [ number_literal ]))) ;) (if_statement "if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }" if (parenthesized_expression "(((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0))))" ( (binary_expression "((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))" (parenthesized_expression "((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0))" ( (binary_expression "(((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)" (parenthesized_expression "(((uint)piVar2 & 1) == 0)" ( (binary_expression "((uint)piVar2 & 1) == 0" (parenthesized_expression "((uint)piVar2 & 1)" ( (binary_expression "(uint)piVar2 & 1" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((param_3 & 2) == 0)" ( (binary_expression "(param_3 & 2) == 0" (parenthesized_expression "(param_3 & 2)" ( (binary_expression "param_3 & 2" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "(((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))" ( (parenthesized_expression "((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0))" ( (binary_expression "(param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)" (binary_expression "(param_3 & 1) == 0" (parenthesized_expression "(param_3 & 1)" ( (binary_expression "param_3 & 1" identifier & number_literal) )) == number_literal) || (parenthesized_expression "(((uint)piVar2 & 2) == 0)" ( (binary_expression "((uint)piVar2 & 2) == 0" (parenthesized_expression "((uint)piVar2 & 2)" ( (binary_expression "(uint)piVar2 & 2" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) ))) )) ))) )) (compound_statement "{\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }" { (if_statement "if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" if (parenthesized_expression "(((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc))" ( (binary_expression "((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)" (parenthesized_expression "((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0))" ( (binary_expression "(((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)" (parenthesized_expression "(((uint)piVar2 & 4) == 0)" ( (binary_expression "((uint)piVar2 & 4) == 0" (parenthesized_expression "((uint)piVar2 & 4)" ( (binary_expression "(uint)piVar2 & 4" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((param_3 & 8) == 0)" ( (binary_expression "(param_3 & 8) == 0" (parenthesized_expression "(param_3 & 8)" ( (binary_expression "param_3 & 8" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((param_3 & 0xc) != 0xc)" ( (binary_expression "(param_3 & 0xc) != 0xc" (parenthesized_expression "(param_3 & 0xc)" ( (binary_expression "param_3 & 0xc" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }" { (if_statement "if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }" if (parenthesized_expression "(((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30))" ( (binary_expression "((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)" (parenthesized_expression "((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0))" ( (binary_expression "(((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)" (parenthesized_expression "(((uint)piVar2 & 0x10) == 0)" ( (binary_expression "((uint)piVar2 & 0x10) == 0" (parenthesized_expression "((uint)piVar2 & 0x10)" ( (binary_expression "(uint)piVar2 & 0x10" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )) == number_literal) )) || (parenthesized_expression "((param_3 & 0x20) == 0)" ( (binary_expression "(param_3 & 0x20) == 0" (parenthesized_expression "(param_3 & 0x20)" ( (binary_expression "param_3 & 0x20" identifier & number_literal) )) == number_literal) ))) )) && (parenthesized_expression "((param_3 & 0x30) != 0x30)" ( (binary_expression "(param_3 & 0x30) != 0x30" (parenthesized_expression "(param_3 & 0x30)" ( (binary_expression "param_3 & 0x30" identifier & number_literal) )) != number_literal) ))) )) (compound_statement "{\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }" { (expression_statement "piVar5[3] = (uint)piVar2 | param_3;" (assignment_expression "piVar5[3] = (uint)piVar2 | param_3" (subscript_expression "piVar5[3]" identifier [ number_literal ]) = (binary_expression "(uint)piVar2 | param_3" (cast_expression "(uint)piVar2" ( (type_descriptor "uint" type_identifier) ) identifier) | identifier)) ;) (return_statement "return piVar5;" return identifier ;) })) (expression_statement "pcVar3 = "error: %s both sets and alters LMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters LMA"" identifier = (string_literal ""error: %s both sets and alters LMA"" " string_content ")) ;) (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" identifier = identifier) ;) }) (else_clause "else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" else (compound_statement "{\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" { (expression_statement "pcVar3 = "error: %s both sets and alters VMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters VMA"" identifier = (string_literal ""error: %s both sets and alters VMA"" " string_content ")) ;) (expression_statement "piVar5 = param_2;" (assignment_expression "piVar5 = param_2" identifier = identifier) ;) }))) }) (else_clause "else {\n pcVar3 = "error: %s both copied and removed";\n }" else (compound_statement "{\n pcVar3 = "error: %s both copied and removed";\n }" { (expression_statement "pcVar3 = "error: %s both copied and removed";" (assignment_expression "pcVar3 = "error: %s both copied and removed"" identifier = (string_literal ""error: %s both copied and removed"" " string_content ")) ;) }))) (expression_statement "uVar4 = dcgettext(0,pcVar3,5,piVar5);" (assignment_expression "uVar4 = dcgettext(0,pcVar3,5,piVar5)" identifier = (call_expression "dcgettext(0,pcVar3,5,piVar5)" identifier (argument_list "(0,pcVar3,5,piVar5)" ( number_literal , identifier , number_literal , identifier )))) ;) (expression_statement "FUN_0002c8e0(uVar4,param_1);" (call_expression "FUN_0002c8e0(uVar4,param_1)" identifier (argument_list "(uVar4,param_1)" ( identifier , identifier ))) ;) })) (labeled_statement "LAB_00016a7f:\n piVar5 = (int *)*piVar5;" statement_identifier : (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;)) (if_statement "if (piVar5 == (int *)0x0) goto LAB_00016ac0;" if (parenthesized_expression "(piVar5 == (int *)0x0)" ( (binary_expression "piVar5 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_00016ac0;" goto statement_identifier ;)) })) (if_statement "if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;" if (parenthesized_expression "((piVar5[3] & param_3) == 0)" ( (binary_expression "(piVar5[3] & param_3) == 0" (parenthesized_expression "(piVar5[3] & param_3)" ( (binary_expression "piVar5[3] & param_3" (subscript_expression "piVar5[3]" identifier [ number_literal ]) & identifier) )) == number_literal) )) (goto_statement "goto LAB_00016a7f;" goto statement_identifier ;)) (expression_statement "pcVar3 = (char *)piVar5[1];" (assignment_expression "pcVar3 = (char *)piVar5[1]" identifier = (cast_expression "(char *)piVar5[1]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "piVar5[1]" identifier [ number_literal ]))) ;) (if_statement "if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }" if (parenthesized_expression "(*pcVar3 == '!')" ( (binary_expression "*pcVar3 == '!'" (pointer_expression "*pcVar3" * identifier) == (char_literal "'!'" ' character ')) )) (compound_statement "{\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }" { (expression_statement "iVar1 = fnmatch(pcVar3 + 1,param_1,0);" (assignment_expression "iVar1 = fnmatch(pcVar3 + 1,param_1,0)" identifier = (call_expression "fnmatch(pcVar3 + 1,param_1,0)" identifier (argument_list "(pcVar3 + 1,param_1,0)" ( (binary_expression "pcVar3 + 1" identifier + number_literal) , identifier , number_literal )))) ;) (if_statement "if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n piVar5[2] = 1;\n return (int *)0x0;\n }" { (expression_statement "piVar5[2] = 1;" (assignment_expression "piVar5[2] = 1" (subscript_expression "piVar5[2]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (goto_statement "goto LAB_00016a7f;" goto statement_identifier ;) })) (expression_statement "iVar1 = fnmatch(pcVar3,param_1,0);" (assignment_expression "iVar1 = fnmatch(pcVar3,param_1,0)" identifier = (call_expression "fnmatch(pcVar3,param_1,0)" identifier (argument_list "(pcVar3,param_1,0)" ( identifier , identifier , number_literal )))) ;) (if_statement "if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }" if (parenthesized_expression "(iVar1 == 0 && local_20 == (int *)0x0)" ( (binary_expression "iVar1 == 0 && local_20 == (int *)0x0" (binary_expression "iVar1 == 0" identifier == number_literal) && (binary_expression "local_20 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n local_20 = piVar5;\n }" { (expression_statement "local_20 = piVar5;" (assignment_expression "local_20 = piVar5" identifier = identifier) ;) })) (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) }) while (parenthesized_expression "(piVar5 != (int *)0x0)" ( (binary_expression "piVar5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (labeled_statement "LAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" statement_identifier : (if_statement "if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" if (parenthesized_expression "(param_2 == (int *)0x0)" ( (binary_expression "param_2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" { (if_statement "if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }" if (parenthesized_expression "(local_20 == (int *)0x0)" ( (binary_expression "local_20 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (int *)0x0;\n }" { (return_statement "return (int *)0x0;" return (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) (expression_statement "local_20[2] = 1;" (assignment_expression "local_20[2] = 1" (subscript_expression "local_20[2]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return local_20;" return identifier ;) }))) }))) (expression_statement "piVar2 = (int *)xmalloc(0x24);" (assignment_expression "piVar2 = (int *)xmalloc(0x24)" identifier = (cast_expression "(int *)xmalloc(0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x24)" identifier (argument_list "(0x24)" ( number_literal ))))) ;) (expression_statement "piVar2[1] = (int)param_1;" (assignment_expression "piVar2[1] = (int)param_1" (subscript_expression "piVar2[1]" identifier [ number_literal ]) = (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar2[3] = param_3;" (assignment_expression "piVar2[3] = param_3" (subscript_expression "piVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "piVar2[2] = 0;" (assignment_expression "piVar2[2] = 0" (subscript_expression "piVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[4] = 0;" (assignment_expression "piVar2[4] = 0" (subscript_expression "piVar2[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[5] = 0;" (assignment_expression "piVar2[5] = 0" (subscript_expression "piVar2[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[6] = 0;" (assignment_expression "piVar2[6] = 0" (subscript_expression "piVar2[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[7] = 0;" (assignment_expression "piVar2[7] = 0" (subscript_expression "piVar2[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar2[8] = 0;" (assignment_expression "piVar2[8] = 0" (subscript_expression "piVar2[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" identifier = identifier) ;) (expression_statement "*piVar2 = (int)DAT_00040ba8;" (assignment_expression "*piVar2 = (int)DAT_00040ba8" (pointer_expression "*piVar2" * identifier) = (cast_expression "(int)DAT_00040ba8" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "DAT_00040ba8 = piVar5;" (assignment_expression "DAT_00040ba8 = piVar5" identifier = identifier) ;) (return_statement "return piVar2;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (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 (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) ))) )) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) == LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) | IDENT)) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (string_literal " string_content ")) ;) }))) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , LIT , IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) & IDENT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' character ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (return_statement return IDENT ;) }))) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return IDENT ;) })))
|
(function_definition "int * __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)\n\n{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}" (primitive_type "int") (pointer_declarator "* __regparm3 FUN_00016a30(char *param_1,int *param_2,uint param_3)" (* "*") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00016a30(char *param_1,int *param_2,uint param_3)" (identifier "FUN_00016a30") (parameter_list "(char *param_1,int *param_2,uint param_3)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) () ")")))) (compound_statement "{\n int iVar1;\n int *piVar2;\n char *pcVar3;\n undefined4 uVar4;\n int *piVar5;\n int *local_20;\n \n local_20 = (int *)0x0;\n piVar5 = DAT_00040ba8;\n if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }\n piVar2 = (int *)xmalloc(0x24);\n piVar2[1] = (int)param_1;\n piVar2[3] = param_3;\n piVar2[2] = 0;\n piVar2[4] = 0;\n piVar2[5] = 0;\n piVar2[6] = 0;\n piVar2[7] = 0;\n piVar2[8] = 0;\n piVar5 = piVar2;\n *piVar2 = (int)DAT_00040ba8;\n DAT_00040ba8 = piVar5;\n return piVar2;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "int *local_20;" (primitive_type "int") (pointer_declarator "*local_20" (* "*") (identifier "local_20")) (; ";")) (expression_statement "local_20 = (int *)0x0;" (assignment_expression "local_20 = (int *)0x0" (identifier "local_20") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "piVar5 = DAT_00040ba8;" (assignment_expression "piVar5 = DAT_00040ba8" (identifier "piVar5") (= "=") (identifier "DAT_00040ba8")) (; ";")) (if_statement "if (DAT_00040ba8 == (int *)0x0) {\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }\n else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" (if "if") (parenthesized_expression "(DAT_00040ba8 == (int *)0x0)" (( "(") (binary_expression "DAT_00040ba8 == (int *)0x0" (identifier "DAT_00040ba8") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }\n }" ({ "{") (if_statement "if (param_2 == (int *)0x0) {\n return (int *)0x0;\n }" (if "if") (parenthesized_expression "(param_2 == (int *)0x0)" (( "(") (binary_expression "param_2 == (int *)0x0" (identifier "param_2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return (int *)0x0;\n }" ({ "{") (return_statement "return (int *)0x0;" (return "return") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" (else "else") (compound_statement "{\n do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);\nLAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }\n }" ({ "{") (do_statement "do {\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n } while (piVar5 != (int *)0x0);" (do "do") (compound_statement "{\n while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }\n if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;\n pcVar3 = (char *)piVar5[1];\n if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }\n iVar1 = fnmatch(pcVar3,param_1,0);\n if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }\n piVar5 = (int *)*piVar5;\n }" ({ "{") (while_statement "while (param_2 != (int *)0x0) {\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }" (while "while") (parenthesized_expression "(param_2 != (int *)0x0)" (( "(") (binary_expression "param_2 != (int *)0x0" (identifier "param_2") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar1 = strcmp((char *)piVar5[1],param_1);\n if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }\nLAB_00016a7f:\n piVar5 = (int *)*piVar5;\n if (piVar5 == (int *)0x0) goto LAB_00016ac0;\n }" ({ "{") (expression_statement "iVar1 = strcmp((char *)piVar5[1],param_1);" (assignment_expression "iVar1 = strcmp((char *)piVar5[1],param_1)" (identifier "iVar1") (= "=") (call_expression "strcmp((char *)piVar5[1],param_1)" (identifier "strcmp") (argument_list "((char *)piVar5[1],param_1)" (( "(") (cast_expression "(char *)piVar5[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar5[1]" (identifier "piVar5") ([ "[") (number_literal "1") (] "]"))) (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n piVar2 = (int *)piVar5[3];\n if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }\n uVar4 = dcgettext(0,pcVar3,5,piVar5);\n \n FUN_0002c8e0(uVar4,param_1);\n }" ({ "{") (expression_statement "piVar2 = (int *)piVar5[3];" (assignment_expression "piVar2 = (int *)piVar5[3]" (identifier "piVar2") (= "=") (cast_expression "(int *)piVar5[3]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar5[3]" (identifier "piVar5") ([ "[") (number_literal "3") (] "]")))) (; ";")) (if_statement "if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }\n else {\n pcVar3 = "error: %s both copied and removed";\n }" (if "if") (parenthesized_expression "(((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0))))" (( "(") (binary_expression "((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&\n (((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))" (parenthesized_expression "((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0))" (( "(") (binary_expression "(((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)" (parenthesized_expression "(((uint)piVar2 & 1) == 0)" (( "(") (binary_expression "((uint)piVar2 & 1) == 0" (parenthesized_expression "((uint)piVar2 & 1)" (( "(") (binary_expression "(uint)piVar2 & 1" (cast_expression "(uint)piVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "piVar2")) (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((param_3 & 2) == 0)" (( "(") (binary_expression "(param_3 & 2) == 0" (parenthesized_expression "(param_3 & 2)" (( "(") (binary_expression "param_3 & 2" (identifier "param_3") (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))" (( "(") (parenthesized_expression "((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0))" (( "(") (binary_expression "(param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)" (binary_expression "(param_3 & 1) == 0" (parenthesized_expression "(param_3 & 1)" (( "(") (binary_expression "param_3 & 1" (identifier "param_3") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) (|| "||") (parenthesized_expression "(((uint)piVar2 & 2) == 0)" (( "(") (binary_expression "((uint)piVar2 & 2) == 0" (parenthesized_expression "((uint)piVar2 & 2)" (( "(") (binary_expression "(uint)piVar2 & 2" (cast_expression "(uint)piVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "piVar2")) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }\n }" ({ "{") (if_statement "if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }\n else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" (if "if") (parenthesized_expression "(((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc))" (( "(") (binary_expression "((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)" (parenthesized_expression "((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0))" (( "(") (binary_expression "(((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)" (parenthesized_expression "(((uint)piVar2 & 4) == 0)" (( "(") (binary_expression "((uint)piVar2 & 4) == 0" (parenthesized_expression "((uint)piVar2 & 4)" (( "(") (binary_expression "(uint)piVar2 & 4" (cast_expression "(uint)piVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "piVar2")) (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((param_3 & 8) == 0)" (( "(") (binary_expression "(param_3 & 8) == 0" (parenthesized_expression "(param_3 & 8)" (( "(") (binary_expression "param_3 & 8" (identifier "param_3") (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((param_3 & 0xc) != 0xc)" (( "(") (binary_expression "(param_3 & 0xc) != 0xc" (parenthesized_expression "(param_3 & 0xc)" (( "(") (binary_expression "param_3 & 0xc" (identifier "param_3") (& "&") (number_literal "0xc")) () ")")) (!= "!=") (number_literal "0xc")) () ")"))) () ")")) (compound_statement "{\n if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }\n pcVar3 = "error: %s both sets and alters LMA";\n piVar5 = piVar2;\n }" ({ "{") (if_statement "if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)) {\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }" (if "if") (parenthesized_expression "(((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30))" (( "(") (binary_expression "((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&\n ((param_3 & 0x30) != 0x30)" (parenthesized_expression "((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0))" (( "(") (binary_expression "(((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)" (parenthesized_expression "(((uint)piVar2 & 0x10) == 0)" (( "(") (binary_expression "((uint)piVar2 & 0x10) == 0" (parenthesized_expression "((uint)piVar2 & 0x10)" (( "(") (binary_expression "(uint)piVar2 & 0x10" (cast_expression "(uint)piVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "piVar2")) (& "&") (number_literal "0x10")) () ")")) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "((param_3 & 0x20) == 0)" (( "(") (binary_expression "(param_3 & 0x20) == 0" (parenthesized_expression "(param_3 & 0x20)" (( "(") (binary_expression "param_3 & 0x20" (identifier "param_3") (& "&") (number_literal "0x20")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((param_3 & 0x30) != 0x30)" (( "(") (binary_expression "(param_3 & 0x30) != 0x30" (parenthesized_expression "(param_3 & 0x30)" (( "(") (binary_expression "param_3 & 0x30" (identifier "param_3") (& "&") (number_literal "0x30")) () ")")) (!= "!=") (number_literal "0x30")) () ")"))) () ")")) (compound_statement "{\n piVar5[3] = (uint)piVar2 | param_3;\n return piVar5;\n }" ({ "{") (expression_statement "piVar5[3] = (uint)piVar2 | param_3;" (assignment_expression "piVar5[3] = (uint)piVar2 | param_3" (subscript_expression "piVar5[3]" (identifier "piVar5") ([ "[") (number_literal "3") (] "]")) (= "=") (binary_expression "(uint)piVar2 | param_3" (cast_expression "(uint)piVar2" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "piVar2")) (| "|") (identifier "param_3"))) (; ";")) (return_statement "return piVar5;" (return "return") (identifier "piVar5") (; ";")) (} "}"))) (expression_statement "pcVar3 = "error: %s both sets and alters LMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters LMA"" (identifier "pcVar3") (= "=") (string_literal ""error: %s both sets and alters LMA"" (" """) (string_content "error: %s both sets and alters LMA") (" """))) (; ";")) (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" (identifier "piVar5") (= "=") (identifier "piVar2")) (; ";")) (} "}")) (else_clause "else {\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" (else "else") (compound_statement "{\n pcVar3 = "error: %s both sets and alters VMA";\n piVar5 = param_2;\n }" ({ "{") (expression_statement "pcVar3 = "error: %s both sets and alters VMA";" (assignment_expression "pcVar3 = "error: %s both sets and alters VMA"" (identifier "pcVar3") (= "=") (string_literal ""error: %s both sets and alters VMA"" (" """) (string_content "error: %s both sets and alters VMA") (" """))) (; ";")) (expression_statement "piVar5 = param_2;" (assignment_expression "piVar5 = param_2" (identifier "piVar5") (= "=") (identifier "param_2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n pcVar3 = "error: %s both copied and removed";\n }" (else "else") (compound_statement "{\n pcVar3 = "error: %s both copied and removed";\n }" ({ "{") (expression_statement "pcVar3 = "error: %s both copied and removed";" (assignment_expression "pcVar3 = "error: %s both copied and removed"" (identifier "pcVar3") (= "=") (string_literal ""error: %s both copied and removed"" (" """) (string_content "error: %s both copied and removed") (" """))) (; ";")) (} "}")))) (expression_statement "uVar4 = dcgettext(0,pcVar3,5,piVar5);" (assignment_expression "uVar4 = dcgettext(0,pcVar3,5,piVar5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,pcVar3,5,piVar5)" (identifier "dcgettext") (argument_list "(0,pcVar3,5,piVar5)" (( "(") (number_literal "0") (, ",") (identifier "pcVar3") (, ",") (number_literal "5") (, ",") (identifier "piVar5") () ")")))) (; ";")) (expression_statement "FUN_0002c8e0(uVar4,param_1);" (call_expression "FUN_0002c8e0(uVar4,param_1)" (identifier "FUN_0002c8e0") (argument_list "(uVar4,param_1)" (( "(") (identifier "uVar4") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (labeled_statement "LAB_00016a7f:\n piVar5 = (int *)*piVar5;" (statement_identifier "LAB_00016a7f") (: ":") (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" (identifier "piVar5") (= "=") (cast_expression "(int *)*piVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar5" (* "*") (identifier "piVar5")))) (; ";"))) (if_statement "if (piVar5 == (int *)0x0) goto LAB_00016ac0;" (if "if") (parenthesized_expression "(piVar5 == (int *)0x0)" (( "(") (binary_expression "piVar5 == (int *)0x0" (identifier "piVar5") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_00016ac0;" (goto "goto") (statement_identifier "LAB_00016ac0") (; ";"))) (} "}"))) (if_statement "if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;" (if "if") (parenthesized_expression "((piVar5[3] & param_3) == 0)" (( "(") (binary_expression "(piVar5[3] & param_3) == 0" (parenthesized_expression "(piVar5[3] & param_3)" (( "(") (binary_expression "piVar5[3] & param_3" (subscript_expression "piVar5[3]" (identifier "piVar5") ([ "[") (number_literal "3") (] "]")) (& "&") (identifier "param_3")) () ")")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00016a7f;" (goto "goto") (statement_identifier "LAB_00016a7f") (; ";"))) (expression_statement "pcVar3 = (char *)piVar5[1];" (assignment_expression "pcVar3 = (char *)piVar5[1]" (identifier "pcVar3") (= "=") (cast_expression "(char *)piVar5[1]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "piVar5[1]" (identifier "piVar5") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if (*pcVar3 == '!') {\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }" (if "if") (parenthesized_expression "(*pcVar3 == '!')" (( "(") (binary_expression "*pcVar3 == '!'" (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3")) (== "==") (char_literal "'!'" (' "'") (character "!") (' "'"))) () ")")) (compound_statement "{\n iVar1 = fnmatch(pcVar3 + 1,param_1,0);\n if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }\n goto LAB_00016a7f;\n }" ({ "{") (expression_statement "iVar1 = fnmatch(pcVar3 + 1,param_1,0);" (assignment_expression "iVar1 = fnmatch(pcVar3 + 1,param_1,0)" (identifier "iVar1") (= "=") (call_expression "fnmatch(pcVar3 + 1,param_1,0)" (identifier "fnmatch") (argument_list "(pcVar3 + 1,param_1,0)" (( "(") (binary_expression "pcVar3 + 1" (identifier "pcVar3") (+ "+") (number_literal "1")) (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n piVar5[2] = 1;\n return (int *)0x0;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n piVar5[2] = 1;\n return (int *)0x0;\n }" ({ "{") (expression_statement "piVar5[2] = 1;" (assignment_expression "piVar5[2] = 1" (subscript_expression "piVar5[2]" (identifier "piVar5") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "1")) (; ";")) (return_statement "return (int *)0x0;" (return "return") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (goto_statement "goto LAB_00016a7f;" (goto "goto") (statement_identifier "LAB_00016a7f") (; ";")) (} "}"))) (expression_statement "iVar1 = fnmatch(pcVar3,param_1,0);" (assignment_expression "iVar1 = fnmatch(pcVar3,param_1,0)" (identifier "iVar1") (= "=") (call_expression "fnmatch(pcVar3,param_1,0)" (identifier "fnmatch") (argument_list "(pcVar3,param_1,0)" (( "(") (identifier "pcVar3") (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar1 == 0 && local_20 == (int *)0x0) {\n local_20 = piVar5;\n }" (if "if") (parenthesized_expression "(iVar1 == 0 && local_20 == (int *)0x0)" (( "(") (binary_expression "iVar1 == 0 && local_20 == (int *)0x0" (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) (&& "&&") (binary_expression "local_20 == (int *)0x0" (identifier "local_20") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")")) (compound_statement "{\n local_20 = piVar5;\n }" ({ "{") (expression_statement "local_20 = piVar5;" (assignment_expression "local_20 = piVar5" (identifier "local_20") (= "=") (identifier "piVar5")) (; ";")) (} "}"))) (expression_statement "piVar5 = (int *)*piVar5;" (assignment_expression "piVar5 = (int *)*piVar5" (identifier "piVar5") (= "=") (cast_expression "(int *)*piVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar5" (* "*") (identifier "piVar5")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar5 != (int *)0x0)" (( "(") (binary_expression "piVar5 != (int *)0x0" (identifier "piVar5") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (labeled_statement "LAB_00016ac0:\n if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" (statement_identifier "LAB_00016ac0") (: ":") (if_statement "if (param_2 == (int *)0x0) {\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" (if "if") (parenthesized_expression "(param_2 == (int *)0x0)" (( "(") (binary_expression "param_2 == (int *)0x0" (identifier "param_2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }\n local_20[2] = 1;\n return local_20;\n }" ({ "{") (if_statement "if (local_20 == (int *)0x0) {\n return (int *)0x0;\n }" (if "if") (parenthesized_expression "(local_20 == (int *)0x0)" (( "(") (binary_expression "local_20 == (int *)0x0" (identifier "local_20") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return (int *)0x0;\n }" ({ "{") (return_statement "return (int *)0x0;" (return "return") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (expression_statement "local_20[2] = 1;" (assignment_expression "local_20[2] = 1" (subscript_expression "local_20[2]" (identifier "local_20") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "1")) (; ";")) (return_statement "return local_20;" (return "return") (identifier "local_20") (; ";")) (} "}")))) (} "}")))) (expression_statement "piVar2 = (int *)xmalloc(0x24);" (assignment_expression "piVar2 = (int *)xmalloc(0x24)" (identifier "piVar2") (= "=") (cast_expression "(int *)xmalloc(0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x24)" (identifier "xmalloc") (argument_list "(0x24)" (( "(") (number_literal "0x24") () ")"))))) (; ";")) (expression_statement "piVar2[1] = (int)param_1;" (assignment_expression "piVar2[1] = (int)param_1" (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1"))) (; ";")) (expression_statement "piVar2[3] = param_3;" (assignment_expression "piVar2[3] = param_3" (subscript_expression "piVar2[3]" (identifier "piVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "piVar2[2] = 0;" (assignment_expression "piVar2[2] = 0" (subscript_expression "piVar2[2]" (identifier "piVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar2[4] = 0;" (assignment_expression "piVar2[4] = 0" (subscript_expression "piVar2[4]" (identifier "piVar2") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar2[5] = 0;" (assignment_expression "piVar2[5] = 0" (subscript_expression "piVar2[5]" (identifier "piVar2") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar2[6] = 0;" (assignment_expression "piVar2[6] = 0" (subscript_expression "piVar2[6]" (identifier "piVar2") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar2[7] = 0;" (assignment_expression "piVar2[7] = 0" (subscript_expression "piVar2[7]" (identifier "piVar2") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar2[8] = 0;" (assignment_expression "piVar2[8] = 0" (subscript_expression "piVar2[8]" (identifier "piVar2") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" (identifier "piVar5") (= "=") (identifier "piVar2")) (; ";")) (expression_statement "*piVar2 = (int)DAT_00040ba8;" (assignment_expression "*piVar2 = (int)DAT_00040ba8" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (= "=") (cast_expression "(int)DAT_00040ba8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_00040ba8"))) (; ";")) (expression_statement "DAT_00040ba8 = piVar5;" (assignment_expression "DAT_00040ba8 = piVar5" (identifier "DAT_00040ba8") (= "=") (identifier "piVar5")) (; ";")) (return_statement "return piVar2;" (return "return") (identifier "piVar2") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 * __regparm3 find_section_list(char *name,bfd_boolean var_2,type_2 var_5)
{
int var_4;
type_1 *psVar2;
char *var_10;
type_1 *var_8;
type_1 *var_11;
var_11 = (type_1 *)0x0;
var_8 = var_1;
if (var_1 == (type_1 *)0x0) {
if (var_2 == 0) {
return (type_1 *)0x0;
}
}
else {
do {
while (var_2 != 0) {
var_4 = var_3(var_8->pattern,name);
if (var_4 == 0) {
psVar2 = (type_1 *)var_8->var_5;
if (((((type_2)psVar2 & 1) == 0) || ((var_5 & 2) == 0)) &&
(((var_5 & 1) == 0 || (((type_2)psVar2 & 2) == 0)))) {
if (((((type_2)psVar2 & 4) == 0) || ((var_5 & 8) == 0)) && ((var_5 & 0xc) != 0xc)) {
if (((((type_2)psVar2 & 0x10) == 0) || ((var_5 & 0x20) == 0)) &&
((var_5 & 0x30) != 0x30)) {
var_8->var_5 = (type_2)psVar2 | var_5;
return var_8;
}
var_10 = "error: %s both sets and alters LMA";
var_8 = psVar2;
}
else {
var_10 = "error: %s both sets and alters VMA";
var_8 = (type_1 *)var_2;
}
}
else {
var_10 = "error: %s both copied and removed";
}
var_10 = (char *)var_6(0,var_10,5,var_8);
/* WARNING: Subroutine does not return */
var_7(var_10,name);
}
LAB_00016a7f:
var_8 = var_8->next;
if (var_8 == (type_1 *)0x0) goto LAB_00016ac0;
}
if ((var_8->var_5 & var_5) == 0) goto LAB_00016a7f;
var_10 = var_8->pattern;
if (*var_10 == '!') {
var_4 = var_9(var_10 + 1,name,0);
if (var_4 == 0) {
var_8->used = 1;
return (type_1 *)0x0;
}
goto LAB_00016a7f;
}
var_4 = var_9(var_10,name,0);
if (var_4 == 0 && var_11 == (type_1 *)0x0) {
var_11 = var_8;
}
var_8 = var_8->next;
} while (var_8 != (type_1 *)0x0);
LAB_00016ac0:
if (var_2 == 0) {
if (var_11 == (type_1 *)0x0) {
return (type_1 *)0x0;
}
var_11->used = 1;
return var_11;
}
}
psVar2 = (type_1 *)var_12(0x24);
psVar2->pattern = name;
psVar2->var_5 = var_5;
psVar2->used = 0;
*(type_3 *)&psVar2->vma_val = 0;
*(type_3 *)((int)&psVar2->vma_val + 4) = 0;
*(type_3 *)&psVar2->lma_val = 0;
*(type_3 *)((int)&psVar2->lma_val + 4) = 0;
psVar2->flags = 0;
var_8 = psVar2;
psVar2->next = var_1;
var_1 = var_8;
return psVar2;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (identifier)))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (number_literal) (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (character)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (return_statement (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * __regparm3 MASKED(char *param_1,int *param_2,uint param_3)
{
int iVar1;
int *piVar2;
char *pcVar3;
undefined4 uVar4;
int *piVar5;
int *local_20;
local_20 = (int *)0x0;
piVar5 = DAT_00040ba8;
if (DAT_00040ba8 == (int *)0x0) {
if (param_2 == (int *)0x0) {
return (int *)0x0;
}
}
else {
do {
while (param_2 != (int *)0x0) {
iVar1 = strcmp((char *)piVar5[1],param_1);
if (iVar1 == 0) {
piVar2 = (int *)piVar5[3];
if (((((uint)piVar2 & 1) == 0) || ((param_3 & 2) == 0)) &&
(((param_3 & 1) == 0 || (((uint)piVar2 & 2) == 0)))) {
if (((((uint)piVar2 & 4) == 0) || ((param_3 & 8) == 0)) && ((param_3 & 0xc) != 0xc)) {
if (((((uint)piVar2 & 0x10) == 0) || ((param_3 & 0x20) == 0)) &&
((param_3 & 0x30) != 0x30)) {
piVar5[3] = (uint)piVar2 | param_3;
return piVar5;
}
pcVar3 = "error: %s both sets and alters LMA";
piVar5 = piVar2;
}
else {
pcVar3 = "error: %s both sets and alters VMA";
piVar5 = param_2;
}
}
else {
pcVar3 = "error: %s both copied and removed";
}
uVar4 = dcgettext(0,pcVar3,5,piVar5);
/* WARNING: Subroutine does not return */
FUN_0002c8e0(uVar4,param_1);
}
LAB_00016a7f:
piVar5 = (int *)*piVar5;
if (piVar5 == (int *)0x0) goto LAB_00016ac0;
}
if ((piVar5[3] & param_3) == 0) goto LAB_00016a7f;
pcVar3 = (char *)piVar5[1];
if (*pcVar3 == '!') {
iVar1 = fnmatch(pcVar3 + 1,param_1,0);
if (iVar1 == 0) {
piVar5[2] = 1;
return (int *)0x0;
}
goto LAB_00016a7f;
}
iVar1 = fnmatch(pcVar3,param_1,0);
if (iVar1 == 0 && local_20 == (int *)0x0) {
local_20 = piVar5;
}
piVar5 = (int *)*piVar5;
} while (piVar5 != (int *)0x0);
LAB_00016ac0:
if (param_2 == (int *)0x0) {
if (local_20 == (int *)0x0) {
return (int *)0x0;
}
local_20[2] = 1;
return local_20;
}
}
piVar2 = (int *)xmalloc(0x24);
piVar2[1] = (int)param_1;
piVar2[3] = param_3;
piVar2[2] = 0;
piVar2[4] = 0;
piVar2[5] = 0;
piVar2[6] = 0;
piVar2[7] = 0;
piVar2[8] = 0;
piVar5 = piVar2;
*piVar2 = (int)DAT_00040ba8;
DAT_00040ba8 = piVar5;
return piVar2;
}
|
2718_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
~Output_section_incremental_inputs
|
FUN_000765d0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~Output_section_incremental_inputs(Output_section_incremental_inputs<64,_true> * this, int
__in_chrg) */
void __thiscall
gold::Output_section_incremental_inputs<64,_true>::~Output_section_incremental_inputs
(Output_section_incremental_inputs<64,_true> *this,int __in_chrg)
{
int in_stack_ffffffe8;
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_0038ab0c;
Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000765d0(undefined4 *param_1)
{
*param_1 = &DAT_0038ab0c;
FUN_000ed850(param_1);
return;
}
|
PUSH EBX
CALL 0x00035840
ADD EBX,0x318a2a
SUB ESP,0x14
MOV EAX,dword ptr [ESP + 0x1c]
LEA EDX,[EBX + 0xffffbb04]
ADD EDX,0x8
MOV dword ptr [EAX],EDX
PUSH EAX
CALL 0x000ed850
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[('const-0', u'PTRSUB_-1206360436'), (u'CAST_-1206360437', u'STORE_-1206360554'), ('tmp_183', u'PTRSUB_-1206360438'), (u'PTRSUB_-1206360436', u'STORE_-1206360554'), ('const-0', u'RETURN_-1206360513'), (u'PTRSUB_-1206360439', u'CAST_-1206360437'), (u'PTRSUB_-1206360437', u'PTRSUB_-1206360436'), ('const-0', u'PTRSUB_-1206360438'), ('tmp_183', u'CAST_-1206360433'), ('const-0', u'PTRSUB_-1206360437'), ('tmp_295', u'CALL_-1206360541'), (u'PTRSUB_-1206360438', u'PTRSUB_-1206360437'), ('const-417', u'STORE_-1206360554'), ('const-0', u'PTRSUB_-1206360439'), (u'CAST_-1206360433', u'CALL_-1206360541'), ('const-3713804', u'PTRSUB_-1206360439')]
|
[('const-0', u'RETURN_-1206360513'), ('const-3713804', u'PTRSUB_-1206360443'), (u'PTRSUB_-1206360443', u'STORE_-1206360554'), ('tmp_282', u'STORE_-1206360554'), ('const-0', u'PTRSUB_-1206360443'), ('const-417', u'STORE_-1206360554'), ('tmp_282', u'CALL_-1206360541')]
| null | null |
000765d0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000765d0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_000765d0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}" primitive_type (function_declarator "FUN_000765d0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}" { (expression_statement "*param_1 = &DAT_0038ab0c;" (assignment_expression "*param_1 = &DAT_0038ab0c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_0038ab0c" & identifier)) ;) (expression_statement "FUN_000ed850(param_1);" (call_expression "FUN_000ed850(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void\n ~Output_section_incremental_inputs(Output_section_incremental_inputs<64,_true> * this, int\n __in_chrg) */\n\nvoid __thiscall\ngold::Output_section_incremental_inputs<64,_true>::~Output_section_incremental_inputs\n (Output_section_incremental_inputs<64,_true> *this,int __in_chrg)\n\n{\n int in_stack_ffffffe8;\n \n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_0038ab0c;\n Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);\n return;\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_section_incremental_inputs<64,_true>::~Output_section_incremental_inputs\n (Output_section_incremental_inputs<64,_true> *this,int __in_chrg)\n\n{\n int in_stack_ffffffe8;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::~Output_section_incremental_inputs\n (Output_section_incremental_inputs<64,_true> *this,int __in_chrg)\n\n{\n int" identifier > : : ~ (function_declarator "Output_section_incremental_inputs\n (Output_section_incremental_inputs<64,_true> *this,int __in_chrg)" identifier (parameter_list "(Output_section_incremental_inputs<64,_true> *this,int __in_chrg)" ( (parameter_declaration "Output_section_incremental_inputs" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) { primitive_type) identifier ;) (expression_statement "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_0038ab0c;" (assignment_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_0038ab0c" (field_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_0038ab0c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_0038ab0c" & identifier))) ;) (labeled_statement "Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);" statement_identifier : (ERROR ":" :) (expression_statement "~Output_data((Output_data *)this,in_stack_ffffffe8);" (unary_expression "~Output_data((Output_data *)this,in_stack_ffffffe8)" ~ (call_expression "Output_data((Output_data *)this,in_stack_ffffffe8)" identifier (argument_list "((Output_data *)this,in_stack_ffffffe8)" ( (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;)) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_000765d0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}\n\n" (function_definition "void FUN_000765d0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}" primitive_type (function_declarator "FUN_000765d0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}" { (expression_statement "*param_1 = &DAT_0038ab0c;" (assignment_expression "*param_1 = &DAT_0038ab0c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_0038ab0c" & identifier)) ;) (expression_statement "FUN_000ed850(param_1);" (call_expression "FUN_000ed850(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_000765d0(undefined4 *param_1)\n\n{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000765d0(undefined4 *param_1)" (identifier "FUN_000765d0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &DAT_0038ab0c;\n FUN_000ed850(param_1);\n return;\n}" ({ "{") (expression_statement "*param_1 = &DAT_0038ab0c;" (assignment_expression "*param_1 = &DAT_0038ab0c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_0038ab0c" (& "&") (identifier "DAT_0038ab0c"))) (; ";")) (expression_statement "FUN_000ed850(param_1);" (call_expression "FUN_000ed850(param_1)" (identifier "FUN_000ed850") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void
~Output_section_incremental_inputs(Output_section_incremental_inputs<64,_true> * this, int
__in_chrg) */
void __thiscall
gold::Output_section_incremental_inputs<64,_true>::~Output_section_incremental_inputs
(Output_section_incremental_inputs<64,_true> *this,int __in_chrg)
{
int in_stack_ffffffe8;
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(type_1 **)&DAT_0038ab0c;
Output_data::~var_1((var_1 *)this,in_stack_ffffffe8);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &DAT_0038ab0c;
FUN_000ed850(param_1);
return;
}
|
1266_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
|
sqlite3ExprCompare
|
FUN_0003e1bf
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 sqlite3ExprCompare(Parse *pParse,Expr *pA,Expr *pB,int iTab)
{
byte bVar1;
u8 uVar2;
short sVar3;
uint uVar4;
uint uVar5;
char *zLeft;
undefined **ppuVar6;
sqlite3_value *pVal;
int iVar7;
uint uVar8;
undefined **ppuVar9;
int iVar10;
int in_GS_OFFSET;
Parse *pPVar11;
sqlite3_value *pR;
int local_20;
ppuVar9 = &_GLOBAL_OFFSET_TABLE_;
local_20 = *(int *)(in_GS_OFFSET + 0x14);
if ((pA == (Expr *)0x0) || (pB == (Expr *)0x0)) {
iVar10 = (uint)(pA != pB) * 2;
goto LAB_0003e23e;
}
pPVar11 = pParse;
ppuVar6 = ppuVar9;
if ((pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)) {
pR = (sqlite3_value *)0x0;
sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);
ppuVar6 = ppuVar9;
if (pR != (sqlite3_value *)0x0) {
sVar3 = pA->iColumn;
sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);
pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');
if (pVal == (sqlite3_value *)0x0) {
sqlite3ValueFree(pR);
sqlite3ValueFree((sqlite3_value *)0x0);
ppuVar6 = ppuVar9;
}
else {
iVar10 = sqlite3_value_type(pVal);
pParse = pPVar11;
if (iVar10 == 3) {
sqlite3_value_text(pVal);
pParse = pPVar11;
}
iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);
sqlite3ValueFree(pR);
sqlite3ValueFree(pVal);
pPVar11 = pParse;
ppuVar6 = ppuVar9;
if (iVar10 == 0) goto LAB_0003e23e;
}
}
}
ppuVar9 = ppuVar6;
pParse = pPVar11;
uVar4 = pA->flags;
uVar5 = pB->flags;
uVar8 = uVar5 | uVar4;
if ((uVar8 & 0x400) != 0) {
iVar10 = 2;
if ((uVar5 & 0x400 & uVar4) != 0) {
iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;
}
goto LAB_0003e23e;
}
bVar1 = pA->op;
if ((pB->op != bVar1) || (bVar1 == 0x47)) {
if (bVar1 == 0x6f) {
iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);
iVar10 = 1;
if (iVar7 < 2) goto LAB_0003e23e;
}
iVar10 = 2;
if (pB->op == 'o') {
iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);
iVar10 = (1 < iVar10) + 1;
}
goto LAB_0003e23e;
}
if (((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0)) {
if ((bVar1 + 0x5b & 0xfb) == 0) {
iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);
iVar10 = 2;
if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))
goto LAB_0003e23e;
if (((uVar4 & 0x1000000) != 0) &&
(iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {
iVar10 = 2;
goto LAB_0003e23e;
}
}
else {
iVar10 = 0;
if (bVar1 == 0x77) goto LAB_0003e23e;
if (bVar1 == 0x6f) {
iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);
}
else {
if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;
iVar7 = strcmp(zLeft,(pB->u).zToken);
}
iVar10 = 2;
if (iVar7 != 0) goto LAB_0003e23e;
}
}
LAB_0003e3d3:
iVar10 = 2;
if ((((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&
(iVar10 = 2, (uVar8 & 0x800) == 0)) &&
(((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)
))) {
iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);
iVar10 = 2;
if (iVar7 == 0) {
iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);
if (iVar10 == 0) {
uVar2 = pA->op;
iVar10 = 0;
if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {
if (pA->iColumn == pB->iColumn) {
if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {
if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {
iVar10 = 2;
}
}
else {
iVar10 = 2;
}
}
else {
iVar10 = 2;
}
}
}
else {
iVar10 = 2;
}
}
}
LAB_0003e23e:
if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {
return iVar10;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail_local(pParse,ppuVar9);
}
|
int __regparm3 FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)
{
byte bVar1;
uint uVar2;
uint uVar3;
char *__s1;
int iVar4;
int iVar5;
uint uVar6;
int unaff_EBX;
undefined *puVar7;
int iVar8;
int in_GS_OFFSET;
int unaff_retaddr;
int local_28;
int local_24;
iVar4 = entry(param_2,0x3e1cb);
puVar7 = &UNK_00086e35 + unaff_EBX;
local_24 = *(int *)(in_GS_OFFSET + 0x14);
if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {
iVar8 = (uint)(param_2 != param_3) * 2;
goto LAB_0003e23e;
}
if ((iVar4 != 0) && (*param_2 == 0x99)) {
local_28 = 0;
FUN_0003e10f(0x41,&local_28);
if (local_28 != 0) {
FUN_00019f4c();
iVar8 = FUN_00032bbb();
if (iVar8 == 0) {
FUN_000257e8();
FUN_000257e8();
}
else {
iVar5 = sqlite3_value_type(iVar8);
if (iVar5 == 3) {
sqlite3_value_text(iVar8);
}
iVar8 = FUN_0003c84f();
FUN_000257e8();
FUN_000257e8();
if (iVar8 == 0) goto LAB_0003e23e;
}
}
}
uVar2 = *(uint *)(param_2 + 4);
uVar3 = *(uint *)(param_3 + 4);
uVar6 = uVar3 | uVar2;
if ((uVar6 & 0x400) != 0) {
iVar8 = 2;
if ((uVar3 & 0x400 & uVar2) != 0) {
iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;
}
goto LAB_0003e23e;
}
bVar1 = *param_2;
if ((*param_3 != bVar1) || (bVar1 == 0x47)) {
if (bVar1 == 0x6f) {
iVar4 = FUN_0003e1bf(unaff_retaddr);
iVar8 = 1;
if (iVar4 < 2) goto LAB_0003e23e;
}
iVar8 = 2;
if (*param_3 == 0x6f) {
iVar4 = FUN_0003e1bf(unaff_retaddr);
iVar8 = (1 < iVar4) + 1;
}
goto LAB_0003e23e;
}
if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {
if ((bVar1 + 0x5b & 0xfb) == 0) {
iVar4 = FUN_000174da(iVar4,puVar7);
iVar8 = 2;
if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))
goto LAB_0003e23e;
if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {
iVar8 = 2;
goto LAB_0003e23e;
}
}
else {
iVar8 = 0;
if (bVar1 == 0x77) goto LAB_0003e23e;
if (bVar1 == 0x6f) {
iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));
}
else {
if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;
iVar4 = strcmp(__s1,*(char **)(param_3 + 8));
}
iVar8 = 2;
if (iVar4 != 0) goto LAB_0003e23e;
}
}
LAB_0003e3d3:
iVar8 = 2;
if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&
(iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&
(((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {
iVar4 = FUN_0003e1bf(unaff_retaddr);
iVar8 = 2;
if (iVar4 == 0) {
iVar4 = FUN_0003e595();
if (iVar4 == 0) {
bVar1 = *param_2;
iVar8 = 0;
if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {
if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {
if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {
if ((bVar1 != 0x31) &&
((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&
(*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {
iVar8 = 2;
}
}
else {
iVar8 = 2;
}
}
else {
iVar8 = 2;
}
}
}
else {
iVar8 = 2;
}
}
}
LAB_0003e23e:
if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {
return iVar8;
}
/* WARNING: Subroutine does not return */
FUN_00094ed0();
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x2c
CALL 0x00016d10
ADD EBX,0x86e35
MOV dword ptr [ESP + 0x4],EBX
MOV dword ptr [ESP],EAX
MOV ESI,EDX
MOV EDI,ECX
MOV EAX,GS:[0x14]
MOV dword ptr [ESP + 0x1c],EAX
XOR EAX,EAX
TEST EDX,EDX
JZ 0x0003e234
TEST ECX,ECX
JZ 0x0003e234
CMP dword ptr [ESP],0x0
JZ 0x0003e1fb
CMP byte ptr [EDX],0x99
JZ 0x0003e259
MOV EBP,dword ptr [ESI + 0x4]
MOV EAX,dword ptr [EDI + 0x4]
MOV dword ptr [ESP + 0xc],EAX
MOV ECX,EAX
OR ECX,EBP
MOV dword ptr [ESP + 0x8],ECX
TEST CH,0x4
JZ 0x0003e30c
AND EAX,0x400
MOV EBX,0x2
TEST EAX,EBP
JZ 0x0003e23e
MOV EAX,dword ptr [ESI + 0x8]
CMP EAX,dword ptr [EDI + 0x8]
SETNZ BL
MOVZX EBX,BL
ADD EBX,EBX
JMP 0x0003e23e
CMP ESI,EDI
SETNZ BL
MOVZX EBX,BL
ADD EBX,EBX
MOV EAX,EBX
MOV EDX,dword ptr [ESP + 0x1c]
XOR EDX,dword ptr GS:[0x14]
JNZ 0x0003e590
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV dword ptr [ESP + 0x18],0x0
SUB ESP,0x8
LEA EAX,[ESP + 0x20]
PUSH EAX
PUSH 0x41
MOV ECX,0x1
MOV EDX,EDI
MOV EBP,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EBP]
CALL 0x0003e10f
ADD ESP,0x10
CMP dword ptr [ESP + 0x18],0x0
JZ 0x0003e1fb
MOVSX EBX,word ptr [ESI + 0x20]
MOV EAX,dword ptr [EBP + 0x8]
MOV EDX,EBX
CALL 0x00019f4c
MOV EAX,dword ptr [EBP + 0xe0]
MOV ECX,0x41
MOV EDX,EBX
CALL 0x00032bbb
MOV EBP,EAX
TEST EAX,EAX
JZ 0x0003e57b
SUB ESP,0xc
PUSH EAX
MOV EBX,dword ptr [ESP + 0x14]
CALL 0x00016650
ADD ESP,0x10
CMP EAX,0x3
JZ 0x0003e2fa
MOV ECX,0x0
MOV EDX,dword ptr [ESP + 0x18]
MOV EAX,EBP
CALL 0x0003c84f
MOV EBX,EAX
MOV EAX,dword ptr [ESP + 0x18]
CALL 0x000257e8
MOV EAX,EBP
CALL 0x000257e8
TEST EBX,EBX
JZ 0x0003e23e
JMP 0x0003e1fb
SUB ESP,0xc
PUSH EBP
MOV EBX,dword ptr [ESP + 0x14]
CALL 0x00016b20
ADD ESP,0x10
JMP 0x0003e2cb
MOVZX EDX,byte ptr [ESI]
CMP byte ptr [EDI],DL
JNZ 0x0003e318
CMP DL,0x47
JNZ 0x0003e37b
CMP DL,0x6f
JZ 0x0003e354
MOV EBX,0x2
CMP byte ptr [EDI],0x6f
JNZ 0x0003e23e
MOV ECX,dword ptr [EDI + 0xc]
SUB ESP,0xc
PUSH dword ptr [ESP + 0x4c]
MOV EDX,ESI
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x0003e1bf
ADD ESP,0x10
CMP EAX,0x1
SETG BL
MOVZX EBX,BL
ADD EBX,0x1
JMP 0x0003e23e
MOV EDX,dword ptr [ESI + 0xc]
SUB ESP,0xc
PUSH dword ptr [ESP + 0x4c]
MOV ECX,EDI
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x0003e1bf
ADD ESP,0x10
MOV EBX,0x1
CMP EAX,0x1
JG 0x0003e31d
JMP 0x0003e23e
MOV EAX,EDX
AND EAX,0xfffffffd
CMP AL,0xa4
JZ 0x0003e3d3
MOV EAX,dword ptr [ESI + 0x8]
TEST EAX,EAX
JZ 0x0003e3d3
LEA ECX,[EDX + 0x5b]
TEST CL,0xfb
JZ 0x0003e4d7
MOV EBX,0x0
CMP DL,0x77
JZ 0x0003e23e
CMP DL,0x6f
JZ 0x0003e538
MOV EDX,dword ptr [EDI + 0x8]
TEST EDX,EDX
JZ 0x0003e3d3
SUB ESP,0x8
PUSH EDX
PUSH EAX
MOV EBX,dword ptr [ESP + 0x14]
CALL 0x00016370
ADD ESP,0x10
MOV EBX,0x2
TEST EAX,EAX
JNZ 0x0003e23e
MOV EAX,dword ptr [ESI + 0x4]
XOR EAX,dword ptr [EDI + 0x4]
MOV EBX,0x2
TEST EAX,0x202
JNZ 0x0003e23e
MOV EBX,0x0
MOV EAX,dword ptr [ESP + 0x8]
TEST AH,0x40
JNZ 0x0003e23e
MOV EBX,0x2
TEST AH,0x8
JNZ 0x0003e23e
TEST AL,0x8
JNZ 0x0003e42e
MOV ECX,dword ptr [EDI + 0xc]
MOV EDX,dword ptr [ESI + 0xc]
SUB ESP,0xc
PUSH dword ptr [ESP + 0x4c]
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x0003e1bf
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x0003e23e
MOV ECX,dword ptr [EDI + 0x10]
MOV EDX,dword ptr [ESI + 0x10]
SUB ESP,0xc
PUSH dword ptr [ESP + 0x4c]
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x0003e1bf
ADD ESP,0x10
MOV EBX,0x2
TEST EAX,EAX
JNZ 0x0003e23e
MOV EDX,dword ptr [EDI + 0x14]
MOV EAX,dword ptr [ESI + 0x14]
MOV ECX,dword ptr [ESP + 0x40]
CALL 0x0003e595
MOV EBX,EAX
TEST EAX,EAX
JNZ 0x0003e55d
MOVZX EAX,byte ptr [ESI]
CMP AL,0x73
JZ 0x0003e23e
CMP AL,0xa7
JZ 0x0003e23e
TEST dword ptr [ESP + 0x8],0x2000
JNZ 0x0003e23e
MOVZX EDX,word ptr [EDI + 0x20]
CMP word ptr [ESI + 0x20],DX
JNZ 0x0003e567
MOVZX ECX,byte ptr [EDI + 0x2]
CMP byte ptr [ESI + 0x2],CL
JZ 0x0003e4ad
CMP AL,0xac
JZ 0x0003e571
CMP AL,0x31
JZ 0x0003e23e
MOV EAX,dword ptr [ESI + 0x1c]
CMP dword ptr [EDI + 0x1c],EAX
JZ 0x0003e23e
CMP EAX,dword ptr [ESP + 0x40]
SETNZ AL
TEST AL,AL
MOV EAX,0x2
CMOVNZ EBX,EAX
JMP 0x0003e23e
MOV EDX,dword ptr [EDI + 0x8]
CALL 0x000174da
MOV EBX,0x2
TEST EAX,EAX
JNZ 0x0003e23e
AND EBP,0x1000000
SETNZ DL
MOV EAX,dword ptr [ESP + 0xc]
SHR EAX,0x18
AND EAX,0x1
CMP DL,AL
JNZ 0x0003e23e
TEST EBP,EBP
JZ 0x0003e3d3
MOV ECX,dword ptr [EDI + 0x2c]
MOV EDX,dword ptr [ESI + 0x2c]
SUB ESP,0xc
PUSH 0x1
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x0003e670
ADD ESP,0x10
TEST EAX,EAX
JZ 0x0003e3d3
MOV EBX,0x2
JMP 0x0003e23e
SUB ESP,0x8
PUSH dword ptr [EDI + 0x8]
PUSH EAX
MOV EBX,dword ptr [ESP + 0x14]
CALL 0x00016930
ADD ESP,0x10
MOV EBX,0x2
TEST EAX,EAX
JZ 0x0003e3d3
JMP 0x0003e23e
MOV EBX,0x2
JMP 0x0003e23e
MOV EBX,0x2
JMP 0x0003e23e
MOV EBX,0x2
JMP 0x0003e23e
MOV EAX,dword ptr [ESP + 0x18]
CALL 0x000257e8
MOV EAX,EBP
CALL 0x000257e8
JMP 0x0003e1fb
CALL 0x00094ed0
| null | null | null | null |
[(u'PTRSUB_-1206063393', u'PTRSUB_-1206063356'), (u'INDIRECT_-1206063914', u'MULTIEQUAL_-1206064423'), (u'PTRSUB_-1206064217', u'LOAD_-1206066591'), ('tmp_3116', u'CBRANCH_-1206065276'), (u'CALL_-1206064992', u'INDIRECT_-1206063631'), (u'CALL_-1206064583', u'INDIRECT_-1206063606'), (u'CALL_-1206065543', u'INDIRECT_-1206063469'), (u'CALL_-1206065291', u'INDIRECT_-1206064237'), (u'CALL_-1206064884', u'INDIRECT_-1206064145'), ('const-8', u'PTRSUB_-1206064061'), (u'MULTIEQUAL_-1206064091', u'MULTIEQUAL_-1206064319'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206065806'), (u'CALL_-1206065746', u'INDIRECT_-1206064045'), (u'COPY_-1206065144', u'MULTIEQUAL_-1206064907'), ('tmp_520', u'CBRANCH_-1206066413'), ('tmp_1527', u'CBRANCH_-1206065586'), ('tmp_232', u'CBRANCH_-1206066609'), (u'LOAD_-1206066591', u'INT_AND_-1206065017'), (u'INDIRECT_-1206064171', u'MULTIEQUAL_-1206064423'), ('tmp_3355', u'PTRSUB_-1206063725'), ('const-0', u'INT_EQUAL_-1206065634'), (u'INT_EQUAL_-1206066420', u'CBRANCH_-1206066413'), (u'INDIRECT_-1206064621', u'MULTIEQUAL_-1206064873'), (u'INDIRECT_-1206064105', u'MULTIEQUAL_-1206064397'), ('const-8', u'PTRSUB_-1206064170'), (u'INDIRECT_-1206064159', u'MULTIEQUAL_-1206064383'), (u'COPY_-1206065070', u'MULTIEQUAL_-1206064907'), (u'INDIRECT_-1206063660', u'MULTIEQUAL_-1206063913'), (u'INDIRECT_-1206064110', u'MULTIEQUAL_-1206064148'), ('const-0', u'INT_NOTEQUAL_-1206065480'), (u'CALL_-1206065302', u'INDIRECT_-1206064271'), (u'CALL_-1206065963', u'INDIRECT_-1206064581'), (u'INDIRECT_-1206063634', u'MULTIEQUAL_-1206064293'), (u'INDIRECT_-1206064019', u'MULTIEQUAL_-1206063329'), (u'MULTIEQUAL_-1206063913', u'MULTIEQUAL_-1206064319'), (u'CALL_-1206065424', u'INDIRECT_-1206064309'), ('tmp_742', u'CBRANCH_-1206066110'), (u'CALL_-1206065746', u'MULTIEQUAL_-1206063323'), (u'INT_EQUAL_-1206065379', u'CBRANCH_-1206065377'), (u'MULTIEQUAL_-1206063329', u'MULTIEQUAL_-1206064397'), (u'CALL_-1206065396', u'INDIRECT_-1206063856'), ('tmp_3353', u'COPY_-1206064238'), ('tmp_3355', u'PTRSUB_-1206063533'), (u'CALL_-1206066062', u'INDIRECT_-1206064621'), (u'CALL_-1206065424', u'INDIRECT_-1206064205'), (u'LOAD_-1206066184', u'INT_NOTEQUAL_-1206066168'), (u'CALL_-1206065070', u'INDIRECT_-1206063738'), (u'INT_NOTEQUAL_-1206066476', u'INT_ZEXT_-1206066458'), ('tmp_3356', u'CALL_-1206066062'), ('tmp_3355', u'PTRSUB_-1206063634'), (u'CALL_-1206065396', u'INDIRECT_-1206063778'), (u'CALL_-1206065424', u'CALL_-1206065320'), (u'LOAD_-1206065585', u'CALL_-1206065539'), ('const-20', u'PTRSUB_-1206063594'), (u'LOAD_-1206065799', u'INT_EQUAL_-1206065781'), (u'COPY_-1206064090', u'MULTIEQUAL_-1206064487'), (u'INT_NOTEQUAL_-1206065587', u'CBRANCH_-1206065586'), (u'INDIRECT_-1206064283', u'MULTIEQUAL_-1206064252'), (u'PTRSUB_-1206063710', u'LOAD_-1206065799'), ('const-24', u'INT_RIGHT_-1206063432'), (u'INT_NOTEQUAL_-1206065354', u'CBRANCH_-1206065354'), ('const-2', u'COPY_-1206065689'), (u'INT_XOR_-1206065674', u'INT_AND_-1206065655'), (u'PTRSUB_-1206063901', u'LOAD_-1206066105'), (u'CALL_-1206065510', u'INDIRECT_-1206064833'), ('const-0', u'INT_NOTEQUAL_-1206065870'), (u'INDIRECT_-1206064253', u'MULTIEQUAL_-1206064357'), (u'CALL_-1206065291', u'INDIRECT_-1206064713'), (u'INDIRECT_-1206064240', u'COPY_-1206063953'), ('const-417', u'LOAD_-1206066105'), (u'INDIRECT_-1206064136', u'MULTIEQUAL_-1206064174'), (u'COPY_-1206063653', u'MULTIEQUAL_-1206064907'), (u'LOAD_-1206066189', u'INT_ADD_-1206064344'), ('tmp_3355', u'PTRSUB_-1206063901'), ('tmp_3353', u'PTRSUB_-1206064050'), ('const-0', u'PTRSUB_-1206064097'), (u'INDIRECT_-1206063657', u'MULTIEQUAL_-1206063330'), ('const-417', u'LOAD_-1206065465'), ('tmp_3356', u'CALL_-1206065396'), (u'INT_EQUAL_-1206066594', u'CBRANCH_-1206066592'), ('tmp_3354', u'PTRSUB_-1206063528'), ('const-0', u'PTRSUB_-1206064101'), (u'INT_NOTEQUAL_-1206066538', u'CBRANCH_-1206066537'), ('tmp_3354', u'PTRSUB_-1206063590'), (u'PTRSUB_-1206063729', u'LOAD_-1206065707'), (u'PTRSUB_-1206063594', u'PTRSUB_-1206063543'), (u'CALL_-1206065396', u'INDIRECT_-1206063752'), (u'LOAD_-1206066681', u'MULTIEQUAL_-1206064357'), ('tmp_2207', u'BRANCH_-1206064971'), ('tmp_3355', u'CALL_-1206065963'), ('const-8', u'PTRSUB_-1206063351'), (u'COPY_-1206064996', u'MULTIEQUAL_-1206064907'), (u'CALL_-1206065746', u'INDIRECT_-1206064019'), (u'CALL_-1206064583', u'INDIRECT_-1206063580'), ('const-0', u'PTRSUB_-1206064089'), (u'PTRSUB_-1206063418', u'LOAD_-1206065082'), (u'CALL_-1206065539', u'INDIRECT_-1206063818'), ('tmp_2028', u'CBRANCH_-1206065249'), ('const-417', u'LOAD_-1206065206'), (u'CALL_-1206065070', u'INDIRECT_-1206063660'), (u'INT_EQUAL_-1206066153', u'CBRANCH_-1206066150'), (u'COPY_-1206064226', u'MULTIEQUAL_-1206064195'), ('const-417', u'LOAD_-1206066681'), (u'CALL_-1206065450', u'INDIRECT_-1206064224'), (u'CALL_-1206064583', u'INDIRECT_-1206064056'), (u'INT_SLESS_-1206065918', u'CBRANCH_-1206065925'), ('const-111', u'INT_EQUAL_-1206066113'), ('const-514', u'INT_AND_-1206065655'), ('const-0', u'COPY_-1206063653'), (u'CALL_-1206065070', u'INDIRECT_-1206063764'), (u'INDIRECT_-1206063494', u'MULTIEQUAL_-1206064383'), (u'CALL_-1206065510', u'INDIRECT_-1206064383'), ('tmp_3195', u'BRANCH_-1206065221'), (u'CALL_-1206065460', u'INDIRECT_-1206063784'), (u'INDIRECT_-1206064398', u'MULTIEQUAL_-1206064873'), ('const-0', u'PTRSUB_-1206063418'), ('tmp_3354', u'PTRSUB_-1206063630'), (u'CALL_-1206065291', u'INDIRECT_-1206064133'), (u'INT_RIGHT_-1206063432', u'SUBPIECE_-1206063880'), ('tmp_1215', u'CBRANCH_-1206065804'), (u'LOAD_-1206065082', u'CALL_-1206065070'), ('const-28', u'PTRSUB_-1206063486'), ('const-2', u'COPY_-1206064988'), (u'LOAD_-1206065500', u'CALL_-1206065460'), (u'LOAD_-1206066591', u'INT_AND_-1206066486'), (u'INDIRECT_-1206064263', u'COPY_-1206063983'), ('const-1', u'CALL_-1206065510'), ('const-0', u'PTRSUB_-1206066649'), (u'MULTIEQUAL_-1206064169', u'MULTIEQUAL_-1206064397'), (u'INDIRECT_-1206063915', u'MULTIEQUAL_-1206063327'), (u'MULTIEQUAL_-1206064467', u'MULTIEQUAL_-1206064873'), (u'LOAD_-1206066492', u'INT_NOTEQUAL_-1206066476'), (u'INDIRECT_-1206064398', u'MULTIEQUAL_-1206064375'), (u'MULTIEQUAL_-1206063913', u'MULTIEQUAL_-1206063821'), (u'INDIRECT_-1206064041', u'MULTIEQUAL_-1206064293'), (u'INDIRECT_-1206063948', u'MULTIEQUAL_-1206064423'), ('const-0', u'INT_EQUAL_-1206065407'), (u'INDIRECT_-1206064713', u'MULTIEQUAL_-1206064937'), (u'INDIRECT_-1206064131', u'MULTIEQUAL_-1206064195'), ('tmp_2128', u'CBRANCH_-1206065189'), (u'SUBPIECE_-1206063880', u'INT_AND_-1206064950'), (u'COPY_-1206063308', u'MULTIEQUAL_-1206064461'), ('tmp_7746', u'MULTIEQUAL_-1206064873'), ('const-44', u'PTRSUB_-1206063397'), ('const-2', u'INT_MULT_-1206064701'), (u'MULTIEQUAL_-1206064383', u'MULTIEQUAL_-1206064319'), (u'PTRSUB_-1206063539', u'LOAD_-1206065415'), (u'COPY_-1206063953', u'MULTIEQUAL_-1206064278'), ('const-0', u'CALL_-1206065320'), (u'CALL_-1206066062', u'INDIRECT_-1206064171'), ('tmp_3356', u'INT_NOTEQUAL_-1206065168'), ('tmp_7746', u'MULTIEQUAL_-1206064937'), (u'LOAD_-1206066189', u'INT_AND_-1206064348'), ('const-111', u'INT_EQUAL_-1206066136'), ('tmp_902', u'BRANCH_-1206066011'), ('tmp_1122', u'CBRANCH_-1206065870'), ('const-115', u'INT_NOTEQUAL_-1206065354'), (u'MULTIEQUAL_-1206064397', u'CALL_-1206065543'), ('const-16777216', u'INT_AND_-1206065017'), ('tmp_3354', u'PTRSUB_-1206063935'), (u'COPY_-1206066135', u'MULTIEQUAL_-1206064907'), (u'CALL_-1206065424', u'INT_EQUAL_-1206065407'), (u'INT_AND_-1206066486', u'INT_NOTEQUAL_-1206066499'), (u'PTRSUB_-1206063567', u'LOAD_-1206065373'), (u'CALL_-1206065372', u'INDIRECT_-1206064309'), (u'CALL_-1206065320', u'INDIRECT_-1206064283'), ('tmp_2862', u'CBRANCH_-1206065477'), (u'CAST_-1206064069', u'LOAD_-1206066432'), ('const-0', u'COPY_-1206065575'), (u'COPY_-1206065661', u'MULTIEQUAL_-1206064907'), (u'INT_ZEXT_-1206065393', u'INT_MULT_-1206064686'), (u'INDIRECT_-1206063468', u'MULTIEQUAL_-1206064357'), (u'CALL_-1206064992', u'INDIRECT_-1206064107'), (u'LOAD_-1206064920', u'CALL_-1206064884'), (u'INDIRECT_-1206064045', u'MULTIEQUAL_-1206063330'), (u'CALL_-1206065424', u'CALL_-1206065372'), (u'COPY_-1206064226', u'MULTIEQUAL_-1206064423'), (u'MULTIEQUAL_-1206063887', u'MULTIEQUAL_-1206063795'), ('const-119', u'INT_EQUAL_-1206065826'), (u'MULTIEQUAL_-1206064357', u'MULTIEQUAL_-1206063887'), (u'INDIRECT_-1206064309', u'COPY_-1206064019'), ('const-2', u'COPY_-1206064996'), (u'INDIRECT_-1206064214', u'MULTIEQUAL_-1206064252'), ('tmp_3354', u'CALL_-1206066062'), (u'COPY_-1206063392', u'MULTIEQUAL_-1206064907'), ('tmp_3354', u'PTRSUB_-1206063490'), (u'INDIRECT_-1206064214', u'MULTIEQUAL_-1206064873'), ('const-0', u'INT_EQUAL_-1206065781'), (u'CAST_-1206063379', u'INT_NOTEQUAL_-1206064950'), (u'INDIRECT_-1206064145', u'MULTIEQUAL_-1206064873'), (u'CALL_-1206066062', u'INT_SLESS_-1206066023'), (u'CALL_-1206065450', u'INDIRECT_-1206064250'), ('tmp_3354', u'PTRSUB_-1206063512'), (u'INDIRECT_-1206063948', u'MULTIEQUAL_-1206063925'), (u'INT_EQUAL_-1206066136', u'CBRANCH_-1206066134'), ('const-8', u'PTRSUB_-1206063767'), (u'INT_NOTEQUAL_-1206065217', u'CBRANCH_-1206065217'), (u'MULTIEQUAL_-1206064357', u'MULTIEQUAL_-1206064293'), ('tmp_1938', u'CBRANCH_-1206065309'), ('tmp_1185', u'CBRANCH_-1206065824'), (u'INT_EQUAL_-1206065513', u'CBRANCH_-1206065511'), ('const-417', u'LOAD_-1206065448'), (u'INDIRECT_-1206064495', u'MULTIEQUAL_-1206063331'), ('tmp_2936', u'CBRANCH_-1206065406'), (u'INT_NOTEQUAL_-1206065168', u'CBRANCH_-1206065141'), (u'INDIRECT_-1206064131', u'MULTIEQUAL_-1206064423'), (u'COPY_-1206066520', u'MULTIEQUAL_-1206064907'), ('const-4294967260', u'PTRSUB_-1206064108'), (u'CALL_-1206065963', u'INDIRECT_-1206064027'), ('const-8', u'PTRSUB_-1206063454'), ('const-806912', u'PTRSUB_-1206066634'), (u'LOAD_-1206065889', u'CALL_-1206065070'), (u'LOAD_-1206066432', u'INT_EQUAL_-1206066420'), (u'INDIRECT_-1206064159', u'MULTIEQUAL_-1206064319'), ('const-1', u'INT_SLESS_-1206066023'), ('const-0', u'PTRSUB_-1206063911'), (u'CALL_-1206065302', u'INDIRECT_-1206064245'), ('tmp_349', u'CBRANCH_-1206066537'), (u'CALL_-1206065963', u'INDIRECT_-1206064001'), (u'INT_EQUAL_-1206065669', u'CBRANCH_-1206065664'), ('tmp_3356', u'CALL_-1206065460'), ('tmp_7739', u'PTRSUB_-1206064108'), ('const-417', u'LOAD_-1206065373'), (u'INDIRECT_-1206064027', u'MULTIEQUAL_-1206064319'), (u'LOAD_-1206066105', u'CALL_-1206066062'), (u'CALL_-1206065746', u'INDIRECT_-1206063915'), (u'INDIRECT_-1206064133', u'MULTIEQUAL_-1206064293'), ('tmp_3355', u'PTRSUB_-1206063767'), ('tmp_2377', u'CBRANCH_-1206065048'), (u'PTRSUB_-1206064108', u'CALL_-1206065510'), (u'INT_NOTEQUAL_-1206064950', u'CBRANCH_-1206064949'), (u'INT_EQUAL_-1206066628', u'CBRANCH_-1206066627'), ('const-417', u'LOAD_-1206065017'), (u'INDIRECT_-1206063660', u'MULTIEQUAL_-1206064319'), ('tmp_1469', u'CBRANCH_-1206065631'), ('const-1024', u'INT_AND_-1206064744'), ('const-0', u'PTRSUB_-1206063314'), (u'PTRSUB_-1206063590', u'PTRSUB_-1206063539'), ('tmp_3353', u'PTRSUB_-1206064089'), ('tmp_3355', u'PTRSUB_-1206063454'), ('const-16', u'PTRSUB_-1206063634'), ('const-417', u'LOAD_-1206066585'), (u'INT_AND_-1206064348', u'INT_NOTEQUAL_-1206065890'), (u'INDIRECT_-1206064205', u'MULTIEQUAL_-1206064174'), ('const-0', u'RETURN_-1206066367'), (u'COPY_-1206063316', u'MULTIEQUAL_-1206064487'), ('const-806912', u'PTRSUB_-1206066649'), ('tmp_10145', u'MULTIEQUAL_-1206064383'), (u'CALL_-1206065539', u'INDIRECT_-1206063948'), (u'CALL_-1206065320', u'MULTIEQUAL_-1206064907'), ('const-4', u'PTRSUB_-1206063725'), ('const-0', u'INT_EQUAL_-1206065379'), (u'INT_SEXT_-1206065455', u'CALL_-1206065424'), ('tmp_173', u'CBRANCH_-1206066641'), ('const-417', u'LOAD_-1206065889'), (u'INDIRECT_-1206063669', u'MULTIEQUAL_-1206063991'), ('tmp_3355', u'PTRSUB_-1206063911'), (u'CALL_-1206064572', u'INDIRECT_-1206063572'), ('const-4', u'PTRSUB_-1206064217'), (u'INDIRECT_-1206063922', u'MULTIEQUAL_-1206064397'), ('const-0', u'INT_EQUAL_-1206066628'), ('tmp_2056', u'CBRANCH_-1206065235'), (u'INDIRECT_-1206063695', u'MULTIEQUAL_-1206064017'), ('tmp_3354', u'PTRSUB_-1206064066'), (u'INT_AND_-1206064195', u'INT_EQUAL_-1206065608'), (u'INT_NOTEQUAL_-1206065870', u'CBRANCH_-1206065870'), ('tmp_3354', u'PTRSUB_-1206064217'), (u'INDIRECT_-1206064332', u'MULTIEQUAL_-1206064873'), ('const-1', u'RETURN_-1206065538'), (u'PTRSUB_-1206063360', u'LOAD_-1206064926'), (u'CALL_-1206065372', u'INDIRECT_-1206064205'), ('const-417', u'LOAD_-1206066591'), (u'INT_NOTEQUAL_-1206065049', u'CBRANCH_-1206065048'), (u'CALL_-1206064572', u'INDIRECT_-1206063494'), (u'INT_OR_-1206066542', u'INT_AND_-1206064744'), (u'MULTIEQUAL_-1206064467', u'MULTIEQUAL_-1206064375'), ('const-417', u'LOAD_-1206066609'), (u'INDIRECT_-1206064145', u'MULTIEQUAL_-1206064467'), ('const-0', u'PTRSUB_-1206063539'), (u'CALL_-1206065070', u'INT_NOTEQUAL_-1206065049'), (u'MULTIEQUAL_-1206063330', u'MULTIEQUAL_-1206064423'), (u'INDIRECT_-1206063572', u'COPY_-1206063308'), (u'LOAD_-1206066681', u'MULTIEQUAL_-1206064293'), ('tmp_477', u'BRANCH_-1206066456'), (u'CALL_-1206065510', u'INDIRECT_-1206064279'), (u'INDIRECT_-1206064107', u'MULTIEQUAL_-1206063331'), ('const-65', u'CALL_-1206065510'), ('const-417', u'LOAD_-1206065522'), (u'INDIRECT_-1206063565', u'MULTIEQUAL_-1206064293'), ('const-417', u'LOAD_-1206065506'), (u'CALL_-1206066062', u'INDIRECT_-1206064067'), (u'PTRSUB_-1206063314', u'LOAD_-1206065017'), ('tmp_643', u'CBRANCH_-1206066167'), (u'INDIRECT_-1206063818', u'MULTIEQUAL_-1206064293'), ('tmp_1249', u'CBRANCH_-1206065780'), (u'LOAD_-1206065206', u'INT_NOTEQUAL_-1206065190'), ('const-417', u'LOAD_-1206066184'), ('tmp_675', u'CBRANCH_-1206066150'), ('tmp_2599', u'CBRANCH_-1206064931'), (u'CALL_-1206065460', u'INDIRECT_-1206064364'), (u'COPY_-1206064226', u'CALL_-1206065963'), ('const-251', u'INT_AND_-1206065838'), (u'MULTIEQUAL_-1206064423', u'CALL_-1206065543'), (u'INT_ZEXT_-1206066014', u'INT_ADD_-1206066006'), (u'INT_AND_-1206064185', u'INT_NOTEQUAL_-1206065587'), ('const-2', u'COPY_-1206065448'), (u'PTRSUB_-1206063725', u'LOAD_-1206065699'), (u'MULTIEQUAL_-1206063887', u'MULTIEQUAL_-1206064293'), ('const-0', u'INT_EQUAL_-1206066642'), (u'CALL_-1206065291', u'INDIRECT_-1206064263'), ('const-417', u'LOAD_-1206065297'), (u'INDIRECT_-1206063778', u'MULTIEQUAL_-1206064319'), (u'INT_EQUAL_-1206065345', u'CBRANCH_-1206065343'), (u'CALL_-1206065543', u'INDIRECT_-1206063443'), ('const-417', u'LOAD_-1206066006'), ('tmp_3356', u'CALL_-1206065963'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206065826'), ('const-417', u'LOAD_-1206065212'), (u'INDIRECT_-1206063591', u'MULTIEQUAL_-1206064319'), (u'INDIRECT_-1206064001', u'MULTIEQUAL_-1206064293'), ('tmp_1033', u'CBRANCH_-1206065925'), ('tmp_3356', u'CALL_-1206065539'), ('const-0', u'INT_NOTEQUAL_-1206066499'), ('const-417', u'LOAD_-1206065304'), (u'INDIRECT_-1206064067', u'MULTIEQUAL_-1206064319'), (u'MULTIEQUAL_-1206063328', u'MULTIEQUAL_-1206064319'), (u'COPY_-1206066446', u'RETURN_-1206066367'), ('const-2', u'COPY_-1206066135'), ('const-91', u'INT_ADD_-1206064344'), ('const-417', u'LOAD_-1206065415'), ('tmp_3355', u'PTRSUB_-1206063517'), ('const-0', u'PTRSUB_-1206063758'), (u'CALL_-1206065302', u'INDIRECT_-1206064141'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065235'), (u'INDIRECT_-1206063784', u'MULTIEQUAL_-1206064293'), (u'INT_SEXT_-1206065455', u'CALL_-1206065450'), (u'LOAD_-1206066585', u'INT_OR_-1206066542'), (u'INT_EQUAL_-1206065428', u'CBRANCH_-1206065426'), (u'LOAD_-1206066591', u'INT_OR_-1206066542'), ('tmp_3353', u'INT_NOTEQUAL_-1206066611'), ('tmp_3355', u'CALL_-1206065510'), (u'INT_NOTEQUAL_-1206065480', u'CBRANCH_-1206065477'), ('tmp_2200', u'CBRANCH_-1206065141'), ('tmp_705', u'CBRANCH_-1206066134'), (u'CALL_-1206064572', u'INDIRECT_-1206064048'), (u'PTRSUB_-1206066634', u'COPY_-1206064224'), (u'INT_AND_-1206065017', u'INT_NOTEQUAL_-1206064931'), (u'INDIRECT_-1206064133', u'MULTIEQUAL_-1206064357'), (u'INT_NOTEQUAL_-1206065190', u'CBRANCH_-1206065189'), (u'CAST_-1206064185', u'LOAD_-1206066681'), (u'MULTIEQUAL_-1206064195', u'MULTIEQUAL_-1206064423'), (u'INT_EQUAL_-1206065826', u'CBRANCH_-1206065824'), (u'CALL_-1206065372', u'INDIRECT_-1206064283'), (u'INDIRECT_-1206064048', u'MULTIEQUAL_-1206064937'), ('const-65', u'CALL_-1206065424'), ('const-164', u'INT_NOTEQUAL_-1206065890'), ('const-28', u'PTRSUB_-1206063490'), (u'COPY_-1206063975', u'MULTIEQUAL_-1206064461'), ('const-417', u'LOAD_-1206065707'), (u'CALL_-1206064884', u'INT_NOTEQUAL_-1206064857'), ('tmp_265', u'CBRANCH_-1206066592'), ('const-417', u'LOAD_-1206066432'), ('const-2', u'INT_SLESS_-1206065918'), ('const-417', u'LOAD_-1206066492'), (u'CALL_-1206065963', u'INDIRECT_-1206064131'), (u'CALL_-1206065320', u'INDIRECT_-1206064179'), ('const-0', u'COPY_-1206065661'), (u'CALL_-1206065320', u'INDIRECT_-1206064153'), (u'MULTIEQUAL_-1206063991', u'MULTIEQUAL_-1206063899'), (u'PTRSUB_-1206064061', u'LOAD_-1206065465'), (u'PTRSUB_-1206063931', u'LOAD_-1206066184'), ('tmp_3354', u'INT_NOTEQUAL_-1206065410'), (u'CALL_-1206065396', u'INT_EQUAL_-1206065379'), (u'INDIRECT_-1206064383', u'COPY_-1206064090'), (u'CALL_-1206065302', u'INDIRECT_-1206064721'), (u'PTRSUB_-1206064213', u'LOAD_-1206066585'), (u'PTRSUB_-1206063543', u'LOAD_-1206065421'), ('const-44', u'PTRSUB_-1206063393'), (u'INDIRECT_-1206064001', u'MULTIEQUAL_-1206064065'), (u'PTRSUB_-1206064097', u'LOAD_-1206066492'), (u'MULTIEQUAL_-1206064873', u'INT_ADD_-1206066418'), (u'INDIRECT_-1206064364', u'MULTIEQUAL_-1206064873'), (u'CALL_-1206064884', u'INDIRECT_-1206063565'), ('const-20', u'INT_ADD_-1206066665'), ('const-0', u'CALL_-1206064572'), ('const-0', u'INT_NOTEQUAL_-1206065587'), ('const-417', u'LOAD_-1206066128'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065354'), ('const-4', u'PTRSUB_-1206063729'), (u'CALL_-1206065539', u'INDIRECT_-1206064398'), (u'INT_AND_-1206064950', u'CAST_-1206063379'), ('const-0', u'INT_EQUAL_-1206065317'), (u'MULTIEQUAL_-1206063327', u'MULTIEQUAL_-1206064293'), (u'INT_OR_-1206066542', u'INT_AND_-1206064195'), ('const-0', u'PTRSUB_-1206063356'), (u'COPY_-1206064224', u'MULTIEQUAL_-1206064461'), (u'INT_NOTEQUAL_-1206064959', u'CBRANCH_-1206064959'), (u'INT_EQUAL_-1206065277', u'CBRANCH_-1206065276'), (u'LOAD_-1206065448', u'CALL_-1206065424'), (u'MULTIEQUAL_-1206064065', u'MULTIEQUAL_-1206064293'), (u'INDIRECT_-1206063764', u'MULTIEQUAL_-1206064017'), ('const-417', u'LOAD_-1206065273'), (u'PTRSUB_-1206063397', u'PTRSUB_-1206063360'), ('const-417', u'LOAD_-1206065472'), ('const-1024', u'INT_AND_-1206066506'), (u'COPY_-1206064218', u'MULTIEQUAL_-1206064397'), (u'COPY_-1206064218', u'MULTIEQUAL_-1206064169'), (u'INT_NOTEQUAL_-1206065890', u'CBRANCH_-1206065890'), (u'CALL_-1206065236', u'INDIRECT_-1206064240'), ('const-20', u'PTRSUB_-1206063590'), (u'COPY_-1206064230', u'MULTIEQUAL_-1206064461'), ('tmp_1153', u'CBRANCH_-1206065850'), ('const-0', u'INT_EQUAL_-1206065277'), ('tmp_3222', u'BRANCH_-1206064569'), (u'COPY_-1206064019', u'MULTIEQUAL_-1206064278'), (u'INT_EQUAL_-1206065407', u'CBRANCH_-1206065406'), (u'MULTIEQUAL_-1206063327', u'MULTIEQUAL_-1206063887'), ('const-2', u'COPY_-1206065070'), (u'COPY_-1206064854', u'MULTIEQUAL_-1206064907'), ('tmp_1876', u'CBRANCH_-1206065354'), ('const-0', u'PTRSUB_-1206063931'), (u'PTRSUB_-1206063486', u'LOAD_-1206065206'), (u'INT_AND_-1206064744', u'INT_NOTEQUAL_-1206066538'), (u'INT_NOTEQUAL_-1206065235', u'CBRANCH_-1206065235'), (u'INT_OR_-1206066542', u'INT_AND_-1206064185'), ('tmp_3355', u'PTRSUB_-1206063397'), ('const-2', u'COPY_-1206064854'), (u'PTRSUB_-1206063935', u'LOAD_-1206066189'), (u'CALL_-1206064572', u'INDIRECT_-1206063468'), (u'INT_OR_-1206066542', u'INT_AND_-1206064210'), (u'COPY_-1206065951', u'MULTIEQUAL_-1206064907'), (u'INT_AND_-1206066506', u'INT_AND_-1206066486'), (u'INT_MULT_-1206064686', u'MULTIEQUAL_-1206064907'), ('const-0', u'INT_EQUAL_-1206065608'), ('tmp_3354', u'PTRSUB_-1206063567'), (u'PTRSUB_-1206064170', u'PTRSUB_-1206064097'), (u'INDIRECT_-1206064214', u'MULTIEQUAL_-1206064467'), ('const-2', u'COPY_-1206066520'), (u'PTRSUB_-1206063356', u'LOAD_-1206064920'), ('const-1', u'INT_ADD_-1206066006'), (u'INT_EQUAL_-1206065608', u'CBRANCH_-1206065605'), (u'MULTIEQUAL_-1206063925', u'CALL_-1206065460'), (u'CALL_-1206065424', u'INDIRECT_-1206064231'), (u'MULTIEQUAL_-1206064645', u'MULTIEQUAL_-1206064873'), (u'LOAD_-1206065465', u'CALL_-1206065450'), ('tmp_3355', u'PTRSUB_-1206064213'), ('tmp_3353', u'MULTIEQUAL_-1206064423'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206066136'), (u'PTRSUB_-1206066649', u'MULTIEQUAL_-1206064397'), (u'INT_EQUAL_-1206066113', u'CBRANCH_-1206066110'), (u'CALL_-1206066062', u'INDIRECT_-1206064041'), ('const-16', u'PTRSUB_-1206063630'), (u'PTRSUB_-1206064174', u'PTRSUB_-1206064101'), ('const-12', u'PTRSUB_-1206063859'), ('const-0', u'INT_EQUAL_-1206065513'), ('const-417', u'LOAD_-1206065585'), (u'LOAD_-1206065579', u'CALL_-1206065539'), (u'CALL_-1206065070', u'INDIRECT_-1206064214'), (u'MULTIEQUAL_-1206064487', u'COPY_-1206064226'), ('tmp_3355', u'INT_NOTEQUAL_-1206065410'), ('const-0', u'INT_NOTEQUAL_-1206066538'), (u'INDIRECT_-1206064581', u'MULTIEQUAL_-1206064645'), ('const-1', u'INT_AND_-1206064950'), (u'LOAD_-1206065699', u'INT_XOR_-1206065674'), (u'CALL_-1206065539', u'INT_EQUAL_-1206065513'), (u'CALL_-1206065746', u'INDIRECT_-1206064495'), (u'CALL_-1206064884', u'INDIRECT_-1206063695'), (u'LOAD_-1206066498', u'INT_NOTEQUAL_-1206066476'), ('tmp_3354', u'INT_EQUAL_-1206066642'), (u'COPY_-1206065628', u'MULTIEQUAL_-1206064907'), (u'COPY_-1206064988', u'MULTIEQUAL_-1206064907'), (u'CALL_-1206065460', u'INDIRECT_-1206063888'), (u'COPY_-1206065847', u'MULTIEQUAL_-1206064907'), ('const-417', u'LOAD_-1206065266'), (u'MULTIEQUAL_-1206063331', u'MULTIEQUAL_-1206064467'), ('const-224', u'PTRSUB_-1206064050'), (u'PTRSUB_-1206063767', u'PTRSUB_-1206063710'), (u'CALL_-1206065539', u'INDIRECT_-1206063922'), (u'INT_NOTEQUAL_-1206066168', u'CBRANCH_-1206066167'), (u'CALL_-1206065372', u'INDIRECT_-1206064179'), (u'INT_EQUAL_-1206065634', u'CBRANCH_-1206065631'), (u'CALL_-1206064583', u'INDIRECT_-1206063502'), (u'CALL_-1206064992', u'MULTIEQUAL_-1206063323'), (u'INT_EQUAL_-1206065781', u'CBRANCH_-1206065780'), (u'INT_EQUAL_-1206065251', u'CBRANCH_-1206065249'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065217'), ('const-0', u'PTRSUB_-1206063935'), (u'PTRSUB_-1206063490', u'LOAD_-1206065212'), ('const-2', u'COPY_-1206063392'), (u'PTRSUB_-1206063859', u'LOAD_-1206066006'), ('const-32', u'PTRSUB_-1206063528'), (u'INT_ZEXT_-1206066458', u'INT_MULT_-1206064701'), (u'LOAD_-1206065304', u'INT_EQUAL_-1206065282'), (u'CALL_-1206064992', u'INDIRECT_-1206063527'), ('const-167', u'INT_NOTEQUAL_-1206065336'), (u'INT_NOTEQUAL_-1206065336', u'CBRANCH_-1206065336'), ('const-111', u'INT_EQUAL_-1206065806'), (u'PTRSUB_-1206063911', u'LOAD_-1206066128'), ('tmp_2084', u'CBRANCH_-1206065217'), (u'INDIRECT_-1206063882', u'MULTIEQUAL_-1206064423'), (u'INDIRECT_-1206063818', u'MULTIEQUAL_-1206063795'), (u'MULTIEQUAL_-1206064383', u'MULTIEQUAL_-1206064091'), ('tmp_2330', u'CBRANCH_-1206064959'), (u'CALL_-1206065424', u'CALL_-1206065291'), (u'PTRSUB_-1206063665', u'LOAD_-1206065579'), (u'INDIRECT_-1206064713', u'MULTIEQUAL_-1206064873'), ('tmp_3355', u'PTRSUB_-1206063594'), (u'CALL_-1206066062', u'INDIRECT_-1206064145'), (u'CALL_-1206065396', u'INDIRECT_-1206064332'), (u'PTRSUB_-1206064101', u'LOAD_-1206066498'), (u'MULTIEQUAL_-1206063330', u'MULTIEQUAL_-1206064017'), ('tmp_3354', u'PTRSUB_-1206064223'), ('const-3', u'INT_EQUAL_-1206065345'), (u'LOAD_-1206065889', u'CALL_-1206064992'), (u'COPY_-1206063983', u'MULTIEQUAL_-1206064487'), (u'CALL_-1206065460', u'INDIRECT_-1206063914'), (u'CALL_-1206065424', u'INDIRECT_-1206064785'), (u'INDIRECT_-1206063888', u'MULTIEQUAL_-1206064397'), (u'PTRSUB_-1206063454', u'PTRSUB_-1206063418'), ('tmp_3354', u'PTRSUB_-1206063393'), (u'CALL_-1206065320', u'INDIRECT_-1206064733'), (u'INDIRECT_-1206064581', u'MULTIEQUAL_-1206064873'), ('const-32', u'PTRSUB_-1206064066'), (u'LOAD_-1206065707', u'INT_XOR_-1206065674'), (u'COPY_-1206064238', u'MULTIEQUAL_-1206064487'), (u'PTRSUB_-1206063634', u'LOAD_-1206065506'), ('const-0', u'INT_NOTEQUAL_-1206064959'), (u'INDIRECT_-1206063941', u'MULTIEQUAL_-1206063328'), (u'INDIRECT_-1206063695', u'MULTIEQUAL_-1206064423'), (u'PTRSUB_-1206064089', u'LOAD_-1206065522'), (u'COPY_-1206065448', u'MULTIEQUAL_-1206064907'), (u'PTRSUB_-1206066649', u'COPY_-1206064230'), (u'LOAD_-1206065415', u'CALL_-1206065396'), (u'MULTIEQUAL_-1206064461', u'COPY_-1206064218'), ('const-2', u'INT_MULT_-1206064686'), (u'INDIRECT_-1206063856', u'MULTIEQUAL_-1206064397'), (u'CALL_-1206064992', u'INDIRECT_-1206063553'), ('const-417', u'LOAD_-1206065699'), (u'MULTIEQUAL_-1206064383', u'MULTIEQUAL_-1206063913'), (u'INDIRECT_-1206063738', u'MULTIEQUAL_-1206064397'), (u'PTRSUB_-1206064223', u'LOAD_-1206066609'), (u'MULTIEQUAL_-1206064357', u'MULTIEQUAL_-1206064065'), ('const-0', u'SUBPIECE_-1206063880'), (u'INT_EQUAL_-1206065317', u'CBRANCH_-1206065309'), ('const-1', u'COPY_-1206065951'), (u'CALL_-1206065963', u'INT_SLESS_-1206065918'), (u'MULTIEQUAL_-1206064937', u'MULTIEQUAL_-1206064873'), (u'INDIRECT_-1206063844', u'MULTIEQUAL_-1206064319'), (u'CALL_-1206065372', u'INT_EQUAL_-1206065345'), (u'INT_OR_-1206066542', u'INT_AND_-1206065303'), ('const-0', u'COPY_-1206065847'), (u'LOAD_-1206066609', u'INT_EQUAL_-1206066594'), ('const-1', u'CALL_-1206064884'), ('const-0', u'INT_NOTEQUAL_-1206065030'), (u'CALL_-1206064583', u'INDIRECT_-1206063476'), ('const-12', u'PTRSUB_-1206063901'), (u'INT_MULT_-1206064701', u'MULTIEQUAL_-1206064907'), ('tmp_10145', u'MULTIEQUAL_-1206064319'), (u'INDIRECT_-1206064179', u'MULTIEQUAL_-1206064148'), (u'LOAD_-1206065017', u'CALL_-1206064992'), (u'INDIRECT_-1206063634', u'MULTIEQUAL_-1206063887'), ('const-2', u'COPY_-1206065144'), (u'LOAD_-1206065266', u'INT_EQUAL_-1206065251'), (u'LOAD_-1206066585', u'INT_RIGHT_-1206063432'), (u'COPY_-1206065689', u'MULTIEQUAL_-1206064907'), (u'CALL_-1206065236', u'INDIRECT_-1206064110'), (u'MULTIEQUAL_-1206064017', u'MULTIEQUAL_-1206063925'), ('const-417', u'LOAD_-1206065421'), (u'INT_AND_-1206065655', u'INT_EQUAL_-1206065669'), (u'INDIRECT_-1206063844', u'MULTIEQUAL_-1206063821'), (u'CALL_-1206065236', u'INDIRECT_-1206064690'), (u'LOAD_-1206066189', u'INT_NOTEQUAL_-1206066168'), (u'INT_ADD_-1206064344', u'INT_AND_-1206065838'), ('const-71', u'INT_EQUAL_-1206066153'), ('const-2', u'PTRSUB_-1206063512'), (u'PTRSUB_-1206064050', u'LOAD_-1206065448'), (u'LOAD_-1206066128', u'INT_EQUAL_-1206066113'), ('const-417', u'LOAD_-1206066189'), ('const-0', u'INT_EQUAL_-1206065428'), (u'COPY_-1206064218', u'MULTIEQUAL_-1206063991'), ('tmp_3353', u'PTRSUB_-1206064061'), (u'LOAD_-1206065273', u'INT_EQUAL_-1206065251'), ('tmp_2721', u'BRANCH_-1206064845'), (u'INDIRECT_-1206064357', u'COPY_-1206064082'), (u'INT_EQUAL_-1206066642', u'CBRANCH_-1206066641'), (u'MULTIEQUAL_-1206064017', u'CALL_-1206065539'), (u'INDIRECT_-1206063752', u'MULTIEQUAL_-1206064293'), (u'INDIRECT_-1206064105', u'MULTIEQUAL_-1206064169'), ('tmp_3355', u'PTRSUB_-1206063931'), (u'LOAD_-1206065297', u'INT_EQUAL_-1206065282'), (u'LOAD_-1206065799', u'CALL_-1206065746'), (u'CALL_-1206065291', u'INDIRECT_-1206064159'), (u'PTRSUB_-1206063528', u'LOAD_-1206065297'), (u'INDIRECT_-1206063565', u'MULTIEQUAL_-1206063887'), ('tmp_3042', u'CBRANCH_-1206065343'), (u'CALL_-1206065963', u'INDIRECT_-1206064105'), (u'MULTIEQUAL_-1206063331', u'MULTIEQUAL_-1206064873'), ('const-8', u'PTRSUB_-1206064174'), (u'LOAD_-1206065421', u'CALL_-1206065396'), ('const-0', u'PTRSUB_-1206066634'), (u'INT_ADD_-1206066665', u'CAST_-1206064185'), (u'CALL_-1206065320', u'INDIRECT_-1206064257'), (u'INDIRECT_-1206064179', u'CALL_-1206065302'), (u'PTRSUB_-1206063517', u'LOAD_-1206065273'), ('const-0', u'INT_EQUAL_-1206065669'), ('tmp_1088', u'CBRANCH_-1206065890'), (u'LOAD_-1206065506', u'CALL_-1206065460'), (u'CALL_-1206064884', u'INDIRECT_-1206063669'), ('tmp_3354', u'PTRSUB_-1206063810'), ('tmp_2210', u'BRANCH_-1206064979'), (u'LOAD_-1206065889', u'INT_NOTEQUAL_-1206065870'), ('const-0', u'INT_NOTEQUAL_-1206066611'), (u'CALL_-1206065372', u'INDIRECT_-1206064759'), ('const-2', u'COPY_-1206064980'), (u'INDIRECT_-1206063527', u'MULTIEQUAL_-1206063327'), (u'MULTIEQUAL_-1206064937', u'MULTIEQUAL_-1206064467'), (u'CALL_-1206065396', u'INDIRECT_-1206063882'), (u'LOAD_-1206065522', u'CALL_-1206065510'), ('const-8', u'INT_AND_-1206064185'), (u'CALL_-1206065424', u'INDIRECT_-1206064335'), (u'MULTIEQUAL_-1206064174', u'CALL_-1206065320'), ('const-8', u'PTRSUB_-1206063810'), (u'INT_SLESS_-1206066023', u'INT_ZEXT_-1206066014'), (u'CALL_-1206064992', u'INDIRECT_-1206063657'), (u'INT_NOTEQUAL_-1206065030', u'INT_NOTEQUAL_-1206064950'), (u'MULTIEQUAL_-1206063323', u'INT_NOTEQUAL_-1206064959'), (u'CALL_-1206065302', u'INDIRECT_-1206064167'), ('const-417', u'LOAD_-1206065799'), (u'INT_ADD_-1206066418', u'CAST_-1206064069'), (u'CALL_-1206065320', u'INT_EQUAL_-1206065277'), ('tmp_1984', u'CBRANCH_-1206065278'), ('tmp_199', u'CBRANCH_-1206066627'), (u'INDIRECT_-1206063669', u'MULTIEQUAL_-1206064397'), (u'INT_EQUAL_-1206065806', u'CBRANCH_-1206065804'), ('const-172', u'INT_NOTEQUAL_-1206065235'), (u'COPY_-1206064082', u'MULTIEQUAL_-1206064461'), (u'INT_ADD_-1206066006', u'MULTIEQUAL_-1206064907'), (u'INDIRECT_-1206063764', u'MULTIEQUAL_-1206064423'), ('const-253', u'INT_AND_-1206064348'), ('tmp_2717', u'CBRANCH_-1206064857'), (u'PTRSUB_-1206064066', u'LOAD_-1206065472'), ('tmp_3354', u'PTRSUB_-1206063665'), (u'CALL_-1206065460', u'INT_EQUAL_-1206065428'), (u'INDIRECT_-1206064237', u'MULTIEQUAL_-1206064397'), ('tmp_3354', u'PTRSUB_-1206063859'), (u'LOAD_-1206065212', u'INT_NOTEQUAL_-1206065168'), ('const-0', u'PTRSUB_-1206064223'), ('tmp_3354', u'PTRSUB_-1206064174'), (u'COPY_-1206064226', u'MULTIEQUAL_-1206064017'), ('const-16384', u'INT_AND_-1206064210'), ('const-2', u'PTRSUB_-1206063517'), (u'CALL_-1206065450', u'INDIRECT_-1206064804'), ('tmp_1781', u'CBRANCH_-1206065426'), ('tmp_401', u'CBRANCH_-1206066499'), ('const-12', u'PTRSUB_-1206063669'), ('const-0', u'INT_EQUAL_-1206065852'), (u'LOAD_-1206065212', u'INT_NOTEQUAL_-1206065190'), (u'INDIRECT_-1206064759', u'MULTIEQUAL_-1206064728'), (u'MULTIEQUAL_-1206063328', u'MULTIEQUAL_-1206063913'), (u'INDIRECT_-1206064690', u'MULTIEQUAL_-1206064728'), (u'INT_EQUAL_-1206065852', u'CBRANCH_-1206065850'), (u'CALL_-1206065424', u'CALL_-1206065236'), (u'CALL_-1206065746', u'INDIRECT_-1206063941'), ('const-32', u'PTRSUB_-1206063533'), ('const-0', u'INT_NOTEQUAL_-1206064857'), ('tmp_3355', u'PTRSUB_-1206063669'), ('tmp_1904', u'CBRANCH_-1206065336'), (u'INT_NOTEQUAL_-1206064857', u'CBRANCH_-1206064857'), (u'INDIRECT_-1206064145', u'MULTIEQUAL_-1206064397'), (u'MULTIEQUAL_-1206063329', u'MULTIEQUAL_-1206063991'), ('tmp_3355', u'PTRSUB_-1206064170'), (u'INT_NOTEQUAL_-1206065410', u'INT_ZEXT_-1206065393'), (u'LOAD_-1206065472', u'INT_SEXT_-1206065455'), (u'LOAD_-1206065889', u'CALL_-1206065746'), ('tmp_3355', u'INT_EQUAL_-1206066628'), (u'PTRSUB_-1206063351', u'PTRSUB_-1206063314'), (u'MULTIEQUAL_-1206064195', u'CALL_-1206066062'), (u'INDIRECT_-1206064027', u'MULTIEQUAL_-1206064091'), ('tmp_2573', u'CBRANCH_-1206064949'), ('const-2', u'COPY_-1206065628'), ('const-0', u'INT_NOTEQUAL_-1206065049'), (u'MULTIEQUAL_-1206063991', u'MULTIEQUAL_-1206064397'), (u'CALL_-1206065236', u'INDIRECT_-1206064214'), ('const-417', u'LOAD_-1206065082'), (u'INDIRECT_-1206064231', u'CALL_-1206064583'), ('tmp_1843', u'CBRANCH_-1206065377'), (u'INDIRECT_-1206064263', u'MULTIEQUAL_-1206064423'), (u'INDIRECT_-1206063631', u'MULTIEQUAL_-1206063329'), ('const-49', u'INT_NOTEQUAL_-1206065217'), (u'INDIRECT_-1206064833', u'MULTIEQUAL_-1206064937'), (u'INDIRECT_-1206064279', u'INT_NOTEQUAL_-1206065480'), (u'PTRSUB_-1206063758', u'LOAD_-1206065889'), (u'INDIRECT_-1206063553', u'MULTIEQUAL_-1206063328'), ('tmp_3354', u'PTRSUB_-1206063729'), ('const-0', u'PTRSUB_-1206063360'), (u'MULTIEQUAL_-1206064293', u'INT_EQUAL_-1206066420'), ('const-20', u'INT_ADD_-1206066418'), ('tmp_3355', u'PTRSUB_-1206063351'), (u'CALL_-1206065236', u'INDIRECT_-1206064136'), (u'INDIRECT_-1206063922', u'MULTIEQUAL_-1206063899'), ('tmp_3355', u'PTRSUB_-1206063486'), ('const-12', u'PTRSUB_-1206063665'), ('const-2048', u'INT_AND_-1206064195'), ('const-417', u'LOAD_-1206065579'), ('const-4', u'PTRSUB_-1206064213'), ('const-8192', u'INT_AND_-1206065303'), (u'INT_AND_-1206065303', u'INT_EQUAL_-1206065317'), (u'INDIRECT_-1206064237', u'COPY_-1206063975'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065336'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206066153'), ('tmp_1499', u'CBRANCH_-1206065605'), ('const-417', u'LOAD_-1206065500'), ('const-0', u'INT_NOTEQUAL_-1206064931'), (u'INT_AND_-1206065838', u'INT_EQUAL_-1206065852'), (u'MULTIEQUAL_-1206064017', u'MULTIEQUAL_-1206064423'), (u'PTRSUB_-1206063810', u'PTRSUB_-1206063758'), (u'CALL_-1206064884', u'INDIRECT_-1206063591'), (u'INT_NOTEQUAL_-1206066499', u'CBRANCH_-1206066499'), ('tmp_2213', u'BRANCH_-1206064987'), (u'INDIRECT_-1206064279', u'MULTIEQUAL_-1206064383'), (u'MULTIEQUAL_-1206064937', u'MULTIEQUAL_-1206064645'), (u'INT_NOTEQUAL_-1206066611', u'CBRANCH_-1206066609'), (u'INDIRECT_-1206063764', u'CALL_-1206064884'), (u'INDIRECT_-1206063810', u'MULTIEQUAL_-1206064319'), (u'PTRSUB_-1206063512', u'LOAD_-1206065266'), (u'INT_EQUAL_-1206065282', u'CBRANCH_-1206065278'), ('const-0', u'PTRSUB_-1206063543'), (u'CALL_-1206065510', u'INDIRECT_-1206064253'), (u'LOAD_-1206064926', u'CALL_-1206064884'), ('tmp_1431', u'CBRANCH_-1206065664'), ('tmp_7746', u'INT_ADD_-1206066665'), (u'LOAD_-1206066006', u'CALL_-1206065963'), (u'INT_NOTEQUAL_-1206064931', u'CBRANCH_-1206064931'), (u'MULTIEQUAL_-1206064907', u'COPY_-1206066446'), (u'INDIRECT_-1206063598', u'COPY_-1206063316'), (u'CALL_-1206065460', u'INDIRECT_-1206063810'), ('const-153', u'INT_EQUAL_-1206066594'), (u'INDIRECT_-1206063738', u'MULTIEQUAL_-1206063991'), (u'LOAD_-1206066585', u'INT_AND_-1206066506'), ('const-417', u'LOAD_-1206064920'), (u'INDIRECT_-1206063591', u'MULTIEQUAL_-1206063913'), (u'CALL_-1206064572', u'INDIRECT_-1206063598'), (u'CALL_-1206065450', u'INDIRECT_-1206064354'), ('tmp_1653', u'CBRANCH_-1206065511'), (u'CALL_-1206065070', u'INDIRECT_-1206063634'), ('const-0', u'PTRSUB_-1206063710'), (u'PTRSUB_-1206063630', u'LOAD_-1206065500'), (u'PTRSUB_-1206063533', u'LOAD_-1206065304'), (u'INT_AND_-1206064210', u'INT_EQUAL_-1206065634'), ('const-417', u'LOAD_-1206066498'), ('const-417', u'LOAD_-1206064926'), ('const-0', u'PTRSUB_-1206063567'), (u'CALL_-1206065450', u'INDIRECT_-1206064328'), (u'CALL_-1206065510', u'INDIRECT_-1206064357'), (u'INT_AND_-1206065017', u'INT_NOTEQUAL_-1206065030'), (u'COPY_-1206064980', u'MULTIEQUAL_-1206064907'), (u'PTRSUB_-1206063669', u'LOAD_-1206065585'), (u'CALL_-1206065539', u'INDIRECT_-1206063844')]
|
[(u'INDIRECT_-1206063786', u'MULTIEQUAL_-1206064261'), (u'CALL_-1206065450', u'INDIRECT_-1206064192'), (u'INT_AND_-1206064722', u'INT_NOTEQUAL_-1206066538'), ('tmp_3116', u'CBRANCH_-1206065276'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206065806'), ('tmp_10385', u'CALL_-1206065539'), ('const-0', u'SUBPIECE_-1206063858'), ('tmp_520', u'CBRANCH_-1206066413'), ('tmp_1527', u'CBRANCH_-1206065586'), (u'MULTIEQUAL_-1206064261', u'INT_EQUAL_-1206066420'), ('tmp_232', u'CBRANCH_-1206066609'), (u'CALL_-1206065236', u'INDIRECT_-1206064186'), (u'LOAD_-1206066591', u'INT_AND_-1206065017'), (u'MULTIEQUAL_-1206064922', u'MULTIEQUAL_-1206064630'), (u'INT_EQUAL_-1206066420', u'CBRANCH_-1206066413'), (u'CAST_-1206063501', u'LOAD_-1206065304'), (u'INDIRECT_-1206064356', u'MULTIEQUAL_-1206064460'), (u'MULTIEQUAL_-1206064352', u'MULTIEQUAL_-1206063882'), (u'CALL_-1206065539', u'INDIRECT_-1206063786'), (u'MULTIEQUAL_-1206063882', u'MULTIEQUAL_-1206064288'), ('const-417', u'LOAD_-1206066498'), ('const-1', u'PTRADD_-1206065645'), (u'CALL_-1206065302', u'INDIRECT_-1206064706'), (u'COPY_-1206065144', u'MULTIEQUAL_-1206064896'), (u'INDIRECT_-1206063747', u'MULTIEQUAL_-1206064288'), ('const-417', u'LOAD_-1206066591'), ('tmp_742', u'CBRANCH_-1206066110'), (u'CALL_-1206065746', u'MULTIEQUAL_-1206063323'), (u'INDIRECT_-1206064428', u'MULTIEQUAL_-1206064288'), (u'INT_EQUAL_-1206065379', u'CBRANCH_-1206065377'), (u'COPY_-1206065689', u'MULTIEQUAL_-1206064896'), (u'LOAD_-1206066184', u'INT_NOTEQUAL_-1206066168'), (u'INT_NOTEQUAL_-1206066476', u'INT_ZEXT_-1206066458'), (u'COPY_-1206065847', u'MULTIEQUAL_-1206064896'), (u'LOAD_-1206065799', u'INT_EQUAL_-1206065781'), (u'CALL_-1206065291', u'INDIRECT_-1206064209'), (u'INT_NOTEQUAL_-1206065587', u'CBRANCH_-1206065586'), (u'INDIRECT_-1206064744', u'MULTIEQUAL_-1206064713'), (u'INT_NOTEQUAL_-1206065354', u'CBRANCH_-1206065354'), (u'COPY_-1206065628', u'MULTIEQUAL_-1206064896'), ('const-2', u'COPY_-1206065689'), (u'INT_XOR_-1206065674', u'INT_AND_-1206065655'), (u'CALL_-1206065510', u'INDIRECT_-1206064818'), ('const-0', u'INT_NOTEQUAL_-1206065870'), ('const-0', u'PTRSUB_-1206064230'), (u'INDIRECT_-1206065053', u'LOAD_-1206066609'), (u'CAST_-1206064164', u'LOAD_-1206066585'), (u'INDIRECT_-1206064329', u'MULTIEQUAL_-1206064433'), (u'INDIRECT_-1206065093', u'INT_EQUAL_-1206066628'), (u'INT_EQUAL_-1206066594', u'CBRANCH_-1206066592'), (u'INDIRECT_-1206064428', u'MULTIEQUAL_-1206064352'), (u'INT_NOTEQUAL_-1206066538', u'CBRANCH_-1206066537'), ('tmp_2207', u'BRANCH_-1206064971'), (u'CALL_-1206065746', u'INDIRECT_-1206064480'), ('const-1', u'PTRADD_-1206065150'), (u'CALL_-1206065450', u'INDIRECT_-1206064327'), ('tmp_2028', u'CBRANCH_-1206065249'), (u'INDIRECT_-1206063571', u'MULTIEQUAL_-1206064460'), (u'CALL_-1206065450', u'INDIRECT_-1206064300'), (u'CALL_-1206065291', u'INDIRECT_-1206064128'), (u'INDIRECT_-1206063996', u'MULTIEQUAL_-1206064288'), (u'INT_EQUAL_-1206066153', u'CBRANCH_-1206066150'), (u'CALL_-1206065372', u'INDIRECT_-1206064147'), (u'INDIRECT_-1206064101', u'MULTIEQUAL_-1206064261'), ('const-0', u'INT_NOTEQUAL_-1206065480'), (u'INT_SLESS_-1206065918', u'CBRANCH_-1206065925'), (u'INDIRECT_-1206065053', u'LOAD_-1206065373'), ('const-417', u'LOAD_-1206065304'), ('const-514', u'INT_AND_-1206065655'), ('const-167', u'INT_NOTEQUAL_-1206065336'), ('const-3', u'INT_EQUAL_-1206065345'), (u'INDIRECT_-1206063602', u'MULTIEQUAL_-1206064261'), (u'PTRADD_-1206066650', u'MULTIEQUAL_-1206064433'), ('tmp_3195', u'BRANCH_-1206065221'), (u'INDIRECT_-1206064092', u'MULTIEQUAL_-1206063329'), (u'CALL_-1206064992', u'INDIRECT_-1206064092'), ('tmp_10385', u'CALL_-1206065460'), (u'CALL_-1206065424', u'INDIRECT_-1206064770'), (u'CAST_-1206063393', u'INT_NOTEQUAL_-1206064950'), (u'CALL_-1206065450', u'INDIRECT_-1206064789'), (u'INT_AND_-1206064326', u'INT_NOTEQUAL_-1206065890'), ('tmp_1215', u'CBRANCH_-1206065804'), ('const-2', u'COPY_-1206064988'), ('const-1', u'PTRADD_-1206065737'), (u'LOAD_-1206066591', u'INT_AND_-1206066486'), ('const-1', u'PTRADD_-1206066650'), ('const-253', u'INT_AND_-1206064326'), ('const-8', u'PTRADD_-1206065827'), (u'MULTIEQUAL_-1206064922', u'MULTIEQUAL_-1206064858'), (u'LOAD_-1206066492', u'INT_NOTEQUAL_-1206066476'), (u'PTRADD_-1206065211', u'LOAD_-1206065273'), (u'PTRADD_-1206065827', u'CAST_-1206063773'), ('const-32', u'PTRADD_-1206065242'), (u'MULTIEQUAL_-1206064433', u'CALL_-1206065070'), (u'SUBPIECE_-1206063858', u'INT_AND_-1206064950'), ('const-0', u'INT_EQUAL_-1206065407'), ('tmp_2128', u'CBRANCH_-1206065189'), (u'MULTIEQUAL_-1206064452', u'MULTIEQUAL_-1206064360'), ('const-4', u'PTRADD_-1206065639'), (u'PTRADD_-1206065235', u'CAST_-1206063496'), ('const-8', u'PTRADD_-1206064955'), (u'COPY_-1206066135', u'MULTIEQUAL_-1206064896'), (u'INDIRECT_-1206065053', u'PTRADD_-1206066436'), ('tmp_902', u'BRANCH_-1206066011'), ('tmp_1122', u'CBRANCH_-1206065870'), (u'MULTIEQUAL_-1206064858', u'INT_ADD_-1206066418'), ('const-16777216', u'INT_AND_-1206065017'), (u'INDIRECT_-1206064566', u'MULTIEQUAL_-1206064630'), (u'CALL_-1206065424', u'INT_EQUAL_-1206065407'), ('const-1024', u'INT_AND_-1206064722'), ('const-172', u'INT_NOTEQUAL_-1206065235'), ('const-1', u'PTRADD_-1206065144'), ('const-1', u'PTRADD_-1206065639'), (u'INT_AND_-1206066486', u'INT_NOTEQUAL_-1206066499'), ('tmp_2862', u'CBRANCH_-1206065477'), (u'CAST_-1206063496', u'LOAD_-1206065297'), ('const-417', u'LOAD_-1206065266'), ('const-8', u'PTRADD_-1206066436'), (u'INDIRECT_-1206063969', u'MULTIEQUAL_-1206064261'), (u'CALL_-1206065424', u'CALL_-1206065372'), (u'CALL_-1206065320', u'INDIRECT_-1206064121'), (u'INDIRECT_-1206065053', u'PTRADD_-1206065235'), ('const-2', u'COPY_-1206064996'), (u'INT_AND_-1206064188', u'INT_EQUAL_-1206065634'), (u'COPY_-1206064988', u'MULTIEQUAL_-1206064896'), ('const-0', u'RETURN_-1206066367'), ('const-0', u'INT_EQUAL_-1206065781'), (u'COPY_-1206064854', u'MULTIEQUAL_-1206064896'), ('const-1', u'PTRADD_-1206066436'), (u'INDIRECT_-1206063969', u'MULTIEQUAL_-1206064033'), (u'CALL_-1206066062', u'INT_SLESS_-1206066023'), (u'INT_EQUAL_-1206066136', u'CBRANCH_-1206066134'), (u'INT_NOTEQUAL_-1206065217', u'CBRANCH_-1206065217'), ('tmp_1938', u'CBRANCH_-1206065309'), (u'INT_OR_-1206066542', u'INT_AND_-1206064173'), ('tmp_1185', u'CBRANCH_-1206065824'), (u'INT_EQUAL_-1206065513', u'CBRANCH_-1206065511'), (u'COPY_-1206065070', u'MULTIEQUAL_-1206064896'), (u'CALL_-1206065450', u'INDIRECT_-1206064219'), ('const-111', u'INT_EQUAL_-1206066113'), ('tmp_2936', u'CBRANCH_-1206065406'), (u'INDIRECT_-1206063996', u'MULTIEQUAL_-1206064060'), (u'CALL_-1206065320', u'MULTIEQUAL_-1206064896'), (u'INT_NOTEQUAL_-1206065168', u'CBRANCH_-1206065141'), ('const-417', u'LOAD_-1206065707'), ('const-1', u'INT_AND_-1206064950'), (u'LOAD_-1206066432', u'INT_EQUAL_-1206066420'), ('const-417', u'LOAD_-1206066184'), ('tmp_10385', u'CALL_-1206065963'), (u'INDIRECT_-1206064128', u'MULTIEQUAL_-1206064288'), ('tmp_349', u'CBRANCH_-1206066537'), (u'PTRADD_-1206065645', u'CAST_-1206063690'), (u'INT_EQUAL_-1206065669', u'CBRANCH_-1206065664'), (u'CALL_-1206065372', u'INDIRECT_-1206064282'), (u'CALL_-1206065070', u'INDIRECT_-1206063602'), (u'CALL_-1206065424', u'INDIRECT_-1206064308'), (u'INDIRECT_-1206065053', u'LOAD_-1206066189'), ('tmp_2377', u'CBRANCH_-1206065048'), (u'INDIRECT_-1206064101', u'MULTIEQUAL_-1206064325'), (u'CALL_-1206065424', u'INDIRECT_-1206064200'), (u'INT_NOTEQUAL_-1206064950', u'CBRANCH_-1206064949'), (u'INT_EQUAL_-1206066628', u'CBRANCH_-1206066627'), ('tmp_1469', u'CBRANCH_-1206065631'), (u'INDIRECT_-1206064698', u'MULTIEQUAL_-1206064858'), (u'INDIRECT_-1206065093', u'LOAD_-1206066184'), (u'INDIRECT_-1206065053', u'PTRADD_-1206065827'), (u'CAST_-1206064111', u'LOAD_-1206066492'), ('const-1', u'PTRADD_-1206065242'), (u'INDIRECT_-1206063436', u'MULTIEQUAL_-1206064325'), (u'INDIRECT_-1206063463', u'MULTIEQUAL_-1206064352'), ('const-552501', u'PTRSUB_-1206064230'), ('const-1', u'PTRADD_-1206065827'), (u'CALL_-1206065302', u'INDIRECT_-1206064109'), (u'INDIRECT_-1206064033', u'MULTIEQUAL_-1206064922'), (u'INDIRECT_-1206064317', u'MULTIEQUAL_-1206064858'), (u'INT_ZEXT_-1206065393', u'INT_MULT_-1206064664'), (u'INT_AND_-1206064173', u'INT_EQUAL_-1206065608'), (u'CALL_-1206064884', u'INDIRECT_-1206064130'), (u'PTRADD_-1206065639', u'CAST_-1206063686'), ('const-0', u'INT_EQUAL_-1206065379'), (u'CALL_-1206066716', u'INDIRECT_-1206065053'), ('const-111', u'INT_EQUAL_-1206066136'), (u'MULTIEQUAL_-1206064630', u'MULTIEQUAL_-1206064858'), ('tmp_173', u'CBRANCH_-1206066641'), (u'MULTIEQUAL_-1206063882', u'MULTIEQUAL_-1206063790'), (u'INT_OR_-1206066542', u'INT_AND_-1206064722'), (u'MULTIEQUAL_-1206063329', u'MULTIEQUAL_-1206064858'), ('const-0', u'INT_EQUAL_-1206066628'), ('tmp_2056', u'CBRANCH_-1206065235'), (u'INT_NOTEQUAL_-1206065870', u'CBRANCH_-1206065870'), (u'MULTIEQUAL_-1206064452', u'MULTIEQUAL_-1206064858'), (u'MULTIEQUAL_-1206064352', u'MULTIEQUAL_-1206064288'), ('const-0', u'INT_NOTEQUAL_-1206065587'), (u'CALL_-1206065510', u'INDIRECT_-1206064329'), ('const-1', u'PTRADD_-1206066523'), ('const-1', u'RETURN_-1206065538'), (u'MULTIEQUAL_-1206063327', u'MULTIEQUAL_-1206064261'), (u'INDIRECT_-1206065053', u'PTRADD_-1206065204'), (u'INT_NOTEQUAL_-1206065049', u'CBRANCH_-1206065048'), (u'CALL_-1206065070', u'INT_NOTEQUAL_-1206065049'), (u'INDIRECT_-1206064213', u'MULTIEQUAL_-1206064251'), ('const-417', u'LOAD_-1206065212'), ('const-4', u'PTRADD_-1206065645'), ('tmp_477', u'BRANCH_-1206066456'), (u'INDIRECT_-1206065093', u'PTRADD_-1206065737'), (u'INDIRECT_-1206064036', u'MULTIEQUAL_-1206064288'), (u'INDIRECT_-1206065093', u'PTRADD_-1206065639'), (u'CAST_-1206063456', u'LOAD_-1206065206'), (u'MULTIEQUAL_-1206064325', u'MULTIEQUAL_-1206064261'), (u'INDIRECT_-1206064255', u'MULTIEQUAL_-1206064224'), (u'CALL_-1206064572', u'INDIRECT_-1206063571'), ('tmp_643', u'CBRANCH_-1206066167'), ('const-2', u'INT_MULT_-1206064679'), ('tmp_1249', u'CBRANCH_-1206065780'), (u'LOAD_-1206065206', u'INT_NOTEQUAL_-1206065190'), ('tmp_675', u'CBRANCH_-1206066150'), (u'CAST_-1206063773', u'LOAD_-1206065889'), ('tmp_2599', u'CBRANCH_-1206064931'), ('const-251', u'INT_AND_-1206065838'), (u'INDIRECT_-1206063786', u'MULTIEQUAL_-1206063763'), ('const-0', u'COPY_-1206063617'), ('tmp_10385', u'CALL_-1206066062'), (u'INT_ZEXT_-1206066014', u'INT_ADD_-1206066006'), (u'COPY_-1206065951', u'MULTIEQUAL_-1206064896'), (u'MULTIEQUAL_-1206064325', u'MULTIEQUAL_-1206064033'), ('const-2', u'COPY_-1206065448'), ('const-417', u'LOAD_-1206066492'), (u'PTRADD_-1206065204', u'LOAD_-1206065266'), ('const-28', u'PTRADD_-1206065144'), ('const-0', u'INT_EQUAL_-1206066642'), ('const-0', u'INT_NOTEQUAL_-1206066538'), (u'INDIRECT_-1206063544', u'MULTIEQUAL_-1206064433'), (u'CALL_-1206065424', u'INDIRECT_-1206064173'), (u'INT_EQUAL_-1206065345', u'CBRANCH_-1206065343'), (u'CALL_-1206064572', u'INDIRECT_-1206063544'), (u'INDIRECT_-1206064998', u'INT_ADD_-1206066665'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206065826'), ('const-254411', u'CALL_-1206066716'), ('tmp_1033', u'CBRANCH_-1206065925'), ('const-0', u'INT_NOTEQUAL_-1206066499'), (u'INDIRECT_-1206065053', u'PTRADD_-1206066529'), (u'INDIRECT_-1206063533', u'MULTIEQUAL_-1206064261'), (u'COPY_-1206066446', u'RETURN_-1206066367'), ('const-2', u'COPY_-1206066135'), (u'INDIRECT_-1206064998', u'MULTIEQUAL_-1206064922'), ('const-65', u'CALL_-1206065510'), ('const-164', u'INT_NOTEQUAL_-1206065890'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065235'), ('const-0', u'COPY_-1206065575'), (u'INT_OR_-1206066542', u'INT_AND_-1206064188'), (u'CALL_-1206065302', u'INDIRECT_-1206064217'), ('const-8', u'INT_AND_-1206064163'), (u'LOAD_-1206066585', u'INT_OR_-1206066542'), (u'INT_EQUAL_-1206065428', u'CBRANCH_-1206065426'), (u'LOAD_-1206066591', u'INT_OR_-1206066542'), ('const-111', u'INT_EQUAL_-1206065806'), (u'CALL_-1206065543', u'INDIRECT_-1206063438'), (u'INT_NOTEQUAL_-1206065480', u'CBRANCH_-1206065477'), ('tmp_2200', u'CBRANCH_-1206065141'), ('tmp_705', u'CBRANCH_-1206066134'), (u'INT_ZEXT_-1206066458', u'INT_MULT_-1206064679'), (u'INDIRECT_-1206064199', u'MULTIEQUAL_-1206064858'), (u'INT_AND_-1206065017', u'INT_NOTEQUAL_-1206064931'), (u'INT_NOTEQUAL_-1206065190', u'CBRANCH_-1206065189'), (u'PTRADD_-1206065144', u'CAST_-1206063456'), (u'CALL_-1206064583', u'INDIRECT_-1206063471'), (u'INT_EQUAL_-1206065826', u'CBRANCH_-1206065824'), (u'LOAD_-1206066189', u'INT_AND_-1206064326'), ('const-1', u'PTRADD_-1206065204'), ('const-1', u'PTRADD_-1206066529'), (u'INDIRECT_-1206064130', u'MULTIEQUAL_-1206064858'), (u'CALL_-1206064884', u'INT_NOTEQUAL_-1206064857'), (u'INDIRECT_-1206063560', u'MULTIEQUAL_-1206064288'), ('tmp_265', u'CBRANCH_-1206066592'), ('const-0', u'COPY_-1206065661'), (u'CALL_-1206064884', u'INDIRECT_-1206063533'), (u'CALL_-1206065539', u'INDIRECT_-1206064383'), (u'INDIRECT_-1206064105', u'MULTIEQUAL_-1206064143'), ('const-71', u'INT_EQUAL_-1206066153'), (u'CALL_-1206065372', u'INDIRECT_-1206064174'), ('const-2', u'COPY_-1206063390'), (u'CALL_-1206065396', u'INDIRECT_-1206063720'), (u'LOAD_-1206066189', u'INT_ADD_-1206064322'), (u'CALL_-1206065460', u'INDIRECT_-1206063752'), (u'CALL_-1206065396', u'INT_EQUAL_-1206065379'), (u'CAST_-1206063332', u'LOAD_-1206065017'), (u'CALL_-1206064992', u'INDIRECT_-1206063495'), ('const-20', u'INT_ADD_-1206066665'), ('const-153', u'INT_EQUAL_-1206066594'), (u'CALL_-1206065291', u'INDIRECT_-1206064236'), (u'PTRADD_-1206066523', u'CAST_-1206064164'), (u'INDIRECT_-1206063752', u'MULTIEQUAL_-1206064261'), (u'CALL_-1206066062', u'INDIRECT_-1206064606'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065354'), (u'MULTIEQUAL_-1206064352', u'MULTIEQUAL_-1206064060'), (u'MULTIEQUAL_-1206063328', u'MULTIEQUAL_-1206063882'), (u'CALL_-1206065372', u'INDIRECT_-1206064744'), ('const-0', u'INT_EQUAL_-1206065317'), (u'CALL_-1206064583', u'INDIRECT_-1206064041'), (u'MULTIEQUAL_-1206064922', u'MULTIEQUAL_-1206064452'), (u'INT_NOTEQUAL_-1206064959', u'CBRANCH_-1206064959'), (u'INT_EQUAL_-1206065277', u'CBRANCH_-1206065276'), (u'COPY_-1206063390', u'MULTIEQUAL_-1206064896'), ('const-32', u'PTRADD_-1206065235'), ('const-1024', u'INT_AND_-1206066506'), (u'INT_NOTEQUAL_-1206065890', u'CBRANCH_-1206065890'), (u'CALL_-1206065070', u'INDIRECT_-1206063629'), ('tmp_1153', u'CBRANCH_-1206065850'), ('const-0', u'INT_EQUAL_-1206065277'), (u'CALL_-1206064583', u'INDIRECT_-1206063552'), (u'CALL_-1206065746', u'INDIRECT_-1206063883'), ('tmp_3222', u'BRANCH_-1206064569'), (u'CAST_-1206064115', u'LOAD_-1206066498'), (u'INT_EQUAL_-1206065407', u'CBRANCH_-1206065406'), (u'INDIRECT_-1206064078', u'MULTIEQUAL_-1206064116'), ('const-2', u'COPY_-1206065070'), (u'INDIRECT_-1206064236', u'MULTIEQUAL_-1206064460'), (u'INDIRECT_-1206063629', u'MULTIEQUAL_-1206064288'), ('tmp_1876', u'CBRANCH_-1206065354'), (u'INT_ADD_-1206066665', u'CAST_-1206064200'), (u'CALL_-1206065070', u'INDIRECT_-1206064199'), (u'INDIRECT_-1206064248', u'MULTIEQUAL_-1206064352'), (u'INT_NOTEQUAL_-1206065235', u'CBRANCH_-1206065235'), ('const-2', u'COPY_-1206064854'), (u'INT_AND_-1206066506', u'INT_AND_-1206066486'), (u'CALL_-1206065424', u'INDIRECT_-1206064281'), ('const-417', u'LOAD_-1206065889'), ('const-119', u'INT_EQUAL_-1206065826'), (u'INDIRECT_-1206064248', u'INT_NOTEQUAL_-1206065480'), ('const-2', u'COPY_-1206066520'), ('const-1', u'INT_ADD_-1206066006'), (u'MULTIEQUAL_-1206064896', u'COPY_-1206066446'), (u'INDIRECT_-1206065093', u'PTRADD_-1206065144'), (u'INT_EQUAL_-1206065608', u'CBRANCH_-1206065605'), ('const-1', u'CALL_-1206064884'), ('tmp_7763', u'CALL_-1206066716'), (u'PTRADD_-1206066436', u'CAST_-1206064115'), (u'INDIRECT_-1206064199', u'MULTIEQUAL_-1206064452'), ('const-0', u'INT_NOTEQUAL_-1206066611'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206066136'), (u'INT_EQUAL_-1206066113', u'CBRANCH_-1206066110'), (u'INDIRECT_-1206065053', u'PTRADD_-1206065150'), (u'MULTIEQUAL_-1206064060', u'MULTIEQUAL_-1206064288'), ('const-0', u'INT_EQUAL_-1206065513'), (u'CALL_-1206065396', u'INDIRECT_-1206064317'), (u'INDIRECT_-1206065093', u'PTRADD_-1206065242'), (u'INDIRECT_-1206064209', u'MULTIEQUAL_-1206064433'), (u'PTRSUB_-1206064076', u'CALL_-1206065510'), (u'LOAD_-1206065699', u'INT_XOR_-1206065674'), (u'CALL_-1206065539', u'INT_EQUAL_-1206065513'), (u'CALL_-1206064583', u'INDIRECT_-1206063579'), (u'LOAD_-1206066681', u'MULTIEQUAL_-1206064325'), (u'LOAD_-1206066498', u'INT_NOTEQUAL_-1206066476'), (u'CALL_-1206065396', u'INDIRECT_-1206063747'), (u'CALL_-1206065510', u'INDIRECT_-1206064356'), (u'INDIRECT_-1206064147', u'MULTIEQUAL_-1206064116'), (u'INT_NOTEQUAL_-1206066168', u'CBRANCH_-1206066167'), (u'CAST_-1206064200', u'LOAD_-1206066681'), ('const-2', u'INT_SLESS_-1206065918'), (u'CALL_-1206065963', u'INDIRECT_-1206063996'), (u'INT_EQUAL_-1206065634', u'CBRANCH_-1206065631'), (u'INT_AND_-1206064163', u'INT_NOTEQUAL_-1206065587'), (u'INDIRECT_-1206064174', u'MULTIEQUAL_-1206064143'), (u'CALL_-1206064992', u'MULTIEQUAL_-1206063323'), (u'INT_EQUAL_-1206065781', u'CBRANCH_-1206065780'), (u'INT_EQUAL_-1206065251', u'CBRANCH_-1206065249'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065217'), (u'INDIRECT_-1206063813', u'MULTIEQUAL_-1206063790'), (u'LOAD_-1206065304', u'INT_EQUAL_-1206065282'), (u'INT_NOTEQUAL_-1206065336', u'CBRANCH_-1206065336'), (u'INDIRECT_-1206063522', u'MULTIEQUAL_-1206063328'), (u'PTRADD_-1206065242', u'CAST_-1206063501'), (u'CALL_-1206065543', u'INDIRECT_-1206063411'), ('tmp_2084', u'CBRANCH_-1206065217'), (u'PTRSUB_-1206064230', u'PTRADD_-1206066650'), (u'CALL_-1206065320', u'INDIRECT_-1206064148'), ('const-417', u'LOAD_-1206065799'), (u'CAST_-1206063690', u'LOAD_-1206065707'), (u'INDIRECT_-1206064566', u'MULTIEQUAL_-1206064858'), ('const-417', u'LOAD_-1206065699'), (u'CALL_-1206065236', u'INDIRECT_-1206064078'), ('tmp_2330', u'CBRANCH_-1206064959'), (u'INDIRECT_-1206063495', u'MULTIEQUAL_-1206063327'), (u'CALL_-1206065236', u'INDIRECT_-1206064213'), (u'CALL_-1206064572', u'INDIRECT_-1206063463'), (u'CAST_-1206064081', u'LOAD_-1206066432'), ('const-1', u'PTRADD_-1206065211'), ('const-8', u'PTRADD_-1206065737'), (u'LOAD_-1206065889', u'CALL_-1206064992'), ('const-8', u'PTRADD_-1206066430'), (u'INDIRECT_-1206063813', u'MULTIEQUAL_-1206064288'), (u'COPY_-1206065448', u'MULTIEQUAL_-1206064896'), (u'INDIRECT_-1206064130', u'MULTIEQUAL_-1206064452'), (u'CALL_-1206064884', u'INDIRECT_-1206063560'), ('const-417', u'LOAD_-1206066189'), (u'CALL_-1206065963', u'INDIRECT_-1206063969'), ('const-1', u'PTRADD_-1206066430'), ('const-417', u'LOAD_-1206066681'), (u'LOAD_-1206065707', u'INT_XOR_-1206065674'), ('const-0', u'INT_NOTEQUAL_-1206064959'), (u'INDIRECT_-1206063779', u'MULTIEQUAL_-1206064288'), (u'CALL_-1206066716', u'INDIRECT_-1206065093'), (u'INDIRECT_-1206064282', u'MULTIEQUAL_-1206064251'), (u'CALL_-1206065302', u'INDIRECT_-1206064136'), (u'INDIRECT_-1206063883', u'MULTIEQUAL_-1206063327'), ('const-2', u'PTRADD_-1206065204'), ('tmp_7758', u'PTRSUB_-1206064076'), ('const-4', u'PTRADD_-1206066523'), (u'INDIRECT_-1206065053', u'INT_EQUAL_-1206066642'), ('const-417', u'LOAD_-1206065297'), ('tmp_10385', u'INT_NOTEQUAL_-1206065168'), (u'INT_MULT_-1206064664', u'MULTIEQUAL_-1206064896'), (u'INT_EQUAL_-1206065317', u'CBRANCH_-1206065309'), ('const-1', u'COPY_-1206065951'), (u'CALL_-1206065963', u'INT_SLESS_-1206065918'), (u'CALL_-1206065372', u'INT_EQUAL_-1206065345'), (u'PTRADD_-1206066430', u'CAST_-1206064111'), (u'INT_OR_-1206066542', u'INT_AND_-1206065303'), ('const-417', u'LOAD_-1206065373'), ('const-115', u'INT_NOTEQUAL_-1206065354'), (u'PTRADD_-1206064955', u'CAST_-1206063332'), (u'INT_ADD_-1206064322', u'INT_AND_-1206065838'), (u'CALL_-1206065291', u'INDIRECT_-1206064101'), (u'CALL_-1206065963', u'INDIRECT_-1206064566'), ('const-0', u'COPY_-1206065847'), (u'LOAD_-1206066609', u'INT_EQUAL_-1206066594'), ('const-0', u'INT_NOTEQUAL_-1206065030'), (u'CAST_-1206063460', u'LOAD_-1206065212'), ('const-1', u'PTRADD_-1206065235'), (u'LOAD_-1206065017', u'CALL_-1206064992'), (u'LOAD_-1206065266', u'INT_EQUAL_-1206065251'), (u'LOAD_-1206066585', u'INT_RIGHT_-1206063432'), ('const-2', u'COPY_-1206065144'), (u'CALL_-1206065510', u'INDIRECT_-1206064221'), ('const-0', u'INT_EQUAL_-1206065634'), ('const-417', u'LOAD_-1206066128'), ('const-0', u'INT_EQUAL_-1206065608'), (u'CALL_-1206064572', u'INDIRECT_-1206063436'), (u'CALL_-1206066062', u'INDIRECT_-1206064036'), (u'LOAD_-1206066681', u'MULTIEQUAL_-1206064261'), ('const-417', u'LOAD_-1206065017'), (u'INT_AND_-1206065655', u'INT_EQUAL_-1206065669'), (u'LOAD_-1206066189', u'INT_NOTEQUAL_-1206066168'), (u'COPY_-1206064996', u'MULTIEQUAL_-1206064896'), (u'INDIRECT_-1206065093', u'PTRADD_-1206066523'), (u'MULTIEQUAL_-1206063329', u'MULTIEQUAL_-1206064452'), (u'CALL_-1206065320', u'INDIRECT_-1206064229'), (u'LOAD_-1206066128', u'INT_EQUAL_-1206066113'), ('const-0', u'INT_EQUAL_-1206065428'), (u'INT_AND_-1206064950', u'CAST_-1206063393'), (u'LOAD_-1206065273', u'INT_EQUAL_-1206065251'), ('tmp_2721', u'BRANCH_-1206064845'), (u'INDIRECT_-1206064698', u'MULTIEQUAL_-1206064922'), ('const-1', u'PTRADD_-1206064955'), (u'CALL_-1206065746', u'INDIRECT_-1206063910'), (u'CALL_-1206065372', u'INDIRECT_-1206064255'), (u'CALL_-1206065510', u'INDIRECT_-1206064248'), (u'INT_EQUAL_-1206066642', u'CBRANCH_-1206066641'), ('const-4294967256', u'PTRSUB_-1206064076'), ('const-417', u'LOAD_-1206066432'), (u'CAST_-1206063686', u'LOAD_-1206065699'), (u'PTRADD_-1206065737', u'CAST_-1206063728'), (u'LOAD_-1206065297', u'INT_EQUAL_-1206065282'), ('const-2', u'PTRADD_-1206065211'), (u'LOAD_-1206065799', u'CALL_-1206065746'), (u'INDIRECT_-1206063560', u'MULTIEQUAL_-1206063882'), (u'INDIRECT_-1206064221', u'MULTIEQUAL_-1206064325'), (u'INDIRECT_-1206064128', u'MULTIEQUAL_-1206064352'), (u'INDIRECT_-1206064383', u'MULTIEQUAL_-1206064360'), ('tmp_3042', u'CBRANCH_-1206065343'), (u'MULTIEQUAL_-1206064460', u'CALL_-1206065070'), ('const-2', u'INT_MULT_-1206064664'), (u'INT_MULT_-1206064679', u'MULTIEQUAL_-1206064896'), (u'MULTIEQUAL_-1206063327', u'MULTIEQUAL_-1206063855'), (u'INDIRECT_-1206065093', u'INT_NOTEQUAL_-1206065410'), (u'CALL_-1206066716', u'INT_NOTEQUAL_-1206066611'), (u'INDIRECT_-1206064349', u'MULTIEQUAL_-1206064858'), ('const-4', u'PTRADD_-1206066529'), (u'INDIRECT_-1206065093', u'PTRADD_-1206066430'), (u'COPY_-1206064980', u'MULTIEQUAL_-1206064896'), (u'INDIRECT_-1206064998', u'MULTIEQUAL_-1206064858'), ('const-0', u'INT_EQUAL_-1206065669'), ('tmp_1088', u'CBRANCH_-1206065890'), (u'INDIRECT_-1206064383', u'MULTIEQUAL_-1206064858'), ('tmp_2210', u'BRANCH_-1206064979'), (u'LOAD_-1206065889', u'INT_NOTEQUAL_-1206065870'), (u'CALL_-1206065302', u'INDIRECT_-1206064244'), (u'MULTIEQUAL_-1206064325', u'MULTIEQUAL_-1206063855'), ('const-2', u'COPY_-1206064980'), (u'CALL_-1206066716', u'INDIRECT_-1206064998'), (u'CALL_-1206064572', u'INDIRECT_-1206064033'), (u'INDIRECT_-1206064186', u'MULTIEQUAL_-1206064224'), (u'MULTIEQUAL_-1206063855', u'MULTIEQUAL_-1206064261'), (u'INDIRECT_-1206065017', u'PTRADD_-1206066650'), (u'INT_SLESS_-1206066023', u'INT_ZEXT_-1206066014'), (u'COPY_-1206065661', u'MULTIEQUAL_-1206064896'), (u'INT_NOTEQUAL_-1206065030', u'INT_NOTEQUAL_-1206064950'), (u'MULTIEQUAL_-1206063323', u'INT_NOTEQUAL_-1206064959'), ('const-1', u'INT_SLESS_-1206066023'), (u'COPY_-1206063617', u'MULTIEQUAL_-1206064896'), (u'CALL_-1206065320', u'INT_EQUAL_-1206065277'), ('tmp_1984', u'CBRANCH_-1206065278'), ('tmp_199', u'CBRANCH_-1206066627'), (u'MULTIEQUAL_-1206063328', u'MULTIEQUAL_-1206064288'), ('const-417', u'LOAD_-1206066609'), (u'INT_EQUAL_-1206065806', u'CBRANCH_-1206065804'), (u'CALL_-1206065236', u'INDIRECT_-1206064675'), ('tmp_2717', u'CBRANCH_-1206064857'), (u'CALL_-1206065460', u'INT_EQUAL_-1206065428'), (u'CALL_-1206066716', u'MULTIEQUAL_-1206064460'), (u'LOAD_-1206065212', u'INT_NOTEQUAL_-1206065168'), (u'INDIRECT_-1206064606', u'MULTIEQUAL_-1206064858'), ('tmp_1781', u'CBRANCH_-1206065426'), ('tmp_401', u'CBRANCH_-1206066499'), ('const-0', u'INT_EQUAL_-1206065852'), (u'LOAD_-1206065212', u'INT_NOTEQUAL_-1206065190'), (u'INT_EQUAL_-1206065852', u'CBRANCH_-1206065850'), (u'INT_OR_-1206066542', u'INT_AND_-1206064163'), ('const-417', u'LOAD_-1206065273'), (u'INDIRECT_-1206064009', u'MULTIEQUAL_-1206064261'), (u'CALL_-1206065424', u'CALL_-1206065236'), ('const-0', u'INT_NOTEQUAL_-1206064857'), ('tmp_1904', u'CBRANCH_-1206065336'), (u'INDIRECT_-1206065093', u'PTRADD_-1206065211'), (u'INT_NOTEQUAL_-1206064857', u'CBRANCH_-1206064857'), (u'CALL_-1206066062', u'INDIRECT_-1206064009'), (u'CALL_-1206066716', u'INDIRECT_-1206065017'), (u'INDIRECT_-1206064480', u'MULTIEQUAL_-1206063329'), (u'INT_NOTEQUAL_-1206065410', u'INT_ZEXT_-1206065393'), (u'LOAD_-1206065889', u'CALL_-1206065746'), (u'MULTIEQUAL_-1206063855', u'MULTIEQUAL_-1206063763'), (u'INDIRECT_-1206065053', u'INT_NOTEQUAL_-1206065410'), ('tmp_2573', u'CBRANCH_-1206064949'), ('const-2', u'COPY_-1206065628'), ('const-0', u'INT_NOTEQUAL_-1206065049'), (u'CAST_-1206064168', u'LOAD_-1206066591'), (u'INT_ADD_-1206066418', u'CAST_-1206064081'), (u'MULTIEQUAL_-1206064033', u'MULTIEQUAL_-1206064261'), (u'CALL_-1206065291', u'INDIRECT_-1206064698'), ('tmp_1843', u'CBRANCH_-1206065377'), (u'INDIRECT_-1206065093', u'LOAD_-1206066128'), (u'INDIRECT_-1206065093', u'PTRADD_-1206064955'), (u'INDIRECT_-1206063629', u'MULTIEQUAL_-1206063882'), (u'CALL_-1206065539', u'INDIRECT_-1206063813'), (u'CALL_-1206065320', u'INDIRECT_-1206064718'), ('const-49', u'INT_NOTEQUAL_-1206065217'), (u'INDIRECT_-1206064675', u'MULTIEQUAL_-1206064713'), ('const-20', u'INT_ADD_-1206066418'), (u'INT_ADD_-1206066006', u'MULTIEQUAL_-1206064896'), (u'CAST_-1206063728', u'LOAD_-1206065799'), (u'PTRADD_-1206066529', u'CAST_-1206064168'), ('const-8192', u'INT_AND_-1206065303'), (u'PTRADD_-1206065150', u'CAST_-1206063460'), (u'INT_AND_-1206065303', u'INT_EQUAL_-1206065317'), (u'LOAD_-1206065373', u'INT_NOTEQUAL_-1206065336'), (u'LOAD_-1206066189', u'INT_EQUAL_-1206066153'), ('tmp_1499', u'CBRANCH_-1206065605'), ('const-0', u'INT_NOTEQUAL_-1206064931'), (u'INT_AND_-1206065838', u'INT_EQUAL_-1206065852'), (u'INT_RIGHT_-1206063432', u'SUBPIECE_-1206063858'), (u'INT_NOTEQUAL_-1206066499', u'CBRANCH_-1206066499'), (u'CALL_-1206065460', u'INDIRECT_-1206064349'), ('const-28', u'PTRADD_-1206065150'), ('tmp_2213', u'BRANCH_-1206064987'), (u'INT_NOTEQUAL_-1206066611', u'CBRANCH_-1206066609'), (u'INDIRECT_-1206063533', u'MULTIEQUAL_-1206063855'), (u'INT_EQUAL_-1206065282', u'CBRANCH_-1206065278'), (u'CALL_-1206065320', u'INDIRECT_-1206064256'), ('tmp_1431', u'CBRANCH_-1206065664'), ('const-24', u'INT_RIGHT_-1206063432'), (u'INDIRECT_-1206063910', u'MULTIEQUAL_-1206063328'), (u'INDIRECT_-1206063720', u'MULTIEQUAL_-1206064261'), (u'INT_NOTEQUAL_-1206064931', u'CBRANCH_-1206064931'), ('const-2048', u'INT_AND_-1206064173'), ('const-91', u'INT_ADD_-1206064322'), ('const-16384', u'INT_AND_-1206064188'), ('const-417', u'LOAD_-1206066585'), (u'LOAD_-1206066585', u'INT_AND_-1206066506'), (u'CALL_-1206065460', u'INDIRECT_-1206063779'), (u'CALL_-1206064583', u'INDIRECT_-1206063444'), (u'COPY_-1206066520', u'MULTIEQUAL_-1206064896'), ('tmp_1653', u'CBRANCH_-1206065511'), (u'CALL_-1206066716', u'INDIRECT_-1206064428'), (u'CALL_-1206064992', u'INDIRECT_-1206063522'), ('const-417', u'LOAD_-1206065206'), (u'INDIRECT_-1206063602', u'MULTIEQUAL_-1206063855'), (u'INDIRECT_-1206064818', u'MULTIEQUAL_-1206064922'), (u'CALL_-1206065236', u'INDIRECT_-1206064105'), (u'INDIRECT_-1206065053', u'PTRADD_-1206065645'), (u'INT_AND_-1206065017', u'INT_NOTEQUAL_-1206065030')]
| null | null |
0003e1bf
|
x86
|
O1
|
(translation_unit "int __regparm3 FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n /* WARNING: Subroutine does not return */\n FUN_00094ed0();\n}\n\n" (function_definition "int __regparm3 FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n /* WARNING: Subroutine does not return */\n FUN_00094ed0();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)" identifier (parameter_list "(undefined4 param_1,byte *param_2,byte *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "byte *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n /* WARNING: Subroutine does not return */\n FUN_00094ed0();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (declaration "undefined *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "int unaff_retaddr;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (expression_statement "iVar4 = entry(param_2,0x3e1cb);" (assignment_expression "iVar4 = entry(param_2,0x3e1cb)" identifier = (call_expression "entry(param_2,0x3e1cb)" identifier (argument_list "(param_2,0x3e1cb)" ( identifier , number_literal )))) ;) (expression_statement "puVar7 = &UNK_00086e35 + unaff_EBX;" (assignment_expression "puVar7 = &UNK_00086e35 + unaff_EBX" identifier = (binary_expression "&UNK_00086e35 + unaff_EBX" (pointer_expression "&UNK_00086e35" & identifier) + identifier)) ;) (expression_statement "local_24 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_24 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0))" ( (binary_expression "(param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)" (parenthesized_expression "(param_2 == (byte *)0x0)" ( (binary_expression "param_2 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(param_3 == (byte *)0x0)" ( (binary_expression "param_3 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = (uint)(param_2 != param_3) * 2;" (assignment_expression "iVar8 = (uint)(param_2 != param_3) * 2" identifier = (binary_expression "(uint)(param_2 != param_3) * 2" (call_expression "(uint)(param_2 != param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != param_3)" ( (binary_expression "param_2 != param_3" identifier != identifier) ))) * number_literal)) ;) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (if_statement "if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }" if (parenthesized_expression "((iVar4 != 0) && (*param_2 == 0x99))" ( (binary_expression "(iVar4 != 0) && (*param_2 == 0x99)" (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) && (parenthesized_expression "(*param_2 == 0x99)" ( (binary_expression "*param_2 == 0x99" (pointer_expression "*param_2" * identifier) == number_literal) ))) )) (compound_statement "{\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }" { (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "FUN_0003e10f(0x41,&local_28);" (call_expression "FUN_0003e10f(0x41,&local_28)" identifier (argument_list "(0x41,&local_28)" ( number_literal , (pointer_expression "&local_28" & identifier) ))) ;) (if_statement "if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }" if (parenthesized_expression "(local_28 != 0)" ( (binary_expression "local_28 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }" { (expression_statement "FUN_00019f4c();" (call_expression "FUN_00019f4c()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar8 = FUN_00032bbb();" (assignment_expression "iVar8 = FUN_00032bbb()" identifier = (call_expression "FUN_00032bbb()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_000257e8();\n FUN_000257e8();\n }" { (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" else (compound_statement "{\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" { (expression_statement "iVar5 = sqlite3_value_type(iVar8);" (assignment_expression "iVar5 = sqlite3_value_type(iVar8)" identifier = (call_expression "sqlite3_value_type(iVar8)" identifier (argument_list "(iVar8)" ( identifier )))) ;) (if_statement "if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }" if (parenthesized_expression "(iVar5 == 3)" ( (binary_expression "iVar5 == 3" identifier == number_literal) )) (compound_statement "{\n sqlite3_value_text(iVar8);\n }" { (expression_statement "sqlite3_value_text(iVar8);" (call_expression "sqlite3_value_text(iVar8)" identifier (argument_list "(iVar8)" ( identifier ))) ;) })) (expression_statement "iVar8 = FUN_0003c84f();" (assignment_expression "iVar8 = FUN_0003c84f()" identifier = (call_expression "FUN_0003c84f()" identifier (argument_list "()" ( )))) ;) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) (if_statement "if (iVar8 == 0) goto LAB_0003e23e;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) }))) })) })) (expression_statement "uVar2 = *(uint *)(param_2 + 4);" (assignment_expression "uVar2 = *(uint *)(param_2 + 4)" identifier = (pointer_expression "*(uint *)(param_2 + 4)" * (cast_expression "(uint *)(param_2 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(param_3 + 4);" (assignment_expression "uVar3 = *(uint *)(param_3 + 4)" identifier = (pointer_expression "*(uint *)(param_3 + 4)" * (cast_expression "(uint *)(param_3 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = uVar3 | uVar2;" (assignment_expression "uVar6 = uVar3 | uVar2" identifier = (binary_expression "uVar3 | uVar2" identifier | identifier)) ;) (if_statement "if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((uVar6 & 0x400) != 0)" ( (binary_expression "(uVar6 & 0x400) != 0" (parenthesized_expression "(uVar6 & 0x400)" ( (binary_expression "uVar6 & 0x400" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }" if (parenthesized_expression "((uVar3 & 0x400 & uVar2) != 0)" ( (binary_expression "(uVar3 & 0x400 & uVar2) != 0" (parenthesized_expression "(uVar3 & 0x400 & uVar2)" ( (binary_expression "uVar3 & 0x400 & uVar2" (binary_expression "uVar3 & 0x400" identifier & number_literal) & identifier) )) != number_literal) )) (compound_statement "{\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }" { (expression_statement "iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;" (assignment_expression "iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2" identifier = (binary_expression "(uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2" (call_expression "(uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_2 + 8) != *(int *)(param_3 + 8))" ( (binary_expression "*(int *)(param_2 + 8) != *(int *)(param_3 + 8)" (pointer_expression "*(int *)(param_2 + 8)" * (cast_expression "(int *)(param_2 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_3 + 8)" * (cast_expression "(int *)(param_3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) ))))) ))) * number_literal)) ;) })) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((*param_3 != bVar1) || (bVar1 == 0x47))" ( (binary_expression "(*param_3 != bVar1) || (bVar1 == 0x47)" (parenthesized_expression "(*param_3 != bVar1)" ( (binary_expression "*param_3 != bVar1" (pointer_expression "*param_3" * identifier) != identifier) )) || (parenthesized_expression "(bVar1 == 0x47)" ( (binary_expression "bVar1 == 0x47" identifier == number_literal) ))) )) (compound_statement "{\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }" { (if_statement "if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }" if (parenthesized_expression "(bVar1 == 0x6f)" ( (binary_expression "bVar1 == 0x6f" identifier == number_literal) )) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }" { (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) ;) (expression_statement "iVar8 = 1;" (assignment_expression "iVar8 = 1" identifier = number_literal) ;) (if_statement "if (iVar4 < 2) goto LAB_0003e23e;" if (parenthesized_expression "(iVar4 < 2)" ( (binary_expression "iVar4 < 2" identifier < number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) })) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }" if (parenthesized_expression "(*param_3 == 0x6f)" ( (binary_expression "*param_3 == 0x6f" (pointer_expression "*param_3" * identifier) == number_literal) )) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }" { (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) ;) (expression_statement "iVar8 = (1 < iVar4) + 1;" (assignment_expression "iVar8 = (1 < iVar4) + 1" identifier = (binary_expression "(1 < iVar4) + 1" (parenthesized_expression "(1 < iVar4)" ( (binary_expression "1 < iVar4" number_literal < identifier) )) + number_literal)) ;) })) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (if_statement "if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }" if (parenthesized_expression "(((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0))" ( (binary_expression "((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)" (parenthesized_expression "((bVar1 & 0xfd) != 0xa4)" ( (binary_expression "(bVar1 & 0xfd) != 0xa4" (parenthesized_expression "(bVar1 & 0xfd)" ( (binary_expression "bVar1 & 0xfd" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)" ( (comma_expression "__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0" (assignment_expression "__s1 = *(char **)(param_2 + 8)" identifier = (pointer_expression "*(char **)(param_2 + 8)" * (cast_expression "(char **)(param_2 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) , (binary_expression "__s1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }" { (if_statement "if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" if (parenthesized_expression "((bVar1 + 0x5b & 0xfb) == 0)" ( (binary_expression "(bVar1 + 0x5b & 0xfb) == 0" (parenthesized_expression "(bVar1 + 0x5b & 0xfb)" ( (binary_expression "bVar1 + 0x5b & 0xfb" (binary_expression "bVar1 + 0x5b" identifier + number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }" { (expression_statement "iVar4 = FUN_000174da(iVar4,puVar7);" (assignment_expression "iVar4 = FUN_000174da(iVar4,puVar7)" identifier = (call_expression "FUN_000174da(iVar4,puVar7)" identifier (argument_list "(iVar4,puVar7)" ( identifier , identifier )))) ;) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;" if (parenthesized_expression "((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))" ( (binary_expression "(iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1))" (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) || (parenthesized_expression "(((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1))" ( (binary_expression "((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)" (parenthesized_expression "((uVar2 & 0x1000000) != 0)" ( (binary_expression "(uVar2 & 0x1000000) != 0" (parenthesized_expression "(uVar2 & 0x1000000)" ( (binary_expression "uVar2 & 0x1000000" identifier & number_literal) )) != number_literal) )) != (cast_expression "(bool)((byte)(uVar3 >> 0x18) & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "((byte)(uVar3 >> 0x18) & 1)" ( (binary_expression "(byte)(uVar3 >> 0x18) & 1" (call_expression "(byte)(uVar3 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar3 >> 0x18)" ( (binary_expression "uVar3 >> 0x18" identifier >> number_literal) ))) & number_literal) )))) ))) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) (if_statement "if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }" if (parenthesized_expression "(((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0))" ( (binary_expression "((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)" (parenthesized_expression "((uVar2 & 0x1000000) != 0)" ( (binary_expression "(uVar2 & 0x1000000) != 0" (parenthesized_expression "(uVar2 & 0x1000000)" ( (binary_expression "uVar2 & 0x1000000" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar4 = FUN_0003e670(1), iVar4 != 0)" ( (comma_expression "iVar4 = FUN_0003e670(1), iVar4 != 0" (assignment_expression "iVar4 = FUN_0003e670(1)" identifier = (call_expression "FUN_0003e670(1)" identifier (argument_list "(1)" ( number_literal )))) , (binary_expression "iVar4 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar8 = 2;\n goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) }) (else_clause "else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" else (compound_statement "{\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (if_statement "if (bVar1 == 0x77) goto LAB_0003e23e;" if (parenthesized_expression "(bVar1 == 0x77)" ( (binary_expression "bVar1 == 0x77" identifier == number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) (if_statement "if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" if (parenthesized_expression "(bVar1 == 0x6f)" ( (binary_expression "bVar1 == 0x6f" identifier == number_literal) )) (compound_statement "{\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }" { (expression_statement "iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));" (assignment_expression "iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8))" identifier = (call_expression "sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8))" identifier (argument_list "(__s1,*(undefined4 *)(param_3 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(param_3 + 8)" * (cast_expression "(undefined4 *)(param_3 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) )))) ;) }) (else_clause "else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" else (compound_statement "{\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" { (if_statement "if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;" if (parenthesized_expression "(*(char **)(param_3 + 8) == (char *)0x0)" ( (binary_expression "*(char **)(param_3 + 8) == (char *)0x0" (pointer_expression "*(char **)(param_3 + 8)" * (cast_expression "(char **)(param_3 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0003e3d3;" goto statement_identifier ;)) (expression_statement "iVar4 = strcmp(__s1,*(char **)(param_3 + 8));" (assignment_expression "iVar4 = strcmp(__s1,*(char **)(param_3 + 8))" identifier = (call_expression "strcmp(__s1,*(char **)(param_3 + 8))" identifier (argument_list "(__s1,*(char **)(param_3 + 8))" ( identifier , (pointer_expression "*(char **)(param_3 + 8)" * (cast_expression "(char **)(param_3 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) )))) ;) }))) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if (iVar4 != 0) goto LAB_0003e23e;" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) }))) })) (labeled_statement "LAB_0003e3d3:\n iVar8 = 2;" statement_identifier : (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;)) (if_statement "if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" if (parenthesized_expression "((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0))))" ( (binary_expression "(((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))" (parenthesized_expression "(((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0))" ( (binary_expression "((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)" (parenthesized_expression "((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0))" ( (binary_expression "(((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)" (parenthesized_expression "(((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0)" ( (binary_expression "((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0" (parenthesized_expression "((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202)" ( (binary_expression "(*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202" (parenthesized_expression "(*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4))" ( (binary_expression "*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)" (pointer_expression "*(uint *)(param_2 + 4)" * (cast_expression "(uint *)(param_2 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) ^ (pointer_expression "*(uint *)(param_3 + 4)" * (cast_expression "(uint *)(param_3 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) ))))) )) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar8 = 0, (uVar6 & 0x4000) == 0)" ( (comma_expression "iVar8 = 0, (uVar6 & 0x4000) == 0" (assignment_expression "iVar8 = 0" identifier = number_literal) , (binary_expression "(uVar6 & 0x4000) == 0" (parenthesized_expression "(uVar6 & 0x4000)" ( (binary_expression "uVar6 & 0x4000" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(iVar8 = 2, (uVar6 & 0x800) == 0)" ( (comma_expression "iVar8 = 2, (uVar6 & 0x800) == 0" (assignment_expression "iVar8 = 2" identifier = number_literal) , (binary_expression "(uVar6 & 0x800) == 0" (parenthesized_expression "(uVar6 & 0x800)" ( (binary_expression "uVar6 & 0x800" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))" ( (parenthesized_expression "((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0))" ( (binary_expression "(uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)" (binary_expression "(uVar6 & 8) != 0" (parenthesized_expression "(uVar6 & 8)" ( (binary_expression "uVar6 & 8" identifier & number_literal) )) != number_literal) || (parenthesized_expression "(iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)" ( (comma_expression "iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) , (binary_expression "iVar4 == 0" identifier == number_literal)) ))) )) ))) )) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" { (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) ;) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }" { (expression_statement "iVar4 = FUN_0003e595();" (assignment_expression "iVar4 = FUN_0003e595()" identifier = (call_expression "FUN_0003e595()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" { (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (if_statement "if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" if (parenthesized_expression "(((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0))" ( (binary_expression "((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)" (parenthesized_expression "((bVar1 != 0x73) && (bVar1 != 0xa7))" ( (binary_expression "(bVar1 != 0x73) && (bVar1 != 0xa7)" (parenthesized_expression "(bVar1 != 0x73)" ( (binary_expression "bVar1 != 0x73" identifier != number_literal) )) && (parenthesized_expression "(bVar1 != 0xa7)" ( (binary_expression "bVar1 != 0xa7" identifier != number_literal) ))) )) && (parenthesized_expression "((uVar6 & 0x2000) == 0)" ( (binary_expression "(uVar6 & 0x2000) == 0" (parenthesized_expression "(uVar6 & 0x2000)" ( (binary_expression "uVar6 & 0x2000" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" { (if_statement "if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }" if (parenthesized_expression "(*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20))" ( (binary_expression "*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)" (pointer_expression "*(short *)(param_2 + 0x20)" * (cast_expression "(short *)(param_2 + 0x20)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) == (pointer_expression "*(short *)(param_3 + 0x20)" * (cast_expression "(short *)(param_3 + 0x20)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) ))))) )) (compound_statement "{\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" { (if_statement "if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }" if (parenthesized_expression "((param_2[2] == param_3[2]) || (bVar1 != 0xac))" ( (binary_expression "(param_2[2] == param_3[2]) || (bVar1 != 0xac)" (parenthesized_expression "(param_2[2] == param_3[2])" ( (binary_expression "param_2[2] == param_3[2]" (subscript_expression "param_2[2]" identifier [ number_literal ]) == (subscript_expression "param_3[2]" identifier [ number_literal ])) )) || (parenthesized_expression "(bVar1 != 0xac)" ( (binary_expression "bVar1 != 0xac" identifier != number_literal) ))) )) (compound_statement "{\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }" { (if_statement "if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }" if (parenthesized_expression "((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr))))" ( (binary_expression "(bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))" (parenthesized_expression "(bVar1 != 0x31)" ( (binary_expression "bVar1 != 0x31" identifier != number_literal) )) && (parenthesized_expression "((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))" ( (parenthesized_expression "(*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr))" ( (binary_expression "*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)" (binary_expression "*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c)" (pointer_expression "*(int *)(param_3 + 0x1c)" * (cast_expression "(int *)(param_3 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x1c)" ( (binary_expression "param_3 + 0x1c" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) && (parenthesized_expression "(*(int *)(param_2 + 0x1c) != unaff_retaddr)" ( (binary_expression "*(int *)(param_2 + 0x1c) != unaff_retaddr" (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) != identifier) ))) )) ))) )) (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) })) }) (else_clause "else {\n iVar8 = 2;\n }" else (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) }))) }) (else_clause "else {\n iVar8 = 2;\n }" else (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) }))) })) }) (else_clause "else {\n iVar8 = 2;\n }" else (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) }))) })) })) (labeled_statement "LAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }" statement_identifier : (if_statement "if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }" if (parenthesized_expression "(local_24 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_24 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar8;\n }" { (return_statement "return iVar8;" return identifier ;) }))) comment (expression_statement "FUN_00094ed0();" (call_expression "FUN_00094ed0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 sqlite3ExprCompare(Parse *pParse,Expr *pA,Expr *pB,int iTab)\n\n{\n byte bVar1;\n u8 uVar2;\n short sVar3;\n uint uVar4;\n uint uVar5;\n char *zLeft;\n undefined **ppuVar6;\n sqlite3_value *pVal;\n int iVar7;\n uint uVar8;\n undefined **ppuVar9;\n int iVar10;\n int in_GS_OFFSET;\n Parse *pPVar11;\n sqlite3_value *pR;\n int local_20;\n \n ppuVar9 = &_GLOBAL_OFFSET_TABLE_;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((pA == (Expr *)0x0) || (pB == (Expr *)0x0)) {\n iVar10 = (uint)(pA != pB) * 2;\n goto LAB_0003e23e;\n }\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if ((pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)) {\n pR = (sqlite3_value *)0x0;\n sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);\n ppuVar6 = ppuVar9;\n if (pR != (sqlite3_value *)0x0) {\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }\n }\n ppuVar9 = ppuVar6;\n pParse = pPVar11;\n uVar4 = pA->flags;\n uVar5 = pB->flags;\n uVar8 = uVar5 | uVar4;\n if ((uVar8 & 0x400) != 0) {\n iVar10 = 2;\n if ((uVar5 & 0x400 & uVar4) != 0) {\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = pA->op;\n if ((pB->op != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }\n iVar10 = 2;\n if (pB->op == 'o') {\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar10 = 2;\n if ((((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)) &&\n (((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n ))) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);\n iVar10 = 2;\n if (iVar7 == 0) {\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar10;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local(pParse,ppuVar9);\n}\n\n" comment (function_definition "int __regparm3 sqlite3ExprCompare(Parse *pParse,Expr *pA,Expr *pB,int iTab)\n\n{\n byte bVar1;\n u8 uVar2;\n short sVar3;\n uint uVar4;\n uint uVar5;\n char *zLeft;\n undefined **ppuVar6;\n sqlite3_value *pVal;\n int iVar7;\n uint uVar8;\n undefined **ppuVar9;\n int iVar10;\n int in_GS_OFFSET;\n Parse *pPVar11;\n sqlite3_value *pR;\n int local_20;\n \n ppuVar9 = &_GLOBAL_OFFSET_TABLE_;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((pA == (Expr *)0x0) || (pB == (Expr *)0x0)) {\n iVar10 = (uint)(pA != pB) * 2;\n goto LAB_0003e23e;\n }\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if ((pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)) {\n pR = (sqlite3_value *)0x0;\n sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);\n ppuVar6 = ppuVar9;\n if (pR != (sqlite3_value *)0x0) {\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }\n }\n ppuVar9 = ppuVar6;\n pParse = pPVar11;\n uVar4 = pA->flags;\n uVar5 = pB->flags;\n uVar8 = uVar5 | uVar4;\n if ((uVar8 & 0x400) != 0) {\n iVar10 = 2;\n if ((uVar5 & 0x400 & uVar4) != 0) {\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = pA->op;\n if ((pB->op != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }\n iVar10 = 2;\n if (pB->op == 'o') {\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar10 = 2;\n if ((((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)) &&\n (((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n ))) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);\n iVar10 = 2;\n if (iVar7 == 0) {\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar10;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local(pParse,ppuVar9);\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "sqlite3ExprCompare(Parse *pParse,Expr *pA,Expr *pB,int iTab)" identifier (parameter_list "(Parse *pParse,Expr *pA,Expr *pB,int iTab)" ( (parameter_declaration "Parse *pParse" type_identifier (pointer_declarator "*pParse" * identifier)) , (parameter_declaration "Expr *pA" type_identifier (pointer_declarator "*pA" * identifier)) , (parameter_declaration "Expr *pB" type_identifier (pointer_declarator "*pB" * identifier)) , (parameter_declaration "int iTab" primitive_type identifier) ))) (compound_statement "{\n byte bVar1;\n u8 uVar2;\n short sVar3;\n uint uVar4;\n uint uVar5;\n char *zLeft;\n undefined **ppuVar6;\n sqlite3_value *pVal;\n int iVar7;\n uint uVar8;\n undefined **ppuVar9;\n int iVar10;\n int in_GS_OFFSET;\n Parse *pPVar11;\n sqlite3_value *pR;\n int local_20;\n \n ppuVar9 = &_GLOBAL_OFFSET_TABLE_;\n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n if ((pA == (Expr *)0x0) || (pB == (Expr *)0x0)) {\n iVar10 = (uint)(pA != pB) * 2;\n goto LAB_0003e23e;\n }\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if ((pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)) {\n pR = (sqlite3_value *)0x0;\n sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);\n ppuVar6 = ppuVar9;\n if (pR != (sqlite3_value *)0x0) {\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }\n }\n ppuVar9 = ppuVar6;\n pParse = pPVar11;\n uVar4 = pA->flags;\n uVar5 = pB->flags;\n uVar8 = uVar5 | uVar4;\n if ((uVar8 & 0x400) != 0) {\n iVar10 = 2;\n if ((uVar5 & 0x400 & uVar4) != 0) {\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = pA->op;\n if ((pB->op != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }\n iVar10 = 2;\n if (pB->op == 'o') {\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar10 = 2;\n if ((((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)) &&\n (((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n ))) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);\n iVar10 = 2;\n if (iVar7 == 0) {\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar10;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local(pParse,ppuVar9);\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "u8 uVar2;" type_identifier identifier ;) (declaration "short sVar3;" (sized_type_specifier "short" short) identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "char *zLeft;" primitive_type (pointer_declarator "*zLeft" * identifier) ;) (declaration "undefined **ppuVar6;" type_identifier (pointer_declarator "**ppuVar6" * (pointer_declarator "*ppuVar6" * identifier)) ;) (declaration "sqlite3_value *pVal;" type_identifier (pointer_declarator "*pVal" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "uint uVar8;" type_identifier identifier ;) (declaration "undefined **ppuVar9;" type_identifier (pointer_declarator "**ppuVar9" * (pointer_declarator "*ppuVar9" * identifier)) ;) (declaration "int iVar10;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "Parse *pPVar11;" type_identifier (pointer_declarator "*pPVar11" * identifier) ;) (declaration "sqlite3_value *pR;" type_identifier (pointer_declarator "*pR" * identifier) ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "ppuVar9 = &_GLOBAL_OFFSET_TABLE_;" (assignment_expression "ppuVar9 = &_GLOBAL_OFFSET_TABLE_" identifier = (pointer_expression "&_GLOBAL_OFFSET_TABLE_" & identifier)) ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((pA == (Expr *)0x0) || (pB == (Expr *)0x0)) {\n iVar10 = (uint)(pA != pB) * 2;\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((pA == (Expr *)0x0) || (pB == (Expr *)0x0))" ( (binary_expression "(pA == (Expr *)0x0) || (pB == (Expr *)0x0)" (parenthesized_expression "(pA == (Expr *)0x0)" ( (binary_expression "pA == (Expr *)0x0" identifier == (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(pB == (Expr *)0x0)" ( (binary_expression "pB == (Expr *)0x0" identifier == (cast_expression "(Expr *)0x0" ( (type_descriptor "Expr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n iVar10 = (uint)(pA != pB) * 2;\n goto LAB_0003e23e;\n }" { (expression_statement "iVar10 = (uint)(pA != pB) * 2;" (assignment_expression "iVar10 = (uint)(pA != pB) * 2" identifier = (binary_expression "(uint)(pA != pB) * 2" (call_expression "(uint)(pA != pB)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(pA != pB)" ( (binary_expression "pA != pB" identifier != identifier) ))) * number_literal)) ;) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (expression_statement "pPVar11 = pParse;" (assignment_expression "pPVar11 = pParse" identifier = identifier) ;) (expression_statement "ppuVar6 = ppuVar9;" (assignment_expression "ppuVar6 = ppuVar9" identifier = identifier) ;) (if_statement "if ((pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)) {\n pR = (sqlite3_value *)0x0;\n sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);\n ppuVar6 = ppuVar9;\n if (pR != (sqlite3_value *)0x0) {\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }\n }" if (parenthesized_expression "((pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99))" ( (binary_expression "(pParse != (Parse *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)" (parenthesized_expression "(pParse != (Parse *)0x0)" ( (binary_expression "pParse != (Parse *)0x0" identifier != (cast_expression "(Parse *)0x0" ( (type_descriptor "Parse *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99)" ( (comma_expression "ppuVar6 = &_GLOBAL_OFFSET_TABLE_, pA->op == 0x99" (assignment_expression "ppuVar6 = &_GLOBAL_OFFSET_TABLE_" identifier = (pointer_expression "&_GLOBAL_OFFSET_TABLE_" & identifier)) , (binary_expression "pA->op == 0x99" (field_expression "pA->op" identifier -> field_identifier) == number_literal)) ))) )) (compound_statement "{\n pR = (sqlite3_value *)0x0;\n sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);\n ppuVar6 = ppuVar9;\n if (pR != (sqlite3_value *)0x0) {\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }\n }" { (expression_statement "pR = (sqlite3_value *)0x0;" (assignment_expression "pR = (sqlite3_value *)0x0" identifier = (cast_expression "(sqlite3_value *)0x0" ( (type_descriptor "sqlite3_value *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR);" (call_expression "sqlite3ValueFromExpr(pParse->db,pB,'\x01','A',&pR)" identifier (argument_list "(pParse->db,pB,'\x01','A',&pR)" ( (field_expression "pParse->db" identifier -> field_identifier) , identifier , (char_literal "'\x01'" ' escape_sequence ') , (char_literal "'A'" ' character ') , (pointer_expression "&pR" & identifier) ))) ;) (expression_statement "ppuVar6 = ppuVar9;" (assignment_expression "ppuVar6 = ppuVar9" identifier = identifier) ;) (if_statement "if (pR != (sqlite3_value *)0x0) {\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }" if (parenthesized_expression "(pR != (sqlite3_value *)0x0)" ( (binary_expression "pR != (sqlite3_value *)0x0" identifier != (cast_expression "(sqlite3_value *)0x0" ( (type_descriptor "sqlite3_value *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sVar3 = pA->iColumn;\n sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);\n pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');\n if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }\n }" { (expression_statement "sVar3 = pA->iColumn;" (assignment_expression "sVar3 = pA->iColumn" identifier = (field_expression "pA->iColumn" identifier -> field_identifier)) ;) (expression_statement "sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3);" (call_expression "sqlite3VdbeSetVarmask(pParse->pVdbe,(int)sVar3)" identifier (argument_list "(pParse->pVdbe,(int)sVar3)" ( (field_expression "pParse->pVdbe" identifier -> field_identifier) , (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A');" (assignment_expression "pVal = sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A')" identifier = (call_expression "sqlite3VdbeGetBoundValue(pParse->pReprepare,(int)sVar3,'A')" identifier (argument_list "(pParse->pReprepare,(int)sVar3,'A')" ( (field_expression "pParse->pReprepare" identifier -> field_identifier) , (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier) , (char_literal "'A'" ' character ') )))) ;) (if_statement "if (pVal == (sqlite3_value *)0x0) {\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }\n else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }" if (parenthesized_expression "(pVal == (sqlite3_value *)0x0)" ( (binary_expression "pVal == (sqlite3_value *)0x0" identifier == (cast_expression "(sqlite3_value *)0x0" ( (type_descriptor "sqlite3_value *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n sqlite3ValueFree(pR);\n sqlite3ValueFree((sqlite3_value *)0x0);\n ppuVar6 = ppuVar9;\n }" { (expression_statement "sqlite3ValueFree(pR);" (call_expression "sqlite3ValueFree(pR)" identifier (argument_list "(pR)" ( identifier ))) ;) (expression_statement "sqlite3ValueFree((sqlite3_value *)0x0);" (call_expression "sqlite3ValueFree((sqlite3_value *)0x0)" identifier (argument_list "((sqlite3_value *)0x0)" ( (cast_expression "(sqlite3_value *)0x0" ( (type_descriptor "sqlite3_value *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;) (expression_statement "ppuVar6 = ppuVar9;" (assignment_expression "ppuVar6 = ppuVar9" identifier = identifier) ;) }) (else_clause "else {\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }" else (compound_statement "{\n iVar10 = sqlite3_value_type(pVal);\n pParse = pPVar11;\n if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }\n iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);\n sqlite3ValueFree(pR);\n sqlite3ValueFree(pVal);\n pPVar11 = pParse;\n ppuVar6 = ppuVar9;\n if (iVar10 == 0) goto LAB_0003e23e;\n }" { (expression_statement "iVar10 = sqlite3_value_type(pVal);" (assignment_expression "iVar10 = sqlite3_value_type(pVal)" identifier = (call_expression "sqlite3_value_type(pVal)" identifier (argument_list "(pVal)" ( identifier )))) ;) (expression_statement "pParse = pPVar11;" (assignment_expression "pParse = pPVar11" identifier = identifier) ;) (if_statement "if (iVar10 == 3) {\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }" if (parenthesized_expression "(iVar10 == 3)" ( (binary_expression "iVar10 == 3" identifier == number_literal) )) (compound_statement "{\n sqlite3_value_text(pVal);\n pParse = pPVar11;\n }" { (expression_statement "sqlite3_value_text(pVal);" (call_expression "sqlite3_value_text(pVal)" identifier (argument_list "(pVal)" ( identifier ))) ;) (expression_statement "pParse = pPVar11;" (assignment_expression "pParse = pPVar11" identifier = identifier) ;) })) (expression_statement "iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0);" (assignment_expression "iVar10 = sqlite3MemCompare(pVal,pR,(CollSeq *)0x0)" identifier = (call_expression "sqlite3MemCompare(pVal,pR,(CollSeq *)0x0)" identifier (argument_list "(pVal,pR,(CollSeq *)0x0)" ( identifier , identifier , (cast_expression "(CollSeq *)0x0" ( (type_descriptor "CollSeq *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) )))) ;) (expression_statement "sqlite3ValueFree(pR);" (call_expression "sqlite3ValueFree(pR)" identifier (argument_list "(pR)" ( identifier ))) ;) (expression_statement "sqlite3ValueFree(pVal);" (call_expression "sqlite3ValueFree(pVal)" identifier (argument_list "(pVal)" ( identifier ))) ;) (expression_statement "pPVar11 = pParse;" (assignment_expression "pPVar11 = pParse" identifier = identifier) ;) (expression_statement "ppuVar6 = ppuVar9;" (assignment_expression "ppuVar6 = ppuVar9" identifier = identifier) ;) (if_statement "if (iVar10 == 0) goto LAB_0003e23e;" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) }))) })) })) (expression_statement "ppuVar9 = ppuVar6;" (assignment_expression "ppuVar9 = ppuVar6" identifier = identifier) ;) (expression_statement "pParse = pPVar11;" (assignment_expression "pParse = pPVar11" identifier = identifier) ;) (expression_statement "uVar4 = pA->flags;" (assignment_expression "uVar4 = pA->flags" identifier = (field_expression "pA->flags" identifier -> field_identifier)) ;) (expression_statement "uVar5 = pB->flags;" (assignment_expression "uVar5 = pB->flags" identifier = (field_expression "pB->flags" identifier -> field_identifier)) ;) (expression_statement "uVar8 = uVar5 | uVar4;" (assignment_expression "uVar8 = uVar5 | uVar4" identifier = (binary_expression "uVar5 | uVar4" identifier | identifier)) ;) (if_statement "if ((uVar8 & 0x400) != 0) {\n iVar10 = 2;\n if ((uVar5 & 0x400 & uVar4) != 0) {\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((uVar8 & 0x400) != 0)" ( (binary_expression "(uVar8 & 0x400) != 0" (parenthesized_expression "(uVar8 & 0x400)" ( (binary_expression "uVar8 & 0x400" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n iVar10 = 2;\n if ((uVar5 & 0x400 & uVar4) != 0) {\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }\n goto LAB_0003e23e;\n }" { (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) (if_statement "if ((uVar5 & 0x400 & uVar4) != 0) {\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }" if (parenthesized_expression "((uVar5 & 0x400 & uVar4) != 0)" ( (binary_expression "(uVar5 & 0x400 & uVar4) != 0" (parenthesized_expression "(uVar5 & 0x400 & uVar4)" ( (binary_expression "uVar5 & 0x400 & uVar4" (binary_expression "uVar5 & 0x400" identifier & number_literal) & identifier) )) != number_literal) )) (compound_statement "{\n iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;\n }" { (expression_statement "iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2;" (assignment_expression "iVar10 = (uint)((pA->u).zToken != (pB->u).zToken) * 2" identifier = (binary_expression "(uint)((pA->u).zToken != (pB->u).zToken) * 2" (call_expression "(uint)((pA->u).zToken != (pB->u).zToken)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((pA->u).zToken != (pB->u).zToken)" ( (binary_expression "(pA->u).zToken != (pB->u).zToken" (field_expression "(pA->u).zToken" (parenthesized_expression "(pA->u)" ( (field_expression "pA->u" identifier -> field_identifier) )) . field_identifier) != (field_expression "(pB->u).zToken" (parenthesized_expression "(pB->u)" ( (field_expression "pB->u" identifier -> field_identifier) )) . field_identifier)) ))) * number_literal)) ;) })) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (expression_statement "bVar1 = pA->op;" (assignment_expression "bVar1 = pA->op" identifier = (field_expression "pA->op" identifier -> field_identifier)) ;) (if_statement "if ((pB->op != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }\n iVar10 = 2;\n if (pB->op == 'o') {\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((pB->op != bVar1) || (bVar1 == 0x47))" ( (binary_expression "(pB->op != bVar1) || (bVar1 == 0x47)" (parenthesized_expression "(pB->op != bVar1)" ( (binary_expression "pB->op != bVar1" (field_expression "pB->op" identifier -> field_identifier) != identifier) )) || (parenthesized_expression "(bVar1 == 0x47)" ( (binary_expression "bVar1 == 0x47" identifier == number_literal) ))) )) (compound_statement "{\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }\n iVar10 = 2;\n if (pB->op == 'o') {\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }\n goto LAB_0003e23e;\n }" { (if_statement "if (bVar1 == 0x6f) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }" if (parenthesized_expression "(bVar1 == 0x6f)" ( (binary_expression "bVar1 == 0x6f" identifier == number_literal) )) (compound_statement "{\n iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);\n iVar10 = 1;\n if (iVar7 < 2) goto LAB_0003e23e;\n }" { (expression_statement "iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab);" (assignment_expression "iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab)" identifier = (call_expression "sqlite3ExprCompare(pParse,pA->pLeft,pB,iTab)" identifier (argument_list "(pParse,pA->pLeft,pB,iTab)" ( identifier , (field_expression "pA->pLeft" identifier -> field_identifier) , identifier , identifier )))) ;) (expression_statement "iVar10 = 1;" (assignment_expression "iVar10 = 1" identifier = number_literal) ;) (if_statement "if (iVar7 < 2) goto LAB_0003e23e;" if (parenthesized_expression "(iVar7 < 2)" ( (binary_expression "iVar7 < 2" identifier < number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) })) (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) (if_statement "if (pB->op == 'o') {\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }" if (parenthesized_expression "(pB->op == 'o')" ( (binary_expression "pB->op == 'o'" (field_expression "pB->op" identifier -> field_identifier) == (char_literal "'o'" ' character ')) )) (compound_statement "{\n iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);\n iVar10 = (1 < iVar10) + 1;\n }" { (expression_statement "iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab);" (assignment_expression "iVar10 = sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab)" identifier = (call_expression "sqlite3ExprCompare(pParse,pA,pB->pLeft,iTab)" identifier (argument_list "(pParse,pA,pB->pLeft,iTab)" ( identifier , identifier , (field_expression "pB->pLeft" identifier -> field_identifier) , identifier )))) ;) (expression_statement "iVar10 = (1 < iVar10) + 1;" (assignment_expression "iVar10 = (1 < iVar10) + 1" identifier = (binary_expression "(1 < iVar10) + 1" (parenthesized_expression "(1 < iVar10)" ( (binary_expression "1 < iVar10" number_literal < identifier) )) + number_literal)) ;) })) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (if_statement "if (((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }\n }" if (parenthesized_expression "(((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0))" ( (binary_expression "((bVar1 & 0xfd) != 0xa4) && (zLeft = (pA->u).zToken, zLeft != (char *)0x0)" (parenthesized_expression "((bVar1 & 0xfd) != 0xa4)" ( (binary_expression "(bVar1 & 0xfd) != 0xa4" (parenthesized_expression "(bVar1 & 0xfd)" ( (binary_expression "bVar1 & 0xfd" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(zLeft = (pA->u).zToken, zLeft != (char *)0x0)" ( (comma_expression "zLeft = (pA->u).zToken, zLeft != (char *)0x0" (assignment_expression "zLeft = (pA->u).zToken" identifier = (field_expression "(pA->u).zToken" (parenthesized_expression "(pA->u)" ( (field_expression "pA->u" identifier -> field_identifier) )) . field_identifier)) , (binary_expression "zLeft != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }\n }" { (if_statement "if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }" if (parenthesized_expression "((bVar1 + 0x5b & 0xfb) == 0)" ( (binary_expression "(bVar1 + 0x5b & 0xfb) == 0" (parenthesized_expression "(bVar1 + 0x5b & 0xfb)" ( (binary_expression "bVar1 + 0x5b & 0xfb" (binary_expression "bVar1 + 0x5b" identifier + number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);\n iVar10 = 2;\n if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }\n }" { (expression_statement "iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken);" (assignment_expression "iVar7 = sqlite3StrICmp(zLeft,(pB->u).zToken)" identifier = (call_expression "sqlite3StrICmp(zLeft,(pB->u).zToken)" identifier (argument_list "(zLeft,(pB->u).zToken)" ( identifier , (field_expression "(pB->u).zToken" (parenthesized_expression "(pB->u)" ( (field_expression "pB->u" identifier -> field_identifier) )) . field_identifier) )))) ;) (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) (if_statement "if ((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))\n goto LAB_0003e23e;" if (parenthesized_expression "((iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)))" ( (binary_expression "(iVar7 != 0) || (((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1))" (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) || (parenthesized_expression "(((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1))" ( (binary_expression "((uVar4 & 0x1000000) != 0) != (bool)((byte)(uVar5 >> 0x18) & 1)" (parenthesized_expression "((uVar4 & 0x1000000) != 0)" ( (binary_expression "(uVar4 & 0x1000000) != 0" (parenthesized_expression "(uVar4 & 0x1000000)" ( (binary_expression "uVar4 & 0x1000000" identifier & number_literal) )) != number_literal) )) != (cast_expression "(bool)((byte)(uVar5 >> 0x18) & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "((byte)(uVar5 >> 0x18) & 1)" ( (binary_expression "(byte)(uVar5 >> 0x18) & 1" (call_expression "(byte)(uVar5 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar5 >> 0x18)" ( (binary_expression "uVar5 >> 0x18" identifier >> number_literal) ))) & number_literal) )))) ))) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) (if_statement "if (((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)) {\n iVar10 = 2;\n goto LAB_0003e23e;\n }" if (parenthesized_expression "(((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0))" ( (binary_expression "((uVar4 & 0x1000000) != 0) &&\n (iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)" (parenthesized_expression "((uVar4 & 0x1000000) != 0)" ( (binary_expression "(uVar4 & 0x1000000) != 0" (parenthesized_expression "(uVar4 & 0x1000000)" ( (binary_expression "uVar4 & 0x1000000" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0)" ( (comma_expression "iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1), iVar10 != 0" (assignment_expression "iVar10 = sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1)" identifier = (call_expression "sqlite3WindowCompare(pParse,(pA->y).pWin,(pB->y).pWin,1)" identifier (argument_list "(pParse,(pA->y).pWin,(pB->y).pWin,1)" ( identifier , (field_expression "(pA->y).pWin" (parenthesized_expression "(pA->y)" ( (field_expression "pA->y" identifier -> field_identifier) )) . field_identifier) , (field_expression "(pB->y).pWin" (parenthesized_expression "(pB->y)" ( (field_expression "pB->y" identifier -> field_identifier) )) . field_identifier) , number_literal )))) , (binary_expression "iVar10 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar10 = 2;\n goto LAB_0003e23e;\n }" { (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) }) (else_clause "else {\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }" else (compound_statement "{\n iVar10 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }\n iVar10 = 2;\n if (iVar7 != 0) goto LAB_0003e23e;\n }" { (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (if_statement "if (bVar1 == 0x77) goto LAB_0003e23e;" if (parenthesized_expression "(bVar1 == 0x77)" ( (binary_expression "bVar1 == 0x77" identifier == number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) (if_statement "if (bVar1 == 0x6f) {\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }\n else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }" if (parenthesized_expression "(bVar1 == 0x6f)" ( (binary_expression "bVar1 == 0x6f" identifier == number_literal) )) (compound_statement "{\n iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);\n }" { (expression_statement "iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken);" (assignment_expression "iVar7 = sqlite3_stricmp(zLeft,(pB->u).zToken)" identifier = (call_expression "sqlite3_stricmp(zLeft,(pB->u).zToken)" identifier (argument_list "(zLeft,(pB->u).zToken)" ( identifier , (field_expression "(pB->u).zToken" (parenthesized_expression "(pB->u)" ( (field_expression "pB->u" identifier -> field_identifier) )) . field_identifier) )))) ;) }) (else_clause "else {\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }" else (compound_statement "{\n if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;\n iVar7 = strcmp(zLeft,(pB->u).zToken);\n }" { (if_statement "if ((pB->u).zToken == (char *)0x0) goto LAB_0003e3d3;" if (parenthesized_expression "((pB->u).zToken == (char *)0x0)" ( (binary_expression "(pB->u).zToken == (char *)0x0" (field_expression "(pB->u).zToken" (parenthesized_expression "(pB->u)" ( (field_expression "pB->u" identifier -> field_identifier) )) . field_identifier) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0003e3d3;" goto statement_identifier ;)) (expression_statement "iVar7 = strcmp(zLeft,(pB->u).zToken);" (assignment_expression "iVar7 = strcmp(zLeft,(pB->u).zToken)" identifier = (call_expression "strcmp(zLeft,(pB->u).zToken)" identifier (argument_list "(zLeft,(pB->u).zToken)" ( identifier , (field_expression "(pB->u).zToken" (parenthesized_expression "(pB->u)" ( (field_expression "pB->u" identifier -> field_identifier) )) . field_identifier) )))) ;) }))) (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) (if_statement "if (iVar7 != 0) goto LAB_0003e23e;" if (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) }))) })) (labeled_statement "LAB_0003e3d3:\n iVar10 = 2;" statement_identifier : (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;)) (if_statement "if ((((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)) &&\n (((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n ))) {\n iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);\n iVar10 = 2;\n if (iVar7 == 0) {\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }" if (parenthesized_expression "((((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)) &&\n (((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n )))" ( (binary_expression "(((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)) &&\n (((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n ))" (parenthesized_expression "(((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0))" ( (binary_expression "((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)) &&\n (iVar10 = 2, (uVar8 & 0x800) == 0)" (parenthesized_expression "((((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0))" ( (binary_expression "(((pA->flags ^ pB->flags) & 0x202) == 0) && (iVar10 = 0, (uVar8 & 0x4000) == 0)" (parenthesized_expression "(((pA->flags ^ pB->flags) & 0x202) == 0)" ( (binary_expression "((pA->flags ^ pB->flags) & 0x202) == 0" (parenthesized_expression "((pA->flags ^ pB->flags) & 0x202)" ( (binary_expression "(pA->flags ^ pB->flags) & 0x202" (parenthesized_expression "(pA->flags ^ pB->flags)" ( (binary_expression "pA->flags ^ pB->flags" (field_expression "pA->flags" identifier -> field_identifier) ^ (field_expression "pB->flags" identifier -> field_identifier)) )) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar10 = 0, (uVar8 & 0x4000) == 0)" ( (comma_expression "iVar10 = 0, (uVar8 & 0x4000) == 0" (assignment_expression "iVar10 = 0" identifier = number_literal) , (binary_expression "(uVar8 & 0x4000) == 0" (parenthesized_expression "(uVar8 & 0x4000)" ( (binary_expression "uVar8 & 0x4000" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(iVar10 = 2, (uVar8 & 0x800) == 0)" ( (comma_expression "iVar10 = 2, (uVar8 & 0x800) == 0" (assignment_expression "iVar10 = 2" identifier = number_literal) , (binary_expression "(uVar8 & 0x800) == 0" (parenthesized_expression "(uVar8 & 0x800)" ( (binary_expression "uVar8 & 0x800" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n ))" ( (parenthesized_expression "((uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)\n )" ( (binary_expression "(uVar8 & 8) != 0 || (iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)" (binary_expression "(uVar8 & 8) != 0" (parenthesized_expression "(uVar8 & 8)" ( (binary_expression "uVar8 & 8" identifier & number_literal) )) != number_literal) || (parenthesized_expression "(iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0)" ( (comma_expression "iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab), iVar7 == 0" (assignment_expression "iVar7 = sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab)" identifier = (call_expression "sqlite3ExprCompare(pParse,pA->pLeft,pB->pLeft,iTab)" identifier (argument_list "(pParse,pA->pLeft,pB->pLeft,iTab)" ( identifier , (field_expression "pA->pLeft" identifier -> field_identifier) , (field_expression "pB->pLeft" identifier -> field_identifier) , identifier )))) , (binary_expression "iVar7 == 0" identifier == number_literal)) ))) )) ))) )) (compound_statement "{\n iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);\n iVar10 = 2;\n if (iVar7 == 0) {\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }" { (expression_statement "iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab);" (assignment_expression "iVar7 = sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab)" identifier = (call_expression "sqlite3ExprCompare(pParse,pA->pRight,pB->pRight,iTab)" identifier (argument_list "(pParse,pA->pRight,pB->pRight,iTab)" ( identifier , (field_expression "pA->pRight" identifier -> field_identifier) , (field_expression "pB->pRight" identifier -> field_identifier) , identifier )))) ;) (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) (if_statement "if (iVar7 == 0) {\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }" if (parenthesized_expression "(iVar7 == 0)" ( (binary_expression "iVar7 == 0" identifier == number_literal) )) (compound_statement "{\n iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);\n if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }\n }" { (expression_statement "iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab);" (assignment_expression "iVar10 = sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab)" identifier = (call_expression "sqlite3ExprListCompare((pA->x).pList,(pB->x).pList,iTab)" identifier (argument_list "((pA->x).pList,(pB->x).pList,iTab)" ( (field_expression "(pA->x).pList" (parenthesized_expression "(pA->x)" ( (field_expression "pA->x" identifier -> field_identifier) )) . field_identifier) , (field_expression "(pB->x).pList" (parenthesized_expression "(pB->x)" ( (field_expression "pB->x" identifier -> field_identifier) )) . field_identifier) , identifier )))) ;) (if_statement "if (iVar10 == 0) {\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }\n else {\n iVar10 = 2;\n }" if (parenthesized_expression "(iVar10 == 0)" ( (binary_expression "iVar10 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = pA->op;\n iVar10 = 0;\n if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n }" { (expression_statement "uVar2 = pA->op;" (assignment_expression "uVar2 = pA->op" identifier = (field_expression "pA->op" identifier -> field_identifier)) ;) (expression_statement "iVar10 = 0;" (assignment_expression "iVar10 = 0" identifier = number_literal) ;) (if_statement "if (((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)) {\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }" if (parenthesized_expression "(((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0))" ( (binary_expression "((uVar2 != 's') && (uVar2 != 0xa7)) && ((uVar8 & 0x2000) == 0)" (parenthesized_expression "((uVar2 != 's') && (uVar2 != 0xa7))" ( (binary_expression "(uVar2 != 's') && (uVar2 != 0xa7)" (parenthesized_expression "(uVar2 != 's')" ( (binary_expression "uVar2 != 's'" identifier != (char_literal "'s'" ' character ')) )) && (parenthesized_expression "(uVar2 != 0xa7)" ( (binary_expression "uVar2 != 0xa7" identifier != number_literal) ))) )) && (parenthesized_expression "((uVar8 & 0x2000) == 0)" ( (binary_expression "(uVar8 & 0x2000) == 0" (parenthesized_expression "(uVar8 & 0x2000)" ( (binary_expression "uVar8 & 0x2000" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }" { (if_statement "if (pA->iColumn == pB->iColumn) {\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }" if (parenthesized_expression "(pA->iColumn == pB->iColumn)" ( (binary_expression "pA->iColumn == pB->iColumn" (field_expression "pA->iColumn" identifier -> field_identifier) == (field_expression "pB->iColumn" identifier -> field_identifier)) )) (compound_statement "{\n if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }\n }" { (if_statement "if ((pA->op2 == pB->op2) || (uVar2 != 0xac)) {\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }\n else {\n iVar10 = 2;\n }" if (parenthesized_expression "((pA->op2 == pB->op2) || (uVar2 != 0xac))" ( (binary_expression "(pA->op2 == pB->op2) || (uVar2 != 0xac)" (parenthesized_expression "(pA->op2 == pB->op2)" ( (binary_expression "pA->op2 == pB->op2" (field_expression "pA->op2" identifier -> field_identifier) == (field_expression "pB->op2" identifier -> field_identifier)) )) || (parenthesized_expression "(uVar2 != 0xac)" ( (binary_expression "uVar2 != 0xac" identifier != number_literal) ))) )) (compound_statement "{\n if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }\n }" { (if_statement "if ((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))) {\n iVar10 = 2;\n }" if (parenthesized_expression "((uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab))))" ( (binary_expression "(uVar2 != '1') && ((pB->iTable != pA->iTable && (pA->iTable != iTab)))" (parenthesized_expression "(uVar2 != '1')" ( (binary_expression "uVar2 != '1'" identifier != (char_literal "'1'" ' character ')) )) && (parenthesized_expression "((pB->iTable != pA->iTable && (pA->iTable != iTab)))" ( (parenthesized_expression "(pB->iTable != pA->iTable && (pA->iTable != iTab))" ( (binary_expression "pB->iTable != pA->iTable && (pA->iTable != iTab)" (binary_expression "pB->iTable != pA->iTable" (field_expression "pB->iTable" identifier -> field_identifier) != (field_expression "pA->iTable" identifier -> field_identifier)) && (parenthesized_expression "(pA->iTable != iTab)" ( (binary_expression "pA->iTable != iTab" (field_expression "pA->iTable" identifier -> field_identifier) != identifier) ))) )) ))) )) (compound_statement "{\n iVar10 = 2;\n }" { (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) })) }) (else_clause "else {\n iVar10 = 2;\n }" else (compound_statement "{\n iVar10 = 2;\n }" { (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) }))) }) (else_clause "else {\n iVar10 = 2;\n }" else (compound_statement "{\n iVar10 = 2;\n }" { (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) }))) })) }) (else_clause "else {\n iVar10 = 2;\n }" else (compound_statement "{\n iVar10 = 2;\n }" { (expression_statement "iVar10 = 2;" (assignment_expression "iVar10 = 2" identifier = number_literal) ;) }))) })) })) (labeled_statement "LAB_0003e23e:\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar10;\n }" statement_identifier : (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar10;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar10;\n }" { (return_statement "return iVar10;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail_local(pParse,ppuVar9);" (call_expression "__stack_chk_fail_local(pParse,ppuVar9)" identifier (argument_list "(pParse,ppuVar9)" ( identifier , identifier ))) ;) })))
|
(translation_unit "int __regparm3 FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n \n FUN_00094ed0();\n}\n\n" (function_definition "int __regparm3 FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n \n FUN_00094ed0();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)" identifier (parameter_list "(undefined4 param_1,byte *param_2,byte *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "byte *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n \n FUN_00094ed0();\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (declaration "undefined *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "int unaff_retaddr;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (expression_statement "iVar4 = entry(param_2,0x3e1cb);" (assignment_expression "iVar4 = entry(param_2,0x3e1cb)" identifier = (call_expression "entry(param_2,0x3e1cb)" identifier (argument_list "(param_2,0x3e1cb)" ( identifier , number_literal )))) ;) (expression_statement "puVar7 = &UNK_00086e35 + unaff_EBX;" (assignment_expression "puVar7 = &UNK_00086e35 + unaff_EBX" identifier = (binary_expression "&UNK_00086e35 + unaff_EBX" (pointer_expression "&UNK_00086e35" & identifier) + identifier)) ;) (expression_statement "local_24 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_24 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (if_statement "if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0))" ( (binary_expression "(param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)" (parenthesized_expression "(param_2 == (byte *)0x0)" ( (binary_expression "param_2 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(param_3 == (byte *)0x0)" ( (binary_expression "param_3 == (byte *)0x0" identifier == (cast_expression "(byte *)0x0" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = (uint)(param_2 != param_3) * 2;" (assignment_expression "iVar8 = (uint)(param_2 != param_3) * 2" identifier = (binary_expression "(uint)(param_2 != param_3) * 2" (call_expression "(uint)(param_2 != param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != param_3)" ( (binary_expression "param_2 != param_3" identifier != identifier) ))) * number_literal)) ;) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (if_statement "if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }" if (parenthesized_expression "((iVar4 != 0) && (*param_2 == 0x99))" ( (binary_expression "(iVar4 != 0) && (*param_2 == 0x99)" (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) && (parenthesized_expression "(*param_2 == 0x99)" ( (binary_expression "*param_2 == 0x99" (pointer_expression "*param_2" * identifier) == number_literal) ))) )) (compound_statement "{\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }" { (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "FUN_0003e10f(0x41,&local_28);" (call_expression "FUN_0003e10f(0x41,&local_28)" identifier (argument_list "(0x41,&local_28)" ( number_literal , (pointer_expression "&local_28" & identifier) ))) ;) (if_statement "if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }" if (parenthesized_expression "(local_28 != 0)" ( (binary_expression "local_28 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }" { (expression_statement "FUN_00019f4c();" (call_expression "FUN_00019f4c()" identifier (argument_list "()" ( ))) ;) (expression_statement "iVar8 = FUN_00032bbb();" (assignment_expression "iVar8 = FUN_00032bbb()" identifier = (call_expression "FUN_00032bbb()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_000257e8();\n FUN_000257e8();\n }" { (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) }) (else_clause "else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" else (compound_statement "{\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" { (expression_statement "iVar5 = sqlite3_value_type(iVar8);" (assignment_expression "iVar5 = sqlite3_value_type(iVar8)" identifier = (call_expression "sqlite3_value_type(iVar8)" identifier (argument_list "(iVar8)" ( identifier )))) ;) (if_statement "if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }" if (parenthesized_expression "(iVar5 == 3)" ( (binary_expression "iVar5 == 3" identifier == number_literal) )) (compound_statement "{\n sqlite3_value_text(iVar8);\n }" { (expression_statement "sqlite3_value_text(iVar8);" (call_expression "sqlite3_value_text(iVar8)" identifier (argument_list "(iVar8)" ( identifier ))) ;) })) (expression_statement "iVar8 = FUN_0003c84f();" (assignment_expression "iVar8 = FUN_0003c84f()" identifier = (call_expression "FUN_0003c84f()" identifier (argument_list "()" ( )))) ;) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" identifier (argument_list "()" ( ))) ;) (if_statement "if (iVar8 == 0) goto LAB_0003e23e;" if (parenthesized_expression "(iVar8 == 0)" ( (binary_expression "iVar8 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) }))) })) })) (expression_statement "uVar2 = *(uint *)(param_2 + 4);" (assignment_expression "uVar2 = *(uint *)(param_2 + 4)" identifier = (pointer_expression "*(uint *)(param_2 + 4)" * (cast_expression "(uint *)(param_2 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(uint *)(param_3 + 4);" (assignment_expression "uVar3 = *(uint *)(param_3 + 4)" identifier = (pointer_expression "*(uint *)(param_3 + 4)" * (cast_expression "(uint *)(param_3 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = uVar3 | uVar2;" (assignment_expression "uVar6 = uVar3 | uVar2" identifier = (binary_expression "uVar3 | uVar2" identifier | identifier)) ;) (if_statement "if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((uVar6 & 0x400) != 0)" ( (binary_expression "(uVar6 & 0x400) != 0" (parenthesized_expression "(uVar6 & 0x400)" ( (binary_expression "uVar6 & 0x400" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }" if (parenthesized_expression "((uVar3 & 0x400 & uVar2) != 0)" ( (binary_expression "(uVar3 & 0x400 & uVar2) != 0" (parenthesized_expression "(uVar3 & 0x400 & uVar2)" ( (binary_expression "uVar3 & 0x400 & uVar2" (binary_expression "uVar3 & 0x400" identifier & number_literal) & identifier) )) != number_literal) )) (compound_statement "{\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }" { (expression_statement "iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;" (assignment_expression "iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2" identifier = (binary_expression "(uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2" (call_expression "(uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8))" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(param_2 + 8) != *(int *)(param_3 + 8))" ( (binary_expression "*(int *)(param_2 + 8) != *(int *)(param_3 + 8)" (pointer_expression "*(int *)(param_2 + 8)" * (cast_expression "(int *)(param_2 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_3 + 8)" * (cast_expression "(int *)(param_3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) ))))) ))) * number_literal)) ;) })) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }" if (parenthesized_expression "((*param_3 != bVar1) || (bVar1 == 0x47))" ( (binary_expression "(*param_3 != bVar1) || (bVar1 == 0x47)" (parenthesized_expression "(*param_3 != bVar1)" ( (binary_expression "*param_3 != bVar1" (pointer_expression "*param_3" * identifier) != identifier) )) || (parenthesized_expression "(bVar1 == 0x47)" ( (binary_expression "bVar1 == 0x47" identifier == number_literal) ))) )) (compound_statement "{\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }" { (if_statement "if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }" if (parenthesized_expression "(bVar1 == 0x6f)" ( (binary_expression "bVar1 == 0x6f" identifier == number_literal) )) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }" { (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) ;) (expression_statement "iVar8 = 1;" (assignment_expression "iVar8 = 1" identifier = number_literal) ;) (if_statement "if (iVar4 < 2) goto LAB_0003e23e;" if (parenthesized_expression "(iVar4 < 2)" ( (binary_expression "iVar4 < 2" identifier < number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) })) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }" if (parenthesized_expression "(*param_3 == 0x6f)" ( (binary_expression "*param_3 == 0x6f" (pointer_expression "*param_3" * identifier) == number_literal) )) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }" { (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) ;) (expression_statement "iVar8 = (1 < iVar4) + 1;" (assignment_expression "iVar8 = (1 < iVar4) + 1" identifier = (binary_expression "(1 < iVar4) + 1" (parenthesized_expression "(1 < iVar4)" ( (binary_expression "1 < iVar4" number_literal < identifier) )) + number_literal)) ;) })) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) (if_statement "if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }" if (parenthesized_expression "(((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0))" ( (binary_expression "((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)" (parenthesized_expression "((bVar1 & 0xfd) != 0xa4)" ( (binary_expression "(bVar1 & 0xfd) != 0xa4" (parenthesized_expression "(bVar1 & 0xfd)" ( (binary_expression "bVar1 & 0xfd" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)" ( (comma_expression "__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0" (assignment_expression "__s1 = *(char **)(param_2 + 8)" identifier = (pointer_expression "*(char **)(param_2 + 8)" * (cast_expression "(char **)(param_2 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) , (binary_expression "__s1 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) ))) )) (compound_statement "{\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }" { (if_statement "if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" if (parenthesized_expression "((bVar1 + 0x5b & 0xfb) == 0)" ( (binary_expression "(bVar1 + 0x5b & 0xfb) == 0" (parenthesized_expression "(bVar1 + 0x5b & 0xfb)" ( (binary_expression "bVar1 + 0x5b & 0xfb" (binary_expression "bVar1 + 0x5b" identifier + number_literal) & number_literal) )) == number_literal) )) (compound_statement "{\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }" { (expression_statement "iVar4 = FUN_000174da(iVar4,puVar7);" (assignment_expression "iVar4 = FUN_000174da(iVar4,puVar7)" identifier = (call_expression "FUN_000174da(iVar4,puVar7)" identifier (argument_list "(iVar4,puVar7)" ( identifier , identifier )))) ;) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;" if (parenthesized_expression "((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))" ( (binary_expression "(iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1))" (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) || (parenthesized_expression "(((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1))" ( (binary_expression "((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)" (parenthesized_expression "((uVar2 & 0x1000000) != 0)" ( (binary_expression "(uVar2 & 0x1000000) != 0" (parenthesized_expression "(uVar2 & 0x1000000)" ( (binary_expression "uVar2 & 0x1000000" identifier & number_literal) )) != number_literal) )) != (cast_expression "(bool)((byte)(uVar3 >> 0x18) & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "((byte)(uVar3 >> 0x18) & 1)" ( (binary_expression "(byte)(uVar3 >> 0x18) & 1" (call_expression "(byte)(uVar3 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(uVar3 >> 0x18)" ( (binary_expression "uVar3 >> 0x18" identifier >> number_literal) ))) & number_literal) )))) ))) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) (if_statement "if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }" if (parenthesized_expression "(((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0))" ( (binary_expression "((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)" (parenthesized_expression "((uVar2 & 0x1000000) != 0)" ( (binary_expression "(uVar2 & 0x1000000) != 0" (parenthesized_expression "(uVar2 & 0x1000000)" ( (binary_expression "uVar2 & 0x1000000" identifier & number_literal) )) != number_literal) )) && (parenthesized_expression "(iVar4 = FUN_0003e670(1), iVar4 != 0)" ( (comma_expression "iVar4 = FUN_0003e670(1), iVar4 != 0" (assignment_expression "iVar4 = FUN_0003e670(1)" identifier = (call_expression "FUN_0003e670(1)" identifier (argument_list "(1)" ( number_literal )))) , (binary_expression "iVar4 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n iVar8 = 2;\n goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;) })) }) (else_clause "else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" else (compound_statement "{\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" { (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (if_statement "if (bVar1 == 0x77) goto LAB_0003e23e;" if (parenthesized_expression "(bVar1 == 0x77)" ( (binary_expression "bVar1 == 0x77" identifier == number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) (if_statement "if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" if (parenthesized_expression "(bVar1 == 0x6f)" ( (binary_expression "bVar1 == 0x6f" identifier == number_literal) )) (compound_statement "{\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }" { (expression_statement "iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));" (assignment_expression "iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8))" identifier = (call_expression "sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8))" identifier (argument_list "(__s1,*(undefined4 *)(param_3 + 8))" ( identifier , (pointer_expression "*(undefined4 *)(param_3 + 8)" * (cast_expression "(undefined4 *)(param_3 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) )))) ;) }) (else_clause "else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" else (compound_statement "{\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" { (if_statement "if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;" if (parenthesized_expression "(*(char **)(param_3 + 8) == (char *)0x0)" ( (binary_expression "*(char **)(param_3 + 8) == (char *)0x0" (pointer_expression "*(char **)(param_3 + 8)" * (cast_expression "(char **)(param_3 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0003e3d3;" goto statement_identifier ;)) (expression_statement "iVar4 = strcmp(__s1,*(char **)(param_3 + 8));" (assignment_expression "iVar4 = strcmp(__s1,*(char **)(param_3 + 8))" identifier = (call_expression "strcmp(__s1,*(char **)(param_3 + 8))" identifier (argument_list "(__s1,*(char **)(param_3 + 8))" ( identifier , (pointer_expression "*(char **)(param_3 + 8)" * (cast_expression "(char **)(param_3 + 8)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 8)" ( (binary_expression "param_3 + 8" identifier + number_literal) )))) )))) ;) }))) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if (iVar4 != 0) goto LAB_0003e23e;" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0003e23e;" goto statement_identifier ;)) }))) })) (labeled_statement "LAB_0003e3d3:\n iVar8 = 2;" statement_identifier : (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;)) (if_statement "if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" if (parenthesized_expression "((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0))))" ( (binary_expression "(((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))" (parenthesized_expression "(((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0))" ( (binary_expression "((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)" (parenthesized_expression "((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0))" ( (binary_expression "(((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)" (parenthesized_expression "(((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0)" ( (binary_expression "((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0" (parenthesized_expression "((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202)" ( (binary_expression "(*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202" (parenthesized_expression "(*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4))" ( (binary_expression "*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)" (pointer_expression "*(uint *)(param_2 + 4)" * (cast_expression "(uint *)(param_2 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) ^ (pointer_expression "*(uint *)(param_3 + 4)" * (cast_expression "(uint *)(param_3 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 4)" ( (binary_expression "param_3 + 4" identifier + number_literal) ))))) )) & number_literal) )) == number_literal) )) && (parenthesized_expression "(iVar8 = 0, (uVar6 & 0x4000) == 0)" ( (comma_expression "iVar8 = 0, (uVar6 & 0x4000) == 0" (assignment_expression "iVar8 = 0" identifier = number_literal) , (binary_expression "(uVar6 & 0x4000) == 0" (parenthesized_expression "(uVar6 & 0x4000)" ( (binary_expression "uVar6 & 0x4000" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(iVar8 = 2, (uVar6 & 0x800) == 0)" ( (comma_expression "iVar8 = 2, (uVar6 & 0x800) == 0" (assignment_expression "iVar8 = 2" identifier = number_literal) , (binary_expression "(uVar6 & 0x800) == 0" (parenthesized_expression "(uVar6 & 0x800)" ( (binary_expression "uVar6 & 0x800" identifier & number_literal) )) == number_literal)) ))) )) && (parenthesized_expression "(((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))" ( (parenthesized_expression "((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0))" ( (binary_expression "(uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)" (binary_expression "(uVar6 & 8) != 0" (parenthesized_expression "(uVar6 & 8)" ( (binary_expression "uVar6 & 8" identifier & number_literal) )) != number_literal) || (parenthesized_expression "(iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)" ( (comma_expression "iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) , (binary_expression "iVar4 == 0" identifier == number_literal)) ))) )) ))) )) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" { (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" identifier = (call_expression "FUN_0003e1bf(unaff_retaddr)" identifier (argument_list "(unaff_retaddr)" ( identifier )))) ;) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) (if_statement "if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }" { (expression_statement "iVar4 = FUN_0003e595();" (assignment_expression "iVar4 = FUN_0003e595()" identifier = (call_expression "FUN_0003e595()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }" if (parenthesized_expression "(iVar4 == 0)" ( (binary_expression "iVar4 == 0" identifier == number_literal) )) (compound_statement "{\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" { (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (if_statement "if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" if (parenthesized_expression "(((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0))" ( (binary_expression "((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)" (parenthesized_expression "((bVar1 != 0x73) && (bVar1 != 0xa7))" ( (binary_expression "(bVar1 != 0x73) && (bVar1 != 0xa7)" (parenthesized_expression "(bVar1 != 0x73)" ( (binary_expression "bVar1 != 0x73" identifier != number_literal) )) && (parenthesized_expression "(bVar1 != 0xa7)" ( (binary_expression "bVar1 != 0xa7" identifier != number_literal) ))) )) && (parenthesized_expression "((uVar6 & 0x2000) == 0)" ( (binary_expression "(uVar6 & 0x2000) == 0" (parenthesized_expression "(uVar6 & 0x2000)" ( (binary_expression "uVar6 & 0x2000" identifier & number_literal) )) == number_literal) ))) )) (compound_statement "{\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" { (if_statement "if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }" if (parenthesized_expression "(*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20))" ( (binary_expression "*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)" (pointer_expression "*(short *)(param_2 + 0x20)" * (cast_expression "(short *)(param_2 + 0x20)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) )))) == (pointer_expression "*(short *)(param_3 + 0x20)" * (cast_expression "(short *)(param_3 + 0x20)" ( (type_descriptor "short *" (sized_type_specifier "short" short) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) ))))) )) (compound_statement "{\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" { (if_statement "if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }" if (parenthesized_expression "((param_2[2] == param_3[2]) || (bVar1 != 0xac))" ( (binary_expression "(param_2[2] == param_3[2]) || (bVar1 != 0xac)" (parenthesized_expression "(param_2[2] == param_3[2])" ( (binary_expression "param_2[2] == param_3[2]" (subscript_expression "param_2[2]" identifier [ number_literal ]) == (subscript_expression "param_3[2]" identifier [ number_literal ])) )) || (parenthesized_expression "(bVar1 != 0xac)" ( (binary_expression "bVar1 != 0xac" identifier != number_literal) ))) )) (compound_statement "{\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }" { (if_statement "if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }" if (parenthesized_expression "((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr))))" ( (binary_expression "(bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))" (parenthesized_expression "(bVar1 != 0x31)" ( (binary_expression "bVar1 != 0x31" identifier != number_literal) )) && (parenthesized_expression "((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))" ( (parenthesized_expression "(*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr))" ( (binary_expression "*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)" (binary_expression "*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c)" (pointer_expression "*(int *)(param_3 + 0x1c)" * (cast_expression "(int *)(param_3 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x1c)" ( (binary_expression "param_3 + 0x1c" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) && (parenthesized_expression "(*(int *)(param_2 + 0x1c) != unaff_retaddr)" ( (binary_expression "*(int *)(param_2 + 0x1c) != unaff_retaddr" (pointer_expression "*(int *)(param_2 + 0x1c)" * (cast_expression "(int *)(param_2 + 0x1c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) )))) != identifier) ))) )) ))) )) (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) })) }) (else_clause "else {\n iVar8 = 2;\n }" else (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) }))) }) (else_clause "else {\n iVar8 = 2;\n }" else (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) }))) })) }) (else_clause "else {\n iVar8 = 2;\n }" else (compound_statement "{\n iVar8 = 2;\n }" { (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" identifier = number_literal) ;) }))) })) })) (labeled_statement "LAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }" statement_identifier : (if_statement "if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }" if (parenthesized_expression "(local_24 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_24 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar8;\n }" { (return_statement "return iVar8;" return identifier ;) }))) (expression_statement "FUN_00094ed0();" (call_expression "FUN_00094ed0()" identifier (argument_list "()" ( ))) ;) })))
|
(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 (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression & IDENT) + IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != IDENT) ))) * LIT)) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }))) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT | IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT & LIT) & IDENT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) * LIT)) ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != IDENT) )) || (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression LIT < IDENT) )) + LIT)) ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) != (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT >> LIT) ))) & LIT) )))) ))) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ^ (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) & LIT) )) == LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = LIT) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ))) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = LIT) , (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT)) ))) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) , (binary_expression IDENT == LIT)) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) && (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier short) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (subscript_expression IDENT [ LIT ])) )) || (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) ))) )) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }))) })) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int __regparm3 FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)\n\n{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n \n FUN_00094ed0();\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0003e1bf(undefined4 param_1,byte *param_2,byte *param_3)" (identifier "FUN_0003e1bf") (parameter_list "(undefined4 param_1,byte *param_2,byte *param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "byte *param_3" (type_identifier "byte") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n byte bVar1;\n uint uVar2;\n uint uVar3;\n char *__s1;\n int iVar4;\n int iVar5;\n uint uVar6;\n int unaff_EBX;\n undefined *puVar7;\n int iVar8;\n int in_GS_OFFSET;\n int unaff_retaddr;\n int local_28;\n int local_24;\n \n iVar4 = entry(param_2,0x3e1cb);\n puVar7 = &UNK_00086e35 + unaff_EBX;\n local_24 = *(int *)(in_GS_OFFSET + 0x14);\n if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }\n if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }\n uVar2 = *(uint *)(param_2 + 4);\n uVar3 = *(uint *)(param_3 + 4);\n uVar6 = uVar3 | uVar2;\n if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }\n bVar1 = *param_2;\n if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }\n if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }\nLAB_0003e3d3:\n iVar8 = 2;\n if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\nLAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }\n \n FUN_00094ed0();\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "char *__s1;" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1")) (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int unaff_EBX;" (primitive_type "int") (identifier "unaff_EBX") (; ";")) (declaration "undefined *puVar7;" (type_identifier "undefined") (pointer_declarator "*puVar7" (* "*") (identifier "puVar7")) (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (declaration "int unaff_retaddr;" (primitive_type "int") (identifier "unaff_retaddr") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (expression_statement "iVar4 = entry(param_2,0x3e1cb);" (assignment_expression "iVar4 = entry(param_2,0x3e1cb)" (identifier "iVar4") (= "=") (call_expression "entry(param_2,0x3e1cb)" (identifier "entry") (argument_list "(param_2,0x3e1cb)" (( "(") (identifier "param_2") (, ",") (number_literal "0x3e1cb") () ")")))) (; ";")) (expression_statement "puVar7 = &UNK_00086e35 + unaff_EBX;" (assignment_expression "puVar7 = &UNK_00086e35 + unaff_EBX" (identifier "puVar7") (= "=") (binary_expression "&UNK_00086e35 + unaff_EBX" (pointer_expression "&UNK_00086e35" (& "&") (identifier "UNK_00086e35")) (+ "+") (identifier "unaff_EBX"))) (; ";")) (expression_statement "local_24 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_24 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_24") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (if_statement "if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0))" (( "(") (binary_expression "(param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)" (parenthesized_expression "(param_2 == (byte *)0x0)" (( "(") (binary_expression "param_2 == (byte *)0x0" (identifier "param_2") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(param_3 == (byte *)0x0)" (( "(") (binary_expression "param_3 == (byte *)0x0" (identifier "param_3") (== "==") (cast_expression "(byte *)0x0" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")"))) () ")")) (compound_statement "{\n iVar8 = (uint)(param_2 != param_3) * 2;\n goto LAB_0003e23e;\n }" ({ "{") (expression_statement "iVar8 = (uint)(param_2 != param_3) * 2;" (assignment_expression "iVar8 = (uint)(param_2 != param_3) * 2" (identifier "iVar8") (= "=") (binary_expression "(uint)(param_2 != param_3) * 2" (call_expression "(uint)(param_2 != param_3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_2 != param_3)" (( "(") (binary_expression "param_2 != param_3" (identifier "param_2") (!= "!=") (identifier "param_3")) () ")"))) (* "*") (number_literal "2"))) (; ";")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";")) (} "}"))) (if_statement "if ((iVar4 != 0) && (*param_2 == 0x99)) {\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }" (if "if") (parenthesized_expression "((iVar4 != 0) && (*param_2 == 0x99))" (( "(") (binary_expression "(iVar4 != 0) && (*param_2 == 0x99)" (parenthesized_expression "(iVar4 != 0)" (( "(") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*param_2 == 0x99)" (( "(") (binary_expression "*param_2 == 0x99" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (== "==") (number_literal "0x99")) () ")"))) () ")")) (compound_statement "{\n local_28 = 0;\n FUN_0003e10f(0x41,&local_28);\n if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }\n }" ({ "{") (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" (identifier "local_28") (= "=") (number_literal "0")) (; ";")) (expression_statement "FUN_0003e10f(0x41,&local_28);" (call_expression "FUN_0003e10f(0x41,&local_28)" (identifier "FUN_0003e10f") (argument_list "(0x41,&local_28)" (( "(") (number_literal "0x41") (, ",") (pointer_expression "&local_28" (& "&") (identifier "local_28")) () ")"))) (; ";")) (if_statement "if (local_28 != 0) {\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }" (if "if") (parenthesized_expression "(local_28 != 0)" (( "(") (binary_expression "local_28 != 0" (identifier "local_28") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_00019f4c();\n iVar8 = FUN_00032bbb();\n if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }\n }" ({ "{") (expression_statement "FUN_00019f4c();" (call_expression "FUN_00019f4c()" (identifier "FUN_00019f4c") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "iVar8 = FUN_00032bbb();" (assignment_expression "iVar8 = FUN_00032bbb()" (identifier "iVar8") (= "=") (call_expression "FUN_00032bbb()" (identifier "FUN_00032bbb") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar8 == 0) {\n FUN_000257e8();\n FUN_000257e8();\n }\n else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_000257e8();\n FUN_000257e8();\n }" ({ "{") (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" (identifier "FUN_000257e8") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" (identifier "FUN_000257e8") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else {\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" (else "else") (compound_statement "{\n iVar5 = sqlite3_value_type(iVar8);\n if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }\n iVar8 = FUN_0003c84f();\n FUN_000257e8();\n FUN_000257e8();\n if (iVar8 == 0) goto LAB_0003e23e;\n }" ({ "{") (expression_statement "iVar5 = sqlite3_value_type(iVar8);" (assignment_expression "iVar5 = sqlite3_value_type(iVar8)" (identifier "iVar5") (= "=") (call_expression "sqlite3_value_type(iVar8)" (identifier "sqlite3_value_type") (argument_list "(iVar8)" (( "(") (identifier "iVar8") () ")")))) (; ";")) (if_statement "if (iVar5 == 3) {\n sqlite3_value_text(iVar8);\n }" (if "if") (parenthesized_expression "(iVar5 == 3)" (( "(") (binary_expression "iVar5 == 3" (identifier "iVar5") (== "==") (number_literal "3")) () ")")) (compound_statement "{\n sqlite3_value_text(iVar8);\n }" ({ "{") (expression_statement "sqlite3_value_text(iVar8);" (call_expression "sqlite3_value_text(iVar8)" (identifier "sqlite3_value_text") (argument_list "(iVar8)" (( "(") (identifier "iVar8") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar8 = FUN_0003c84f();" (assignment_expression "iVar8 = FUN_0003c84f()" (identifier "iVar8") (= "=") (call_expression "FUN_0003c84f()" (identifier "FUN_0003c84f") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" (identifier "FUN_000257e8") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_000257e8();" (call_expression "FUN_000257e8()" (identifier "FUN_000257e8") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (iVar8 == 0) goto LAB_0003e23e;" (if "if") (parenthesized_expression "(iVar8 == 0)" (( "(") (binary_expression "iVar8 == 0" (identifier "iVar8") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";"))) (} "}")))) (} "}"))) (} "}"))) (expression_statement "uVar2 = *(uint *)(param_2 + 4);" (assignment_expression "uVar2 = *(uint *)(param_2 + 4)" (identifier "uVar2") (= "=") (pointer_expression "*(uint *)(param_2 + 4)" (* "*") (cast_expression "(uint *)(param_2 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(uint *)(param_3 + 4);" (assignment_expression "uVar3 = *(uint *)(param_3 + 4)" (identifier "uVar3") (= "=") (pointer_expression "*(uint *)(param_3 + 4)" (* "*") (cast_expression "(uint *)(param_3 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 4)" (( "(") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "uVar6 = uVar3 | uVar2;" (assignment_expression "uVar6 = uVar3 | uVar2" (identifier "uVar6") (= "=") (binary_expression "uVar3 | uVar2" (identifier "uVar3") (| "|") (identifier "uVar2"))) (; ";")) (if_statement "if ((uVar6 & 0x400) != 0) {\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "((uVar6 & 0x400) != 0)" (( "(") (binary_expression "(uVar6 & 0x400) != 0" (parenthesized_expression "(uVar6 & 0x400)" (( "(") (binary_expression "uVar6 & 0x400" (identifier "uVar6") (& "&") (number_literal "0x400")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar8 = 2;\n if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }\n goto LAB_0003e23e;\n }" ({ "{") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (if_statement "if ((uVar3 & 0x400 & uVar2) != 0) {\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }" (if "if") (parenthesized_expression "((uVar3 & 0x400 & uVar2) != 0)" (( "(") (binary_expression "(uVar3 & 0x400 & uVar2) != 0" (parenthesized_expression "(uVar3 & 0x400 & uVar2)" (( "(") (binary_expression "uVar3 & 0x400 & uVar2" (binary_expression "uVar3 & 0x400" (identifier "uVar3") (& "&") (number_literal "0x400")) (& "&") (identifier "uVar2")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;\n }" ({ "{") (expression_statement "iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;" (assignment_expression "iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2" (identifier "iVar8") (= "=") (binary_expression "(uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2" (call_expression "(uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8))" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(param_2 + 8) != *(int *)(param_3 + 8))" (( "(") (binary_expression "*(int *)(param_2 + 8) != *(int *)(param_3 + 8)" (pointer_expression "*(int *)(param_2 + 8)" (* "*") (cast_expression "(int *)(param_2 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (pointer_expression "*(int *)(param_3 + 8)" (* "*") (cast_expression "(int *)(param_3 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")"))))) () ")"))) (* "*") (number_literal "2"))) (; ";")) (} "}"))) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";")) (} "}"))) (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" (identifier "bVar1") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (if_statement "if ((*param_3 != bVar1) || (bVar1 == 0x47)) {\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "((*param_3 != bVar1) || (bVar1 == 0x47))" (( "(") (binary_expression "(*param_3 != bVar1) || (bVar1 == 0x47)" (parenthesized_expression "(*param_3 != bVar1)" (( "(") (binary_expression "*param_3 != bVar1" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (!= "!=") (identifier "bVar1")) () ")")) (|| "||") (parenthesized_expression "(bVar1 == 0x47)" (( "(") (binary_expression "bVar1 == 0x47" (identifier "bVar1") (== "==") (number_literal "0x47")) () ")"))) () ")")) (compound_statement "{\n if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }\n iVar8 = 2;\n if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }\n goto LAB_0003e23e;\n }" ({ "{") (if_statement "if (bVar1 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "(bVar1 == 0x6f)" (( "(") (binary_expression "bVar1 == 0x6f" (identifier "bVar1") (== "==") (number_literal "0x6f")) () ")")) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 1;\n if (iVar4 < 2) goto LAB_0003e23e;\n }" ({ "{") (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" (identifier "iVar4") (= "=") (call_expression "FUN_0003e1bf(unaff_retaddr)" (identifier "FUN_0003e1bf") (argument_list "(unaff_retaddr)" (( "(") (identifier "unaff_retaddr") () ")")))) (; ";")) (expression_statement "iVar8 = 1;" (assignment_expression "iVar8 = 1" (identifier "iVar8") (= "=") (number_literal "1")) (; ";")) (if_statement "if (iVar4 < 2) goto LAB_0003e23e;" (if "if") (parenthesized_expression "(iVar4 < 2)" (( "(") (binary_expression "iVar4 < 2" (identifier "iVar4") (< "<") (number_literal "2")) () ")")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";"))) (} "}"))) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (if_statement "if (*param_3 == 0x6f) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }" (if "if") (parenthesized_expression "(*param_3 == 0x6f)" (( "(") (binary_expression "*param_3 == 0x6f" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (== "==") (number_literal "0x6f")) () ")")) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = (1 < iVar4) + 1;\n }" ({ "{") (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" (identifier "iVar4") (= "=") (call_expression "FUN_0003e1bf(unaff_retaddr)" (identifier "FUN_0003e1bf") (argument_list "(unaff_retaddr)" (( "(") (identifier "unaff_retaddr") () ")")))) (; ";")) (expression_statement "iVar8 = (1 < iVar4) + 1;" (assignment_expression "iVar8 = (1 < iVar4) + 1" (identifier "iVar8") (= "=") (binary_expression "(1 < iVar4) + 1" (parenthesized_expression "(1 < iVar4)" (( "(") (binary_expression "1 < iVar4" (number_literal "1") (< "<") (identifier "iVar4")) () ")")) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";")) (} "}"))) (if_statement "if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }" (if "if") (parenthesized_expression "(((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0))" (( "(") (binary_expression "((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)" (parenthesized_expression "((bVar1 & 0xfd) != 0xa4)" (( "(") (binary_expression "(bVar1 & 0xfd) != 0xa4" (parenthesized_expression "(bVar1 & 0xfd)" (( "(") (binary_expression "bVar1 & 0xfd" (identifier "bVar1") (& "&") (number_literal "0xfd")) () ")")) (!= "!=") (number_literal "0xa4")) () ")")) (&& "&&") (parenthesized_expression "(__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)" (( "(") (comma_expression "__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0" (assignment_expression "__s1 = *(char **)(param_2 + 8)" (identifier "__s1") (= "=") (pointer_expression "*(char **)(param_2 + 8)" (* "*") (cast_expression "(char **)(param_2 + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) (, ",") (binary_expression "__s1 != (char *)0x0" (identifier "__s1") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")))) () ")"))) () ")")) (compound_statement "{\n if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }\n }" ({ "{") (if_statement "if ((bVar1 + 0x5b & 0xfb) == 0) {\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }\n else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "((bVar1 + 0x5b & 0xfb) == 0)" (( "(") (binary_expression "(bVar1 + 0x5b & 0xfb) == 0" (parenthesized_expression "(bVar1 + 0x5b & 0xfb)" (( "(") (binary_expression "bVar1 + 0x5b & 0xfb" (binary_expression "bVar1 + 0x5b" (identifier "bVar1") (+ "+") (number_literal "0x5b")) (& "&") (number_literal "0xfb")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = FUN_000174da(iVar4,puVar7);\n iVar8 = 2;\n if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;\n if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }\n }" ({ "{") (expression_statement "iVar4 = FUN_000174da(iVar4,puVar7);" (assignment_expression "iVar4 = FUN_000174da(iVar4,puVar7)" (identifier "iVar4") (= "=") (call_expression "FUN_000174da(iVar4,puVar7)" (identifier "FUN_000174da") (argument_list "(iVar4,puVar7)" (( "(") (identifier "iVar4") (, ",") (identifier "puVar7") () ")")))) (; ";")) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (if_statement "if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))\n goto LAB_0003e23e;" (if "if") (parenthesized_expression "((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))" (( "(") (binary_expression "(iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1))" (parenthesized_expression "(iVar4 != 0)" (( "(") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1))" (( "(") (binary_expression "((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)" (parenthesized_expression "((uVar2 & 0x1000000) != 0)" (( "(") (binary_expression "(uVar2 & 0x1000000) != 0" (parenthesized_expression "(uVar2 & 0x1000000)" (( "(") (binary_expression "uVar2 & 0x1000000" (identifier "uVar2") (& "&") (number_literal "0x1000000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (!= "!=") (cast_expression "(bool)((byte)(uVar3 >> 0x18) & 1)" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (parenthesized_expression "((byte)(uVar3 >> 0x18) & 1)" (( "(") (binary_expression "(byte)(uVar3 >> 0x18) & 1" (call_expression "(byte)(uVar3 >> 0x18)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(uVar3 >> 0x18)" (( "(") (binary_expression "uVar3 >> 0x18" (identifier "uVar3") (>> ">>") (number_literal "0x18")) () ")"))) (& "&") (number_literal "1")) () ")")))) () ")"))) () ")")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";"))) (if_statement "if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {\n iVar8 = 2;\n goto LAB_0003e23e;\n }" (if "if") (parenthesized_expression "(((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0))" (( "(") (binary_expression "((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)" (parenthesized_expression "((uVar2 & 0x1000000) != 0)" (( "(") (binary_expression "(uVar2 & 0x1000000) != 0" (parenthesized_expression "(uVar2 & 0x1000000)" (( "(") (binary_expression "uVar2 & 0x1000000" (identifier "uVar2") (& "&") (number_literal "0x1000000")) () ")")) (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar4 = FUN_0003e670(1), iVar4 != 0)" (( "(") (comma_expression "iVar4 = FUN_0003e670(1), iVar4 != 0" (assignment_expression "iVar4 = FUN_0003e670(1)" (identifier "iVar4") (= "=") (call_expression "FUN_0003e670(1)" (identifier "FUN_0003e670") (argument_list "(1)" (( "(") (number_literal "1") () ")")))) (, ",") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n iVar8 = 2;\n goto LAB_0003e23e;\n }" ({ "{") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";")) (} "}"))) (} "}")) (else_clause "else {\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" (else "else") (compound_statement "{\n iVar8 = 0;\n if (bVar1 == 0x77) goto LAB_0003e23e;\n if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }\n iVar8 = 2;\n if (iVar4 != 0) goto LAB_0003e23e;\n }" ({ "{") (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" (identifier "iVar8") (= "=") (number_literal "0")) (; ";")) (if_statement "if (bVar1 == 0x77) goto LAB_0003e23e;" (if "if") (parenthesized_expression "(bVar1 == 0x77)" (( "(") (binary_expression "bVar1 == 0x77" (identifier "bVar1") (== "==") (number_literal "0x77")) () ")")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";"))) (if_statement "if (bVar1 == 0x6f) {\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }\n else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" (if "if") (parenthesized_expression "(bVar1 == 0x6f)" (( "(") (binary_expression "bVar1 == 0x6f" (identifier "bVar1") (== "==") (number_literal "0x6f")) () ")")) (compound_statement "{\n iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));\n }" ({ "{") (expression_statement "iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));" (assignment_expression "iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8))" (identifier "iVar4") (= "=") (call_expression "sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8))" (identifier "sqlite3_stricmp") (argument_list "(__s1,*(undefined4 *)(param_3 + 8))" (( "(") (identifier "__s1") (, ",") (pointer_expression "*(undefined4 *)(param_3 + 8)" (* "*") (cast_expression "(undefined4 *)(param_3 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (} "}")) (else_clause "else {\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" (else "else") (compound_statement "{\n if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;\n iVar4 = strcmp(__s1,*(char **)(param_3 + 8));\n }" ({ "{") (if_statement "if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;" (if "if") (parenthesized_expression "(*(char **)(param_3 + 8) == (char *)0x0)" (( "(") (binary_expression "*(char **)(param_3 + 8) == (char *)0x0" (pointer_expression "*(char **)(param_3 + 8)" (* "*") (cast_expression "(char **)(param_3 + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0003e3d3;" (goto "goto") (statement_identifier "LAB_0003e3d3") (; ";"))) (expression_statement "iVar4 = strcmp(__s1,*(char **)(param_3 + 8));" (assignment_expression "iVar4 = strcmp(__s1,*(char **)(param_3 + 8))" (identifier "iVar4") (= "=") (call_expression "strcmp(__s1,*(char **)(param_3 + 8))" (identifier "strcmp") (argument_list "(__s1,*(char **)(param_3 + 8))" (( "(") (identifier "__s1") (, ",") (pointer_expression "*(char **)(param_3 + 8)" (* "*") (cast_expression "(char **)(param_3 + 8)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 8)" (( "(") (binary_expression "param_3 + 8" (identifier "param_3") (+ "+") (number_literal "8")) () ")")))) () ")")))) (; ";")) (} "}")))) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (if_statement "if (iVar4 != 0) goto LAB_0003e23e;" (if "if") (parenthesized_expression "(iVar4 != 0)" (( "(") (binary_expression "iVar4 != 0" (identifier "iVar4") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0003e23e;" (goto "goto") (statement_identifier "LAB_0003e23e") (; ";"))) (} "}")))) (} "}"))) (labeled_statement "LAB_0003e3d3:\n iVar8 = 2;" (statement_identifier "LAB_0003e3d3") (: ":") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";"))) (if_statement "if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))) {\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" (if "if") (parenthesized_expression "((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0))))" (( "(") (binary_expression "(((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&\n (((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))" (parenthesized_expression "(((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0))" (( "(") (binary_expression "((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)" (parenthesized_expression "((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0))" (( "(") (binary_expression "(((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&\n (iVar8 = 0, (uVar6 & 0x4000) == 0)" (parenthesized_expression "(((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0)" (( "(") (binary_expression "((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0" (parenthesized_expression "((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202)" (( "(") (binary_expression "(*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202" (parenthesized_expression "(*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4))" (( "(") (binary_expression "*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)" (pointer_expression "*(uint *)(param_2 + 4)" (* "*") (cast_expression "(uint *)(param_2 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (^ "^") (pointer_expression "*(uint *)(param_3 + 4)" (* "*") (cast_expression "(uint *)(param_3 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 4)" (( "(") (binary_expression "param_3 + 4" (identifier "param_3") (+ "+") (number_literal "4")) () ")"))))) () ")")) (& "&") (number_literal "0x202")) () ")")) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(iVar8 = 0, (uVar6 & 0x4000) == 0)" (( "(") (comma_expression "iVar8 = 0, (uVar6 & 0x4000) == 0" (assignment_expression "iVar8 = 0" (identifier "iVar8") (= "=") (number_literal "0")) (, ",") (binary_expression "(uVar6 & 0x4000) == 0" (parenthesized_expression "(uVar6 & 0x4000)" (( "(") (binary_expression "uVar6 & 0x4000" (identifier "uVar6") (& "&") (number_literal "0x4000")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(iVar8 = 2, (uVar6 & 0x800) == 0)" (( "(") (comma_expression "iVar8 = 2, (uVar6 & 0x800) == 0" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (, ",") (binary_expression "(uVar6 & 0x800) == 0" (parenthesized_expression "(uVar6 & 0x800)" (( "(") (binary_expression "uVar6 & 0x800" (identifier "uVar6") (& "&") (number_literal "0x800")) () ")")) (== "==") (number_literal "0"))) () ")"))) () ")")) (&& "&&") (parenthesized_expression "(((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)))" (( "(") (parenthesized_expression "((uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0))" (( "(") (binary_expression "(uVar6 & 8) != 0 || (iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)" (binary_expression "(uVar6 & 8) != 0" (parenthesized_expression "(uVar6 & 8)" (( "(") (binary_expression "uVar6 & 8" (identifier "uVar6") (& "&") (number_literal "8")) () ")")) (!= "!=") (number_literal "0")) (|| "||") (parenthesized_expression "(iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0)" (( "(") (comma_expression "iVar4 = FUN_0003e1bf(unaff_retaddr), iVar4 == 0" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" (identifier "iVar4") (= "=") (call_expression "FUN_0003e1bf(unaff_retaddr)" (identifier "FUN_0003e1bf") (argument_list "(unaff_retaddr)" (( "(") (identifier "unaff_retaddr") () ")")))) (, ",") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0"))) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n iVar4 = FUN_0003e1bf(unaff_retaddr);\n iVar8 = 2;\n if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" ({ "{") (expression_statement "iVar4 = FUN_0003e1bf(unaff_retaddr);" (assignment_expression "iVar4 = FUN_0003e1bf(unaff_retaddr)" (identifier "iVar4") (= "=") (call_expression "FUN_0003e1bf(unaff_retaddr)" (identifier "FUN_0003e1bf") (argument_list "(unaff_retaddr)" (( "(") (identifier "unaff_retaddr") () ")")))) (; ";")) (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (if_statement "if (iVar4 == 0) {\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar4 = FUN_0003e595();\n if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }\n }" ({ "{") (expression_statement "iVar4 = FUN_0003e595();" (assignment_expression "iVar4 = FUN_0003e595()" (identifier "iVar4") (= "=") (call_expression "FUN_0003e595()" (identifier "FUN_0003e595") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar4 == 0) {\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }\n else {\n iVar8 = 2;\n }" (if "if") (parenthesized_expression "(iVar4 == 0)" (( "(") (binary_expression "iVar4 == 0" (identifier "iVar4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n bVar1 = *param_2;\n iVar8 = 0;\n if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n }" ({ "{") (expression_statement "bVar1 = *param_2;" (assignment_expression "bVar1 = *param_2" (identifier "bVar1") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" (identifier "iVar8") (= "=") (number_literal "0")) (; ";")) (if_statement "if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" (if "if") (parenthesized_expression "(((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0))" (( "(") (binary_expression "((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)" (parenthesized_expression "((bVar1 != 0x73) && (bVar1 != 0xa7))" (( "(") (binary_expression "(bVar1 != 0x73) && (bVar1 != 0xa7)" (parenthesized_expression "(bVar1 != 0x73)" (( "(") (binary_expression "bVar1 != 0x73" (identifier "bVar1") (!= "!=") (number_literal "0x73")) () ")")) (&& "&&") (parenthesized_expression "(bVar1 != 0xa7)" (( "(") (binary_expression "bVar1 != 0xa7" (identifier "bVar1") (!= "!=") (number_literal "0xa7")) () ")"))) () ")")) (&& "&&") (parenthesized_expression "((uVar6 & 0x2000) == 0)" (( "(") (binary_expression "(uVar6 & 0x2000) == 0" (parenthesized_expression "(uVar6 & 0x2000)" (( "(") (binary_expression "uVar6 & 0x2000" (identifier "uVar6") (& "&") (number_literal "0x2000")) () ")")) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" ({ "{") (if_statement "if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }" (if "if") (parenthesized_expression "(*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20))" (( "(") (binary_expression "*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)" (pointer_expression "*(short *)(param_2 + 0x20)" (* "*") (cast_expression "(short *)(param_2 + 0x20)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")")))) (== "==") (pointer_expression "*(short *)(param_3 + 0x20)" (* "*") (cast_expression "(short *)(param_3 + 0x20)" (( "(") (type_descriptor "short *" (sized_type_specifier "short" (short "short")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (compound_statement "{\n if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }\n }" ({ "{") (if_statement "if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }\n else {\n iVar8 = 2;\n }" (if "if") (parenthesized_expression "((param_2[2] == param_3[2]) || (bVar1 != 0xac))" (( "(") (binary_expression "(param_2[2] == param_3[2]) || (bVar1 != 0xac)" (parenthesized_expression "(param_2[2] == param_3[2])" (( "(") (binary_expression "param_2[2] == param_3[2]" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (== "==") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) () ")")) (|| "||") (parenthesized_expression "(bVar1 != 0xac)" (( "(") (binary_expression "bVar1 != 0xac" (identifier "bVar1") (!= "!=") (number_literal "0xac")) () ")"))) () ")")) (compound_statement "{\n if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }\n }" ({ "{") (if_statement "if ((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {\n iVar8 = 2;\n }" (if "if") (parenthesized_expression "((bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr))))" (( "(") (binary_expression "(bVar1 != 0x31) &&\n ((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))" (parenthesized_expression "(bVar1 != 0x31)" (( "(") (binary_expression "bVar1 != 0x31" (identifier "bVar1") (!= "!=") (number_literal "0x31")) () ")")) (&& "&&") (parenthesized_expression "((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)))" (( "(") (parenthesized_expression "(*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr))" (( "(") (binary_expression "*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&\n (*(int *)(param_2 + 0x1c) != unaff_retaddr)" (binary_expression "*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c)" (pointer_expression "*(int *)(param_3 + 0x1c)" (* "*") (cast_expression "(int *)(param_3 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x1c)" (( "(") (binary_expression "param_3 + 0x1c" (identifier "param_3") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (pointer_expression "*(int *)(param_2 + 0x1c)" (* "*") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")"))))) (&& "&&") (parenthesized_expression "(*(int *)(param_2 + 0x1c) != unaff_retaddr)" (( "(") (binary_expression "*(int *)(param_2 + 0x1c) != unaff_retaddr" (pointer_expression "*(int *)(param_2 + 0x1c)" (* "*") (cast_expression "(int *)(param_2 + 0x1c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")")))) (!= "!=") (identifier "unaff_retaddr")) () ")"))) () ")")) () ")"))) () ")")) (compound_statement "{\n iVar8 = 2;\n }" ({ "{") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n iVar8 = 2;\n }" (else "else") (compound_statement "{\n iVar8 = 2;\n }" ({ "{") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n iVar8 = 2;\n }" (else "else") (compound_statement "{\n iVar8 = 2;\n }" ({ "{") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (} "}")))) (} "}"))) (} "}")) (else_clause "else {\n iVar8 = 2;\n }" (else "else") (compound_statement "{\n iVar8 = 2;\n }" ({ "{") (expression_statement "iVar8 = 2;" (assignment_expression "iVar8 = 2" (identifier "iVar8") (= "=") (number_literal "2")) (; ";")) (} "}")))) (} "}"))) (} "}"))) (labeled_statement "LAB_0003e23e:\n if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }" (statement_identifier "LAB_0003e23e") (: ":") (if_statement "if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar8;\n }" (if "if") (parenthesized_expression "(local_24 == *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "local_24 == *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_24") (== "==") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n return iVar8;\n }" ({ "{") (return_statement "return iVar8;" (return "return") (identifier "iVar8") (; ";")) (} "}")))) (expression_statement "FUN_00094ed0();" (call_expression "FUN_00094ed0()" (identifier "FUN_00094ed0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 function_1(type_1 *var_4,type_2 *var_2,type_2 *var_3,int var_27)
{
type_3 var_18;
type_4 var_26;
short sVar3;
type_5 var_16;
type_5 var_15;
char *var_20;
type_6 **ppuVar6;
type_7 *var_9;
int var_19;
type_5 var_17;
type_6 **ppuVar9;
int var_12;
int var_1;
type_1 *pPVar11;
type_7 *var_6;
int var_28;
ppuVar9 = &_GLOBAL_OFFSET_TABLE_;
var_28 = *(int *)(var_1 + 0x14);
if ((var_2 == (type_2 *)0x0) || (var_3 == (type_2 *)0x0)) {
var_12 = (type_5)(var_2 != var_3) * 2;
goto LAB_0003e23e;
}
pPVar11 = var_4;
ppuVar6 = ppuVar9;
if ((var_4 != (type_1 *)0x0) && (ppuVar6 = &_GLOBAL_OFFSET_TABLE_, var_2->op == 0x99)) {
var_6 = (type_7 *)0x0;
var_5(var_4->db,var_3,'\x01','A',&var_6);
ppuVar6 = ppuVar9;
if (var_6 != (type_7 *)0x0) {
sVar3 = var_2->iColumn;
var_7(var_4->pVdbe,(int)sVar3);
var_9 = var_8(var_4->pReprepare,(int)sVar3,'A');
if (var_9 == (type_7 *)0x0) {
var_10(var_6);
var_10((type_7 *)0x0);
ppuVar6 = ppuVar9;
}
else {
var_12 = var_11(var_9);
var_4 = pPVar11;
if (var_12 == 3) {
var_13(var_9);
var_4 = pPVar11;
}
var_12 = var_14(var_9,var_6,(type_8 *)0x0);
var_10(var_6);
var_10(var_9);
pPVar11 = var_4;
ppuVar6 = ppuVar9;
if (var_12 == 0) goto LAB_0003e23e;
}
}
}
ppuVar9 = ppuVar6;
var_4 = pPVar11;
var_16 = var_2->flags;
var_15 = var_3->flags;
var_17 = var_15 | var_16;
if ((var_17 & 0x400) != 0) {
var_12 = 2;
if ((var_15 & 0x400 & var_16) != 0) {
var_12 = (type_5)((var_2->u).zToken != (var_3->u).zToken) * 2;
}
goto LAB_0003e23e;
}
var_18 = var_2->op;
if ((var_3->op != var_18) || (var_18 == 0x47)) {
if (var_18 == 0x6f) {
var_19 = function_1(var_4,var_2->pLeft,var_3,var_27);
var_12 = 1;
if (var_19 < 2) goto LAB_0003e23e;
}
var_12 = 2;
if (var_3->op == 'o') {
var_12 = function_1(var_4,var_2,var_3->pLeft,var_27);
var_12 = (1 < var_12) + 1;
}
goto LAB_0003e23e;
}
if (((var_18 & 0xfd) != 0xa4) && (var_20 = (var_2->u).zToken, var_20 != (char *)0x0)) {
if ((var_18 + 0x5b & 0xfb) == 0) {
var_19 = var_21(var_20,(var_3->u).zToken);
var_12 = 2;
if ((var_19 != 0) || (((var_16 & 0x1000000) != 0) != (bool)((type_3)(var_15 >> 0x18) & 1)))
goto LAB_0003e23e;
if (((var_16 & 0x1000000) != 0) &&
(var_12 = var_22(var_4,(var_2->y).pWin,(var_3->y).pWin,1), var_12 != 0)) {
var_12 = 2;
goto LAB_0003e23e;
}
}
else {
var_12 = 0;
if (var_18 == 0x77) goto LAB_0003e23e;
if (var_18 == 0x6f) {
var_19 = var_23(var_20,(var_3->u).zToken);
}
else {
if ((var_3->u).zToken == (char *)0x0) goto LAB_0003e3d3;
var_19 = var_24(var_20,(var_3->u).zToken);
}
var_12 = 2;
if (var_19 != 0) goto LAB_0003e23e;
}
}
LAB_0003e3d3:
var_12 = 2;
if ((((((var_2->flags ^ var_3->flags) & 0x202) == 0) && (var_12 = 0, (var_17 & 0x4000) == 0)) &&
(var_12 = 2, (var_17 & 0x800) == 0)) &&
(((var_17 & 8) != 0 || (var_19 = function_1(var_4,var_2->pLeft,var_3->pLeft,var_27), var_19 == 0)
))) {
var_19 = function_1(var_4,var_2->pRight,var_3->pRight,var_27);
var_12 = 2;
if (var_19 == 0) {
var_12 = var_25((var_2->x).pList,(var_3->x).pList,var_27);
if (var_12 == 0) {
var_26 = var_2->op;
var_12 = 0;
if (((var_26 != 's') && (var_26 != 0xa7)) && ((var_17 & 0x2000) == 0)) {
if (var_2->iColumn == var_3->iColumn) {
if ((var_2->op2 == var_3->op2) || (var_26 != 0xac)) {
if ((var_26 != '1') && ((var_3->iTable != var_2->iTable && (var_2->iTable != var_27)))) {
var_12 = 2;
}
}
else {
var_12 = 2;
}
}
else {
var_12 = 2;
}
}
}
else {
var_12 = 2;
}
}
}
LAB_0003e23e:
if (var_28 == *(int *)(var_1 + 0x14)) {
return var_12;
}
/* WARNING: Subroutine does not return */
var_29(var_4,ppuVar9);
}
| 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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)))) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) right: (number_literal)))))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) right: (number_literal)))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))))))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal)))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) right: (number_literal))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) right: (binary_expression left: (identifier) right: (number_literal))))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
int __regparm3 MASKED(undefined4 param_1,byte *param_2,byte *param_3)
{
byte bVar1;
uint uVar2;
uint uVar3;
char *__s1;
int iVar4;
int iVar5;
uint uVar6;
int unaff_EBX;
undefined *puVar7;
int iVar8;
int in_GS_OFFSET;
int unaff_retaddr;
int local_28;
int local_24;
iVar4 = entry(param_2,0x3e1cb);
puVar7 = &UNK_00086e35 + unaff_EBX;
local_24 = *(int *)(in_GS_OFFSET + 0x14);
if ((param_2 == (byte *)0x0) || (param_3 == (byte *)0x0)) {
iVar8 = (uint)(param_2 != param_3) * 2;
goto LAB_0003e23e;
}
if ((iVar4 != 0) && (*param_2 == 0x99)) {
local_28 = 0;
FUN_0003e10f(0x41,&local_28);
if (local_28 != 0) {
FUN_00019f4c();
iVar8 = FUN_00032bbb();
if (iVar8 == 0) {
FUN_000257e8();
FUN_000257e8();
}
else {
iVar5 = sqlite3_value_type(iVar8);
if (iVar5 == 3) {
sqlite3_value_text(iVar8);
}
iVar8 = FUN_0003c84f();
FUN_000257e8();
FUN_000257e8();
if (iVar8 == 0) goto LAB_0003e23e;
}
}
}
uVar2 = *(uint *)(param_2 + 4);
uVar3 = *(uint *)(param_3 + 4);
uVar6 = uVar3 | uVar2;
if ((uVar6 & 0x400) != 0) {
iVar8 = 2;
if ((uVar3 & 0x400 & uVar2) != 0) {
iVar8 = (uint)(*(int *)(param_2 + 8) != *(int *)(param_3 + 8)) * 2;
}
goto LAB_0003e23e;
}
bVar1 = *param_2;
if ((*param_3 != bVar1) || (bVar1 == 0x47)) {
if (bVar1 == 0x6f) {
iVar4 = MASKED(unaff_retaddr);
iVar8 = 1;
if (iVar4 < 2) goto LAB_0003e23e;
}
iVar8 = 2;
if (*param_3 == 0x6f) {
iVar4 = MASKED(unaff_retaddr);
iVar8 = (1 < iVar4) + 1;
}
goto LAB_0003e23e;
}
if (((bVar1 & 0xfd) != 0xa4) && (__s1 = *(char **)(param_2 + 8), __s1 != (char *)0x0)) {
if ((bVar1 + 0x5b & 0xfb) == 0) {
iVar4 = FUN_000174da(iVar4,puVar7);
iVar8 = 2;
if ((iVar4 != 0) || (((uVar2 & 0x1000000) != 0) != (bool)((byte)(uVar3 >> 0x18) & 1)))
goto LAB_0003e23e;
if (((uVar2 & 0x1000000) != 0) && (iVar4 = FUN_0003e670(1), iVar4 != 0)) {
iVar8 = 2;
goto LAB_0003e23e;
}
}
else {
iVar8 = 0;
if (bVar1 == 0x77) goto LAB_0003e23e;
if (bVar1 == 0x6f) {
iVar4 = sqlite3_stricmp(__s1,*(undefined4 *)(param_3 + 8));
}
else {
if (*(char **)(param_3 + 8) == (char *)0x0) goto LAB_0003e3d3;
iVar4 = strcmp(__s1,*(char **)(param_3 + 8));
}
iVar8 = 2;
if (iVar4 != 0) goto LAB_0003e23e;
}
}
LAB_0003e3d3:
iVar8 = 2;
if ((((((*(uint *)(param_2 + 4) ^ *(uint *)(param_3 + 4)) & 0x202) == 0) &&
(iVar8 = 0, (uVar6 & 0x4000) == 0)) && (iVar8 = 2, (uVar6 & 0x800) == 0)) &&
(((uVar6 & 8) != 0 || (iVar4 = MASKED(unaff_retaddr), iVar4 == 0)))) {
iVar4 = MASKED(unaff_retaddr);
iVar8 = 2;
if (iVar4 == 0) {
iVar4 = FUN_0003e595();
if (iVar4 == 0) {
bVar1 = *param_2;
iVar8 = 0;
if (((bVar1 != 0x73) && (bVar1 != 0xa7)) && ((uVar6 & 0x2000) == 0)) {
if (*(short *)(param_2 + 0x20) == *(short *)(param_3 + 0x20)) {
if ((param_2[2] == param_3[2]) || (bVar1 != 0xac)) {
if ((bVar1 != 0x31) &&
((*(int *)(param_3 + 0x1c) != *(int *)(param_2 + 0x1c) &&
(*(int *)(param_2 + 0x1c) != unaff_retaddr)))) {
iVar8 = 2;
}
}
else {
iVar8 = 2;
}
}
else {
iVar8 = 2;
}
}
}
else {
iVar8 = 2;
}
}
}
LAB_0003e23e:
if (local_24 == *(int *)(in_GS_OFFSET + 0x14)) {
return iVar8;
}
/* WARNING: Subroutine does not return */
FUN_00094ed0();
}
|
45_hppa-linux-gnu-strip_and_hppa-linux-gnu-strip_strip.c
|
bfd_set_error
|
bfd_set_error
|
void bfd_set_error(void)
{
(*(code *)PTR_bfd_set_error_0003f0b8)();
return;
}
|
void bfd_set_error(void)
{
(*(code *)PTR_bfd_set_error_0003f0b8)();
return;
}
|
JMP dword ptr [EBX + 0xb8]
| null | null | null | null |
[(u'CALLIND_-1205980422', u'INDIRECT_-1205980350'), (u'CAST_-1205980345', u'CALLIND_-1205980422'), (u'INDIRECT_-1205980350', u'COPY_-1205980409'), ('tmp_58', u'CAST_-1205980345'), ('const-0', u'RETURN_-1205980419')]
|
[(u'CALLIND_-1205980422', u'INDIRECT_-1205980350'), (u'CAST_-1205980345', u'CALLIND_-1205980422'), (u'INDIRECT_-1205980350', u'COPY_-1205980409'), ('tmp_58', u'CAST_-1205980345'), ('const-0', u'RETURN_-1205980419')]
| null | null |
000132f0
|
x86
|
O1
|
(translation_unit "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}\n\n" (function_definition "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" primitive_type (function_declarator "bfd_set_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_error_0003f0b8)();" (call_expression "(*(code *)PTR_bfd_set_error_0003f0b8)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_0003f0b8)" ( (pointer_expression "*(code *)PTR_bfd_set_error_0003f0b8" * (cast_expression "(code *)PTR_bfd_set_error_0003f0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}\n\n" (function_definition "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" primitive_type (function_declarator "bfd_set_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_error_0003f0b8)();" (call_expression "(*(code *)PTR_bfd_set_error_0003f0b8)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_0003f0b8)" ( (pointer_expression "*(code *)PTR_bfd_set_error_0003f0b8" * (cast_expression "(code *)PTR_bfd_set_error_0003f0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}\n\n" (function_definition "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" primitive_type (function_declarator "bfd_set_error(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_error_0003f0b8)();" (call_expression "(*(code *)PTR_bfd_set_error_0003f0b8)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_0003f0b8)" ( (pointer_expression "*(code *)PTR_bfd_set_error_0003f0b8" * (cast_expression "(code *)PTR_bfd_set_error_0003f0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(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)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_set_error(void)\n\n{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_error(void)" (identifier "bfd_set_error") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_set_error_0003f0b8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_set_error_0003f0b8)();" (call_expression "(*(code *)PTR_bfd_set_error_0003f0b8)()" (parenthesized_expression "(*(code *)PTR_bfd_set_error_0003f0b8)" (( "(") (pointer_expression "*(code *)PTR_bfd_set_error_0003f0b8" (* "*") (cast_expression "(code *)PTR_bfd_set_error_0003f0b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_set_error_0003f0b8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_set_error_0003f0b8)();
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 argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_0003f0b8)();
return;
}
|
8112_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
unescape
|
FUN_00245820
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int unescape(char **in,char **out,char *seq,char value)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)
{
size_t __n;
int iVar1;
__n = strlen(param_3);
iVar1 = strncmp((char *)*param_1,param_3,__n);
if (iVar1 == 0) {
*(undefined1 *)*param_2 = param_4;
*param_1 = *param_1 + __n;
*param_2 = *param_2 + 1;
return 1;
}
return 0;
}
|
PUSH EBP
MOV EBP,EDX
PUSH EDI
MOV EDI,ECX
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x0003a210
ADD EBX,0x1ce7d1
SUB ESP,0x28
MOV EAX,dword ptr [ESP + 0x3c]
MOV dword ptr [ESP + 0x14],EAX
PUSH ECX
CALL 0x0002c330
ADD ESP,0xc
PUSH EAX
MOV dword ptr [ESP + 0x14],EAX
PUSH EDI
PUSH dword ptr [ESI]
CALL 0x0002c750
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x00245880
MOV EAX,dword ptr [EBP]
MOVZX EDX,byte ptr [ESP + 0x8]
MOV ECX,dword ptr [ESP + 0xc]
MOV byte ptr [EAX],DL
MOV EAX,0x1
ADD dword ptr [ESI],ECX
ADD dword ptr [EBP],0x1
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
ADD ESP,0x1c
XOR EAX,EAX
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[('const-1', u'RETURN_-1204070329')]
|
[('const-417', u'LOAD_-1204070253'), ('tmp_645', u'LOAD_-1204070212'), ('const-417', u'LOAD_-1204070212'), ('tmp_649', u'LOAD_-1204070253'), (u'COPY_-1204070093', u'RETURN_-1204070053'), (u'LOAD_-1204070160', u'INT_ADD_-1204070142'), (u'LOAD_-1204070212', u'CAST_-1204069970'), ('const-0', u'COPY_-1204070093'), ('const-1', u'INT_ADD_-1204070142'), ('tmp_645', u'LOAD_-1204070160'), (u'CAST_-1204069985', u'CALL_-1204070240'), ('const-0', u'RETURN_-1204070053'), ('tmp_645', u'STORE_-1204070157'), ('tmp_649', u'LOAD_-1204070178'), (u'CALL_-1204070240', u'INT_EQUAL_-1204070214'), (u'INT_ADD_-1204070142', u'STORE_-1204070157'), (u'COPY_-1204070189', u'RETURN_-1204070102'), ('const-417', u'STORE_-1204070157'), ('const-0', u'RETURN_-1204070102'), ('tmp_647', u'CALL_-1204070281'), ('const-1', u'COPY_-1204070189'), (u'INT_EQUAL_-1204070214', u'CBRANCH_-1204070212'), ('tmp_647', u'CALL_-1204070240'), (u'CAST_-1204069970', u'STORE_-1204070190'), (u'LOAD_-1204070253', u'CAST_-1204069985'), ('const-0', u'INT_EQUAL_-1204070214'), ('tmp_251', u'CBRANCH_-1204070212'), ('const-417', u'LOAD_-1204070178'), (u'CALL_-1204070281', u'CALL_-1204070240'), ('const-417', u'STORE_-1204070175'), (u'INT_ADD_-1204070160', u'STORE_-1204070175'), (u'CALL_-1204070281', u'INT_ADD_-1204070160'), ('tmp_649', u'STORE_-1204070175'), ('const-417', u'STORE_-1204070190'), (u'LOAD_-1204070178', u'INT_ADD_-1204070160'), ('const-417', u'LOAD_-1204070160'), ('tmp_856', u'STORE_-1204070190')]
| null | null |
00245820
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)\n\n{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}\n\n" comment (function_definition "undefined4 __regparm3 FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)\n\n{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)" identifier (parameter_list "(int *param_1,int *param_2,char *param_3,undefined1 param_4)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined1 param_4" type_identifier identifier) ))) (compound_statement "{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "__n = strlen(param_3);" (assignment_expression "__n = strlen(param_3)" identifier = (call_expression "strlen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "iVar1 = strncmp((char *)*param_1,param_3,__n);" (assignment_expression "iVar1 = strncmp((char *)*param_1,param_3,__n)" identifier = (call_expression "strncmp((char *)*param_1,param_3,__n)" identifier (argument_list "((char *)*param_1,param_3,__n)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }" { (expression_statement "*(undefined1 *)*param_2 = param_4;" (assignment_expression "*(undefined1 *)*param_2 = param_4" (pointer_expression "*(undefined1 *)*param_2" * (cast_expression "(undefined1 *)*param_2" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) = identifier) ;) (expression_statement "*param_1 = *param_1 + __n;" (assignment_expression "*param_1 = *param_1 + __n" (pointer_expression "*param_1" * identifier) = (binary_expression "*param_1 + __n" (pointer_expression "*param_1" * identifier) + identifier)) ;) (expression_statement "*param_2 = *param_2 + 1;" (assignment_expression "*param_2 = *param_2 + 1" (pointer_expression "*param_2" * identifier) = (binary_expression "*param_2 + 1" (pointer_expression "*param_2" * identifier) + number_literal)) ;) (return_statement "return 1;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint unescape(char **in,char **out,char *seq,char value)\n\n{\n}\n\n" comment (function_definition "int unescape(char **in,char **out,char *seq,char value)\n\n{\n}" primitive_type (function_declarator "unescape(char **in,char **out,char *seq,char value)" identifier (parameter_list "(char **in,char **out,char *seq,char value)" ( (parameter_declaration "char **in" primitive_type (pointer_declarator "**in" * (pointer_declarator "*in" * identifier))) , (parameter_declaration "char **out" primitive_type (pointer_declarator "**out" * (pointer_declarator "*out" * identifier))) , (parameter_declaration "char *seq" primitive_type (pointer_declarator "*seq" * identifier)) , (parameter_declaration "char value" primitive_type identifier) ))) (compound_statement "{\n}" { })))
|
(translation_unit "undefined4 __regparm3 FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)\n\n{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)\n\n{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)" identifier (parameter_list "(int *param_1,int *param_2,char *param_3,undefined1 param_4)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined1 param_4" type_identifier identifier) ))) (compound_statement "{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}" { (declaration "size_t __n;" primitive_type identifier ;) (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "__n = strlen(param_3);" (assignment_expression "__n = strlen(param_3)" identifier = (call_expression "strlen(param_3)" identifier (argument_list "(param_3)" ( identifier )))) ;) (expression_statement "iVar1 = strncmp((char *)*param_1,param_3,__n);" (assignment_expression "iVar1 = strncmp((char *)*param_1,param_3,__n)" identifier = (call_expression "strncmp((char *)*param_1,param_3,__n)" identifier (argument_list "((char *)*param_1,param_3,__n)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }" { (expression_statement "*(undefined1 *)*param_2 = param_4;" (assignment_expression "*(undefined1 *)*param_2 = param_4" (pointer_expression "*(undefined1 *)*param_2" * (cast_expression "(undefined1 *)*param_2" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) = identifier) ;) (expression_statement "*param_1 = *param_1 + __n;" (assignment_expression "*param_1 = *param_1 + __n" (pointer_expression "*param_1" * identifier) = (binary_expression "*param_1 + __n" (pointer_expression "*param_1" * identifier) + identifier)) ;) (expression_statement "*param_2 = *param_2 + 1;" (assignment_expression "*param_2 = *param_2 + 1" (pointer_expression "*param_2" * identifier) = (binary_expression "*param_2 + 1" (pointer_expression "*param_2" * identifier) + number_literal)) ;) (return_statement "return 1;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (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 IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (return_statement return LIT ;) })) (return_statement return LIT ;) })))
|
(function_definition "undefined4 __regparm3 FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)\n\n{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00245820(int *param_1,int *param_2,char *param_3,undefined1 param_4)" (identifier "FUN_00245820") (parameter_list "(int *param_1,int *param_2,char *param_3,undefined1 param_4)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "char *param_3" (primitive_type "char") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined1 param_4" (type_identifier "undefined1") (identifier "param_4")) () ")"))) (compound_statement "{\n size_t __n;\n int iVar1;\n \n __n = strlen(param_3);\n iVar1 = strncmp((char *)*param_1,param_3,__n);\n if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }\n return 0;\n}" ({ "{") (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "__n = strlen(param_3);" (assignment_expression "__n = strlen(param_3)" (identifier "__n") (= "=") (call_expression "strlen(param_3)" (identifier "strlen") (argument_list "(param_3)" (( "(") (identifier "param_3") () ")")))) (; ";")) (expression_statement "iVar1 = strncmp((char *)*param_1,param_3,__n);" (assignment_expression "iVar1 = strncmp((char *)*param_1,param_3,__n)" (identifier "iVar1") (= "=") (call_expression "strncmp((char *)*param_1,param_3,__n)" (identifier "strncmp") (argument_list "((char *)*param_1,param_3,__n)" (( "(") (cast_expression "(char *)*param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (identifier "param_3") (, ",") (identifier "__n") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined1 *)*param_2 = param_4;\n *param_1 = *param_1 + __n;\n *param_2 = *param_2 + 1;\n return 1;\n }" ({ "{") (expression_statement "*(undefined1 *)*param_2 = param_4;" (assignment_expression "*(undefined1 *)*param_2 = param_4" (pointer_expression "*(undefined1 *)*param_2" (* "*") (cast_expression "(undefined1 *)*param_2" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (= "=") (identifier "param_4")) (; ";")) (expression_statement "*param_1 = *param_1 + __n;" (assignment_expression "*param_1 = *param_1 + __n" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (binary_expression "*param_1 + __n" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (identifier "__n"))) (; ";")) (expression_statement "*param_2 = *param_2 + 1;" (assignment_expression "*param_2 = *param_2 + 1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "*param_2 + 1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "1"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int function_1(char **in,char **out,char *seq,char value)
{
}
| null |
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (return_statement (number_literal)))) (return_statement (number_literal)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int *param_1,int *param_2,char *param_3,undefined1 param_4)
{
size_t __n;
int iVar1;
__n = strlen(param_3);
iVar1 = strncmp((char *)*param_1,param_3,__n);
if (iVar1 == 0) {
*(undefined1 *)*param_2 = param_4;
*param_1 = *param_1 + __n;
*param_2 = *param_2 + 1;
return 1;
}
return 0;
}
|
13_sg_vpd_and_sg_vpd_strip.c
|
fclose
|
fclose
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_0002df24)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fclose(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fclose_0002df24)();
return iVar1;
}
|
JMP dword ptr [EBX + 0x38]
| null | null | null | null |
[(u'CALLIND_-1205985030', u'INDIRECT_-1205984957'), (u'CAST_-1205984951', u'CALLIND_-1205985030'), (u'CALLIND_-1205985030', u'RETURN_-1205985027'), ('const-0', u'RETURN_-1205985027'), (u'INDIRECT_-1205984957', u'COPY_-1205985016'), ('tmp_67', u'CAST_-1205984951')]
|
[(u'CALLIND_-1205985030', u'INDIRECT_-1205984957'), (u'CAST_-1205984951', u'CALLIND_-1205985030'), (u'CALLIND_-1205985030', u'RETURN_-1205985027'), ('const-0', u'RETURN_-1205985027'), (u'INDIRECT_-1205984957', u'COPY_-1205985016'), ('tmp_67', u'CAST_-1205984951')]
| null | null |
000120f0
|
x86
|
O1
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_0002df24)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_0002df24)()" identifier = (call_expression "(*(code *)PTR_fclose_0002df24)()" (parenthesized_expression "(*(code *)PTR_fclose_0002df24)" ( (pointer_expression "*(code *)PTR_fclose_0002df24" * (cast_expression "(code *)PTR_fclose_0002df24" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}\n\n" comment (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_0002df24)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_0002df24)()" identifier = (call_expression "(*(code *)PTR_fclose_0002df24)()" (parenthesized_expression "(*(code *)PTR_fclose_0002df24)" ( (pointer_expression "*(code *)PTR_fclose_0002df24" * (cast_expression "(code *)PTR_fclose_0002df24" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}\n\n" (function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" primitive_type (function_declarator "fclose(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fclose_0002df24)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_0002df24)()" identifier = (call_expression "(*(code *)PTR_fclose_0002df24)()" (parenthesized_expression "(*(code *)PTR_fclose_0002df24)" ( (pointer_expression "*(code *)PTR_fclose_0002df24" * (cast_expression "(code *)PTR_fclose_0002df24" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int fclose(FILE *__stream)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "fclose(FILE *__stream)" (identifier "fclose") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_fclose_0002df24)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fclose_0002df24)();" (assignment_expression "iVar1 = (*(code *)PTR_fclose_0002df24)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fclose_0002df24)()" (parenthesized_expression "(*(code *)PTR_fclose_0002df24)" (( "(") (pointer_expression "*(code *)PTR_fclose_0002df24" (* "*") (cast_expression "(code *)PTR_fclose_0002df24" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fclose_0002df24"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__stream)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_fclose_0002df24)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0002df24)();
return iVar1;
}
|
6635_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
~Workqueue
|
FUN_001a2470
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Workqueue(Workqueue * this, int __in_chrg) */
void __thiscall gold::Workqueue::~Workqueue(Workqueue *this,int __in_chrg)
{
int in_stack_ffffffe8;
Condvar::~Condvar(&this->condvar_,in_stack_ffffffe8);
if (((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0)) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");
}
if (((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0)) {
Lock::~Lock(&this->lock_,in_stack_ffffffe8);
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001a2470(int param_1)
{
FUN_0007dcd0(param_1 + 0x1c);
if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);
}
if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {
FUN_0007dba0(param_1);
return;
}
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);
}
|
PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x207b89
SUB ESP,0x10
MOV ESI,dword ptr [ESP + 0x1c]
LEA EAX,[ESI + 0x1c]
PUSH EAX
CALL 0x0007dcd0
MOV EAX,dword ptr [ESI + 0xc]
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x001a24bb
MOV EAX,dword ptr [ESI + 0x10]
TEST EAX,EAX
JNZ 0x001a24bb
MOV ECX,dword ptr [ESI + 0x4]
TEST ECX,ECX
JNZ 0x001a24d1
MOV EDX,dword ptr [ESI + 0x8]
TEST EDX,EDX
JNZ 0x001a24d1
SUB ESP,0xc
PUSH ESI
CALL 0x0007dba0
ADD ESP,0x14
POP EBX
POP ESI
RET
LEA EAX,[EBX + 0xfff090f8]
PUSH ESI
PUSH EAX
LEA EAX,[EBX + 0xffeec2a1]
PUSH 0x2c
PUSH EAX
CALL 0x0007ac80
PUSH EAX
LEA EAX,[EBX + 0xfff090f8]
PUSH EAX
LEA EAX,[EBX + 0xffeec2a1]
PUSH 0x2c
PUSH EAX
CALL 0x0007ac80
| null | null | null | null |
[('const-417', u'LOAD_-1207622420'), (u'PTRSUB_-1207622088', u'LOAD_-1207622420'), (u'LOAD_-1207622420', u'INT_EQUAL_-1207622402'), ('tmp_1050', u'CALL_-1207622476'), (u'PTRSUB_-1207622092', u'LOAD_-1207622441'), ('const-0', u'INT_NOTEQUAL_-1207622422'), (u'PTRSUB_-1207622098', u'PTRSUB_-1207622092'), (u'PTRSUB_-1207622109', u'LOAD_-1207622474'), ('tmp_495', u'PTRSUB_-1207622065'), ('const-44', u'CALL_-1207622267'), (u'COPY_-1207622115', u'CALL_-1207622268'), ('tmp_495', u'PTRSUB_-1207622080'), (u'PTRSUB_-1207622080', u'PTRSUB_-1207622077'), ('const-0', u'RETURN_-1207622323'), ('tmp_165', u'CBRANCH_-1207622442'), (u'INT_EQUAL_-1207622381', u'CBRANCH_-1207622379'), (u'LOAD_-1207622441', u'INT_NOTEQUAL_-1207622422'), (u'PTRSUB_-1207622110', u'PTRSUB_-1207622109'), ('tmp_495', u'PTRSUB_-1207622089'), ('const-4', u'PTRSUB_-1207622089'), ('const-12', u'PTRSUB_-1207622110'), ('const-4', u'PTRSUB_-1207622080'), ('const-2830584', u'COPY_-1207622115'), ('const-4', u'PTRSUB_-1207622077'), ('tmp_495', u'PTRSUB_-1207622098'), ('const-28', u'PTRSUB_-1207622120'), ('const-0', u'PTRSUB_-1207622109'), ('const-1', u'RETURN_-1207622263'), (u'INT_NOTEQUAL_-1207622422', u'CBRANCH_-1207622421'), ('const-4', u'PTRSUB_-1207622092'), (u'PTRSUB_-1207622077', u'LOAD_-1207622399'), (u'PTRSUB_-1207622089', u'PTRSUB_-1207622088'), (u'CALL_-1207622476', u'INDIRECT_-1207622151'), ('const-417', u'LOAD_-1207622441'), (u'LOAD_-1207622399', u'INT_EQUAL_-1207622381'), (u'COPY_-1207622094', u'CALL_-1207622267'), ('const-417', u'LOAD_-1207622399'), (u'COPY_-1207622117', u'CALL_-1207622268'), ('tmp_237', u'CBRANCH_-1207622400'), ('tmp_495', u'PTRSUB_-1207622110'), ('const-0', u'INT_NOTEQUAL_-1207622443'), ('tmp_201', u'CBRANCH_-1207622421'), ('const-12', u'PTRSUB_-1207622098'), (u'LOAD_-1207622474', u'INT_NOTEQUAL_-1207622443'), (u'PTRSUB_-1207622065', u'CALL_-1207622356'), ('const-2712225', u'COPY_-1207622094'), (u'INT_EQUAL_-1207622402', u'CBRANCH_-1207622400'), ('tmp_273', u'CBRANCH_-1207622379'), ('const-1', u'RETURN_-1207622262'), ('const-0', u'PTRSUB_-1207622065'), ('const-0', u'PTRSUB_-1207622088'), (u'COPY_-1207622092', u'CALL_-1207622267'), (u'INDIRECT_-1207622151', u'CALL_-1207622356'), ('const-2712225', u'COPY_-1207622117'), ('tmp_495', u'PTRSUB_-1207622120'), ('const-0', u'INT_EQUAL_-1207622381'), ('const-417', u'LOAD_-1207622474'), ('const-44', u'CALL_-1207622268'), (u'PTRSUB_-1207622120', u'CALL_-1207622476'), (u'INT_NOTEQUAL_-1207622443', u'CBRANCH_-1207622442'), ('const-2830584', u'COPY_-1207622092'), ('const-0', u'INT_EQUAL_-1207622402')]
|
[('const-2830584', u'COPY_-1207622131'), (u'COPY_-1207622108', u'CALL_-1207622267'), ('const-417', u'LOAD_-1207622474'), (u'LOAD_-1207622420', u'INT_EQUAL_-1207622402'), ('const-44', u'CALL_-1207622267'), ('const-417', u'LOAD_-1207622399'), ('const-0', u'INT_NOTEQUAL_-1207622422'), (u'COPY_-1207622110', u'CALL_-1207622267'), ('tmp_1011', u'INT_ADD_-1207622475'), ('const-2830584', u'COPY_-1207622108'), ('const-0', u'RETURN_-1207622323'), ('tmp_165', u'CBRANCH_-1207622442'), ('const-16', u'INT_ADD_-1207622425'), ('const-417', u'LOAD_-1207622441'), (u'INT_EQUAL_-1207622381', u'CBRANCH_-1207622379'), ('const-4', u'INT_ADD_-1207622404'), (u'LOAD_-1207622441', u'INT_NOTEQUAL_-1207622422'), ('tmp_1011', u'CALL_-1207622356'), (u'INT_ADD_-1207622475', u'CALL_-1207622476'), (u'INT_ADD_-1207622404', u'CAST_-1207622110'), (u'INT_ADD_-1207622458', u'CAST_-1207622129'), ('const-1', u'RETURN_-1207622263'), (u'CAST_-1207622118', u'LOAD_-1207622441'), ('const-12', u'INT_ADD_-1207622458'), (u'INT_NOTEQUAL_-1207622422', u'CBRANCH_-1207622421'), (u'COPY_-1207622133', u'CALL_-1207622268'), ('const-28', u'INT_ADD_-1207622475'), ('const-417', u'LOAD_-1207622420'), (u'CAST_-1207622102', u'LOAD_-1207622399'), (u'CAST_-1207622129', u'LOAD_-1207622474'), (u'LOAD_-1207622399', u'INT_EQUAL_-1207622381'), (u'COPY_-1207622131', u'CALL_-1207622268'), ('tmp_1011', u'CALL_-1207622268'), ('tmp_1011', u'INT_ADD_-1207622404'), ('tmp_237', u'CBRANCH_-1207622400'), ('const-2712225', u'COPY_-1207622133'), (u'INT_ADD_-1207622425', u'CAST_-1207622118'), ('const-8', u'INT_ADD_-1207622383'), ('const-0', u'INT_NOTEQUAL_-1207622443'), ('tmp_201', u'CBRANCH_-1207622421'), ('const-2712225', u'COPY_-1207622110'), (u'LOAD_-1207622474', u'INT_NOTEQUAL_-1207622443'), (u'INT_EQUAL_-1207622402', u'CBRANCH_-1207622400'), ('tmp_273', u'CBRANCH_-1207622379'), ('const-1', u'RETURN_-1207622262'), ('const-0', u'CALL_-1207622267'), ('const-44', u'CALL_-1207622268'), ('const-0', u'INT_EQUAL_-1207622381'), ('tmp_1011', u'INT_ADD_-1207622425'), (u'CAST_-1207622110', u'LOAD_-1207622420'), (u'INT_ADD_-1207622383', u'CAST_-1207622102'), ('tmp_1011', u'INT_ADD_-1207622383'), (u'INT_NOTEQUAL_-1207622443', u'CBRANCH_-1207622442'), ('const-0', u'INT_EQUAL_-1207622402'), ('tmp_1011', u'INT_ADD_-1207622458')]
| null | null |
001a2470
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001a2470(int param_1)\n\n{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}\n\n" comment (function_definition "void FUN_001a2470(int param_1)\n\n{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}" primitive_type (function_declarator "FUN_001a2470(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}" { (expression_statement "FUN_0007dcd0(param_1 + 0x1c);" (call_expression "FUN_0007dcd0(param_1 + 0x1c)" identifier (argument_list "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))) ;) (if_statement "if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }" if (parenthesized_expression "((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0))" ( (binary_expression "(*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)" (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "(*(int *)(param_1 + 0x10) != 0)" ( (binary_expression "*(int *)(param_1 + 0x10) != 0" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }" { comment (expression_statement "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);" (call_expression "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1)" identifier (argument_list "("../../gold/token.h",0x2c,"~Task_list",param_1)" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""~Task_list"" " string_content ") , identifier ))) ;) })) (if_statement "if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }" if (parenthesized_expression "((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0))" ( (binary_expression "(*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)" (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" ( (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 8) == 0)" ( (binary_expression "*(int *)(param_1 + 8) == 0" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n FUN_0007dba0(param_1);\n return;\n }" { (expression_statement "FUN_0007dba0(param_1);" (call_expression "FUN_0007dba0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);" (call_expression "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0)" identifier (argument_list "("../../gold/token.h",0x2c,"~Task_list",0)" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""~Task_list"" " string_content ") , number_literal ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Workqueue(Workqueue * this, int __in_chrg) */\n\nvoid __thiscall gold::Workqueue::~Workqueue(Workqueue *this,int __in_chrg)\n\n{\n int in_stack_ffffffe8;\n \n Condvar::~Condvar(&this->condvar_,in_stack_ffffffe8);\n if (((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n }\n if (((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0)) {\n Lock::~Lock(&this->lock_,in_stack_ffffffe8);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n}\n\n" comment comment (function_definition "void __thiscall gold::Workqueue::~Workqueue(Workqueue *this,int __in_chrg)\n\n{\n int in_stack_ffffffe8;\n \n Condvar::~Condvar(&this->condvar_,in_stack_ffffffe8);\n if (((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n }\n if (((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0)) {\n Lock::~Lock(&this->lock_,in_stack_ffffffe8);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Workqueue::~" identifier : : identifier : : ~) (function_declarator "Workqueue(Workqueue *this,int __in_chrg)" identifier (parameter_list "(Workqueue *this,int __in_chrg)" ( (parameter_declaration "Workqueue *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n int in_stack_ffffffe8;\n \n Condvar::~Condvar(&this->condvar_,in_stack_ffffffe8);\n if (((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n }\n if (((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0)) {\n Lock::~Lock(&this->lock_,in_stack_ffffffe8);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n}" { (declaration "int in_stack_ffffffe8;" primitive_type identifier ;) (labeled_statement "Condvar::~Condvar(&this->condvar_,in_stack_ffffffe8);" statement_identifier : (ERROR ":" :) (expression_statement "~Condvar(&this->condvar_,in_stack_ffffffe8);" (unary_expression "~Condvar(&this->condvar_,in_stack_ffffffe8)" ~ (call_expression "Condvar(&this->condvar_,in_stack_ffffffe8)" identifier (argument_list "(&this->condvar_,in_stack_ffffffe8)" ( (pointer_expression "&this->condvar_" & (field_expression "this->condvar_" identifier -> field_identifier)) , identifier )))) ;)) (if_statement "if (((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0)) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n }" if (parenthesized_expression "(((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0))" ( (binary_expression "((this->tasks_).head_ != (Task *)0x0) || ((this->tasks_).tail_ != (Task *)0x0)" (parenthesized_expression "((this->tasks_).head_ != (Task *)0x0)" ( (binary_expression "(this->tasks_).head_ != (Task *)0x0" (field_expression "(this->tasks_).head_" (parenthesized_expression "(this->tasks_)" ( (field_expression "this->tasks_" identifier -> field_identifier) )) . field_identifier) != (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "((this->tasks_).tail_ != (Task *)0x0)" ( (binary_expression "(this->tasks_).tail_ != (Task *)0x0" (field_expression "(this->tasks_).tail_" (parenthesized_expression "(this->tasks_)" ( (field_expression "this->tasks_" identifier -> field_identifier) )) . field_identifier) != (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");" (call_expression "do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list")" identifier (argument_list "("../../gold/token.h",0x2c,"~Task_list")" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""~Task_list"" " string_content ") ))) ;) })) (if_statement "if (((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0)) {\n Lock::~Lock(&this->lock_,in_stack_ffffffe8);\n return;\n }" if (parenthesized_expression "(((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0))" ( (binary_expression "((this->first_tasks_).head_ == (Task *)0x0) && ((this->first_tasks_).tail_ == (Task *)0x0)" (parenthesized_expression "((this->first_tasks_).head_ == (Task *)0x0)" ( (binary_expression "(this->first_tasks_).head_ == (Task *)0x0" (field_expression "(this->first_tasks_).head_" (parenthesized_expression "(this->first_tasks_)" ( (field_expression "this->first_tasks_" identifier -> field_identifier) )) . field_identifier) == (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "((this->first_tasks_).tail_ == (Task *)0x0)" ( (binary_expression "(this->first_tasks_).tail_ == (Task *)0x0" (field_expression "(this->first_tasks_).tail_" (parenthesized_expression "(this->first_tasks_)" ( (field_expression "this->first_tasks_" identifier -> field_identifier) )) . field_identifier) == (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) (compound_statement "{\n Lock::~Lock(&this->lock_,in_stack_ffffffe8);\n return;\n }" { (labeled_statement "Lock::~Lock(&this->lock_,in_stack_ffffffe8);" statement_identifier : (ERROR ":" :) (expression_statement "~Lock(&this->lock_,in_stack_ffffffe8);" (unary_expression "~Lock(&this->lock_,in_stack_ffffffe8)" ~ (call_expression "Lock(&this->lock_,in_stack_ffffffe8)" identifier (argument_list "(&this->lock_,in_stack_ffffffe8)" ( (pointer_expression "&this->lock_" & (field_expression "this->lock_" identifier -> field_identifier)) , identifier )))) ;)) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list");" (call_expression "do_gold_unreachable("../../gold/token.h",0x2c,"~Task_list")" identifier (argument_list "("../../gold/token.h",0x2c,"~Task_list")" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""~Task_list"" " string_content ") ))) ;) })))
|
(translation_unit "void FUN_001a2470(int param_1)\n\n{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}\n\n" (function_definition "void FUN_001a2470(int param_1)\n\n{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}" primitive_type (function_declarator "FUN_001a2470(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}" { (expression_statement "FUN_0007dcd0(param_1 + 0x1c);" (call_expression "FUN_0007dcd0(param_1 + 0x1c)" identifier (argument_list "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))) ;) (if_statement "if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }" if (parenthesized_expression "((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0))" ( (binary_expression "(*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)" (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" ( (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) != number_literal) )) || (parenthesized_expression "(*(int *)(param_1 + 0x10) != 0)" ( (binary_expression "*(int *)(param_1 + 0x10) != 0" (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) != number_literal) ))) )) (compound_statement "{\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }" { (expression_statement "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);" (call_expression "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1)" identifier (argument_list "("../../gold/token.h",0x2c,"~Task_list",param_1)" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""~Task_list"" " string_content ") , identifier ))) ;) })) (if_statement "if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }" if (parenthesized_expression "((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0))" ( (binary_expression "(*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)" (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" ( (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) == number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 8) == 0)" ( (binary_expression "*(int *)(param_1 + 8) == 0" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) ))) )) (compound_statement "{\n FUN_0007dba0(param_1);\n return;\n }" { (expression_statement "FUN_0007dba0(param_1);" (call_expression "FUN_0007dba0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);" (call_expression "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0)" identifier (argument_list "("../../gold/token.h",0x2c,"~Task_list",0)" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""~Task_list"" " string_content ") , number_literal ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })))
|
(function_definition "void FUN_001a2470(int param_1)\n\n{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}" (primitive_type "void") (function_declarator "FUN_001a2470(int param_1)" (identifier "FUN_001a2470") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_0007dcd0(param_1 + 0x1c);\n if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }\n if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);\n}" ({ "{") (expression_statement "FUN_0007dcd0(param_1 + 0x1c);" (call_expression "FUN_0007dcd0(param_1 + 0x1c)" (identifier "FUN_0007dcd0") (argument_list "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")"))) (; ";")) (if_statement "if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }" (if "if") (parenthesized_expression "((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0))" (( "(") (binary_expression "(*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)" (parenthesized_expression "(*(int *)(param_1 + 0xc) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0xc) != 0" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(int *)(param_1 + 0x10) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x10) != 0" (pointer_expression "*(int *)(param_1 + 0x10)" (* "*") (cast_expression "(int *)(param_1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n \n FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);\n }" ({ "{") (expression_statement "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);" (call_expression "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1)" (identifier "FUN_0007ac80") (argument_list "("../../gold/token.h",0x2c,"~Task_list",param_1)" (( "(") (string_literal ""../../gold/token.h"" (" """) (string_content "../../gold/token.h") (" """)) (, ",") (number_literal "0x2c") (, ",") (string_literal ""~Task_list"" (" """) (string_content "~Task_list") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) (if_statement "if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {\n FUN_0007dba0(param_1);\n return;\n }" (if "if") (parenthesized_expression "((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0))" (( "(") (binary_expression "(*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)" (parenthesized_expression "(*(int *)(param_1 + 4) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 4) == 0" (pointer_expression "*(int *)(param_1 + 4)" (* "*") (cast_expression "(int *)(param_1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (== "==") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(int *)(param_1 + 8) == 0)" (( "(") (binary_expression "*(int *)(param_1 + 8) == 0" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n FUN_0007dba0(param_1);\n return;\n }" ({ "{") (expression_statement "FUN_0007dba0(param_1);" (call_expression "FUN_0007dba0(param_1)" (identifier "FUN_0007dba0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);" (call_expression "FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0)" (identifier "FUN_0007ac80") (argument_list "("../../gold/token.h",0x2c,"~Task_list",0)" (( "(") (string_literal ""../../gold/token.h"" (" """) (string_content "../../gold/token.h") (" """)) (, ",") (number_literal "0x2c") (, ",") (string_literal ""~Task_list"" (" """) (string_content "~Task_list") (" """)) (, ",") (number_literal "0") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Workqueue(Workqueue * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
int in_stack_ffffffe8;
Condvar::~var_1(&this->condvar_,in_stack_ffffffe8);
if (((this->tasks_).head_ != (type_1 *)0x0) || ((this->tasks_).tail_ != (type_1 *)0x0)) {
/* WARNING: Subroutine does not return */
var_2("../../gold/token.h",0x2c,"~Task_list");
}
if (((this->first_tasks_).head_ == (type_1 *)0x0) && ((this->first_tasks_).tail_ == (type_1 *)0x0)) {
Lock::~var_3(&this->lock_,in_stack_ffffffe8);
return;
}
/* WARNING: Subroutine does not return */
var_2("../../gold/token.h",0x2c,"~Task_list");
}
| 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: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal)))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
FUN_0007dcd0(param_1 + 0x1c);
if ((*(int *)(param_1 + 0xc) != 0) || (*(int *)(param_1 + 0x10) != 0)) {
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",param_1);
}
if ((*(int *)(param_1 + 4) == 0) && (*(int *)(param_1 + 8) == 0)) {
FUN_0007dba0(param_1);
return;
}
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/token.h",0x2c,"~Task_list",0);
}
|
7393_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
parse_uint
|
FUN_002b5770
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void gold::options::parse_uint(char *option_name,char *arg,int *retval)
{
char *endptr;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)
{
long lVar1;
char *local_10;
undefined4 uStack_c;
uStack_c = 0x2b5777;
lVar1 = strtol(param_2,&local_10,0);
*param_3 = lVar1;
if ((*local_10 == '\0') && (-1 < lVar1)) {
return;
}
/* WARNING: Subroutine does not return */
FUN_002b51b0();
}
|
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x334889
SUB ESP,0x18
MOV ESI,dword ptr [ESP + 0x28]
PUSH 0x0
LEA EAX,[ESP + 0x14]
PUSH EAX
PUSH ESI
CALL 0x000396c0
MOV EDX,dword ptr [ESP + 0x38]
ADD ESP,0x10
MOV dword ptr [EDX],EAX
MOV EDX,dword ptr [ESP + 0xc]
CMP byte ptr [EDX],0x0
JNZ 0x002b57ad
TEST EAX,EAX
JS 0x002b57ad
ADD ESP,0x14
POP EBX
POP ESI
RET
MOV EAX,dword ptr [ESP + 0x20]
MOV EDX,ESI
CALL 0x002b51b0
| null | null | null | null |
[('const-1', u'RETURN_-1204529274')]
|
[(u'INDIRECT_-1204529021', u'LOAD_-1204529187'), ('tmp_425', u'PTRSUB_-1204529008'), ('tmp_632', u'CALL_-1204529218'), ('const-4294967280', u'PTRSUB_-1204529008'), ('const-0', u'RETURN_-1204529123'), (u'CALL_-1204529218', u'INDIRECT_-1204529021'), (u'INT_EQUAL_-1204529172', u'CBRANCH_-1204529169'), (u'LOAD_-1204529187', u'INT_EQUAL_-1204529172'), ('const-2840439', u'COPY_-1204529286'), ('const-0', u'CALL_-1204529218'), ('tmp_633', u'STORE_-1204529196'), (u'PTRSUB_-1204529008', u'CALL_-1204529218'), ('const-417', u'STORE_-1204529196'), (u'CALL_-1204529112', u'INDIRECT_-1204528978'), (u'CALL_-1204529218', u'INT_SLESS_-1204529155'), ('const-0', u'INT_EQUAL_-1204529172'), ('const-4294967295', u'INT_SLESS_-1204529155'), ('tmp_227', u'CBRANCH_-1204529155'), (u'INT_SLESS_-1204529155', u'CBRANCH_-1204529155'), ('const-1', u'RETURN_-1204529107'), (u'CALL_-1204529218', u'INDIRECT_-1204529018'), ('tmp_201', u'CBRANCH_-1204529169'), (u'CALL_-1204529218', u'STORE_-1204529196'), ('const-417', u'LOAD_-1204529187')]
| null | null |
002b5770
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)\n\n{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002b51b0();\n}\n\n" comment (function_definition "void FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)\n\n{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002b51b0();\n}" primitive_type (function_declarator "FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)" identifier (parameter_list "(undefined4 param_1,char *param_2,long *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002b51b0();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *local_10;" primitive_type (pointer_declarator "*local_10" * identifier) ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x2b5777;" (assignment_expression "uStack_c = 0x2b5777" identifier = number_literal) ;) (expression_statement "lVar1 = strtol(param_2,&local_10,0);" (assignment_expression "lVar1 = strtol(param_2,&local_10,0)" identifier = (call_expression "strtol(param_2,&local_10,0)" identifier (argument_list "(param_2,&local_10,0)" ( identifier , (pointer_expression "&local_10" & identifier) , number_literal )))) ;) (expression_statement "*param_3 = lVar1;" (assignment_expression "*param_3 = lVar1" (pointer_expression "*param_3" * identifier) = identifier) ;) (if_statement "if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }" if (parenthesized_expression "((*local_10 == '\0') && (-1 < lVar1))" ( (binary_expression "(*local_10 == '\0') && (-1 < lVar1)" (parenthesized_expression "(*local_10 == '\0')" ( (binary_expression "*local_10 == '\0'" (pointer_expression "*local_10" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(-1 < lVar1)" ( (binary_expression "-1 < lVar1" number_literal < identifier) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_002b51b0();" (call_expression "FUN_002b51b0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid gold::options::parse_uint(char *option_name,char *arg,int *retval)\n\n{\n char *endptr;\n \n}\n\n" comment comment (function_definition "void gold::options::parse_uint(char *option_name,char *arg,int *retval)\n\n{\n char *endptr;\n \n}" primitive_type (ERROR "gold::options::" identifier : : identifier : :) (function_declarator "parse_uint(char *option_name,char *arg,int *retval)" identifier (parameter_list "(char *option_name,char *arg,int *retval)" ( (parameter_declaration "char *option_name" primitive_type (pointer_declarator "*option_name" * identifier)) , (parameter_declaration "char *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "int *retval" primitive_type (pointer_declarator "*retval" * identifier)) ))) (compound_statement "{\n char *endptr;\n \n}" { (declaration "char *endptr;" primitive_type (pointer_declarator "*endptr" * identifier) ;) })))
|
(translation_unit "void FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)\n\n{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n \n FUN_002b51b0();\n}\n\n" (function_definition "void FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)\n\n{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n \n FUN_002b51b0();\n}" primitive_type (function_declarator "FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)" identifier (parameter_list "(undefined4 param_1,char *param_2,long *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n \n FUN_002b51b0();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *local_10;" primitive_type (pointer_declarator "*local_10" * identifier) ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x2b5777;" (assignment_expression "uStack_c = 0x2b5777" identifier = number_literal) ;) (expression_statement "lVar1 = strtol(param_2,&local_10,0);" (assignment_expression "lVar1 = strtol(param_2,&local_10,0)" identifier = (call_expression "strtol(param_2,&local_10,0)" identifier (argument_list "(param_2,&local_10,0)" ( identifier , (pointer_expression "&local_10" & identifier) , number_literal )))) ;) (expression_statement "*param_3 = lVar1;" (assignment_expression "*param_3 = lVar1" (pointer_expression "*param_3" * identifier) = identifier) ;) (if_statement "if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }" if (parenthesized_expression "((*local_10 == '\0') && (-1 < lVar1))" ( (binary_expression "(*local_10 == '\0') && (-1 < lVar1)" (parenthesized_expression "(*local_10 == '\0')" ( (binary_expression "*local_10 == '\0'" (pointer_expression "*local_10" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) && (parenthesized_expression "(-1 < lVar1)" ( (binary_expression "-1 < lVar1" number_literal < identifier) ))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002b51b0();" (call_expression "FUN_002b51b0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , LIT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (char_literal ' escape_sequence ')) )) && (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)\n\n{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n \n FUN_002b51b0();\n}" (primitive_type "void") (function_declarator "FUN_002b5770(undefined4 param_1,char *param_2,long *param_3)" (identifier "FUN_002b5770") (parameter_list "(undefined4 param_1,char *param_2,long *param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "char *param_2" (primitive_type "char") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n long lVar1;\n char *local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x2b5777;\n lVar1 = strtol(param_2,&local_10,0);\n *param_3 = lVar1;\n if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }\n \n FUN_002b51b0();\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "char *local_10;" (primitive_type "char") (pointer_declarator "*local_10" (* "*") (identifier "local_10")) (; ";")) (declaration "undefined4 uStack_c;" (type_identifier "undefined4") (identifier "uStack_c") (; ";")) (expression_statement "uStack_c = 0x2b5777;" (assignment_expression "uStack_c = 0x2b5777" (identifier "uStack_c") (= "=") (number_literal "0x2b5777")) (; ";")) (expression_statement "lVar1 = strtol(param_2,&local_10,0);" (assignment_expression "lVar1 = strtol(param_2,&local_10,0)" (identifier "lVar1") (= "=") (call_expression "strtol(param_2,&local_10,0)" (identifier "strtol") (argument_list "(param_2,&local_10,0)" (( "(") (identifier "param_2") (, ",") (pointer_expression "&local_10" (& "&") (identifier "local_10")) (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "*param_3 = lVar1;" (assignment_expression "*param_3 = lVar1" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (identifier "lVar1")) (; ";")) (if_statement "if ((*local_10 == '\0') && (-1 < lVar1)) {\n return;\n }" (if "if") (parenthesized_expression "((*local_10 == '\0') && (-1 < lVar1))" (( "(") (binary_expression "(*local_10 == '\0') && (-1 < lVar1)" (parenthesized_expression "(*local_10 == '\0')" (( "(") (binary_expression "*local_10 == '\0'" (pointer_expression "*local_10" (* "*") (identifier "local_10")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (&& "&&") (parenthesized_expression "(-1 < lVar1)" (( "(") (binary_expression "-1 < lVar1" (number_literal "-1") (< "<") (identifier "lVar1")) () ")"))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002b51b0();" (call_expression "FUN_002b51b0()" (identifier "FUN_002b51b0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void gold::options::function_1(char *option_name,char *arg,int *retval)
{
char *endptr;
}
| 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: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,char *param_2,long *param_3)
{
long lVar1;
char *local_10;
undefined4 uStack_c;
uStack_c = 0x2b5777;
lVar1 = strtol(param_2,&local_10,0);
*param_3 = lVar1;
if ((*local_10 == '\0') && (-1 < lVar1)) {
return;
}
/* WARNING: Subroutine does not return */
FUN_002b51b0();
}
|
43_sg_ses_microcode_and_sg_ses_microcode_strip.c
|
__libc_csu_init
|
FUN_00012f40
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x00012f6e) */
/* WARNING: Removing unreachable block (ram,0x00012f70) */
void __libc_csu_init(void)
{
EVP_PKEY_CTX *in_stack_ffffffe4;
_init(in_stack_ffffffe4);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x00012f6e) */
/* WARNING: Removing unreachable block (ram,0x00012f70) */
void FUN_00012f40(void)
{
_DT_INIT();
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000112a0
ADD EBX,0x400b
SUB ESP,0xc
MOV EBP,dword ptr [ESP + 0x28]
CALL 0x00011000
LEA ESI,[EBX + 0xffffff10]
LEA EAX,[EBX + 0xffffff10]
SUB ESI,EAX
SAR ESI,0x2
JZ 0x00012f8d
XOR EDI,EDI
SUB ESP,0x4
PUSH EBP
PUSH dword ptr [ESP + 0x2c]
PUSH dword ptr [ESP + 0x2c]
CALL dword ptr [EBX + EDI*0x4 + 0xffffff10]
ADD EDI,0x1
ADD ESP,0x10
CMP ESI,EDI
JNZ 0x00012f70
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[('tmp_884', u'CALL_-1205981309'), ('const-0', u'RETURN_-1205981099')]
|
[('const-0', u'RETURN_-1205981099')]
| null | null |
00012f40
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x00012f6e) */\n/* WARNING: Removing unreachable block (ram,0x00012f70) */\n\nvoid FUN_00012f40(void)\n\n{\n _DT_INIT();\n return;\n}\n\n" comment comment comment (function_definition "void FUN_00012f40(void)\n\n{\n _DT_INIT();\n return;\n}" primitive_type (function_declarator "FUN_00012f40(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n _DT_INIT();\n return;\n}" { (expression_statement "_DT_INIT();" (call_expression "_DT_INIT()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Removing unreachable block (ram,0x00012f6e) */\n/* WARNING: Removing unreachable block (ram,0x00012f70) */\n\nvoid __libc_csu_init(void)\n\n{\n EVP_PKEY_CTX *in_stack_ffffffe4;\n \n _init(in_stack_ffffffe4);\n return;\n}\n\n" comment comment comment (function_definition "void __libc_csu_init(void)\n\n{\n EVP_PKEY_CTX *in_stack_ffffffe4;\n \n _init(in_stack_ffffffe4);\n return;\n}" primitive_type (function_declarator "__libc_csu_init(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n EVP_PKEY_CTX *in_stack_ffffffe4;\n \n _init(in_stack_ffffffe4);\n return;\n}" { (declaration "EVP_PKEY_CTX *in_stack_ffffffe4;" type_identifier (pointer_declarator "*in_stack_ffffffe4" * identifier) ;) (expression_statement "_init(in_stack_ffffffe4);" (call_expression "_init(in_stack_ffffffe4)" identifier (argument_list "(in_stack_ffffffe4)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00012f40(void)\n\n{\n _DT_INIT();\n return;\n}\n\n" (function_definition "void FUN_00012f40(void)\n\n{\n _DT_INIT();\n return;\n}" primitive_type (function_declarator "FUN_00012f40(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n _DT_INIT();\n return;\n}" { (expression_statement "_DT_INIT();" (call_expression "_DT_INIT()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00012f40(void)\n\n{\n _DT_INIT();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00012f40(void)" (identifier "FUN_00012f40") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n _DT_INIT();\n return;\n}" ({ "{") (expression_statement "_DT_INIT();" (call_expression "_DT_INIT()" (identifier "_DT_INIT") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x00012f6e) */
/* WARNING: Removing unreachable block (ram,0x00012f70) */
void function_1(void)
{
type_1 *in_stack_ffffffe4;
var_1(in_stack_ffffffe4);
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: (identifier) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Removing unreachable block (ram,0x00012f6e) */
/* WARNING: Removing unreachable block (ram,0x00012f70) */
void MASKED(void)
{
_DT_INIT();
return;
}
|
8287_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
do_hash
|
FUN_001d2450
|
/* std::collate<wchar_t>::do_hash(wchar_t const*, wchar_t const*) const */
uint __thiscall
std::collate<wchar_t>::do_hash(collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2)
{
uint uVar1;
wchar_t *pwVar2;
uVar1 = 0;
if (param_1 < param_2) {
do {
pwVar2 = param_1 + 1;
uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;
param_1 = pwVar2;
} while (pwVar2 < param_2);
return uVar1;
}
return uVar1;
}
|
uint FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)
{
uint uVar1;
int *piVar2;
uVar1 = 0;
if (param_2 < param_3) {
do {
piVar2 = param_2 + 1;
uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;
param_2 = piVar2;
} while (piVar2 < param_3);
return uVar1;
}
return uVar1;
}
|
MOV EDX,dword ptr [ESP + 0x8]
MOV ECX,dword ptr [ESP + 0xc]
XOR EAX,EAX
CMP EDX,ECX
JNC 0x001d2470
NOP
ROL EAX,0x7
ADD EDX,0x4
ADD EAX,dword ptr [EDX + -0x4]
CMP ECX,EDX
JA 0x001d2460
RET
RET
| null | null | null | null |
[('const-4', u'PTRADD_-1207818977'), ('const-0', u'RETURN_-1207819062'), ('tmp_245', u'COPY_-1207819047'), (u'INT_ADD_-1207819082', u'MULTIEQUAL_-1207818995'), (u'COPY_-1207819047', u'MULTIEQUAL_-1207818994'), (u'MULTIEQUAL_-1207818994', u'LOAD_-1207819100'), (u'INT_RIGHT_-1207819108', u'INT_OR_-1207819109'), ('tmp_70', u'CBRANCH_-1207819141'), ('tmp_246', u'INT_LESS_-1207819143'), (u'COPY_-1207819031', u'MULTIEQUAL_-1207818994'), ('const-1', u'PTRADD_-1207818977'), (u'INT_LESS_-1207819064', u'CBRANCH_-1207819072'), (u'MULTIEQUAL_-1207818994', u'PTRADD_-1207818977'), ('const-25', u'INT_RIGHT_-1207819108'), ('tmp_246', u'INT_LESS_-1207819064'), ('tmp_245', u'INT_LESS_-1207819143'), (u'COPY_-1207819167', u'MULTIEQUAL_-1207818995'), (u'LOAD_-1207819100', u'INT_ADD_-1207819082'), ('const-0', u'RETURN_-1207819056'), ('const-417', u'LOAD_-1207819100'), (u'PTRADD_-1207818977', u'COPY_-1207819031'), (u'PTRADD_-1207818977', u'INT_LESS_-1207819064'), (u'INT_ADD_-1207819082', u'RETURN_-1207819062'), ('const-0', u'COPY_-1207819167'), (u'INT_OR_-1207819109', u'INT_ADD_-1207819082'), (u'INT_LEFT_-1207819111', u'INT_OR_-1207819109'), ('const-7', u'INT_LEFT_-1207819111'), ('tmp_224', u'CBRANCH_-1207819072'), (u'MULTIEQUAL_-1207818995', u'INT_LEFT_-1207819111'), (u'COPY_-1207819167', u'RETURN_-1207819056'), (u'MULTIEQUAL_-1207818995', u'INT_RIGHT_-1207819108'), (u'INT_LESS_-1207819143', u'CBRANCH_-1207819141')]
|
[('const-0', u'RETURN_-1207819062'), ('const-0', u'COPY_-1207819167'), ('tmp_381', u'INT_LESS_-1207819064'), (u'INT_ADD_-1207819082', u'MULTIEQUAL_-1207818995'), (u'COPY_-1207819047', u'MULTIEQUAL_-1207818994'), ('const-417', u'LOAD_-1207819100'), (u'MULTIEQUAL_-1207818994', u'LOAD_-1207819100'), ('tmp_380', u'INT_LESS_-1207819143'), (u'INT_RIGHT_-1207819108', u'INT_OR_-1207819109'), ('tmp_70', u'CBRANCH_-1207819141'), (u'COPY_-1207819031', u'MULTIEQUAL_-1207818994'), ('const-7', u'INT_LEFT_-1207819111'), (u'INT_LESS_-1207819064', u'CBRANCH_-1207819072'), (u'MULTIEQUAL_-1207818994', u'PTRADD_-1207818977'), ('const-25', u'INT_RIGHT_-1207819108'), (u'COPY_-1207819167', u'MULTIEQUAL_-1207818995'), (u'LOAD_-1207819100', u'INT_ADD_-1207819082'), ('const-0', u'RETURN_-1207819056'), (u'PTRADD_-1207818977', u'COPY_-1207819031'), (u'PTRADD_-1207818977', u'INT_LESS_-1207819064'), (u'INT_ADD_-1207819082', u'RETURN_-1207819062'), ('const-4', u'PTRADD_-1207818977'), ('tmp_380', u'COPY_-1207819047'), (u'INT_OR_-1207819109', u'INT_ADD_-1207819082'), (u'INT_LEFT_-1207819111', u'INT_OR_-1207819109'), ('tmp_381', u'INT_LESS_-1207819143'), ('tmp_224', u'CBRANCH_-1207819072'), (u'MULTIEQUAL_-1207818995', u'INT_LEFT_-1207819111'), (u'COPY_-1207819167', u'RETURN_-1207819056'), ('const-1', u'PTRADD_-1207818977'), (u'INT_LESS_-1207819143', u'CBRANCH_-1207819141'), (u'MULTIEQUAL_-1207818995', u'INT_RIGHT_-1207819108')]
| null | null |
001d2450
|
x86
|
O1
|
(translation_unit "uint FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)" identifier (parameter_list "(undefined4 param_1,int *param_2,int *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }" if (parenthesized_expression "(param_2 < param_3)" ( (binary_expression "param_2 < param_3" identifier < identifier) )) (compound_statement "{\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }" { (do_statement "do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);" do (compound_statement "{\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n }" { (expression_statement "piVar2 = param_2 + 1;" (assignment_expression "piVar2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;" (assignment_expression "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2" identifier = (binary_expression "(uVar1 << 7 | uVar1 >> 0x19) + *param_2" (parenthesized_expression "(uVar1 << 7 | uVar1 >> 0x19)" ( (binary_expression "uVar1 << 7 | uVar1 >> 0x19" (binary_expression "uVar1 << 7" identifier << number_literal) | (binary_expression "uVar1 >> 0x19" identifier >> number_literal)) )) + (pointer_expression "*param_2" * identifier))) ;) (expression_statement "param_2 = piVar2;" (assignment_expression "param_2 = piVar2" identifier = identifier) ;) }) while (parenthesized_expression "(piVar2 < param_3)" ( (binary_expression "piVar2 < param_3" identifier < identifier) )) ;) (return_statement "return uVar1;" return identifier ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* std::collate<wchar_t>::do_hash(wchar_t const*, wchar_t const*) const */\n\nuint __thiscall\nstd::collate<wchar_t>::do_hash(collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2)\n\n{\n uint uVar1;\n wchar_t *pwVar2;\n \n uVar1 = 0;\n if (param_1 < param_2) {\n do {\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n } while (pwVar2 < param_2);\n return uVar1;\n }\n return uVar1;\n}\n\n" comment (function_definition "uint __thiscall\nstd::collate<wchar_t>::do_hash(collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2)\n\n{\n uint uVar1;\n wchar_t *pwVar2;\n \n uVar1 = 0;\n if (param_1 < param_2) {\n do {\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n } while (pwVar2 < param_2);\n return uVar1;\n }\n return uVar1;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::collate<wchar_t>::" identifier : : identifier < identifier > : :) (function_declarator "do_hash(collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2)" identifier (parameter_list "(collate<wchar_t> *this,wchar_t *param_1,wchar_t *param_2)" ( (parameter_declaration "collate<wchar_t> *this" type_identifier (ERROR "<wchar_t>" < identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "wchar_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "wchar_t *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n uint uVar1;\n wchar_t *pwVar2;\n \n uVar1 = 0;\n if (param_1 < param_2) {\n do {\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n } while (pwVar2 < param_2);\n return uVar1;\n }\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "wchar_t *pwVar2;" type_identifier (pointer_declarator "*pwVar2" * identifier) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_1 < param_2) {\n do {\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n } while (pwVar2 < param_2);\n return uVar1;\n }" if (parenthesized_expression "(param_1 < param_2)" ( (binary_expression "param_1 < param_2" identifier < identifier) )) (compound_statement "{\n do {\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n } while (pwVar2 < param_2);\n return uVar1;\n }" { (do_statement "do {\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n } while (pwVar2 < param_2);" do (compound_statement "{\n pwVar2 = param_1 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;\n param_1 = pwVar2;\n }" { (expression_statement "pwVar2 = param_1 + 1;" (assignment_expression "pwVar2 = param_1 + 1" identifier = (binary_expression "param_1 + 1" identifier + number_literal)) ;) (expression_statement "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1;" (assignment_expression "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_1" identifier = (binary_expression "(uVar1 << 7 | uVar1 >> 0x19) + *param_1" (parenthesized_expression "(uVar1 << 7 | uVar1 >> 0x19)" ( (binary_expression "uVar1 << 7 | uVar1 >> 0x19" (binary_expression "uVar1 << 7" identifier << number_literal) | (binary_expression "uVar1 >> 0x19" identifier >> number_literal)) )) + (pointer_expression "*param_1" * identifier))) ;) (expression_statement "param_1 = pwVar2;" (assignment_expression "param_1 = pwVar2" identifier = identifier) ;) }) while (parenthesized_expression "(pwVar2 < param_2)" ( (binary_expression "pwVar2 < param_2" identifier < identifier) )) ;) (return_statement "return uVar1;" return identifier ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "uint FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}\n\n" (function_definition "uint FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)" identifier (parameter_list "(undefined4 param_1,int *param_2,int *param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (if_statement "if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }" if (parenthesized_expression "(param_2 < param_3)" ( (binary_expression "param_2 < param_3" identifier < identifier) )) (compound_statement "{\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }" { (do_statement "do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);" do (compound_statement "{\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n }" { (expression_statement "piVar2 = param_2 + 1;" (assignment_expression "piVar2 = param_2 + 1" identifier = (binary_expression "param_2 + 1" identifier + number_literal)) ;) (expression_statement "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;" (assignment_expression "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2" identifier = (binary_expression "(uVar1 << 7 | uVar1 >> 0x19) + *param_2" (parenthesized_expression "(uVar1 << 7 | uVar1 >> 0x19)" ( (binary_expression "uVar1 << 7 | uVar1 >> 0x19" (binary_expression "uVar1 << 7" identifier << number_literal) | (binary_expression "uVar1 >> 0x19" identifier >> number_literal)) )) + (pointer_expression "*param_2" * identifier))) ;) (expression_statement "param_2 = piVar2;" (assignment_expression "param_2 = piVar2" identifier = identifier) ;) }) while (parenthesized_expression "(piVar2 < param_3)" ( (binary_expression "piVar2 < param_3" identifier < identifier) )) ;) (return_statement "return uVar1;" return identifier ;) })) (return_statement "return uVar1;" return identifier ;) })))
|
(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 ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression IDENT << LIT) | (binary_expression IDENT >> LIT)) )) + (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) (return_statement return IDENT ;) })) (return_statement return IDENT ;) })))
|
(function_definition "uint FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)\n\n{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}" (type_identifier "uint") (function_declarator "FUN_001d2450(undefined4 param_1,int *param_2,int *param_3)" (identifier "FUN_001d2450") (parameter_list "(undefined4 param_1,int *param_2,int *param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n \n uVar1 = 0;\n if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }\n return uVar1;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_2 < param_3) {\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }" (if "if") (parenthesized_expression "(param_2 < param_3)" (( "(") (binary_expression "param_2 < param_3" (identifier "param_2") (< "<") (identifier "param_3")) () ")")) (compound_statement "{\n do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);\n return uVar1;\n }" ({ "{") (do_statement "do {\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n } while (piVar2 < param_3);" (do "do") (compound_statement "{\n piVar2 = param_2 + 1;\n uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;\n param_2 = piVar2;\n }" ({ "{") (expression_statement "piVar2 = param_2 + 1;" (assignment_expression "piVar2 = param_2 + 1" (identifier "piVar2") (= "=") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;" (assignment_expression "uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2" (identifier "uVar1") (= "=") (binary_expression "(uVar1 << 7 | uVar1 >> 0x19) + *param_2" (parenthesized_expression "(uVar1 << 7 | uVar1 >> 0x19)" (( "(") (binary_expression "uVar1 << 7 | uVar1 >> 0x19" (binary_expression "uVar1 << 7" (identifier "uVar1") (<< "<<") (number_literal "7")) (| "|") (binary_expression "uVar1 >> 0x19" (identifier "uVar1") (>> ">>") (number_literal "0x19"))) () ")")) (+ "+") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "param_2 = piVar2;" (assignment_expression "param_2 = piVar2" (identifier "param_2") (= "=") (identifier "piVar2")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar2 < param_3)" (( "(") (binary_expression "piVar2 < param_3" (identifier "piVar2") (< "<") (identifier "param_3")) () ")")) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}"))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* std::collate<wchar_t>::do_hash(wchar_t const*, wchar_t const*) const */
type_1 __thiscall
std::type_2<type_3>::function_1(type_2<type_3> *this,type_3 *var_1,type_3 *var_2)
{
type_1 var_3;
type_3 *var_4;
var_3 = 0;
if (var_1 < var_2) {
do {
var_4 = var_1 + 1;
var_3 = (var_3 << 7 | var_3 >> 0x19) + *var_1;
var_1 = var_4;
} while (var_4 < var_2);
return var_3;
}
return var_3;
}
| 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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (return_statement (identifier)))) (return_statement (identifier)))))
| null |
uint MASKED(undefined4 param_1,int *param_2,int *param_3)
{
uint uVar1;
int *piVar2;
uVar1 = 0;
if (param_2 < param_3) {
do {
piVar2 = param_2 + 1;
uVar1 = (uVar1 << 7 | uVar1 >> 0x19) + *param_2;
param_2 = piVar2;
} while (piVar2 < param_3);
return uVar1;
}
return uVar1;
}
|
8945_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_get_global_symbol_counts
|
FUN_0030fa10
|
/* DWARF original prototype: void do_get_global_symbol_counts(Sized_pluginobj<64,_true> * this,
Symbol_table * param_1, size_t * defined, size_t * used) */
void __thiscall
gold::Sized_pluginobj<64,_true>::do_get_global_symbol_counts
(Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)
{
*defined = 0;
*used = 0;
return;
}
|
void FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)
{
*param_3 = 0;
*param_4 = 0;
return;
}
|
MOV EAX,dword ptr [ESP + 0xc]
MOV dword ptr [EAX],0x0
MOV EAX,dword ptr [ESP + 0x10]
MOV dword ptr [EAX],0x0
RET
| null | null | null | null |
[('tmp_39', u'STORE_-1204815318'), ('const-0', u'RETURN_-1204815302'), ('const-417', u'STORE_-1204815318'), ('const-417', u'STORE_-1204815333'), ('tmp_38', u'STORE_-1204815333'), ('const-0', u'STORE_-1204815318'), ('const-0', u'STORE_-1204815333')]
|
[('tmp_42', u'STORE_-1204815333'), ('const-0', u'STORE_-1204815318'), ('const-417', u'STORE_-1204815318'), ('const-0', u'RETURN_-1204815302'), ('tmp_43', u'STORE_-1204815318'), ('const-0', u'STORE_-1204815333'), ('const-417', u'STORE_-1204815333')]
| null | null |
0030fa10
|
x86
|
O1
|
(translation_unit "void FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}\n\n" (function_definition "void FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}" primitive_type (function_declarator "FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}" { (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void do_get_global_symbol_counts(Sized_pluginobj<64,_true> * this,\n Symbol_table * param_1, size_t * defined, size_t * used) */\n\nvoid __thiscall\ngold::Sized_pluginobj<64,_true>::do_get_global_symbol_counts\n (Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)\n\n{\n *defined = 0;\n *used = 0;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_pluginobj<64,_true>::do_get_global_symbol_counts\n (Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)\n\n{\n *defined = 0;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_get_global_symbol_counts\n (Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)\n\n{" identifier > : : (function_declarator "do_get_global_symbol_counts\n (Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)" identifier (parameter_list "(Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)" ( (parameter_declaration "Sized_pluginobj" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "size_t *defined" primitive_type (pointer_declarator "*defined" * identifier)) , (parameter_declaration "size_t *used" primitive_type (pointer_declarator "*used" * identifier)) ))) {) (init_declarator "*defined = 0" (pointer_declarator "*defined" * identifier) = number_literal) ;) (expression_statement "*used = 0;" (assignment_expression "*used = 0" (pointer_expression "*used" * identifier) = number_literal) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}\n\n" (function_definition "void FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}" primitive_type (function_declarator "FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}" { (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" * identifier) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)\n\n{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0030fa10(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)" (identifier "FUN_0030fa10") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 *param_4" (type_identifier "undefined4") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n *param_3 = 0;\n *param_4 = 0;\n return;\n}" ({ "{") (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_4 = 0;" (assignment_expression "*param_4 = 0" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void do_get_global_symbol_counts(Sized_pluginobj<64,_true> * this,
Symbol_table * param_1, size_t * defined, size_t * used) */
void __thiscall
gold::Sized_pluginobj<64,_true>::do_get_global_symbol_counts
(Sized_pluginobj<64,_true> *this,Symbol_table *param_2,size_t *defined,size_t *used)
{
*defined = 0;
*used = 0;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (return_statement))))
| null |
void MASKED(undefined4 param_1,undefined4 param_2,undefined4 *param_3,undefined4 *param_4)
{
*param_3 = 0;
*param_4 = 0;
return;
}
|
5084_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
get_copy_source
|
FUN_00123120
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: Dynobj * get_copy_source(Symbol_table * this, Symbol * sym) */
Dynobj * __thiscall gold::Symbol_table::get_copy_source(Symbol_table *this,Symbol *sym)
{
uint uVar1;
_Hash_node_base *p_Var2;
uint uVar3;
Symbol *pSVar4;
__bucket_type p_Var5;
__bucket_type p_Var6;
if ((sym->field_0x2b & 8) == 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source");
}
uVar1 = (this->copied_symbol_dynobjs_)._M_h._M_bucket_count;
uVar3 = (uint)sym % uVar1;
p_Var6 = (this->copied_symbol_dynobjs_)._M_h._M_buckets[uVar3];
if (p_Var6 != (__bucket_type)0x0) {
pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt;
p_Var2 = p_Var6->_M_nxt;
do {
p_Var5 = p_Var2;
if (pSVar4 == sym) {
if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {
return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;
}
break;
}
p_Var2 = p_Var5->_M_nxt;
if (p_Var2 == (_Hash_node_base *)0x0) break;
pSVar4 = (Symbol *)p_Var2[1]._M_nxt;
p_Var6 = p_Var5;
} while (uVar3 == (uint)pSVar4 % uVar1);
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/symtab.cc",0x983,"get_copy_source");
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
int __regparm2 FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)
{
uint uVar1;
int *piVar2;
int *piVar3;
uint uVar4;
int *piVar5;
int *piVar6;
if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);
}
uVar1 = *(uint *)(param_3 + 0x13c);
piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];
piVar3 = *(int **)(param_3 + 0x138);
if (piVar6 != (int *)0x0) {
uVar4 = ((int *)*piVar6)[1];
piVar2 = (int *)*piVar6;
do {
piVar5 = piVar2;
if (uVar4 == param_4) {
piVar3 = (int *)*piVar6;
if (piVar3 != (int *)0x0) {
return piVar3[2];
}
break;
}
piVar2 = (int *)*piVar5;
piVar3 = piVar2;
if (piVar2 == (int *)0x0) break;
uVar4 = piVar2[1];
piVar3 = (int *)(uVar4 / uVar1);
piVar6 = piVar5;
} while (param_4 % uVar1 == uVar4 % uVar1);
}
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);
}
|
CALL 0x0004fb76
ADD EAX,0x1deedb
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0x34]
MOV EBX,dword ptr [ESP + 0x30]
TEST byte ptr [EAX + 0x2b],0x8
JZ 0x0012319e
MOV ECX,dword ptr [EBX + 0x13c]
MOV EAX,dword ptr [ESP + 0x34]
XOR EDX,EDX
DIV ECX
MOV EAX,dword ptr [EBX + 0x138]
MOV EDI,dword ptr [EAX + EDX*0x4]
MOV EBP,EDX
TEST EDI,EDI
JZ 0x001231bb
MOV ESI,dword ptr [EDI]
MOV EBX,dword ptr [ESI + 0x4]
JMP 0x00123187
MOV EAX,dword ptr [ESI]
TEST EAX,EAX
JZ 0x001231bb
MOV EBX,dword ptr [EAX + 0x4]
MOV EDI,ESI
XOR EDX,EDX
MOV ESI,EAX
MOV EAX,EBX
DIV ECX
CMP EBP,EDX
JNZ 0x001231bb
CMP EBX,dword ptr [ESP + 0x34]
JNZ 0x00123170
MOV EAX,dword ptr [EDI]
TEST EAX,EAX
JZ 0x001231bb
MOV EAX,dword ptr [EAX + 0x8]
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
PUSH EDX
MOV EBX,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xfff2f008]
PUSH EAX
LEA EAX,[EBX + 0xfff2e811]
PUSH 0x980
PUSH EAX
CALL 0x0005f0b0
PUSH EAX
MOV EBX,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xfff2f008]
PUSH EAX
LEA EAX,[EBX + 0xfff2e811]
PUSH 0x983
PUSH EAX
CALL 0x0005f0b0
| null | null | null | null |
[('tmp_272', u'BRANCH_-1207094834'), (u'LOAD_-1207094868', u'PTRSUB_-1207094455'), (u'INT_REM_-1207094850', u'PTRADD_-1207094466'), ('const-0', u'RETURN_-1207094715'), ('const-417', u'LOAD_-1207094762'), ('const-0', u'PTRSUB_-1207094489'), (u'LOAD_-1207094846', u'COPY_-1207094508'), (u'CAST_-1207094390', u'COPY_-1207094762'), ('const-0', u'PTRSUB_-1207094478'), ('const-2295825', u'COPY_-1207094450'), (u'PTRSUB_-1207094495', u'PTRSUB_-1207094489'), ('tmp_512', u'CBRANCH_-1207094725'), (u'INT_NOTEQUAL_-1207094846', u'CBRANCH_-1207094846'), (u'LOAD_-1207094743', u'PTRADD_-1207094440'), (u'PTRSUB_-1207094478', u'PTRSUB_-1207094473'), (u'PTRSUB_-1207094430', u'LOAD_-1207094724'), ('const-417', u'LOAD_-1207094724'), (u'MULTIEQUAL_-1207094515', u'PTRSUB_-1207094406'), (u'LOAD_-1207094762', u'CAST_-1207094390'), (u'LOAD_-1207094868', u'COPY_-1207094505'), (u'INT_AND_-1207094906', u'INT_EQUAL_-1207094920'), ('tmp_685', u'CAST_-1207094462'), (u'LOAD_-1207094781', u'INT_NOTEQUAL_-1207094763'), (u'LOAD_-1207094724', u'CAST_-1207094421'), (u'INT_NOTEQUAL_-1207094763', u'CBRANCH_-1207094763'), (u'PTRSUB_-1207094489', u'PTRSUB_-1207094486'), (u'LOAD_-1207094743', u'INT_EQUAL_-1207094726'), ('const-0', u'PTRSUB_-1207094455'), ('const-1', u'RETURN_-1207094594'), (u'COPY_-1207094762', u'RETURN_-1207094715'), (u'CAST_-1207094409', u'INT_REM_-1207094659'), ('const-0', u'PTRSUB_-1207094437'), ('const-417', u'LOAD_-1207094841'), ('const-417', u'LOAD_-1207094743'), ('const-0', u'PTRSUB_-1207094430'), ('const-8', u'INT_AND_-1207094906'), (u'COPY_-1207094505', u'MULTIEQUAL_-1207094515'), ('const-0', u'PTRSUB_-1207094473'), ('const-43', u'PTRSUB_-1207094502'), (u'COPY_-1207094472', u'MULTIEQUAL_-1207094515'), (u'LOAD_-1207094781', u'PTRADD_-1207094400'), (u'CAST_-1207094462', u'INT_REM_-1207094850'), (u'PTRSUB_-1207094486', u'LOAD_-1207094916'), ('const-417', u'LOAD_-1207094932'), (u'LOAD_-1207094841', u'CAST_-1207094442'), (u'PTRADD_-1207094466', u'LOAD_-1207094868'), (u'COPY_-1207094472', u'COPY_-1207094472'), (u'PTRSUB_-1207094479', u'PTRSUB_-1207094478'), ('const-2', u'PTRADD_-1207094400'), ('const-2435', u'CALL_-1207094642'), (u'INT_EQUAL_-1207094726', u'CBRANCH_-1207094725'), (u'INT_EQUAL_-1207094674', u'CBRANCH_-1207094672'), ('const-417', u'LOAD_-1207094846'), (u'LOAD_-1207094868', u'INT_NOTEQUAL_-1207094846'), (u'COPY_-1207094475', u'MULTIEQUAL_-1207094517'), (u'COPY_-1207094508', u'MULTIEQUAL_-1207094517'), ('const-0', u'PTRSUB_-1207094406'), ('const-417', u'LOAD_-1207094878'), ('tmp_684', u'PTRSUB_-1207094495'), (u'COPY_-1207094420', u'CALL_-1207094642'), ('const-2295825', u'COPY_-1207094420'), ('const-2297864', u'COPY_-1207094448'), (u'INT_EQUAL_-1207094920', u'CBRANCH_-1207094917'), (u'CAST_-1207094421', u'CAST_-1207094409'), (u'INT_REM_-1207094659', u'INT_EQUAL_-1207094674'), (u'LOAD_-1207094916', u'INT_REM_-1207094659'), ('const-0', u'INT_EQUAL_-1207094920'), ('const-312', u'PTRSUB_-1207094495'), ('const-417', u'LOAD_-1207094916'), ('const-4', u'PTRADD_-1207094466'), (u'LOAD_-1207094846', u'PTRADD_-1207094461'), ('const-0', u'PTRSUB_-1207094398'), (u'COPY_-1207094450', u'CALL_-1207094599'), ('const-2297864', u'COPY_-1207094418'), (u'PTRSUB_-1207094502', u'LOAD_-1207094932'), ('const-4', u'PTRADD_-1207094400'), ('const-1', u'PTRADD_-1207094440'), (u'COPY_-1207094418', u'CALL_-1207094642'), (u'INT_REM_-1207094850', u'INT_EQUAL_-1207094674'), ('const-417', u'LOAD_-1207094781'), (u'LOAD_-1207094932', u'INT_AND_-1207094906'), ('const-4', u'PTRADD_-1207094461'), ('const-0', u'INT_NOTEQUAL_-1207094763'), ('tmp_257', u'CBRANCH_-1207094846'), (u'PTRSUB_-1207094455', u'LOAD_-1207094846'), ('tmp_685', u'INT_EQUAL_-1207094785'), (u'CAST_-1207094442', u'MULTIEQUAL_-1207094519'), ('const-2432', u'CALL_-1207094599'), (u'MULTIEQUAL_-1207094519', u'INT_EQUAL_-1207094785'), (u'PTRSUB_-1207094437', u'LOAD_-1207094743'), (u'PTRSUB_-1207094398', u'LOAD_-1207094762'), (u'LOAD_-1207094916', u'INT_REM_-1207094850'), ('const-4', u'PTRSUB_-1207094486'), ('tmp_685', u'PTRSUB_-1207094502'), ('tmp_309', u'CBRANCH_-1207094781'), (u'PTRADD_-1207094400', u'PTRSUB_-1207094398'), (u'PTRADD_-1207094461', u'PTRSUB_-1207094452'), ('tmp_606', u'CBRANCH_-1207094672'), ('const-4', u'PTRADD_-1207094440'), (u'LOAD_-1207094878', u'PTRADD_-1207094466'), ('const-0', u'INT_EQUAL_-1207094726'), ('tmp_146', u'CBRANCH_-1207094917'), (u'LOAD_-1207094743', u'COPY_-1207094475'), (u'PTRSUB_-1207094473', u'LOAD_-1207094878'), (u'CAST_-1207094421', u'MULTIEQUAL_-1207094519'), (u'INT_EQUAL_-1207094785', u'CBRANCH_-1207094781'), ('const-1', u'PTRADD_-1207094461'), ('const-0', u'PTRSUB_-1207094452'), ('const-0', u'INT_NOTEQUAL_-1207094846'), ('tmp_340', u'CBRANCH_-1207094763'), ('const-312', u'PTRSUB_-1207094479'), (u'PTRSUB_-1207094452', u'LOAD_-1207094841'), (u'MULTIEQUAL_-1207094517', u'COPY_-1207094472'), (u'COPY_-1207094472', u'PTRSUB_-1207094437'), (u'PTRADD_-1207094440', u'PTRSUB_-1207094430'), ('const-417', u'LOAD_-1207094868'), (u'COPY_-1207094448', u'CALL_-1207094599'), ('tmp_684', u'PTRSUB_-1207094479'), (u'PTRSUB_-1207094406', u'LOAD_-1207094781'), ('const-1', u'RETURN_-1207094637')]
|
[('tmp_1257', u'INT_REM_-1207094850'), ('tmp_272', u'BRANCH_-1207094834'), (u'COPY_-1207094426', u'CALL_-1207094642'), (u'INT_REM_-1207094850', u'PTRADD_-1207094485'), (u'LOAD_-1207094878', u'PTRADD_-1207094485'), (u'CAST_-1207094493', u'LOAD_-1207094916'), ('const-0', u'RETURN_-1207094715'), (u'CAST_-1207094413', u'INT_NOTEQUAL_-1207094763'), (u'CAST_-1207094413', u'COPY_-1207094486'), (u'CAST_-1207094500', u'LOAD_-1207094932'), (u'COPY_-1207094492', u'COPY_-1207094492'), (u'CAST_-1207094444', u'COPY_-1207094495'), ('const-316', u'INT_ADD_-1207094900'), ('tmp_1258', u'INT_ADD_-1207094862'), ('tmp_1257', u'INT_ADD_-1207094918'), (u'PTRADD_-1207094485', u'LOAD_-1207094868'), ('const-4', u'PTRADD_-1207094473'), ('const-1', u'PTRADD_-1207094452'), (u'COPY_-1207094428', u'CALL_-1207094642'), ('tmp_512', u'CBRANCH_-1207094725'), (u'INT_NOTEQUAL_-1207094846', u'CBRANCH_-1207094846'), ('const-417', u'LOAD_-1207094762'), (u'MULTIEQUAL_-1207094527', u'INT_EQUAL_-1207094785'), (u'COPY_-1207094486', u'MULTIEQUAL_-1207094484'), (u'LOAD_-1207094868', u'CAST_-1207094471'), (u'INT_AND_-1207094906', u'INT_EQUAL_-1207094920'), (u'INT_NOTEQUAL_-1207094763', u'CBRANCH_-1207094763'), (u'LOAD_-1207094743', u'CAST_-1207094444'), (u'COPY_-1207094538', u'MULTIEQUAL_-1207094484'), ('const-417', u'LOAD_-1207094781'), (u'CAST_-1207094426', u'MULTIEQUAL_-1207094484'), (u'LOAD_-1207094762', u'COPY_-1207094762'), (u'COPY_-1207094495', u'MULTIEQUAL_-1207094525'), ('const-1', u'RETURN_-1207094594'), (u'MULTIEQUAL_-1207094523', u'LOAD_-1207094781'), (u'COPY_-1207094762', u'RETURN_-1207094715'), (u'PTRADD_-1207094422', u'LOAD_-1207094762'), ('const-417', u'LOAD_-1207094743'), (u'COPY_-1207094492', u'LOAD_-1207094743'), ('const-8', u'INT_AND_-1207094906'), (u'CAST_-1207094444', u'PTRADD_-1207094452'), ('const-417', u'LOAD_-1207094846'), ('const-2', u'PTRADD_-1207094422'), ('const-417', u'LOAD_-1207094868'), ('const-2295825', u'COPY_-1207094458'), (u'COPY_-1207094458', u'CALL_-1207094599'), (u'INT_EQUAL_-1207094726', u'CBRANCH_-1207094725'), (u'INT_EQUAL_-1207094674', u'CBRANCH_-1207094672'), (u'COPY_-1207094456', u'CALL_-1207094599'), ('const-4', u'PTRADD_-1207094452'), (u'CAST_-1207094471', u'INT_NOTEQUAL_-1207094846'), (u'CAST_-1207094471', u'LOAD_-1207094846'), (u'INT_DIV_-1207094663', u'CAST_-1207094426'), ('const-43', u'INT_ADD_-1207094918'), ('const-417', u'LOAD_-1207094841'), ('const-4', u'PTRADD_-1207094422'), (u'CAST_-1207094461', u'COPY_-1207094528'), (u'INT_ADD_-1207094918', u'CAST_-1207094500'), (u'COPY_-1207094525', u'MULTIEQUAL_-1207094523'), ('const-417', u'LOAD_-1207094724'), (u'INT_EQUAL_-1207094920', u'CBRANCH_-1207094917'), (u'INT_REM_-1207094659', u'INT_EQUAL_-1207094674'), ('const-1', u'PTRADD_-1207094473'), (u'LOAD_-1207094916', u'INT_REM_-1207094659'), ('const-0', u'INT_EQUAL_-1207094920'), ('const-417', u'LOAD_-1207094878'), (u'COPY_-1207094492', u'MULTIEQUAL_-1207094523'), (u'INT_ADD_-1207094900', u'CAST_-1207094493'), (u'LOAD_-1207094846', u'CAST_-1207094461'), (u'CAST_-1207094461', u'PTRADD_-1207094473'), ('const-2297864', u'COPY_-1207094456'), (u'CAST_-1207094478', u'LOAD_-1207094878'), (u'INT_REM_-1207094850', u'INT_EQUAL_-1207094674'), ('const-0', u'INT_NOTEQUAL_-1207094763'), (u'LOAD_-1207094932', u'INT_AND_-1207094906'), ('tmp_257', u'CBRANCH_-1207094846'), (u'COPY_-1207094528', u'MULTIEQUAL_-1207094525'), (u'COPY_-1207094514', u'MULTIEQUAL_-1207094484'), (u'LOAD_-1207094916', u'INT_REM_-1207094850'), (u'CAST_-1207094444', u'INT_EQUAL_-1207094726'), ('tmp_309', u'CBRANCH_-1207094781'), (u'INT_ADD_-1207094862', u'CAST_-1207094478'), (u'CAST_-1207094444', u'COPY_-1207094514'), ('tmp_606', u'CBRANCH_-1207094672'), (u'LOAD_-1207094841', u'MULTIEQUAL_-1207094527'), ('const-2432', u'CALL_-1207094599'), (u'LOAD_-1207094781', u'CAST_-1207094413'), (u'LOAD_-1207094724', u'MULTIEQUAL_-1207094527'), ('const-0', u'INT_EQUAL_-1207094726'), ('tmp_1006', u'CALL_-1207094599'), ('tmp_146', u'CBRANCH_-1207094917'), (u'LOAD_-1207094724', u'INT_DIV_-1207094663'), (u'PTRADD_-1207094473', u'LOAD_-1207094841'), (u'INT_EQUAL_-1207094785', u'CBRANCH_-1207094781'), ('const-0', u'INT_NOTEQUAL_-1207094846'), ('tmp_340', u'CBRANCH_-1207094763'), (u'MULTIEQUAL_-1207094484', u'CALL_-1207094642'), ('const-417', u'LOAD_-1207094932'), ('const-312', u'INT_ADD_-1207094862'), ('const-2435', u'CALL_-1207094642'), ('const-417', u'LOAD_-1207094916'), (u'CAST_-1207094471', u'COPY_-1207094525'), ('const-4', u'PTRADD_-1207094485'), (u'LOAD_-1207094916', u'INT_DIV_-1207094663'), (u'LOAD_-1207094724', u'INT_REM_-1207094659'), ('const-2297864', u'COPY_-1207094426'), (u'MULTIEQUAL_-1207094525', u'COPY_-1207094492'), ('const-2295825', u'COPY_-1207094428'), ('tmp_1258', u'INT_ADD_-1207094900'), (u'PTRADD_-1207094452', u'LOAD_-1207094724'), (u'LOAD_-1207094878', u'COPY_-1207094538'), (u'CAST_-1207094413', u'PTRADD_-1207094422'), ('const-1', u'RETURN_-1207094637'), ('tmp_1257', u'INT_EQUAL_-1207094785')]
| null | null |
00123120
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nint __regparm2 FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}\n\n" comment (function_definition "int __regparm2 FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "uint param_4" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (if_statement "if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }" if (parenthesized_expression "((*(byte *)(param_4 + 0x2b) & 8) == 0)" ( (binary_expression "(*(byte *)(param_4 + 0x2b) & 8) == 0" (parenthesized_expression "(*(byte *)(param_4 + 0x2b) & 8)" ( (binary_expression "*(byte *)(param_4 + 0x2b) & 8" (pointer_expression "*(byte *)(param_4 + 0x2b)" * (cast_expression "(byte *)(param_4 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x2b)" ( (binary_expression "param_4 + 0x2b" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);" (call_expression "FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2)" identifier (argument_list "("../../gold/symtab.cc",0x980,"get_copy_source",param_2)" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""get_copy_source"" " string_content ") , identifier ))) ;) })) (expression_statement "uVar1 = *(uint *)(param_3 + 0x13c);" (assignment_expression "uVar1 = *(uint *)(param_3 + 0x13c)" identifier = (pointer_expression "*(uint *)(param_3 + 0x13c)" * (cast_expression "(uint *)(param_3 + 0x13c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x13c)" ( (binary_expression "param_3 + 0x13c" identifier + number_literal) ))))) ;) (expression_statement "piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];" (assignment_expression "piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1]" identifier = (cast_expression "(int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "(*(int **)(param_3 + 0x138))[param_4 % uVar1]" (parenthesized_expression "(*(int **)(param_3 + 0x138))" ( (pointer_expression "*(int **)(param_3 + 0x138)" * (cast_expression "(int **)(param_3 + 0x138)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x138)" ( (binary_expression "param_3 + 0x138" identifier + number_literal) )))) )) [ (binary_expression "param_4 % uVar1" identifier % identifier) ]))) ;) (expression_statement "piVar3 = *(int **)(param_3 + 0x138);" (assignment_expression "piVar3 = *(int **)(param_3 + 0x138)" identifier = (pointer_expression "*(int **)(param_3 + 0x138)" * (cast_expression "(int **)(param_3 + 0x138)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x138)" ( (binary_expression "param_3 + 0x138" identifier + number_literal) ))))) ;) (if_statement "if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }" if (parenthesized_expression "(piVar6 != (int *)0x0)" ( (binary_expression "piVar6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }" { (expression_statement "uVar4 = ((int *)*piVar6)[1];" (assignment_expression "uVar4 = ((int *)*piVar6)[1]" identifier = (subscript_expression "((int *)*piVar6)[1]" (parenthesized_expression "((int *)*piVar6)" ( (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier)) )) [ number_literal ])) ;) (expression_statement "piVar2 = (int *)*piVar6;" (assignment_expression "piVar2 = (int *)*piVar6" identifier = (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier))) ;) (do_statement "do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);" do (compound_statement "{\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n }" { (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" identifier = identifier) ;) (if_statement "if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }" if (parenthesized_expression "(uVar4 == param_4)" ( (binary_expression "uVar4 == param_4" identifier == identifier) )) (compound_statement "{\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }" { (expression_statement "piVar3 = (int *)*piVar6;" (assignment_expression "piVar3 = (int *)*piVar6" identifier = (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier))) ;) (if_statement "if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }" if (parenthesized_expression "(piVar3 != (int *)0x0)" ( (binary_expression "piVar3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return piVar3[2];\n }" { (return_statement "return piVar3[2];" return (subscript_expression "piVar3[2]" identifier [ number_literal ]) ;) })) (break_statement "break;" break ;) })) (expression_statement "piVar2 = (int *)*piVar5;" (assignment_expression "piVar2 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) (expression_statement "piVar3 = piVar2;" (assignment_expression "piVar3 = piVar2" identifier = identifier) ;) (if_statement "if (piVar2 == (int *)0x0) break;" if (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = piVar2[1];" (assignment_expression "uVar4 = piVar2[1]" identifier = (subscript_expression "piVar2[1]" identifier [ number_literal ])) ;) (expression_statement "piVar3 = (int *)(uVar4 / uVar1);" (assignment_expression "piVar3 = (int *)(uVar4 / uVar1)" identifier = (cast_expression "(int *)(uVar4 / uVar1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar4 / uVar1)" ( (binary_expression "uVar4 / uVar1" identifier / identifier) )))) ;) (expression_statement "piVar6 = piVar5;" (assignment_expression "piVar6 = piVar5" identifier = identifier) ;) }) while (parenthesized_expression "(param_4 % uVar1 == uVar4 % uVar1)" ( (binary_expression "param_4 % uVar1 == uVar4 % uVar1" (binary_expression "param_4 % uVar1" identifier % identifier) == (binary_expression "uVar4 % uVar1" identifier % identifier)) )) ;) })) comment (expression_statement "FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);" (call_expression "FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3)" identifier (argument_list "("../../gold/symtab.cc",0x983,"get_copy_source",piVar3)" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""get_copy_source"" " string_content ") , identifier ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: Dynobj * get_copy_source(Symbol_table * this, Symbol * sym) */\n\nDynobj * __thiscall gold::Symbol_table::get_copy_source(Symbol_table *this,Symbol *sym)\n\n{\n uint uVar1;\n _Hash_node_base *p_Var2;\n uint uVar3;\n Symbol *pSVar4;\n __bucket_type p_Var5;\n __bucket_type p_Var6;\n \n if ((sym->field_0x2b & 8) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source");\n }\n uVar1 = (this->copied_symbol_dynobjs_)._M_h._M_bucket_count;\n uVar3 = (uint)sym % uVar1;\n p_Var6 = (this->copied_symbol_dynobjs_)._M_h._M_buckets[uVar3];\n if (p_Var6 != (__bucket_type)0x0) {\n pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt;\n p_Var2 = p_Var6->_M_nxt;\n do {\n p_Var5 = p_Var2;\n if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }\n p_Var2 = p_Var5->_M_nxt;\n if (p_Var2 == (_Hash_node_base *)0x0) break;\n pSVar4 = (Symbol *)p_Var2[1]._M_nxt;\n p_Var6 = p_Var5;\n } while (uVar3 == (uint)pSVar4 % uVar1);\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x983,"get_copy_source");\n}\n\n" comment comment (ERROR "Dynobj * __thiscall gold::Symbol_table::get_copy_source(Symbol_table *this,Symbol *sym)" (binary_expression "Dynobj * __thiscall gold::Symbol_table::get_copy_source(Symbol_table *this,Symbol *sym" (binary_expression "Dynobj * __thiscall gold::Symbol_table::get_copy_source(Symbol_table *this" (binary_expression "Dynobj * __thiscall" identifier * identifier) (ERROR "gold::Symbol_table::get_copy_source(Symbol_table" identifier : : identifier : : identifier ( identifier) * identifier) (ERROR ",Symbol" , identifier) * identifier) )) (compound_statement "{\n uint uVar1;\n _Hash_node_base *p_Var2;\n uint uVar3;\n Symbol *pSVar4;\n __bucket_type p_Var5;\n __bucket_type p_Var6;\n \n if ((sym->field_0x2b & 8) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source");\n }\n uVar1 = (this->copied_symbol_dynobjs_)._M_h._M_bucket_count;\n uVar3 = (uint)sym % uVar1;\n p_Var6 = (this->copied_symbol_dynobjs_)._M_h._M_buckets[uVar3];\n if (p_Var6 != (__bucket_type)0x0) {\n pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt;\n p_Var2 = p_Var6->_M_nxt;\n do {\n p_Var5 = p_Var2;\n if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }\n p_Var2 = p_Var5->_M_nxt;\n if (p_Var2 == (_Hash_node_base *)0x0) break;\n pSVar4 = (Symbol *)p_Var2[1]._M_nxt;\n p_Var6 = p_Var5;\n } while (uVar3 == (uint)pSVar4 % uVar1);\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x983,"get_copy_source");\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "Symbol *pSVar4;" type_identifier (pointer_declarator "*pSVar4" * identifier) ;) (declaration "__bucket_type p_Var5;" type_identifier identifier ;) (declaration "__bucket_type p_Var6;" type_identifier identifier ;) (if_statement "if ((sym->field_0x2b & 8) == 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source");\n }" if (parenthesized_expression "((sym->field_0x2b & 8) == 0)" ( (binary_expression "(sym->field_0x2b & 8) == 0" (parenthesized_expression "(sym->field_0x2b & 8)" ( (binary_expression "sym->field_0x2b & 8" (field_expression "sym->field_0x2b" identifier -> field_identifier) & number_literal) )) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source");" (call_expression "do_gold_unreachable("../../gold/symtab.cc",0x980,"get_copy_source")" identifier (argument_list "("../../gold/symtab.cc",0x980,"get_copy_source")" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""get_copy_source"" " string_content ") ))) ;) })) (expression_statement "uVar1 = (this->copied_symbol_dynobjs_)._M_h._M_bucket_count;" (assignment_expression "uVar1 = (this->copied_symbol_dynobjs_)._M_h._M_bucket_count" identifier = (field_expression "(this->copied_symbol_dynobjs_)._M_h._M_bucket_count" (field_expression "(this->copied_symbol_dynobjs_)._M_h" (parenthesized_expression "(this->copied_symbol_dynobjs_)" ( (field_expression "this->copied_symbol_dynobjs_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "uVar3 = (uint)sym % uVar1;" (assignment_expression "uVar3 = (uint)sym % uVar1" identifier = (binary_expression "(uint)sym % uVar1" (cast_expression "(uint)sym" ( (type_descriptor "uint" type_identifier) ) identifier) % identifier)) ;) (expression_statement "p_Var6 = (this->copied_symbol_dynobjs_)._M_h._M_buckets[uVar3];" (assignment_expression "p_Var6 = (this->copied_symbol_dynobjs_)._M_h._M_buckets[uVar3]" identifier = (subscript_expression "(this->copied_symbol_dynobjs_)._M_h._M_buckets[uVar3]" (field_expression "(this->copied_symbol_dynobjs_)._M_h._M_buckets" (field_expression "(this->copied_symbol_dynobjs_)._M_h" (parenthesized_expression "(this->copied_symbol_dynobjs_)" ( (field_expression "this->copied_symbol_dynobjs_" identifier -> field_identifier) )) . field_identifier) . field_identifier) [ identifier ])) ;) (if_statement "if (p_Var6 != (__bucket_type)0x0) {\n pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt;\n p_Var2 = p_Var6->_M_nxt;\n do {\n p_Var5 = p_Var2;\n if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }\n p_Var2 = p_Var5->_M_nxt;\n if (p_Var2 == (_Hash_node_base *)0x0) break;\n pSVar4 = (Symbol *)p_Var2[1]._M_nxt;\n p_Var6 = p_Var5;\n } while (uVar3 == (uint)pSVar4 % uVar1);\n }" if (parenthesized_expression "(p_Var6 != (__bucket_type)0x0)" ( (binary_expression "p_Var6 != (__bucket_type)0x0" identifier != (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) )) (compound_statement "{\n pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt;\n p_Var2 = p_Var6->_M_nxt;\n do {\n p_Var5 = p_Var2;\n if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }\n p_Var2 = p_Var5->_M_nxt;\n if (p_Var2 == (_Hash_node_base *)0x0) break;\n pSVar4 = (Symbol *)p_Var2[1]._M_nxt;\n p_Var6 = p_Var5;\n } while (uVar3 == (uint)pSVar4 % uVar1);\n }" { (expression_statement "pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt;" (assignment_expression "pSVar4 = (Symbol *)p_Var6->_M_nxt[1]._M_nxt" identifier = (cast_expression "(Symbol *)p_Var6->_M_nxt[1]._M_nxt" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "p_Var6->_M_nxt[1]._M_nxt" (subscript_expression "p_Var6->_M_nxt[1]" (field_expression "p_Var6->_M_nxt" identifier -> field_identifier) [ number_literal ]) . field_identifier))) ;) (expression_statement "p_Var2 = p_Var6->_M_nxt;" (assignment_expression "p_Var2 = p_Var6->_M_nxt" identifier = (field_expression "p_Var6->_M_nxt" identifier -> field_identifier)) ;) (do_statement "do {\n p_Var5 = p_Var2;\n if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }\n p_Var2 = p_Var5->_M_nxt;\n if (p_Var2 == (_Hash_node_base *)0x0) break;\n pSVar4 = (Symbol *)p_Var2[1]._M_nxt;\n p_Var6 = p_Var5;\n } while (uVar3 == (uint)pSVar4 % uVar1);" do (compound_statement "{\n p_Var5 = p_Var2;\n if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }\n p_Var2 = p_Var5->_M_nxt;\n if (p_Var2 == (_Hash_node_base *)0x0) break;\n pSVar4 = (Symbol *)p_Var2[1]._M_nxt;\n p_Var6 = p_Var5;\n }" { (expression_statement "p_Var5 = p_Var2;" (assignment_expression "p_Var5 = p_Var2" identifier = identifier) ;) (if_statement "if (pSVar4 == sym) {\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }" if (parenthesized_expression "(pSVar4 == sym)" ( (binary_expression "pSVar4 == sym" identifier == identifier) )) (compound_statement "{\n if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }\n break;\n }" { (if_statement "if (p_Var6->_M_nxt != (_Hash_node_base *)0x0) {\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }" if (parenthesized_expression "(p_Var6->_M_nxt != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var6->_M_nxt != (_Hash_node_base *)0x0" (field_expression "p_Var6->_M_nxt" identifier -> field_identifier) != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;\n }" { (return_statement "return (Dynobj *)p_Var6->_M_nxt[2]._M_nxt;" return (cast_expression "(Dynobj *)p_Var6->_M_nxt[2]._M_nxt" ( (type_descriptor "Dynobj *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "p_Var6->_M_nxt[2]._M_nxt" (subscript_expression "p_Var6->_M_nxt[2]" (field_expression "p_Var6->_M_nxt" identifier -> field_identifier) [ number_literal ]) . field_identifier)) ;) })) (break_statement "break;" break ;) })) (expression_statement "p_Var2 = p_Var5->_M_nxt;" (assignment_expression "p_Var2 = p_Var5->_M_nxt" identifier = (field_expression "p_Var5->_M_nxt" identifier -> field_identifier)) ;) (if_statement "if (p_Var2 == (_Hash_node_base *)0x0) break;" if (parenthesized_expression "(p_Var2 == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var2 == (_Hash_node_base *)0x0" identifier == (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "pSVar4 = (Symbol *)p_Var2[1]._M_nxt;" (assignment_expression "pSVar4 = (Symbol *)p_Var2[1]._M_nxt" identifier = (cast_expression "(Symbol *)p_Var2[1]._M_nxt" ( (type_descriptor "Symbol *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "p_Var2[1]._M_nxt" (subscript_expression "p_Var2[1]" identifier [ number_literal ]) . field_identifier))) ;) (expression_statement "p_Var6 = p_Var5;" (assignment_expression "p_Var6 = p_Var5" identifier = identifier) ;) }) while (parenthesized_expression "(uVar3 == (uint)pSVar4 % uVar1)" ( (binary_expression "uVar3 == (uint)pSVar4 % uVar1" identifier == (binary_expression "(uint)pSVar4 % uVar1" (cast_expression "(uint)pSVar4" ( (type_descriptor "uint" type_identifier) ) identifier) % identifier)) )) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/symtab.cc",0x983,"get_copy_source");" (call_expression "do_gold_unreachable("../../gold/symtab.cc",0x983,"get_copy_source")" identifier (argument_list "("../../gold/symtab.cc",0x983,"get_copy_source")" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""get_copy_source"" " string_content ") ))) ;) }))
|
(translation_unit "int __regparm2 FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n \n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}\n\n" (function_definition "int __regparm2 FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n \n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "uint param_4" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n \n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (declaration "int *piVar6;" primitive_type (pointer_declarator "*piVar6" * identifier) ;) (if_statement "if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }" if (parenthesized_expression "((*(byte *)(param_4 + 0x2b) & 8) == 0)" ( (binary_expression "(*(byte *)(param_4 + 0x2b) & 8) == 0" (parenthesized_expression "(*(byte *)(param_4 + 0x2b) & 8)" ( (binary_expression "*(byte *)(param_4 + 0x2b) & 8" (pointer_expression "*(byte *)(param_4 + 0x2b)" * (cast_expression "(byte *)(param_4 + 0x2b)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 0x2b)" ( (binary_expression "param_4 + 0x2b" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }" { (expression_statement "FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);" (call_expression "FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2)" identifier (argument_list "("../../gold/symtab.cc",0x980,"get_copy_source",param_2)" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""get_copy_source"" " string_content ") , identifier ))) ;) })) (expression_statement "uVar1 = *(uint *)(param_3 + 0x13c);" (assignment_expression "uVar1 = *(uint *)(param_3 + 0x13c)" identifier = (pointer_expression "*(uint *)(param_3 + 0x13c)" * (cast_expression "(uint *)(param_3 + 0x13c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x13c)" ( (binary_expression "param_3 + 0x13c" identifier + number_literal) ))))) ;) (expression_statement "piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];" (assignment_expression "piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1]" identifier = (cast_expression "(int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "(*(int **)(param_3 + 0x138))[param_4 % uVar1]" (parenthesized_expression "(*(int **)(param_3 + 0x138))" ( (pointer_expression "*(int **)(param_3 + 0x138)" * (cast_expression "(int **)(param_3 + 0x138)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x138)" ( (binary_expression "param_3 + 0x138" identifier + number_literal) )))) )) [ (binary_expression "param_4 % uVar1" identifier % identifier) ]))) ;) (expression_statement "piVar3 = *(int **)(param_3 + 0x138);" (assignment_expression "piVar3 = *(int **)(param_3 + 0x138)" identifier = (pointer_expression "*(int **)(param_3 + 0x138)" * (cast_expression "(int **)(param_3 + 0x138)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x138)" ( (binary_expression "param_3 + 0x138" identifier + number_literal) ))))) ;) (if_statement "if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }" if (parenthesized_expression "(piVar6 != (int *)0x0)" ( (binary_expression "piVar6 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }" { (expression_statement "uVar4 = ((int *)*piVar6)[1];" (assignment_expression "uVar4 = ((int *)*piVar6)[1]" identifier = (subscript_expression "((int *)*piVar6)[1]" (parenthesized_expression "((int *)*piVar6)" ( (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier)) )) [ number_literal ])) ;) (expression_statement "piVar2 = (int *)*piVar6;" (assignment_expression "piVar2 = (int *)*piVar6" identifier = (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier))) ;) (do_statement "do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);" do (compound_statement "{\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n }" { (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" identifier = identifier) ;) (if_statement "if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }" if (parenthesized_expression "(uVar4 == param_4)" ( (binary_expression "uVar4 == param_4" identifier == identifier) )) (compound_statement "{\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }" { (expression_statement "piVar3 = (int *)*piVar6;" (assignment_expression "piVar3 = (int *)*piVar6" identifier = (cast_expression "(int *)*piVar6" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar6" * identifier))) ;) (if_statement "if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }" if (parenthesized_expression "(piVar3 != (int *)0x0)" ( (binary_expression "piVar3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return piVar3[2];\n }" { (return_statement "return piVar3[2];" return (subscript_expression "piVar3[2]" identifier [ number_literal ]) ;) })) (break_statement "break;" break ;) })) (expression_statement "piVar2 = (int *)*piVar5;" (assignment_expression "piVar2 = (int *)*piVar5" identifier = (cast_expression "(int *)*piVar5" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar5" * identifier))) ;) (expression_statement "piVar3 = piVar2;" (assignment_expression "piVar3 = piVar2" identifier = identifier) ;) (if_statement "if (piVar2 == (int *)0x0) break;" if (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = piVar2[1];" (assignment_expression "uVar4 = piVar2[1]" identifier = (subscript_expression "piVar2[1]" identifier [ number_literal ])) ;) (expression_statement "piVar3 = (int *)(uVar4 / uVar1);" (assignment_expression "piVar3 = (int *)(uVar4 / uVar1)" identifier = (cast_expression "(int *)(uVar4 / uVar1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(uVar4 / uVar1)" ( (binary_expression "uVar4 / uVar1" identifier / identifier) )))) ;) (expression_statement "piVar6 = piVar5;" (assignment_expression "piVar6 = piVar5" identifier = identifier) ;) }) while (parenthesized_expression "(param_4 % uVar1 == uVar4 % uVar1)" ( (binary_expression "param_4 % uVar1 == uVar4 % uVar1" (binary_expression "param_4 % uVar1" identifier % identifier) == (binary_expression "uVar4 % uVar1" identifier % identifier)) )) ;) })) (expression_statement "FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);" (call_expression "FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3)" identifier (argument_list "("../../gold/symtab.cc",0x983,"get_copy_source",piVar3)" ( (string_literal ""../../gold/symtab.cc"" " string_content ") , number_literal , (string_literal ""get_copy_source"" " string_content ") , identifier ))) ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) [ (binary_expression IDENT % IDENT) ]))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (return_statement return (subscript_expression IDENT [ LIT ]) ;) })) (break_statement break ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT / IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression IDENT % IDENT) == (binary_expression IDENT % IDENT)) )) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
|
(function_definition "int __regparm2 FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)\n\n{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n \n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}" (primitive_type "int") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_00123120(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)" (identifier "FUN_00123120") (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) () ")"))) (compound_statement "{\n uint uVar1;\n int *piVar2;\n int *piVar3;\n uint uVar4;\n int *piVar5;\n int *piVar6;\n \n if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }\n uVar1 = *(uint *)(param_3 + 0x13c);\n piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];\n piVar3 = *(int **)(param_3 + 0x138);\n if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }\n \n FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "int *piVar5;" (primitive_type "int") (pointer_declarator "*piVar5" (* "*") (identifier "piVar5")) (; ";")) (declaration "int *piVar6;" (primitive_type "int") (pointer_declarator "*piVar6" (* "*") (identifier "piVar6")) (; ";")) (if_statement "if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }" (if "if") (parenthesized_expression "((*(byte *)(param_4 + 0x2b) & 8) == 0)" (( "(") (binary_expression "(*(byte *)(param_4 + 0x2b) & 8) == 0" (parenthesized_expression "(*(byte *)(param_4 + 0x2b) & 8)" (( "(") (binary_expression "*(byte *)(param_4 + 0x2b) & 8" (pointer_expression "*(byte *)(param_4 + 0x2b)" (* "*") (cast_expression "(byte *)(param_4 + 0x2b)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 0x2b)" (( "(") (binary_expression "param_4 + 0x2b" (identifier "param_4") (+ "+") (number_literal "0x2b")) () ")")))) (& "&") (number_literal "8")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);" (call_expression "FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/symtab.cc",0x980,"get_copy_source",param_2)" (( "(") (string_literal ""../../gold/symtab.cc"" (" """) (string_content "../../gold/symtab.cc") (" """)) (, ",") (number_literal "0x980") (, ",") (string_literal ""get_copy_source"" (" """) (string_content "get_copy_source") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar1 = *(uint *)(param_3 + 0x13c);" (assignment_expression "uVar1 = *(uint *)(param_3 + 0x13c)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_3 + 0x13c)" (* "*") (cast_expression "(uint *)(param_3 + 0x13c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x13c)" (( "(") (binary_expression "param_3 + 0x13c" (identifier "param_3") (+ "+") (number_literal "0x13c")) () ")"))))) (; ";")) (expression_statement "piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];" (assignment_expression "piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1]" (identifier "piVar6") (= "=") (cast_expression "(int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "(*(int **)(param_3 + 0x138))[param_4 % uVar1]" (parenthesized_expression "(*(int **)(param_3 + 0x138))" (( "(") (pointer_expression "*(int **)(param_3 + 0x138)" (* "*") (cast_expression "(int **)(param_3 + 0x138)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x138)" (( "(") (binary_expression "param_3 + 0x138" (identifier "param_3") (+ "+") (number_literal "0x138")) () ")")))) () ")")) ([ "[") (binary_expression "param_4 % uVar1" (identifier "param_4") (% "%") (identifier "uVar1")) (] "]")))) (; ";")) (expression_statement "piVar3 = *(int **)(param_3 + 0x138);" (assignment_expression "piVar3 = *(int **)(param_3 + 0x138)" (identifier "piVar3") (= "=") (pointer_expression "*(int **)(param_3 + 0x138)" (* "*") (cast_expression "(int **)(param_3 + 0x138)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x138)" (( "(") (binary_expression "param_3 + 0x138" (identifier "param_3") (+ "+") (number_literal "0x138")) () ")"))))) (; ";")) (if_statement "if (piVar6 != (int *)0x0) {\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }" (if "if") (parenthesized_expression "(piVar6 != (int *)0x0)" (( "(") (binary_expression "piVar6 != (int *)0x0" (identifier "piVar6") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar4 = ((int *)*piVar6)[1];\n piVar2 = (int *)*piVar6;\n do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);\n }" ({ "{") (expression_statement "uVar4 = ((int *)*piVar6)[1];" (assignment_expression "uVar4 = ((int *)*piVar6)[1]" (identifier "uVar4") (= "=") (subscript_expression "((int *)*piVar6)[1]" (parenthesized_expression "((int *)*piVar6)" (( "(") (cast_expression "(int *)*piVar6" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar6" (* "*") (identifier "piVar6"))) () ")")) ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "piVar2 = (int *)*piVar6;" (assignment_expression "piVar2 = (int *)*piVar6" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar6" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar6" (* "*") (identifier "piVar6")))) (; ";")) (do_statement "do {\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n } while (param_4 % uVar1 == uVar4 % uVar1);" (do "do") (compound_statement "{\n piVar5 = piVar2;\n if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }\n piVar2 = (int *)*piVar5;\n piVar3 = piVar2;\n if (piVar2 == (int *)0x0) break;\n uVar4 = piVar2[1];\n piVar3 = (int *)(uVar4 / uVar1);\n piVar6 = piVar5;\n }" ({ "{") (expression_statement "piVar5 = piVar2;" (assignment_expression "piVar5 = piVar2" (identifier "piVar5") (= "=") (identifier "piVar2")) (; ";")) (if_statement "if (uVar4 == param_4) {\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }" (if "if") (parenthesized_expression "(uVar4 == param_4)" (( "(") (binary_expression "uVar4 == param_4" (identifier "uVar4") (== "==") (identifier "param_4")) () ")")) (compound_statement "{\n piVar3 = (int *)*piVar6;\n if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }\n break;\n }" ({ "{") (expression_statement "piVar3 = (int *)*piVar6;" (assignment_expression "piVar3 = (int *)*piVar6" (identifier "piVar3") (= "=") (cast_expression "(int *)*piVar6" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar6" (* "*") (identifier "piVar6")))) (; ";")) (if_statement "if (piVar3 != (int *)0x0) {\n return piVar3[2];\n }" (if "if") (parenthesized_expression "(piVar3 != (int *)0x0)" (( "(") (binary_expression "piVar3 != (int *)0x0" (identifier "piVar3") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n return piVar3[2];\n }" ({ "{") (return_statement "return piVar3[2];" (return "return") (subscript_expression "piVar3[2]" (identifier "piVar3") ([ "[") (number_literal "2") (] "]")) (; ";")) (} "}"))) (break_statement "break;" (break "break") (; ";")) (} "}"))) (expression_statement "piVar2 = (int *)*piVar5;" (assignment_expression "piVar2 = (int *)*piVar5" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar5" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar5" (* "*") (identifier "piVar5")))) (; ";")) (expression_statement "piVar3 = piVar2;" (assignment_expression "piVar3 = piVar2" (identifier "piVar3") (= "=") (identifier "piVar2")) (; ";")) (if_statement "if (piVar2 == (int *)0x0) break;" (if "if") (parenthesized_expression "(piVar2 == (int *)0x0)" (( "(") (binary_expression "piVar2 == (int *)0x0" (identifier "piVar2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar4 = piVar2[1];" (assignment_expression "uVar4 = piVar2[1]" (identifier "uVar4") (= "=") (subscript_expression "piVar2[1]" (identifier "piVar2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "piVar3 = (int *)(uVar4 / uVar1);" (assignment_expression "piVar3 = (int *)(uVar4 / uVar1)" (identifier "piVar3") (= "=") (cast_expression "(int *)(uVar4 / uVar1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(uVar4 / uVar1)" (( "(") (binary_expression "uVar4 / uVar1" (identifier "uVar4") (/ "/") (identifier "uVar1")) () ")")))) (; ";")) (expression_statement "piVar6 = piVar5;" (assignment_expression "piVar6 = piVar5" (identifier "piVar6") (= "=") (identifier "piVar5")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_4 % uVar1 == uVar4 % uVar1)" (( "(") (binary_expression "param_4 % uVar1 == uVar4 % uVar1" (binary_expression "param_4 % uVar1" (identifier "param_4") (% "%") (identifier "uVar1")) (== "==") (binary_expression "uVar4 % uVar1" (identifier "uVar4") (% "%") (identifier "uVar1"))) () ")")) (; ";")) (} "}"))) (expression_statement "FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);" (call_expression "FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3)" (identifier "FUN_0005f0b0") (argument_list "("../../gold/symtab.cc",0x983,"get_copy_source",piVar3)" (( "(") (string_literal ""../../gold/symtab.cc"" (" """) (string_content "../../gold/symtab.cc") (" """)) (, ",") (number_literal "0x983") (, ",") (string_literal ""get_copy_source"" (" """) (string_content "get_copy_source") (" """)) (, ",") (identifier "piVar3") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: Dynobj * get_copy_source(Symbol_table * this, Symbol * sym) */
type_5 * __thiscall gold::Symbol_table::get_copy_source(Symbol_table *this,type_3 *var_5)
{
type_1 var_2;
type_2 *var_6;
type_1 var_7;
type_3 *var_4;
type_4 p_Var5;
type_4 var_3;
if ((var_5->field_0x2b & 8) == 0) {
/* WARNING: Subroutine does not return */
var_1("../../gold/symtab.cc",0x980,"get_copy_source");
}
var_2 = (this->copied_symbol_dynobjs_)._M_h._M_bucket_count;
var_7 = (type_1)var_5 % var_2;
var_3 = (this->copied_symbol_dynobjs_)._M_h._M_buckets[var_7];
if (var_3 != (type_4)0x0) {
var_4 = (type_3 *)var_3->_M_nxt[1]._M_nxt;
var_6 = var_3->_M_nxt;
do {
p_Var5 = var_6;
if (var_4 == var_5) {
if (var_3->_M_nxt != (type_2 *)0x0) {
return (type_5 *)var_3->_M_nxt[2]._M_nxt;
}
break;
}
var_6 = p_Var5->_M_nxt;
if (var_6 == (type_2 *)0x0) break;
var_4 = (type_3 *)var_6[1]._M_nxt;
var_3 = p_Var5;
} while (var_7 == (type_1)var_4 % var_2);
}
/* WARNING: Subroutine does not return */
var_1("../../gold/symtab.cc",0x983,"get_copy_source");
}
| 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)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) index: (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (return_statement (subscript_expression argument: (identifier) index: (number_literal))))) (break_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
int __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3,uint param_4)
{
uint uVar1;
int *piVar2;
int *piVar3;
uint uVar4;
int *piVar5;
int *piVar6;
if ((*(byte *)(param_4 + 0x2b) & 8) == 0) {
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/symtab.cc",0x980,"get_copy_source",param_2);
}
uVar1 = *(uint *)(param_3 + 0x13c);
piVar6 = (int *)(*(int **)(param_3 + 0x138))[param_4 % uVar1];
piVar3 = *(int **)(param_3 + 0x138);
if (piVar6 != (int *)0x0) {
uVar4 = ((int *)*piVar6)[1];
piVar2 = (int *)*piVar6;
do {
piVar5 = piVar2;
if (uVar4 == param_4) {
piVar3 = (int *)*piVar6;
if (piVar3 != (int *)0x0) {
return piVar3[2];
}
break;
}
piVar2 = (int *)*piVar5;
piVar3 = piVar2;
if (piVar2 == (int *)0x0) break;
uVar4 = piVar2[1];
piVar3 = (int *)(uVar4 / uVar1);
piVar6 = piVar5;
} while (param_4 % uVar1 == uVar4 % uVar1);
}
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/symtab.cc",0x983,"get_copy_source",piVar3);
}
|
917_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
|
bfd_make_section_old_way
|
bfd_make_section_old_way
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_make_section_old_way(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_make_section_old_way(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207824314')]
|
[('const-1', u'RETURN_-1207824314')]
| null | null |
001d103c
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_make_section_old_way(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_make_section_old_way(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_section_old_way(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_make_section_old_way(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_make_section_old_way(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_section_old_way(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void bfd_make_section_old_way(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_make_section_old_way(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_section_old_way(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void bfd_make_section_old_way(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_make_section_old_way(void)" (identifier "bfd_make_section_old_way") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* 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();
}
|
8959_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
moneypunct_byname
|
FUN_0025b700
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::moneypunct_byname<char, true>::moneypunct_byname(std::string const&, unsigned int) */
void __thiscall
std::moneypunct_byname<char,true>::moneypunct_byname
(moneypunct_byname<char,true> *this,string *param_1,uint param_2)
{
byte *pbVar1;
int iVar2;
byte *pbVar3;
byte *pbVar4;
bool bVar5;
bool bVar6;
bool bVar7;
byte bVar8;
__locale_struct *local_20 [4];
bVar8 = 0;
pbVar1 = *(byte **)param_1;
*(undefined4 *)(this + 8) = 0;
*(uint *)(this + 4) = (uint)(param_2 != 0);
*(undefined ***)this = &PTR__moneypunct_004114a4;
/* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */
moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);
iVar2 = 2;
bVar5 = false;
bVar7 = false;
*(undefined ***)this = &PTR__moneypunct_byname_004115b4;
pbVar3 = pbVar1;
pbVar4 = (byte *)0x30b3d9;
do {
if (iVar2 == 0) break;
iVar2 = iVar2 + -1;
bVar5 = *pbVar3 < *pbVar4;
bVar7 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;
pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;
} while (bVar7);
bVar6 = false;
bVar5 = (!bVar5 && !bVar7) == bVar5;
if (!bVar5) {
iVar2 = 6;
pbVar3 = pbVar1;
pbVar4 = (byte *)"POSIX";
do {
if (iVar2 == 0) break;
iVar2 = iVar2 + -1;
bVar6 = *pbVar3 < *pbVar4;
bVar5 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;
pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;
} while (bVar5);
if ((!bVar6 && !bVar5) != bVar6) {
/* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */
locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);
moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);
locale::facet::_S_destroy_c_locale(local_20);
return;
}
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)
{
byte *pbVar1;
int iVar2;
byte *pbVar3;
byte *pbVar4;
bool bVar5;
bool bVar6;
bool bVar7;
byte bVar8;
undefined4 local_20 [4];
bVar8 = 0;
pbVar1 = (byte *)*param_2;
param_1[2] = 0;
param_1[1] = (uint)(param_3 != 0);
*param_1 = &PTR_FUN_004114a4;
/* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */
FUN_002949e0(param_1,0,0);
iVar2 = 2;
bVar5 = false;
bVar7 = false;
*param_1 = &PTR_FUN_004115b4;
pbVar3 = pbVar1;
pbVar4 = (byte *)0x30b3d9;
do {
if (iVar2 == 0) break;
iVar2 = iVar2 + -1;
bVar5 = *pbVar3 < *pbVar4;
bVar7 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;
pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;
} while (bVar7);
bVar6 = false;
bVar5 = (!bVar5 && !bVar7) == bVar5;
if (!bVar5) {
iVar2 = 6;
pbVar3 = pbVar1;
pbVar4 = (byte *)"POSIX";
do {
if (iVar2 == 0) break;
iVar2 = iVar2 + -1;
bVar6 = *pbVar3 < *pbVar4;
bVar5 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;
pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;
} while (bVar5);
if ((!bVar6 && !bVar5) != bVar6) {
/* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */
FUN_002906a0(local_20,pbVar1,0);
FUN_002949e0(param_1,local_20[0],0);
FUN_002906e0(local_20);
return;
}
}
return;
}
|
CALL 0x0003a345
ADD EDX,0x1b88fb
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,EDX
SUB ESP,0x30
MOV EAX,dword ptr [EBP + 0xc]
MOV ECX,dword ptr [EBP + 0x10]
MOV dword ptr [EBP + -0x2c],EDX
MOV EBX,dword ptr [EBP + 0x8]
MOV ESI,dword ptr [EAX]
XOR EAX,EAX
TEST ECX,ECX
SETNZ AL
MOV dword ptr [EBX + 0x8],0x0
MOV dword ptr [EBX + 0x4],EAX
LEA EAX,[EDX + 0xffffd49c]
MOV dword ptr [EBP + -0x30],ESI
ADD EAX,0x8
MOV dword ptr [EBX],EAX
PUSH 0x0
PUSH 0x0
PUSH EBX
MOV EBX,EDX
CALL 0x002949e0
LEA EAX,[EDI + 0xffffd5ac]
MOV EBX,dword ptr [EBP + 0x8]
MOV ECX,0x2
ADD ESP,0x10
LEA EDI,[EDI + 0xffef73d9]
ADD EAX,0x8
MOV dword ptr [EBX],EAX
CMPSB.REPE ES:EDI,ESI
SETA AL
SBB AL,0x0
TEST AL,AL
JZ 0x0025b792
MOV EAX,dword ptr [EBP + -0x2c]
MOV ESI,dword ptr [EBP + -0x30]
MOV ECX,0x6
LEA EDI,[EAX + 0xfff02007]
CMPSB.REPE ES:EDI,ESI
SETA AL
SBB AL,0x0
TEST AL,AL
JNZ 0x0025b7a0
LEA ESP,[EBP + -0xc]
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0x4
LEA ESI,[EBP + -0x1c]
MOV EDI,dword ptr [EBP + -0x2c]
PUSH 0x0
PUSH dword ptr [EBP + -0x30]
MOV EBX,EDI
PUSH ESI
CALL 0x002906a0
ADD ESP,0xc
PUSH 0x0
PUSH dword ptr [EBP + -0x1c]
PUSH dword ptr [EBP + 0x8]
CALL 0x002949e0
MOV dword ptr [ESP],ESI
CALL 0x002906e0
ADD ESP,0x10
LEA ESP,[EBP + -0xc]
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[(u'MULTIEQUAL_-1204110847', u'MULTIEQUAL_-1204110844'), (u'INT_NOTEQUAL_-1204111217', u'CBRANCH_-1204111216'), (u'MULTIEQUAL_-1204110900', u'PTRADD_-1204111305'), ('const-4294967294', u'INT_MULT_-1204110862'), (u'BOOL_NEGATE_-1204110852', u'BOOL_AND_-1204111308'), ('tmp_991', u'PTRADD_-1204111429'), ('const-0', u'COPY_-1204111388'), (u'INT_ZEXT_-1204111263', u'INT_MULT_-1204110824'), (u'PTRSUB_-1204110727', u'STORE_-1204111458'), ('const-1', u'PTRADD_-1204111208'), (u'PTRADD_-1204111305', u'COPY_-1204110736'), ('const-417', u'LOAD_-1204111360'), (u'BOOL_NEGATE_-1204110813', u'BOOL_AND_-1204111216'), ('tmp_991', u'CAST_-1204110669'), (u'MULTIEQUAL_-1204110889', u'INT_EQUAL_-1204111274'), (u'INT_MULT_-1204110824', u'INT_ADD_-1204110700'), (u'INT_EQUAL_-1204111366', u'CBRANCH_-1204111371'), (u'INT_MULT_-1204110862', u'INT_ADD_-1204110730'), ('const-4294967295', u'INT_ADD_-1204111264'), ('const-4294967264', u'PTRSUB_-1204110623'), (u'CAST_-1204110595', u'CALL_-1204111131'), (u'PTRADD_-1204111208', u'COPY_-1204110714'), (u'COPY_-1204110743', u'MULTIEQUAL_-1204110905'), ('const-1', u'INT_ADD_-1204110700'), (u'INT_NOTEQUAL_-1204111504', u'INT_ZEXT_-1204111045'), ('const-4294967294', u'INT_MULT_-1204110823'), (u'MULTIEQUAL_-1204110862', u'INT_NOTEQUAL_-1204111217'), (u'MULTIEQUAL_-1204110888', u'BOOL_NEGATE_-1204110852'), ('const-417', u'LOAD_-1204111268'), (u'INT_ADD_-1204111264', u'MULTIEQUAL_-1204110889'), ('const-3191769', u'COPY_-1204111400'), ('const-1', u'PTRADD_-1204111213'), (u'CAST_-1204110577', u'CALL_-1204111090'), ('const-0', u'PTRSUB_-1204110727'), (u'MULTIEQUAL_-1204110862', u'BOOL_NEGATE_-1204110814'), (u'PTRADD_-1204111439', u'CAST_-1204110735'), (u'CALL_-1204111432', u'INDIRECT_-1204110894'), (u'LOAD_-1204111360', u'INT_LESS_-1204111345'), (u'LOAD_-1204111360', u'INT_EQUAL_-1204111345'), (u'LOAD_-1204111533', u'COPY_-1204110721'), ('tmp_991', u'PTRADD_-1204111439'), (u'INT_ADD_-1204110700', u'PTRADD_-1204111213'), (u'INT_MULT_-1204110861', u'INT_ADD_-1204110729'), (u'MULTIEQUAL_-1204110875', u'PTRADD_-1204111213'), (u'LOAD_-1204111533', u'CAST_-1204110595'), ('const-417', u'STORE_-1204111377'), ('const-4', u'PTRADD_-1204111429'), (u'COPY_-1204110717', u'MULTIEQUAL_-1204110875'), (u'PTRSUB_-1204110686', u'STORE_-1204111377'), (u'INDIRECT_-1204110661', u'CAST_-1204110577'), ('const-0', u'COPY_-1204111392'), ('tmp_502', u'CBRANCH_-1204111309'), ('const-3235847', u'COPY_-1204111292'), (u'INT_EQUAL_-1204111310', u'MULTIEQUAL_-1204110847'), (u'INDIRECT_-1204110894', u'INT_ZEXT_-1204111258'), (u'MULTIEQUAL_-1204110905', u'LOAD_-1204111360'), (u'MULTIEQUAL_-1204110889', u'INT_ADD_-1204111264'), ('const-0', u'STORE_-1204111499'), (u'MULTIEQUAL_-1204110905', u'PTRADD_-1204111300'), (u'PTRADD_-1204111300', u'COPY_-1204110740'), (u'INT_EQUAL_-1204111253', u'CBRANCH_-1204111254'), (u'CAST_-1204110745', u'LOAD_-1204111533'), (u'COPY_-1204110710', u'MULTIEQUAL_-1204110875'), (u'INT_LESS_-1204111253', u'MULTIEQUAL_-1204110862'), (u'INT_ZEXT_-1204111350', u'INT_MULT_-1204110861'), (u'COPY_-1204111418', u'MULTIEQUAL_-1204110914'), (u'BOOL_NEGATE_-1204110707', u'CBRANCH_-1204111309'), ('const-8', u'PTRADD_-1204111439'), (u'MULTIEQUAL_-1204110880', u'LOAD_-1204111268'), ('const-0', u'INT_EQUAL_-1204111274'), (u'INT_ZEXT_-1204111045', u'STORE_-1204111489'), ('const-417', u'STORE_-1204111499'), (u'INT_ADD_-1204110729', u'PTRADD_-1204111300'), (u'MULTIEQUAL_-1204110844', u'BOOL_NEGATE_-1204110813'), (u'BOOL_NEGATE_-1204110814', u'BOOL_AND_-1204111216'), ('const-1', u'INT_ADD_-1204110699'), (u'BOOL_AND_-1204111308', u'INT_EQUAL_-1204111310'), ('tmp_675', u'CBRANCH_-1204111216'), (u'CAST_-1204110701', u'CALL_-1204111432'), (u'INT_ADD_-1204111356', u'MULTIEQUAL_-1204110914'), (u'COPY_-1204111292', u'CAST_-1204110644'), (u'COPY_-1204110736', u'MULTIEQUAL_-1204110900'), (u'PTRADD_-1204111213', u'COPY_-1204110710'), (u'PTRSUB_-1204110623', u'CALL_-1204111077'), (u'COPY_-1204111392', u'MULTIEQUAL_-1204110891'), (u'CAST_-1204110669', u'STORE_-1204111377'), (u'LOAD_-1204111533', u'COPY_-1204110743'), (u'INT_LESS_-1204111345', u'MULTIEQUAL_-1204110891'), (u'COPY_-1204110740', u'MULTIEQUAL_-1204110905'), ('const-0', u'PTRSUB_-1204110686'), (u'LOAD_-1204111270', u'INT_LESS_-1204111253'), (u'LOAD_-1204111270', u'INT_EQUAL_-1204111253'), ('const-417', u'LOAD_-1204111533'), ('const-4294967295', u'INT_ADD_-1204111356'), ('tmp_597', u'CBRANCH_-1204111254'), (u'INT_EQUAL_-1204111345', u'MULTIEQUAL_-1204110870'), (u'CAST_-1204110711', u'STORE_-1204111458'), (u'MULTIEQUAL_-1204110900', u'LOAD_-1204111362'), ('tmp_992', u'CAST_-1204110745'), (u'COPY_-1204111324', u'MULTIEQUAL_-1204110865'), (u'INT_ZEXT_-1204111258', u'INT_MULT_-1204110823'), ('const-0', u'CALL_-1204111432'), ('const-4294967294', u'INT_MULT_-1204110861'), (u'BOOL_NEGATE_-1204110851', u'BOOL_AND_-1204111308'), ('const-4265396', u'PTRSUB_-1204110686'), (u'INT_ADD_-1204110730', u'PTRADD_-1204111305'), (u'MULTIEQUAL_-1204110865', u'MULTIEQUAL_-1204110862'), (u'INT_EQUAL_-1204111253', u'MULTIEQUAL_-1204110847'), ('tmp_530', u'CBRANCH_-1204111279'), (u'CALL_-1204111131', u'INDIRECT_-1204110661'), ('const-1', u'PTRADD_-1204111439'), (u'MULTIEQUAL_-1204110891', u'MULTIEQUAL_-1204110888'), ('const-417', u'STORE_-1204111458'), (u'CAST_-1204110727', u'STORE_-1204111489'), (u'INT_ZEXT_-1204111355', u'INT_MULT_-1204110862'), ('const-0', u'COPY_-1204111324'), ('const-0', u'INT_EQUAL_-1204111366'), ('tmp_359', u'CBRANCH_-1204111371'), ('const-0', u'RETURN_-1204111181'), (u'INT_EQUAL_-1204111345', u'MULTIEQUAL_-1204110873'), ('const-6', u'COPY_-1204111298'), ('tmp_991', u'CAST_-1204110711'), (u'LOAD_-1204111268', u'INT_LESS_-1204111253'), (u'LOAD_-1204111268', u'INT_EQUAL_-1204111253'), ('tmp_991', u'CAST_-1204110701'), (u'MULTIEQUAL_-1204110914', u'INT_EQUAL_-1204111366'), ('const-4294967294', u'INT_MULT_-1204110824'), ('tmp_426', u'CBRANCH_-1204111346'), (u'BOOL_AND_-1204111216', u'INT_NOTEQUAL_-1204111217'), (u'INDIRECT_-1204110894', u'INT_ZEXT_-1204111350'), ('const-417', u'LOAD_-1204111362'), ('const-0', u'INT_NOTEQUAL_-1204111504'), (u'COPY_-1204111388', u'MULTIEQUAL_-1204110873'), (u'INT_MULT_-1204110823', u'INT_ADD_-1204110699'), (u'COPY_-1204111298', u'MULTIEQUAL_-1204110889'), ('const-4265124', u'PTRSUB_-1204110727'), (u'INT_EQUAL_-1204111345', u'CBRANCH_-1204111346'), ('const-1', u'INT_ADD_-1204110730'), ('const-1', u'PTRADD_-1204111429'), ('const-0', u'RETURN_-1204111029'), ('tmp_991', u'CAST_-1204110578'), ('tmp_993', u'INT_NOTEQUAL_-1204111504'), ('const-1', u'INT_ADD_-1204110729'), (u'INT_LESS_-1204111253', u'MULTIEQUAL_-1204110865'), ('const-0', u'COPY_-1204111251'), ('const-1', u'PTRADD_-1204111305'), (u'INT_LESS_-1204111345', u'MULTIEQUAL_-1204110888'), (u'LOAD_-1204111362', u'INT_LESS_-1204111345'), (u'LOAD_-1204111362', u'INT_EQUAL_-1204111345'), ('const-2', u'COPY_-1204111418'), (u'MULTIEQUAL_-1204110914', u'INT_ADD_-1204111356'), (u'COPY_-1204110739', u'MULTIEQUAL_-1204110900'), (u'COPY_-1204111400', u'COPY_-1204110739'), (u'INT_EQUAL_-1204111253', u'MULTIEQUAL_-1204110844'), (u'COPY_-1204110714', u'MULTIEQUAL_-1204110880'), (u'PTRADD_-1204111429', u'CAST_-1204110727'), (u'CAST_-1204110578', u'CALL_-1204111090'), (u'COPY_-1204110721', u'MULTIEQUAL_-1204110880'), ('const-417', u'STORE_-1204111489'), (u'INT_EQUAL_-1204111274', u'CBRANCH_-1204111279'), (u'INDIRECT_-1204110894', u'INT_ZEXT_-1204111355'), (u'INT_EQUAL_-1204111310', u'BOOL_NEGATE_-1204110707'), (u'INT_ADD_-1204110699', u'PTRADD_-1204111208'), ('tmp_1651', u'PTRSUB_-1204110623'), ('const-0', u'CALL_-1204111131'), (u'CAST_-1204110644', u'COPY_-1204110717'), (u'MULTIEQUAL_-1204110873', u'MULTIEQUAL_-1204110870'), (u'CAST_-1204110735', u'STORE_-1204111499'), ('const-1', u'PTRADD_-1204111300'), ('const-417', u'LOAD_-1204111270'), (u'MULTIEQUAL_-1204110888', u'INT_EQUAL_-1204111310'), (u'MULTIEQUAL_-1204110875', u'LOAD_-1204111270'), (u'INDIRECT_-1204110894', u'INT_ZEXT_-1204111263'), (u'PTRSUB_-1204110623', u'CALL_-1204111131'), (u'MULTIEQUAL_-1204110870', u'BOOL_NEGATE_-1204110851'), (u'CALL_-1204111432', u'INDIRECT_-1204110765'), (u'MULTIEQUAL_-1204110880', u'PTRADD_-1204111208')]
|
[('const-0', u'COPY_-1204111392'), (u'INDIRECT_-1204110902', u'INT_ZEXT_-1204111263'), (u'CAST_-1204110751', u'COPY_-1204110727'), ('const-417', u'LOAD_-1204111270'), (u'INT_MULT_-1204110832', u'INT_ADD_-1204110706'), (u'INT_NOTEQUAL_-1204111217', u'CBRANCH_-1204111216'), (u'INT_ADD_-1204110735', u'PTRADD_-1204111300'), ('tmp_2273', u'CALL_-1204111432'), ('const-417', u'LOAD_-1204111362'), (u'MULTIEQUAL_-1204110922', u'INT_EQUAL_-1204111366'), (u'PTRADD_-1204111213', u'COPY_-1204110716'), (u'COPY_-1204110727', u'MULTIEQUAL_-1204110888'), (u'MULTIEQUAL_-1204110908', u'LOAD_-1204111362'), ('const-0', u'CALL_-1204111090'), (u'COPY_-1204110742', u'MULTIEQUAL_-1204110908'), ('const-1', u'PTRADD_-1204111213'), (u'COPY_-1204110723', u'MULTIEQUAL_-1204110883'), (u'INT_ADD_-1204111264', u'MULTIEQUAL_-1204110897'), ('const-417', u'LOAD_-1204111360'), (u'INT_EQUAL_-1204111366', u'CBRANCH_-1204111371'), (u'COPY_-1204110745', u'MULTIEQUAL_-1204110908'), (u'CAST_-1204110655', u'COPY_-1204110723'), (u'COPY_-1204111400', u'COPY_-1204110745'), ('const-4294967264', u'PTRSUB_-1204110629'), (u'INT_ZEXT_-1204111053', u'STORE_-1204111489'), (u'BOOL_NEGATE_-1204110715', u'CBRANCH_-1204111309'), (u'INT_ZEXT_-1204111258', u'INT_MULT_-1204110831'), (u'INT_LESS_-1204111345', u'MULTIEQUAL_-1204110899'), ('const-4294967295', u'INT_ADD_-1204111264'), ('tmp_2273', u'CALL_-1204111090'), (u'PTRADD_-1204111208', u'COPY_-1204110720'), (u'MULTIEQUAL_-1204110870', u'BOOL_NEGATE_-1204110822'), (u'MULTIEQUAL_-1204110913', u'PTRADD_-1204111300'), ('const-4', u'PTRADD_-1204110756'), (u'MULTIEQUAL_-1204110852', u'BOOL_NEGATE_-1204110821'), (u'BOOL_NEGATE_-1204110859', u'BOOL_AND_-1204111308'), ('const-4', u'PTRADD_-1204110748'), (u'INDIRECT_-1204110902', u'INT_ZEXT_-1204111355'), (u'LOAD_-1204111360', u'INT_LESS_-1204111345'), (u'LOAD_-1204111360', u'INT_EQUAL_-1204111345'), ('const-417', u'LOAD_-1204111268'), ('const-4265396', u'PTRSUB_-1204110694'), (u'COPY_-1204111418', u'MULTIEQUAL_-1204110922'), (u'MULTIEQUAL_-1204110913', u'LOAD_-1204111360'), ('const-1', u'INT_ADD_-1204110705'), ('const-0', u'STORE_-1204111499'), (u'COPY_-1204110746', u'MULTIEQUAL_-1204110913'), (u'MULTIEQUAL_-1204110896', u'BOOL_NEGATE_-1204110860'), ('tmp_502', u'CBRANCH_-1204111309'), ('const-0', u'CALL_-1204111432'), (u'PTRADD_-1204111300', u'COPY_-1204110746'), (u'CALL_-1204111432', u'INDIRECT_-1204110773'), (u'LOAD_-1204111533', u'CAST_-1204110751'), ('const-4294967294', u'INT_MULT_-1204110831'), ('const-1', u'PTRADD_-1204111208'), ('const-3191769', u'COPY_-1204111400'), ('const-0', u'COPY_-1204111388'), (u'INT_EQUAL_-1204111253', u'CBRANCH_-1204111254'), (u'BOOL_NEGATE_-1204110821', u'BOOL_AND_-1204111216'), (u'INT_EQUAL_-1204111345', u'MULTIEQUAL_-1204110878'), ('const-4294967294', u'INT_MULT_-1204110869'), (u'CALL_-1204111432', u'INDIRECT_-1204110902'), (u'INT_ZEXT_-1204111355', u'INT_MULT_-1204110870'), ('const-0', u'INT_EQUAL_-1204111274'), (u'INT_ADD_-1204111356', u'MULTIEQUAL_-1204110922'), (u'MULTIEQUAL_-1204110897', u'INT_ADD_-1204111264'), (u'INT_MULT_-1204110831', u'INT_ADD_-1204110705'), ('const-1', u'PTRADD_-1204110748'), (u'COPY_-1204111298', u'MULTIEQUAL_-1204110897'), (u'BOOL_AND_-1204111308', u'INT_EQUAL_-1204111310'), ('tmp_675', u'CBRANCH_-1204111216'), (u'MULTIEQUAL_-1204110899', u'MULTIEQUAL_-1204110896'), (u'MULTIEQUAL_-1204110896', u'INT_EQUAL_-1204111310'), (u'INT_ADD_-1204110736', u'PTRADD_-1204111305'), (u'INDIRECT_-1204110669', u'CALL_-1204111090'), (u'INT_LESS_-1204111253', u'MULTIEQUAL_-1204110873'), (u'PTRSUB_-1204110735', u'STORE_-1204111458'), (u'INT_NOTEQUAL_-1204111504', u'INT_ZEXT_-1204111053'), (u'PTRADD_-1204111305', u'COPY_-1204110742'), ('const-417', u'STORE_-1204111499'), (u'MULTIEQUAL_-1204110922', u'INT_ADD_-1204111356'), (u'INDIRECT_-1204110902', u'INT_ZEXT_-1204111350'), ('const-1', u'INT_ADD_-1204110736'), (u'PTRSUB_-1204110629', u'CALL_-1204111131'), (u'INT_LESS_-1204111345', u'MULTIEQUAL_-1204110896'), (u'MULTIEQUAL_-1204110888', u'LOAD_-1204111268'), (u'MULTIEQUAL_-1204110878', u'BOOL_NEGATE_-1204110859'), (u'INT_EQUAL_-1204111253', u'MULTIEQUAL_-1204110855'), ('tmp_2271', u'LOAD_-1204111533'), (u'COPY_-1204111392', u'MULTIEQUAL_-1204110899'), ('const-3235847', u'COPY_-1204111292'), (u'LOAD_-1204111270', u'INT_LESS_-1204111253'), (u'LOAD_-1204111270', u'INT_EQUAL_-1204111253'), (u'INT_EQUAL_-1204111345', u'MULTIEQUAL_-1204110881'), ('tmp_597', u'CBRANCH_-1204111254'), (u'INT_ZEXT_-1204111350', u'INT_MULT_-1204110869'), (u'INT_MULT_-1204110870', u'INT_ADD_-1204110736'), ('const-1', u'INT_ADD_-1204110706'), (u'MULTIEQUAL_-1204110908', u'PTRADD_-1204111305'), (u'MULTIEQUAL_-1204110883', u'PTRADD_-1204111213'), (u'MULTIEQUAL_-1204110870', u'INT_NOTEQUAL_-1204111217'), ('const-4294967294', u'INT_MULT_-1204110870'), ('tmp_2273', u'STORE_-1204111377'), ('const-4265124', u'PTRSUB_-1204110735'), ('const-1', u'INT_ADD_-1204110735'), ('const-4294967295', u'INT_ADD_-1204111356'), (u'INT_MULT_-1204110869', u'INT_ADD_-1204110735'), ('const-2', u'PTRADD_-1204110756'), ('tmp_530', u'CBRANCH_-1204111279'), ('const-0', u'CALL_-1204111131'), (u'INT_ADD_-1204110706', u'PTRADD_-1204111213'), ('const-417', u'STORE_-1204111458'), (u'COPY_-1204111388', u'MULTIEQUAL_-1204110881'), ('const-0', u'COPY_-1204111324'), ('const-0', u'INT_EQUAL_-1204111366'), ('tmp_359', u'CBRANCH_-1204111371'), (u'COPY_-1204110749', u'MULTIEQUAL_-1204110913'), ('const-0', u'RETURN_-1204111181'), ('const-6', u'COPY_-1204111298'), ('const-417', u'STORE_-1204111489'), ('const-0', u'PTRSUB_-1204110735'), (u'LOAD_-1204111268', u'INT_LESS_-1204111253'), (u'LOAD_-1204111268', u'INT_EQUAL_-1204111253'), ('tmp_1628', u'PTRSUB_-1204110629'), (u'PTRADD_-1204110748', u'STORE_-1204111489'), (u'CAST_-1204110751', u'CALL_-1204111131'), ('tmp_426', u'CBRANCH_-1204111346'), (u'BOOL_AND_-1204111216', u'INT_NOTEQUAL_-1204111217'), ('const-0', u'INT_NOTEQUAL_-1204111504'), (u'INT_ZEXT_-1204111263', u'INT_MULT_-1204110832'), ('const-0', u'PTRSUB_-1204110694'), (u'CAST_-1204110751', u'COPY_-1204110749'), (u'BOOL_NEGATE_-1204110822', u'BOOL_AND_-1204111216'), (u'PTRADD_-1204110756', u'STORE_-1204111499'), (u'INT_EQUAL_-1204111345', u'CBRANCH_-1204111346'), (u'MULTIEQUAL_-1204110855', u'MULTIEQUAL_-1204110852'), (u'COPY_-1204110720', u'MULTIEQUAL_-1204110888'), (u'COPY_-1204110716', u'MULTIEQUAL_-1204110883'), (u'COPY_-1204111324', u'MULTIEQUAL_-1204110873'), ('const-0', u'RETURN_-1204111029'), (u'INT_EQUAL_-1204111310', u'BOOL_NEGATE_-1204110715'), ('const-0', u'COPY_-1204111251'), ('const-0', u'CALL_-1204111432'), (u'INT_LESS_-1204111253', u'MULTIEQUAL_-1204110870'), (u'LOAD_-1204111362', u'INT_LESS_-1204111345'), (u'LOAD_-1204111362', u'INT_EQUAL_-1204111345'), ('const-2', u'COPY_-1204111418'), (u'MULTIEQUAL_-1204110881', u'MULTIEQUAL_-1204110878'), (u'MULTIEQUAL_-1204110897', u'INT_EQUAL_-1204111274'), ('const-1', u'PTRADD_-1204111305'), (u'PTRSUB_-1204110694', u'STORE_-1204111377'), ('tmp_2272', u'INT_NOTEQUAL_-1204111504'), ('const-417', u'LOAD_-1204111533'), (u'INT_EQUAL_-1204111274', u'CBRANCH_-1204111279'), ('tmp_2273', u'PTRADD_-1204110756'), ('const-1', u'PTRADD_-1204111300'), (u'INDIRECT_-1204110902', u'INT_ZEXT_-1204111258'), (u'COPY_-1204111292', u'CAST_-1204110655'), (u'MULTIEQUAL_-1204110883', u'LOAD_-1204111270'), ('const-4294967294', u'INT_MULT_-1204110832'), (u'MULTIEQUAL_-1204110873', u'MULTIEQUAL_-1204110870'), (u'PTRSUB_-1204110629', u'CALL_-1204111077'), ('tmp_2273', u'STORE_-1204111458'), (u'MULTIEQUAL_-1204110888', u'PTRADD_-1204111208'), (u'INT_EQUAL_-1204111253', u'MULTIEQUAL_-1204110852'), ('tmp_2273', u'PTRADD_-1204110748'), ('const-417', u'STORE_-1204111377'), (u'BOOL_NEGATE_-1204110860', u'BOOL_AND_-1204111308'), (u'INT_EQUAL_-1204111310', u'MULTIEQUAL_-1204110855'), (u'CALL_-1204111131', u'INDIRECT_-1204110669'), (u'INT_ADD_-1204110705', u'PTRADD_-1204111208')]
| null | null |
0025b700
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n /* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */\n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}\n\n" comment (function_definition "void FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n /* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */\n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2,int param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n /* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */\n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "undefined4 local_20 [4];" type_identifier (array_declarator "local_20 [4]" identifier [ number_literal ]) ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "pbVar1 = (byte *)*param_2;" (assignment_expression "pbVar1 = (byte *)*param_2" identifier = (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[1] = (uint)(param_3 != 0);" (assignment_expression "param_1[1] = (uint)(param_3 != 0)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_004114a4;" (assignment_expression "*param_1 = &PTR_FUN_004114a4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004114a4" & identifier)) ;) comment (expression_statement "FUN_002949e0(param_1,0,0);" (call_expression "FUN_002949e0(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "iVar2 = 2;" (assignment_expression "iVar2 = 2" identifier = number_literal) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_004115b4;" (assignment_expression "*param_1 = &PTR_FUN_004115b4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004115b4" & identifier)) ;) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)0x30b3d9;" (assignment_expression "pbVar4 = (byte *)0x30b3d9" identifier = (cast_expression "(byte *)0x30b3d9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);" do (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" { (if_statement "if (iVar2 == 0) break;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar3 < *pbVar4;" (assignment_expression "bVar5 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar7 = *pbVar3 == *pbVar4;" (assignment_expression "bVar7 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar7)" ( identifier )) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "bVar5 = (!bVar5 && !bVar7) == bVar5;" (assignment_expression "bVar5 = (!bVar5 && !bVar7) == bVar5" identifier = (binary_expression "(!bVar5 && !bVar7) == bVar5" (parenthesized_expression "(!bVar5 && !bVar7)" ( (binary_expression "!bVar5 && !bVar7" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar7" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }" { (expression_statement "iVar2 = 6;" (assignment_expression "iVar2 = 6" identifier = number_literal) ;) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)"POSIX";" (assignment_expression "pbVar4 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);" do (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" { (if_statement "if (iVar2 == 0) break;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar6 = *pbVar3 < *pbVar4;" (assignment_expression "bVar6 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar5 = *pbVar3 == *pbVar4;" (assignment_expression "bVar5 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar5)" ( identifier )) ;) (if_statement "if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }" if (parenthesized_expression "((!bVar6 && !bVar5) != bVar6)" ( (binary_expression "(!bVar6 && !bVar5) != bVar6" (parenthesized_expression "(!bVar6 && !bVar5)" ( (binary_expression "!bVar6 && !bVar5" (unary_expression "!bVar6" ! identifier) && (unary_expression "!bVar5" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }" { comment (expression_statement "FUN_002906a0(local_20,pbVar1,0);" (call_expression "FUN_002906a0(local_20,pbVar1,0)" identifier (argument_list "(local_20,pbVar1,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_002949e0(param_1,local_20[0],0);" (call_expression "FUN_002949e0(param_1,local_20[0],0)" identifier (argument_list "(param_1,local_20[0],0)" ( identifier , (subscript_expression "local_20[0]" identifier [ number_literal ]) , number_literal ))) ;) (expression_statement "FUN_002906e0(local_20);" (call_expression "FUN_002906e0(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::moneypunct_byname<char, true>::moneypunct_byname(std::string const&, unsigned int) */\n\nvoid __thiscall\nstd::moneypunct_byname<char,true>::moneypunct_byname\n (moneypunct_byname<char,true> *this,string *param_1,uint param_2)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n __locale_struct *local_20 [4];\n \n bVar8 = 0;\n pbVar1 = *(byte **)param_1;\n *(undefined4 *)(this + 8) = 0;\n *(uint *)(this + 4) = (uint)(param_2 != 0);\n *(undefined ***)this = &PTR__moneypunct_004114a4;\n /* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *(undefined ***)this = &PTR__moneypunct_byname_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);\n locale::facet::_S_destroy_c_locale(local_20);\n return;\n }\n }\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::moneypunct_byname<char,true>::moneypunct_byname\n (moneypunct_byname<char,true> *this,string *param_1,uint param_2)\n\n{\n byte *pbVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "true>::moneypunct_byname\n (moneypunct_byname<char,true> *this,string *param_1,uint param_2)\n\n{\n byte" identifier > : : (function_declarator "moneypunct_byname\n (moneypunct_byname<char,true> *this,string *param_1,uint param_2)" identifier (parameter_list "(moneypunct_byname<char,true> *this,string *param_1,uint param_2)" ( (parameter_declaration "moneypunct_byname" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "string *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) { identifier) (pointer_declarator "*pbVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "__locale_struct *local_20 [4];" type_identifier (pointer_declarator "*local_20 [4]" * (array_declarator "local_20 [4]" identifier [ number_literal ])) ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "pbVar1 = *(byte **)param_1;" (assignment_expression "pbVar1 = *(byte **)param_1" identifier = (pointer_expression "*(byte **)param_1" * (cast_expression "(byte **)param_1" ( (type_descriptor "byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier))) ;) (expression_statement "*(undefined4 *)(this + 8) = 0;" (assignment_expression "*(undefined4 *)(this + 8) = 0" (pointer_expression "*(undefined4 *)(this + 8)" * (cast_expression "(undefined4 *)(this + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(uint *)(this + 4) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(this + 4) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(this + 4)" * (cast_expression "(uint *)(this + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__moneypunct_004114a4;" (assignment_expression "*(undefined ***)this = &PTR__moneypunct_004114a4" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__moneypunct_004114a4" & identifier)) ;) comment (expression_statement "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0);" (update_expression "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" (binary_expression "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" (binary_expression "moneypunct<char" identifier < identifier) (ERROR ",true" , true) > (ERROR "::" : :) (call_expression "_M_initialize_moneypunct((__locale_struct *)this,(char *)0x0)" identifier (argument_list "((__locale_struct *)this,(char *)0x0)" ( (cast_expression "(__locale_struct *)this" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) )))) --) ;) (expression_statement "iVar2 = 2;" (assignment_expression "iVar2 = 2" identifier = number_literal) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) (expression_statement "*(undefined ***)this = &PTR__moneypunct_byname_004115b4;" (assignment_expression "*(undefined ***)this = &PTR__moneypunct_byname_004115b4" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__moneypunct_byname_004115b4" & identifier)) ;) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)0x30b3d9;" (assignment_expression "pbVar4 = (byte *)0x30b3d9" identifier = (cast_expression "(byte *)0x30b3d9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);" do (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" { (if_statement "if (iVar2 == 0) break;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar3 < *pbVar4;" (assignment_expression "bVar5 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar7 = *pbVar3 == *pbVar4;" (assignment_expression "bVar7 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar7)" ( identifier )) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "bVar5 = (!bVar5 && !bVar7) == bVar5;" (assignment_expression "bVar5 = (!bVar5 && !bVar7) == bVar5" identifier = (binary_expression "(!bVar5 && !bVar7) == bVar5" (parenthesized_expression "(!bVar5 && !bVar7)" ( (binary_expression "!bVar5 && !bVar7" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar7" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);\n locale::facet::_S_destroy_c_locale(local_20);\n return;\n }\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);\n locale::facet::_S_destroy_c_locale(local_20);\n return;\n }\n }" { (expression_statement "iVar2 = 6;" (assignment_expression "iVar2 = 6" identifier = number_literal) ;) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)"POSIX";" (assignment_expression "pbVar4 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);" do (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" { (if_statement "if (iVar2 == 0) break;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar6 = *pbVar3 < *pbVar4;" (assignment_expression "bVar6 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar5 = *pbVar3 == *pbVar4;" (assignment_expression "bVar5 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar5)" ( identifier )) ;) (if_statement "if ((!bVar6 && !bVar5) != bVar6) {\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);\n locale::facet::_S_destroy_c_locale(local_20);\n return;\n }" if (parenthesized_expression "((!bVar6 && !bVar5) != bVar6)" ( (binary_expression "(!bVar6 && !bVar5) != bVar6" (parenthesized_expression "(!bVar6 && !bVar5)" ( (binary_expression "!bVar6 && !bVar5" (unary_expression "!bVar6" ! identifier) && (unary_expression "!bVar5" ! identifier)) )) != identifier) )) (compound_statement "{\n /* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */\n locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);\n moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);\n locale::facet::_S_destroy_c_locale(local_20);\n return;\n }" { comment (labeled_statement "locale::facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);" statement_identifier : (ERROR ":" :) (expression_statement "_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0);" (call_expression "_S_create_c_locale(local_20,(char *)pbVar1,(__locale_struct *)0x0)" identifier (argument_list "(local_20,(char *)pbVar1,(__locale_struct *)0x0)" ( identifier , (cast_expression "(char *)pbVar1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(__locale_struct *)0x0" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ))) ;))) (expression_statement "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0]);" (comma_expression "moneypunct<char,true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0])" (binary_expression "moneypunct<char" identifier < identifier) , (binary_expression "true>::_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0])" true > (ERROR "::" : :) (call_expression "_M_initialize_moneypunct((__locale_struct *)this,(char *)local_20[0])" identifier (argument_list "((__locale_struct *)this,(char *)local_20[0])" ( (cast_expression "(__locale_struct *)this" ( (type_descriptor "__locale_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(char *)local_20[0]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "local_20[0]" identifier [ number_literal ])) ))))) ;) (labeled_statement "locale::facet::_S_destroy_c_locale(local_20);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::_S_destroy_c_locale(local_20);" statement_identifier : (ERROR ":" :) (expression_statement "_S_destroy_c_locale(local_20);" (call_expression "_S_destroy_c_locale(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;))) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n \n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}\n\n" (function_definition "void FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n \n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2,int param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n \n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "byte *pbVar3;" type_identifier (pointer_declarator "*pbVar3" * identifier) ;) (declaration "byte *pbVar4;" type_identifier (pointer_declarator "*pbVar4" * identifier) ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "bool bVar6;" primitive_type identifier ;) (declaration "bool bVar7;" primitive_type identifier ;) (declaration "byte bVar8;" type_identifier identifier ;) (declaration "undefined4 local_20 [4];" type_identifier (array_declarator "local_20 [4]" identifier [ number_literal ]) ;) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" identifier = number_literal) ;) (expression_statement "pbVar1 = (byte *)*param_2;" (assignment_expression "pbVar1 = (byte *)*param_2" identifier = (cast_expression "(byte *)*param_2" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[1] = (uint)(param_3 != 0);" (assignment_expression "param_1[1] = (uint)(param_3 != 0)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_004114a4;" (assignment_expression "*param_1 = &PTR_FUN_004114a4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004114a4" & identifier)) ;) (expression_statement "FUN_002949e0(param_1,0,0);" (call_expression "FUN_002949e0(param_1,0,0)" identifier (argument_list "(param_1,0,0)" ( identifier , number_literal , number_literal ))) ;) (expression_statement "iVar2 = 2;" (assignment_expression "iVar2 = 2" identifier = number_literal) ;) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" identifier = false) ;) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" identifier = false) ;) (expression_statement "*param_1 = &PTR_FUN_004115b4;" (assignment_expression "*param_1 = &PTR_FUN_004115b4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004115b4" & identifier)) ;) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)0x30b3d9;" (assignment_expression "pbVar4 = (byte *)0x30b3d9" identifier = (cast_expression "(byte *)0x30b3d9" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);" do (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" { (if_statement "if (iVar2 == 0) break;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar5 = *pbVar3 < *pbVar4;" (assignment_expression "bVar5 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar7 = *pbVar3 == *pbVar4;" (assignment_expression "bVar7 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar7)" ( identifier )) ;) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" identifier = false) ;) (expression_statement "bVar5 = (!bVar5 && !bVar7) == bVar5;" (assignment_expression "bVar5 = (!bVar5 && !bVar7) == bVar5" identifier = (binary_expression "(!bVar5 && !bVar7) == bVar5" (parenthesized_expression "(!bVar5 && !bVar7)" ( (binary_expression "!bVar5 && !bVar7" (unary_expression "!bVar5" ! identifier) && (unary_expression "!bVar7" ! identifier)) )) == identifier)) ;) (if_statement "if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }" if (parenthesized_expression "(!bVar5)" ( (unary_expression "!bVar5" ! identifier) )) (compound_statement "{\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }" { (expression_statement "iVar2 = 6;" (assignment_expression "iVar2 = 6" identifier = number_literal) ;) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" identifier = identifier) ;) (expression_statement "pbVar4 = (byte *)"POSIX";" (assignment_expression "pbVar4 = (byte *)"POSIX"" identifier = (cast_expression "(byte *)"POSIX"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""POSIX"" " string_content "))) ;) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);" do (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" { (if_statement "if (iVar2 == 0) break;" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) (expression_statement "bVar6 = *pbVar3 < *pbVar4;" (assignment_expression "bVar6 = *pbVar3 < *pbVar4" identifier = (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" * identifier) < (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "bVar5 = *pbVar3 == *pbVar4;" (assignment_expression "bVar5 = *pbVar3 == *pbVar4" identifier = (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" * identifier) == (pointer_expression "*pbVar4" * identifier))) ;) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" identifier = (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" identifier + (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal)) + number_literal)) ;) }) while (parenthesized_expression "(bVar5)" ( identifier )) ;) (if_statement "if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }" if (parenthesized_expression "((!bVar6 && !bVar5) != bVar6)" ( (binary_expression "(!bVar6 && !bVar5) != bVar6" (parenthesized_expression "(!bVar6 && !bVar5)" ( (binary_expression "!bVar6 && !bVar5" (unary_expression "!bVar6" ! identifier) && (unary_expression "!bVar5" ! identifier)) )) != identifier) )) (compound_statement "{\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }" { (expression_statement "FUN_002906a0(local_20,pbVar1,0);" (call_expression "FUN_002906a0(local_20,pbVar1,0)" identifier (argument_list "(local_20,pbVar1,0)" ( identifier , identifier , number_literal ))) ;) (expression_statement "FUN_002949e0(param_1,local_20[0],0);" (call_expression "FUN_002949e0(param_1,local_20[0],0)" identifier (argument_list "(param_1,local_20[0],0)" ( identifier , (subscript_expression "local_20[0]" identifier [ number_literal ]) , number_literal ))) ;) (expression_statement "FUN_002906e0(local_20);" (call_expression "FUN_002906e0(local_20)" identifier (argument_list "(local_20)" ( identifier ))) ;) (return_statement "return;" return ;) })) })) (return_statement "return;" return ;) })))
|
(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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( (unary_expression ! IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT)) + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (subscript_expression IDENT [ LIT ]) , LIT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })) })) (return_statement return ;) })))
|
(function_definition "void FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)\n\n{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n \n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0025b700(undefined4 *param_1,undefined4 *param_2,int param_3)" (identifier "FUN_0025b700") (parameter_list "(undefined4 *param_1,undefined4 *param_2,int param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n byte *pbVar1;\n int iVar2;\n byte *pbVar3;\n byte *pbVar4;\n bool bVar5;\n bool bVar6;\n bool bVar7;\n byte bVar8;\n undefined4 local_20 [4];\n \n bVar8 = 0;\n pbVar1 = (byte *)*param_2;\n param_1[2] = 0;\n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_004114a4;\n \n FUN_002949e0(param_1,0,0);\n iVar2 = 2;\n bVar5 = false;\n bVar7 = false;\n *param_1 = &PTR_FUN_004115b4;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)0x30b3d9;\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);\n bVar6 = false;\n bVar5 = (!bVar5 && !bVar7) == bVar5;\n if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }\n return;\n}" ({ "{") (declaration "byte *pbVar1;" (type_identifier "byte") (pointer_declarator "*pbVar1" (* "*") (identifier "pbVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "byte *pbVar3;" (type_identifier "byte") (pointer_declarator "*pbVar3" (* "*") (identifier "pbVar3")) (; ";")) (declaration "byte *pbVar4;" (type_identifier "byte") (pointer_declarator "*pbVar4" (* "*") (identifier "pbVar4")) (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "bool bVar6;" (primitive_type "bool") (identifier "bVar6") (; ";")) (declaration "bool bVar7;" (primitive_type "bool") (identifier "bVar7") (; ";")) (declaration "byte bVar8;" (type_identifier "byte") (identifier "bVar8") (; ";")) (declaration "undefined4 local_20 [4];" (type_identifier "undefined4") (array_declarator "local_20 [4]" (identifier "local_20") ([ "[") (number_literal "4") (] "]")) (; ";")) (expression_statement "bVar8 = 0;" (assignment_expression "bVar8 = 0" (identifier "bVar8") (= "=") (number_literal "0")) (; ";")) (expression_statement "pbVar1 = (byte *)*param_2;" (assignment_expression "pbVar1 = (byte *)*param_2" (identifier "pbVar1") (= "=") (cast_expression "(byte *)*param_2" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[1] = (uint)(param_3 != 0);" (assignment_expression "param_1[1] = (uint)(param_3 != 0)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004114a4;" (assignment_expression "*param_1 = &PTR_FUN_004114a4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004114a4" (& "&") (identifier "PTR_FUN_004114a4"))) (; ";")) (expression_statement "FUN_002949e0(param_1,0,0);" (call_expression "FUN_002949e0(param_1,0,0)" (identifier "FUN_002949e0") (argument_list "(param_1,0,0)" (( "(") (identifier "param_1") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "iVar2 = 2;" (assignment_expression "iVar2 = 2" (identifier "iVar2") (= "=") (number_literal "2")) (; ";")) (expression_statement "bVar5 = false;" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (; ";")) (expression_statement "bVar7 = false;" (assignment_expression "bVar7 = false" (identifier "bVar7") (= "=") (false "false")) (; ";")) (expression_statement "*param_1 = &PTR_FUN_004115b4;" (assignment_expression "*param_1 = &PTR_FUN_004115b4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004115b4" (& "&") (identifier "PTR_FUN_004115b4"))) (; ";")) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" (identifier "pbVar3") (= "=") (identifier "pbVar1")) (; ";")) (expression_statement "pbVar4 = (byte *)0x30b3d9;" (assignment_expression "pbVar4 = (byte *)0x30b3d9" (identifier "pbVar4") (= "=") (cast_expression "(byte *)0x30b3d9" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x30b3d9"))) (; ";")) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar7);" (do "do") (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar5 = *pbVar3 < *pbVar4;\n bVar7 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar2 == 0) break;" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar5 = *pbVar3 < *pbVar4;" (assignment_expression "bVar5 = *pbVar3 < *pbVar4" (identifier "bVar5") (= "=") (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (< "<") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")))) (; ";")) (expression_statement "bVar7 = *pbVar3 == *pbVar4;" (assignment_expression "bVar7 = *pbVar3 == *pbVar4" (identifier "bVar7") (= "=") (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (== "==") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" (identifier "pbVar4") (= "=") (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" (identifier "pbVar4") (+ "+") (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar7)" (( "(") (identifier "bVar7") () ")")) (; ";")) (expression_statement "bVar6 = false;" (assignment_expression "bVar6 = false" (identifier "bVar6") (= "=") (false "false")) (; ";")) (expression_statement "bVar5 = (!bVar5 && !bVar7) == bVar5;" (assignment_expression "bVar5 = (!bVar5 && !bVar7) == bVar5" (identifier "bVar5") (= "=") (binary_expression "(!bVar5 && !bVar7) == bVar5" (parenthesized_expression "(!bVar5 && !bVar7)" (( "(") (binary_expression "!bVar5 && !bVar7" (unary_expression "!bVar5" (! "!") (identifier "bVar5")) (&& "&&") (unary_expression "!bVar7" (! "!") (identifier "bVar7"))) () ")")) (== "==") (identifier "bVar5"))) (; ";")) (if_statement "if (!bVar5) {\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }" (if "if") (parenthesized_expression "(!bVar5)" (( "(") (unary_expression "!bVar5" (! "!") (identifier "bVar5")) () ")")) (compound_statement "{\n iVar2 = 6;\n pbVar3 = pbVar1;\n pbVar4 = (byte *)"POSIX";\n do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);\n if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }\n }" ({ "{") (expression_statement "iVar2 = 6;" (assignment_expression "iVar2 = 6" (identifier "iVar2") (= "=") (number_literal "6")) (; ";")) (expression_statement "pbVar3 = pbVar1;" (assignment_expression "pbVar3 = pbVar1" (identifier "pbVar3") (= "=") (identifier "pbVar1")) (; ";")) (expression_statement "pbVar4 = (byte *)"POSIX";" (assignment_expression "pbVar4 = (byte *)"POSIX"" (identifier "pbVar4") (= "=") (cast_expression "(byte *)"POSIX"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""POSIX"" (" """) (string_content "POSIX") (" """)))) (; ";")) (do_statement "do {\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n } while (bVar5);" (do "do") (compound_statement "{\n if (iVar2 == 0) break;\n iVar2 = iVar2 + -1;\n bVar6 = *pbVar3 < *pbVar4;\n bVar5 = *pbVar3 == *pbVar4;\n pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;\n pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;\n }" ({ "{") (if_statement "if (iVar2 == 0) break;" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "iVar2 = iVar2 + -1;" (assignment_expression "iVar2 = iVar2 + -1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar6 = *pbVar3 < *pbVar4;" (assignment_expression "bVar6 = *pbVar3 < *pbVar4" (identifier "bVar6") (= "=") (binary_expression "*pbVar3 < *pbVar4" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (< "<") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")))) (; ";")) (expression_statement "bVar5 = *pbVar3 == *pbVar4;" (assignment_expression "bVar5 = *pbVar3 == *pbVar4" (identifier "bVar5") (= "=") (binary_expression "*pbVar3 == *pbVar4" (pointer_expression "*pbVar3" (* "*") (identifier "pbVar3")) (== "==") (pointer_expression "*pbVar4" (* "*") (identifier "pbVar4")))) (; ";")) (expression_statement "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1" (identifier "pbVar3") (= "=") (binary_expression "pbVar3 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar3 + (uint)bVar8 * -2" (identifier "pbVar3") (+ "+") (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;" (assignment_expression "pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1" (identifier "pbVar4") (= "=") (binary_expression "pbVar4 + (uint)bVar8 * -2 + 1" (binary_expression "pbVar4 + (uint)bVar8 * -2" (identifier "pbVar4") (+ "+") (binary_expression "(uint)bVar8 * -2" (cast_expression "(uint)bVar8" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "bVar8")) (* "*") (number_literal "-2"))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar5)" (( "(") (identifier "bVar5") () ")")) (; ";")) (if_statement "if ((!bVar6 && !bVar5) != bVar6) {\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }" (if "if") (parenthesized_expression "((!bVar6 && !bVar5) != bVar6)" (( "(") (binary_expression "(!bVar6 && !bVar5) != bVar6" (parenthesized_expression "(!bVar6 && !bVar5)" (( "(") (binary_expression "!bVar6 && !bVar5" (unary_expression "!bVar6" (! "!") (identifier "bVar6")) (&& "&&") (unary_expression "!bVar5" (! "!") (identifier "bVar5"))) () ")")) (!= "!=") (identifier "bVar6")) () ")")) (compound_statement "{\n \n FUN_002906a0(local_20,pbVar1,0);\n FUN_002949e0(param_1,local_20[0],0);\n FUN_002906e0(local_20);\n return;\n }" ({ "{") (expression_statement "FUN_002906a0(local_20,pbVar1,0);" (call_expression "FUN_002906a0(local_20,pbVar1,0)" (identifier "FUN_002906a0") (argument_list "(local_20,pbVar1,0)" (( "(") (identifier "local_20") (, ",") (identifier "pbVar1") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_002949e0(param_1,local_20[0],0);" (call_expression "FUN_002949e0(param_1,local_20[0],0)" (identifier "FUN_002949e0") (argument_list "(param_1,local_20[0],0)" (( "(") (identifier "param_1") (, ",") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "FUN_002906e0(local_20);" (call_expression "FUN_002906e0(local_20)" (identifier "FUN_002906e0") (argument_list "(local_20)" (( "(") (identifier "local_20") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::moneypunct_byname<char, true>::moneypunct_byname(std::string const&, unsigned int) */
void __thiscall
std::moneypunct_byname<char,true>::moneypunct_byname
(moneypunct_byname<char,true> *var_1,string *param_1,type_4 var_2)
{
type_1 *pbVar1;
int var_6;
type_1 *var_7;
type_1 *var_8;
bool var_9;
bool var_10;
bool bVar7;
type_1 bVar8;
type_2 *local_20 [4];
bVar8 = 0;
pbVar1 = *(type_1 **)param_1;
*(type_3 *)(var_1 + 8) = 0;
*(type_4 *)(var_1 + 4) = (type_4)(var_2 != 0);
*(type_5 ***)var_1 = &PTR__moneypunct_004114a4;
/* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */
var_3<var_4,true>::var_5((type_2 *)var_1,(char *)0x0);
var_6 = 2;
var_9 = false;
bVar7 = false;
*(type_5 ***)var_1 = &PTR__moneypunct_byname_004115b4;
var_7 = pbVar1;
var_8 = (type_1 *)0x30b3d9;
do {
if (var_6 == 0) break;
var_6 = var_6 + -1;
var_9 = *var_7 < *var_8;
bVar7 = *var_7 == *var_8;
var_7 = var_7 + (type_4)bVar8 * -2 + 1;
var_8 = var_8 + (type_4)bVar8 * -2 + 1;
} while (bVar7);
var_10 = false;
var_9 = (!var_9 && !bVar7) == var_9;
if (!var_9) {
var_6 = 6;
var_7 = pbVar1;
var_8 = (type_1 *)"POSIX";
do {
if (var_6 == 0) break;
var_6 = var_6 + -1;
var_10 = *var_7 < *var_8;
var_9 = *var_7 == *var_8;
var_7 = var_7 + (type_4)bVar8 * -2 + 1;
var_8 = var_8 + (type_4)bVar8 * -2 + 1;
} while (var_9);
if ((!var_10 && !var_9) != var_10) {
/* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */
locale::facet::var_11(local_20,(char *)pbVar1,(type_2 *)0x0);
var_3<var_4,true>::var_5((type_2 *)var_1,(char *)local_20[0]);
locale::facet::var_12(local_20);
return;
}
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (unary_expression argument: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(undefined4 *param_1,undefined4 *param_2,int param_3)
{
byte *pbVar1;
int iVar2;
byte *pbVar3;
byte *pbVar4;
bool bVar5;
bool bVar6;
bool bVar7;
byte bVar8;
undefined4 local_20 [4];
bVar8 = 0;
pbVar1 = (byte *)*param_2;
param_1[2] = 0;
param_1[1] = (uint)(param_3 != 0);
*param_1 = &PTR_FUN_004114a4;
/* try { // try from 0025b74a to 0025b74e has its CatchHandler @ 0025b7dd */
FUN_002949e0(param_1,0,0);
iVar2 = 2;
bVar5 = false;
bVar7 = false;
*param_1 = &PTR_FUN_004115b4;
pbVar3 = pbVar1;
pbVar4 = (byte *)0x30b3d9;
do {
if (iVar2 == 0) break;
iVar2 = iVar2 + -1;
bVar5 = *pbVar3 < *pbVar4;
bVar7 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;
pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;
} while (bVar7);
bVar6 = false;
bVar5 = (!bVar5 && !bVar7) == bVar5;
if (!bVar5) {
iVar2 = 6;
pbVar3 = pbVar1;
pbVar4 = (byte *)"POSIX";
do {
if (iVar2 == 0) break;
iVar2 = iVar2 + -1;
bVar6 = *pbVar3 < *pbVar4;
bVar5 = *pbVar3 == *pbVar4;
pbVar3 = pbVar3 + (uint)bVar8 * -2 + 1;
pbVar4 = pbVar4 + (uint)bVar8 * -2 + 1;
} while (bVar5);
if ((!bVar6 && !bVar5) != bVar6) {
/* try { // try from 0025b7b1 to 0025b7cd has its CatchHandler @ 0025b7d9 */
FUN_002906a0(local_20,pbVar1,0);
FUN_002949e0(param_1,local_20[0],0);
FUN_002906e0(local_20);
return;
}
}
return;
}
|
1003_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
|
bfd_hash_allocate
|
bfd_hash_allocate
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_hash_allocate(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_hash_allocate(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207823954')]
|
[('const-1', u'RETURN_-1207823954')]
| null | null |
001d11a4
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_hash_allocate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_hash_allocate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_hash_allocate(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_hash_allocate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_hash_allocate(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_hash_allocate(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void bfd_hash_allocate(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_hash_allocate(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_hash_allocate(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void bfd_hash_allocate(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_hash_allocate(void)" (identifier "bfd_hash_allocate") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* 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();
}
|
8039_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
back
|
FUN_00205530
|
/* std::string::back() */
int __thiscall std::string::back(string *this)
{
return *(int *)this + -1 + *(int *)(this + 4);
}
|
int FUN_00205530(int *param_1)
{
return *param_1 + -1 + param_1[1];
}
|
MOV EAX,dword ptr [ESP + 0x4]
MOV EDX,dword ptr [EAX + 0x4]
MOV EAX,dword ptr [EAX]
LEA EAX,[EAX + EDX*0x1 + -0x1]
RET
| null | null | null | null |
[('tmp_42', u'CAST_-1203808888'), ('const-417', u'LOAD_-1203808961'), (u'INT_ADD_-1203808940', u'INT_ADD_-1203808938'), (u'LOAD_-1203808966', u'INT_ADD_-1203808938'), (u'INT_ADD_-1203808938', u'COPY_-1203808955'), ('const-4294967295', u'INT_ADD_-1203808940'), ('const-0', u'RETURN_-1203808939'), (u'CAST_-1203808888', u'LOAD_-1203808961'), ('const-4', u'PTRADD_-1203808904'), ('const-1', u'PTRADD_-1203808904'), (u'COPY_-1203808955', u'RETURN_-1203808939'), ('const-417', u'LOAD_-1203808966'), (u'PTRADD_-1203808904', u'CAST_-1203808892'), (u'LOAD_-1203808961', u'INT_ADD_-1203808940'), (u'CAST_-1203808892', u'LOAD_-1203808966'), ('tmp_42', u'PTRADD_-1203808904')]
|
[(u'INT_ADD_-1203808940', u'INT_ADD_-1203808938'), (u'LOAD_-1203808966', u'INT_ADD_-1203808938'), (u'INT_ADD_-1203808938', u'COPY_-1203808955'), ('const-4294967295', u'INT_ADD_-1203808940'), ('const-0', u'RETURN_-1203808939'), ('const-1', u'PTRADD_-1203808891'), ('tmp_46', u'LOAD_-1203808961'), (u'PTRADD_-1203808891', u'LOAD_-1203808966'), (u'COPY_-1203808955', u'RETURN_-1203808939'), (u'LOAD_-1203808961', u'INT_ADD_-1203808940'), ('tmp_46', u'PTRADD_-1203808891'), ('const-4', u'PTRADD_-1203808891'), ('const-417', u'LOAD_-1203808961'), ('const-417', u'LOAD_-1203808966')]
| null | null |
00205530
|
x86
|
O1
|
(translation_unit "int FUN_00205530(int *param_1)\n\n{\n return *param_1 + -1 + param_1[1];\n}\n\n" (function_definition "int FUN_00205530(int *param_1)\n\n{\n return *param_1 + -1 + param_1[1];\n}" primitive_type (function_declarator "FUN_00205530(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1 + -1 + param_1[1];\n}" { (return_statement "return *param_1 + -1 + param_1[1];" return (binary_expression "*param_1 + -1 + param_1[1]" (binary_expression "*param_1 + -1" (pointer_expression "*param_1" * identifier) + number_literal) + (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) })))
|
(translation_unit "/* std::string::back() */\n\nint __thiscall std::string::back(string *this)\n\n{\n return *(int *)this + -1 + *(int *)(this + 4);\n}\n\n" comment (function_definition "int __thiscall std::string::back(string *this)\n\n{\n return *(int *)this + -1 + *(int *)(this + 4);\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "back(string *this)" identifier (parameter_list "(string *this)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(int *)this + -1 + *(int *)(this + 4);\n}" { (return_statement "return *(int *)this + -1 + *(int *)(this + 4);" return (binary_expression "*(int *)this + -1 + *(int *)(this + 4)" (binary_expression "*(int *)this + -1" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) + (pointer_expression "*(int *)(this + 4)" * (cast_expression "(int *)(this + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) ))))) ;) })))
|
(translation_unit "int FUN_00205530(int *param_1)\n\n{\n return *param_1 + -1 + param_1[1];\n}\n\n" (function_definition "int FUN_00205530(int *param_1)\n\n{\n return *param_1 + -1 + param_1[1];\n}" primitive_type (function_declarator "FUN_00205530(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n return *param_1 + -1 + param_1[1];\n}" { (return_statement "return *param_1 + -1 + param_1[1];" return (binary_expression "*param_1 + -1 + param_1[1]" (binary_expression "*param_1 + -1" (pointer_expression "*param_1" * identifier) + number_literal) + (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (return_statement return (binary_expression (binary_expression (pointer_expression * IDENT) + LIT) + (subscript_expression IDENT [ LIT ])) ;) })))
|
(function_definition "int FUN_00205530(int *param_1)\n\n{\n return *param_1 + -1 + param_1[1];\n}" (primitive_type "int") (function_declarator "FUN_00205530(int *param_1)" (identifier "FUN_00205530") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n return *param_1 + -1 + param_1[1];\n}" ({ "{") (return_statement "return *param_1 + -1 + param_1[1];" (return "return") (binary_expression "*param_1 + -1 + param_1[1]" (binary_expression "*param_1 + -1" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-1")) (+ "+") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (} "}")))
|
/* std::string::back() */
int __thiscall std::type_1::function_1(type_1 *var_1)
{
return *(int *)var_1 + -1 + *(int *)(var_1 + 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 (return_statement (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))))))
| null |
int MASKED(int *param_1)
{
return *param_1 + -1 + param_1[1];
}
|
6005_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
print_stats
|
FUN_00240c90
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void gold::Gdb_index_info_reader::print_stats(void)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00240c90(void)
{
undefined *puVar1;
undefined4 uVar2;
undefined4 uVar3;
char *pcVar4;
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb70c;
pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");
puVar1 = PTR_stderr_005e9fbc;
fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb708;
pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");
fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb704;
pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");
fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb700;
pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");
fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x3a9367
SUB ESP,0x28
LEA EDI,[EBX + 0x1710]
LEA EAX,[EBX + 0xffe9cc96]
MOV EBP,dword ptr [EBX + 0x170c]
MOV ESI,dword ptr [EDI]
PUSH EAX
CALL 0x00039440
ADD ESP,0x10
PUSH EBP
PUSH ESI
MOV ESI,dword ptr [EBX + 0xffffffbc]
PUSH EAX
PUSH dword ptr [ESI]
CALL 0x00039370
MOV EDX,dword ptr [EBX + 0x1708]
LEA EAX,[EBX + 0xffe9d0c0]
MOV EBP,dword ptr [EDI]
MOV dword ptr [ESP],EAX
MOV dword ptr [ESP + 0x1c],EDX
CALL 0x00039440
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0xc]
PUSH EDX
PUSH EBP
PUSH EAX
PUSH dword ptr [ESI]
CALL 0x00039370
MOV EDX,dword ptr [EBX + 0x1704]
LEA EAX,[EBX + 0xffe9cca9]
MOV EBP,dword ptr [EDI]
MOV dword ptr [ESP],EAX
MOV dword ptr [ESP + 0x1c],EDX
CALL 0x00039440
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0xc]
PUSH EDX
PUSH EBP
PUSH EAX
PUSH dword ptr [ESI]
CALL 0x00039370
MOV EBP,dword ptr [EBX + 0x1700]
MOV EDI,dword ptr [EDI]
LEA EAX,[EBX + 0xffe9d0f0]
MOV dword ptr [ESP],EAX
CALL 0x00039440
ADD ESP,0x10
PUSH EBP
PUSH EDI
PUSH EAX
PUSH dword ptr [ESI]
CALL 0x00039370
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[('const-1', u'RETURN_-1204089682')]
|
[(u'CALL_-1204089400', u'INDIRECT_-1204089018'), (u'INDIRECT_-1204088990', u'COPY_-1204089037'), (u'CALL_-1204089531', u'INDIRECT_-1204089072'), (u'CALL_-1204089572', u'INDIRECT_-1204089126'), (u'COPY_-1204089161', u'CALL_-1204089619'), (u'CALL_-1204089572', u'INDIRECT_-1204089090'), (u'CALL_-1204089445', u'INDIRECT_-1204089063'), (u'CALL_-1204089486', u'INDIRECT_-1204089090'), (u'CALL_-1204089445', u'INDIRECT_-1204089045'), (u'CAST_-1204088977', u'LOAD_-1204089413'), (u'CAST_-1204089022', u'LOAD_-1204089499'), (u'CAST_-1204088940', u'LOAD_-1204089341'), (u'CALL_-1204089400', u'INDIRECT_-1204089000'), (u'INDIRECT_-1204089155', u'CAST_-1204089067'), (u'CALL_-1204089400', u'INDIRECT_-1204089027'), (u'COPY_-1204089157', u'CAST_-1204088940'), (u'INDIRECT_-1204089155', u'COPY_-1204089157'), (u'CALL_-1204089531', u'INDIRECT_-1204089081'), (u'COPY_-1204089072', u'CALL_-1204089445'), (u'CALL_-1204089328', u'INDIRECT_-1204088963'), ('const-4747504', u'COPY_-1204089031'), (u'COPY_-1204089051', u'CALL_-1204089328'), (u'CALL_-1204089572', u'INDIRECT_-1204089135'), (u'CALL_-1204089366', u'INDIRECT_-1204089004'), (u'CALL_-1204089572', u'INDIRECT_-1204089117'), (u'CALL_-1204089531', u'INDIRECT_-1204089063'), (u'CALL_-1204089400', u'INDIRECT_-1204089036'), (u'CALL_-1204089572', u'INDIRECT_-1204089099'), (u'CALL_-1204089486', u'INDIRECT_-1204089072'), ('const-417', u'LOAD_-1204089341'), (u'CALL_-1204089400', u'INDIRECT_-1204089009'), (u'INDIRECT_-1204089000', u'COPY_-1204089044'), (u'LOAD_-1204089341', u'CALL_-1204089328'), (u'CALL_-1204089531', u'INDIRECT_-1204089099'), (u'INDIRECT_-1204089036', u'COPY_-1204089051'), (u'CALL_-1204089366', u'INDIRECT_-1204089022'), (u'CALL_-1204089366', u'INDIRECT_-1204088977'), ('const-4746390', u'COPY_-1204089161'), ('const-0', u'RETURN_-1204089285'), (u'CAST_-1204088993', u'CALL_-1204089400'), (u'INDIRECT_-1204089008', u'COPY_-1204089055'), ('const-417', u'LOAD_-1204089499'), (u'LOAD_-1204089499', u'CALL_-1204089486'), ('tmp_1828', u'COPY_-1204089191'), (u'CALL_-1204089531', u'CAST_-1204089038'), (u'COPY_-1204089044', u'CALL_-1204089328'), (u'CALL_-1204089531', u'INDIRECT_-1204089090'), (u'CALL_-1204089366', u'INDIRECT_-1204088995'), (u'INDIRECT_-1204088963', u'COPY_-1204089010'), (u'COPY_-1204089135', u'CALL_-1204089486'), (u'CALL_-1204089445', u'INDIRECT_-1204089027'), (u'COPY_-1204089191', u'CALL_-1204089572'), (u'INDIRECT_-1204088999', u'COPY_-1204089046'), (u'CALL_-1204089486', u'INDIRECT_-1204089063'), (u'INDIRECT_-1204089108', u'COPY_-1204089135'), (u'CALL_-1204089572', u'INDIRECT_-1204089108'), (u'COPY_-1204089114', u'CALL_-1204089531'), (u'CALL_-1204089486', u'INDIRECT_-1204089081'), (u'COPY_-1204089157', u'CAST_-1204089022'), ('const-417', u'LOAD_-1204089413'), (u'CALL_-1204089366', u'INDIRECT_-1204089013'), (u'CALL_-1204089445', u'CAST_-1204088993'), (u'CALL_-1204089445', u'INDIRECT_-1204089018'), (u'CALL_-1204089400', u'INDIRECT_-1204089045'), (u'INDIRECT_-1204088972', u'COPY_-1204089019'), (u'COPY_-1204089157', u'CAST_-1204088977'), (u'CAST_-1204088952', u'CALL_-1204089328'), ('const-4747456', u'COPY_-1204089114'), (u'CAST_-1204089085', u'CALL_-1204089572'), (u'CALL_-1204089619', u'INDIRECT_-1204089146'), (u'COPY_-1204089031', u'CALL_-1204089366'), (u'COPY_-1204089093', u'CALL_-1204089400'), ('const-4746409', u'COPY_-1204089072'), (u'CALL_-1204089531', u'INDIRECT_-1204089108'), (u'CALL_-1204089619', u'INDIRECT_-1204089128'), (u'CALL_-1204089445', u'INDIRECT_-1204089054'), (u'CALL_-1204089619', u'INDIRECT_-1204089137'), (u'CAST_-1204089067', u'LOAD_-1204089585'), (u'INDIRECT_-1204089045', u'COPY_-1204089088'), (u'INDIRECT_-1204088981', u'COPY_-1204089028'), (u'INDIRECT_-1204089090', u'COPY_-1204089132'), (u'CALL_-1204089328', u'INDIRECT_-1204089008'), (u'LOAD_-1204089413', u'CALL_-1204089400'), (u'CALL_-1204089619', u'INDIRECT_-1204089110'), (u'CALL_-1204089486', u'INDIRECT_-1204089054'), (u'CALL_-1204089486', u'INDIRECT_-1204089045'), (u'CALL_-1204089619', u'CAST_-1204089085'), (u'CALL_-1204089619', u'INDIRECT_-1204089155'), (u'COPY_-1204089192', u'CALL_-1204089572'), (u'COPY_-1204089088', u'CALL_-1204089400'), (u'INDIRECT_-1204089072', u'COPY_-1204089093'), (u'LOAD_-1204089585', u'CALL_-1204089572'), (u'CALL_-1204089366', u'CAST_-1204088952'), ('const-417', u'LOAD_-1204089585'), (u'CALL_-1204089328', u'INDIRECT_-1204088972'), (u'CALL_-1204089619', u'INDIRECT_-1204089119'), (u'COPY_-1204089132', u'CALL_-1204089486'), ('tmp_1827', u'COPY_-1204089192'), (u'CALL_-1204089328', u'INDIRECT_-1204088981'), (u'CAST_-1204089038', u'CALL_-1204089486'), (u'CALL_-1204089445', u'INDIRECT_-1204089036'), (u'CALL_-1204089366', u'INDIRECT_-1204088986'), (u'CALL_-1204089328', u'INDIRECT_-1204088999'), (u'CALL_-1204089328', u'INDIRECT_-1204088990')]
| null | null |
00240c90
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00240c90(void)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}\n\n" comment (function_definition "void FUN_00240c90(void)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}" primitive_type (function_declarator "FUN_00240c90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb70c;" (assignment_expression "uVar2 = DAT_005eb70c" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF CUs: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF CUs: %u\n")" identifier (argument_list "("%s: DWARF CUs: %u\n")" ( (string_literal ""%s: DWARF CUs: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "puVar1 = PTR_stderr_005e9fbc;" (assignment_expression "puVar1 = PTR_stderr_005e9fbc" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)PTR_stderr_005e9fbc" * (cast_expression "(FILE **)PTR_stderr_005e9fbc" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb708;" (assignment_expression "uVar2 = DAT_005eb708" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" identifier (argument_list "("%s: DWARF CUs without pubnames/pubtypes: %u\n")" ( (string_literal ""%s: DWARF CUs without pubnames/pubtypes: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb704;" (assignment_expression "uVar2 = DAT_005eb704" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF TUs: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF TUs: %u\n")" identifier (argument_list "("%s: DWARF TUs: %u\n")" ( (string_literal ""%s: DWARF TUs: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb700;" (assignment_expression "uVar2 = DAT_005eb700" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" identifier (argument_list "("%s: DWARF TUs without pubnames/pubtypes: %u\n")" ( (string_literal ""%s: DWARF TUs without pubnames/pubtypes: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid gold::Gdb_index_info_reader::print_stats(void)\n\n{\n}\n\n" comment (function_definition "void gold::Gdb_index_info_reader::print_stats(void)\n\n{\n}" primitive_type (ERROR "gold::Gdb_index_info_reader::" identifier : : identifier : :) (function_declarator "print_stats(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n}" { })))
|
(translation_unit "void FUN_00240c90(void)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}\n\n" (function_definition "void FUN_00240c90(void)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}" primitive_type (function_declarator "FUN_00240c90(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb70c;" (assignment_expression "uVar2 = DAT_005eb70c" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF CUs: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF CUs: %u\n")" identifier (argument_list "("%s: DWARF CUs: %u\n")" ( (string_literal ""%s: DWARF CUs: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "puVar1 = PTR_stderr_005e9fbc;" (assignment_expression "puVar1 = PTR_stderr_005e9fbc" identifier = identifier) ;) (expression_statement "fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)PTR_stderr_005e9fbc" * (cast_expression "(FILE **)PTR_stderr_005e9fbc" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb708;" (assignment_expression "uVar2 = DAT_005eb708" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" identifier (argument_list "("%s: DWARF CUs without pubnames/pubtypes: %u\n")" ( (string_literal ""%s: DWARF CUs without pubnames/pubtypes: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb704;" (assignment_expression "uVar2 = DAT_005eb704" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF TUs: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF TUs: %u\n")" identifier (argument_list "("%s: DWARF TUs: %u\n")" ( (string_literal ""%s: DWARF TUs: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" identifier = identifier) ;) (expression_statement "uVar2 = DAT_005eb700;" (assignment_expression "uVar2 = DAT_005eb700" identifier = identifier) ;) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" identifier = (cast_expression "(char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" identifier (argument_list "("%s: DWARF TUs without pubnames/pubtypes: %u\n")" ( (string_literal ""%s: DWARF TUs without pubnames/pubtypes: %u\n"" " string_content escape_sequence ") ))))) ;) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" identifier (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" ( (pointer_expression "*(FILE **)puVar1" * (cast_expression "(FILE **)puVar1" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (string_literal " string_content escape_sequence ") ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00240c90(void)\n\n{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00240c90(void)" (identifier "FUN_00240c90") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined *puVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n char *pcVar4;\n \n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb70c;\n pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");\n puVar1 = PTR_stderr_005e9fbc;\n fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb708;\n pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb704;\n pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n uVar3 = DAT_005eb710;\n uVar2 = DAT_005eb700;\n pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");\n fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" (identifier "uVar3") (= "=") (identifier "DAT_005eb710")) (; ";")) (expression_statement "uVar2 = DAT_005eb70c;" (assignment_expression "uVar2 = DAT_005eb70c" (identifier "uVar2") (= "=") (identifier "DAT_005eb70c")) (; ";")) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n")" (identifier "pcVar4") (= "=") (cast_expression "(char *)gettext("%s: DWARF CUs: %u\n")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext("%s: DWARF CUs: %u\n")" (identifier "gettext") (argument_list "("%s: DWARF CUs: %u\n")" (( "(") (string_literal ""%s: DWARF CUs: %u\n"" (" """) (string_content "%s: DWARF CUs: %u") (escape_sequence "\n") (" """)) () ")"))))) (; ";")) (expression_statement "puVar1 = PTR_stderr_005e9fbc;" (assignment_expression "puVar1 = PTR_stderr_005e9fbc" (identifier "puVar1") (= "=") (identifier "PTR_stderr_005e9fbc")) (; ";")) (expression_statement "fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2)" (identifier "fprintf") (argument_list "(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2)" (( "(") (pointer_expression "*(FILE **)PTR_stderr_005e9fbc" (* "*") (cast_expression "(FILE **)PTR_stderr_005e9fbc" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stderr_005e9fbc"))) (, ",") (identifier "pcVar4") (, ",") (identifier "uVar3") (, ",") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" (identifier "uVar3") (= "=") (identifier "DAT_005eb710")) (; ";")) (expression_statement "uVar2 = DAT_005eb708;" (assignment_expression "uVar2 = DAT_005eb708" (identifier "uVar2") (= "=") (identifier "DAT_005eb708")) (; ";")) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" (identifier "pcVar4") (= "=") (cast_expression "(char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n")" (identifier "gettext") (argument_list "("%s: DWARF CUs without pubnames/pubtypes: %u\n")" (( "(") (string_literal ""%s: DWARF CUs without pubnames/pubtypes: %u\n"" (" """) (string_content "%s: DWARF CUs without pubnames/pubtypes: %u") (escape_sequence "\n") (" """)) () ")"))))) (; ";")) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" (identifier "fprintf") (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" (( "(") (pointer_expression "*(FILE **)puVar1" (* "*") (cast_expression "(FILE **)puVar1" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar1"))) (, ",") (identifier "pcVar4") (, ",") (identifier "uVar3") (, ",") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" (identifier "uVar3") (= "=") (identifier "DAT_005eb710")) (; ";")) (expression_statement "uVar2 = DAT_005eb704;" (assignment_expression "uVar2 = DAT_005eb704" (identifier "uVar2") (= "=") (identifier "DAT_005eb704")) (; ";")) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n")" (identifier "pcVar4") (= "=") (cast_expression "(char *)gettext("%s: DWARF TUs: %u\n")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext("%s: DWARF TUs: %u\n")" (identifier "gettext") (argument_list "("%s: DWARF TUs: %u\n")" (( "(") (string_literal ""%s: DWARF TUs: %u\n"" (" """) (string_content "%s: DWARF TUs: %u") (escape_sequence "\n") (" """)) () ")"))))) (; ";")) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" (identifier "fprintf") (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" (( "(") (pointer_expression "*(FILE **)puVar1" (* "*") (cast_expression "(FILE **)puVar1" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar1"))) (, ",") (identifier "pcVar4") (, ",") (identifier "uVar3") (, ",") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "uVar3 = DAT_005eb710;" (assignment_expression "uVar3 = DAT_005eb710" (identifier "uVar3") (= "=") (identifier "DAT_005eb710")) (; ";")) (expression_statement "uVar2 = DAT_005eb700;" (assignment_expression "uVar2 = DAT_005eb700" (identifier "uVar2") (= "=") (identifier "DAT_005eb700")) (; ";")) (expression_statement "pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");" (assignment_expression "pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" (identifier "pcVar4") (= "=") (cast_expression "(char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n")" (identifier "gettext") (argument_list "("%s: DWARF TUs without pubnames/pubtypes: %u\n")" (( "(") (string_literal ""%s: DWARF TUs without pubnames/pubtypes: %u\n"" (" """) (string_content "%s: DWARF TUs without pubnames/pubtypes: %u") (escape_sequence "\n") (" """)) () ")"))))) (; ";")) (expression_statement "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);" (call_expression "fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" (identifier "fprintf") (argument_list "(*(FILE **)puVar1,pcVar4,uVar3,uVar2)" (( "(") (pointer_expression "*(FILE **)puVar1" (* "*") (cast_expression "(FILE **)puVar1" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar1"))) (, ",") (identifier "pcVar4") (, ",") (identifier "uVar3") (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void gold::Gdb_index_info_reader::function_1(void)
{
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content) (escape_sequence))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (identifier) (identifier) (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
undefined *puVar1;
undefined4 uVar2;
undefined4 uVar3;
char *pcVar4;
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb70c;
pcVar4 = (char *)gettext("%s: DWARF CUs: %u\n");
puVar1 = PTR_stderr_005e9fbc;
fprintf(*(FILE **)PTR_stderr_005e9fbc,pcVar4,uVar3,uVar2);
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb708;
pcVar4 = (char *)gettext("%s: DWARF CUs without pubnames/pubtypes: %u\n");
fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb704;
pcVar4 = (char *)gettext("%s: DWARF TUs: %u\n");
fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);
uVar3 = DAT_005eb710;
uVar2 = DAT_005eb700;
pcVar4 = (char *)gettext("%s: DWARF TUs without pubnames/pubtypes: %u\n");
fprintf(*(FILE **)puVar1,pcVar4,uVar3,uVar2);
return;
}
|
7414_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
print_object_symbol_counts
|
FUN_00209ab0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void print_object_symbol_counts(Cref_inputs * this, Symbol_table *
symtab, FILE * f, Object * object) */
void __thiscall
gold::Cref_inputs::print_object_symbol_counts
(Cref_inputs *this,Symbol_table *symtab,FILE *f,Object *object)
{
size_t defined;
size_t used;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)
{
undefined4 local_14;
undefined4 local_10;
undefined4 uStack_c;
uStack_c = 0x209ab7;
(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);
fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x0003a210
ADD EBX,0x20a549
SUB ESP,0x14
MOV ESI,dword ptr [ESP + 0x2c]
LEA EDX,[ESP + 0xc]
MOV EAX,dword ptr [ESI]
PUSH EDX
LEA EDX,[ESP + 0xc]
PUSH EDX
PUSH dword ptr [ESP + 0x2c]
PUSH ESI
CALL dword ptr [EAX + 0x70]
POP EAX
LEA EAX,[EBX + 0xffefd156]
PUSH dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x18]
PUSH dword ptr [ESI + 0x4]
PUSH EAX
PUSH dword ptr [ESP + 0x44]
CALL 0x0002c370
ADD ESP,0x34
POP EBX
POP ESI
RET
| null | null | null | null |
[('const-1', u'RETURN_-1203791162')]
|
[(u'PTRSUB_-1203790910', u'CALLIND_-1203791084'), (u'CAST_-1203790892', u'LOAD_-1203791094'), (u'COPY_-1203790933', u'CALL_-1203791027'), ('const-2136759', u'COPY_-1203791174'), ('tmp_658', u'CALLIND_-1203791084'), (u'CALL_-1203791027', u'INDIRECT_-1203790878'), (u'CALLIND_-1203791084', u'INDIRECT_-1203790909'), (u'INDIRECT_-1203790909', u'CALL_-1203791027'), ('const-417', u'LOAD_-1203791126'), ('const-4294967280', u'PTRSUB_-1203790910'), ('tmp_659', u'CALLIND_-1203791084'), ('const-4294967276', u'PTRSUB_-1203790902'), (u'LOAD_-1203791094', u'CALLIND_-1203791084'), ('const-417', u'LOAD_-1203791054'), ('const-1', u'PTRADD_-1203790874'), ('tmp_658', u'PTRADD_-1203790874'), (u'INDIRECT_-1203790907', u'CALL_-1203791027'), ('tmp_382', u'PTRSUB_-1203790902'), (u'PTRADD_-1203790874', u'LOAD_-1203791054'), (u'LOAD_-1203791126', u'INT_ADD_-1203791078'), ('const-3215702', u'COPY_-1203790933'), ('tmp_660', u'CALL_-1203791027'), (u'CALLIND_-1203791084', u'INDIRECT_-1203790905'), (u'INT_ADD_-1203791078', u'CAST_-1203790892'), (u'LOAD_-1203791054', u'CALL_-1203791027'), ('const-0', u'RETURN_-1203790994'), ('tmp_658', u'LOAD_-1203791126'), ('tmp_382', u'PTRSUB_-1203790910'), ('const-417', u'LOAD_-1203791094'), ('const-112', u'INT_ADD_-1203791078'), ('const-4', u'PTRADD_-1203790874'), (u'PTRSUB_-1203790902', u'CALLIND_-1203791084'), (u'CALLIND_-1203791084', u'INDIRECT_-1203790907')]
| null | null |
00209ab0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)\n\n{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}\n\n" comment (function_definition "void FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)\n\n{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}" primitive_type (function_declarator "FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "FILE *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}" { (declaration "undefined4 local_14;" type_identifier identifier ;) (declaration "undefined4 local_10;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x209ab7;" (assignment_expression "uStack_c = 0x209ab7" identifier = number_literal) ;) (expression_statement "(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);" (call_expression "(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10)" (parenthesized_expression "(**(code **)(*param_4 + 0x70))" ( (pointer_expression "**(code **)(*param_4 + 0x70)" * (pointer_expression "*(code **)(*param_4 + 0x70)" * (cast_expression "(code **)(*param_4 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x70)" ( (binary_expression "*param_4 + 0x70" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4,param_2,&local_14,&local_10)" ( identifier , identifier , (pointer_expression "&local_14" & identifier) , (pointer_expression "&local_10" & identifier) ))) ;) (expression_statement "fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);" (call_expression "fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10)" identifier (argument_list "(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10)" ( identifier , (string_literal ""symbols %s %zu %zu\n"" " string_content escape_sequence ") , (subscript_expression "param_4[1]" identifier [ number_literal ]) , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void print_object_symbol_counts(Cref_inputs * this, Symbol_table *\n symtab, FILE * f, Object * object) */\n\nvoid __thiscall\ngold::Cref_inputs::print_object_symbol_counts\n (Cref_inputs *this,Symbol_table *symtab,FILE *f,Object *object)\n\n{\n size_t defined;\n size_t used;\n \n}\n\n" comment comment (function_definition "void __thiscall\ngold::Cref_inputs::print_object_symbol_counts\n (Cref_inputs *this,Symbol_table *symtab,FILE *f,Object *object)\n\n{\n size_t defined;\n size_t used;\n \n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Cref_inputs::" identifier : : identifier : :) (function_declarator "print_object_symbol_counts\n (Cref_inputs *this,Symbol_table *symtab,FILE *f,Object *object)" identifier (parameter_list "(Cref_inputs *this,Symbol_table *symtab,FILE *f,Object *object)" ( (parameter_declaration "Cref_inputs *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) , (parameter_declaration "Object *object" type_identifier (pointer_declarator "*object" * identifier)) ))) (compound_statement "{\n size_t defined;\n size_t used;\n \n}" { (declaration "size_t defined;" primitive_type identifier ;) (declaration "size_t used;" primitive_type identifier ;) })))
|
(translation_unit "void FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)\n\n{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}\n\n" (function_definition "void FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)\n\n{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}" primitive_type (function_declarator "FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "FILE *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "int *param_4" primitive_type (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}" { (declaration "undefined4 local_14;" type_identifier identifier ;) (declaration "undefined4 local_10;" type_identifier identifier ;) (declaration "undefined4 uStack_c;" type_identifier identifier ;) (expression_statement "uStack_c = 0x209ab7;" (assignment_expression "uStack_c = 0x209ab7" identifier = number_literal) ;) (expression_statement "(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);" (call_expression "(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10)" (parenthesized_expression "(**(code **)(*param_4 + 0x70))" ( (pointer_expression "**(code **)(*param_4 + 0x70)" * (pointer_expression "*(code **)(*param_4 + 0x70)" * (cast_expression "(code **)(*param_4 + 0x70)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0x70)" ( (binary_expression "*param_4 + 0x70" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_4,param_2,&local_14,&local_10)" ( identifier , identifier , (pointer_expression "&local_14" & identifier) , (pointer_expression "&local_10" & identifier) ))) ;) (expression_statement "fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);" (call_expression "fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10)" identifier (argument_list "(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10)" ( identifier , (string_literal ""symbols %s %zu %zu\n"" " string_content escape_sequence ") , (subscript_expression "param_4[1]" identifier [ number_literal ]) , identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content escape_sequence ") , (subscript_expression IDENT [ LIT ]) , IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)\n\n{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00209ab0(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)" (identifier "FUN_00209ab0") (parameter_list "(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "FILE *param_3" (type_identifier "FILE") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "int *param_4" (primitive_type "int") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n undefined4 local_14;\n undefined4 local_10;\n undefined4 uStack_c;\n \n uStack_c = 0x209ab7;\n (**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);\n fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);\n return;\n}" ({ "{") (declaration "undefined4 local_14;" (type_identifier "undefined4") (identifier "local_14") (; ";")) (declaration "undefined4 local_10;" (type_identifier "undefined4") (identifier "local_10") (; ";")) (declaration "undefined4 uStack_c;" (type_identifier "undefined4") (identifier "uStack_c") (; ";")) (expression_statement "uStack_c = 0x209ab7;" (assignment_expression "uStack_c = 0x209ab7" (identifier "uStack_c") (= "=") (number_literal "0x209ab7")) (; ";")) (expression_statement "(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);" (call_expression "(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10)" (parenthesized_expression "(**(code **)(*param_4 + 0x70))" (( "(") (pointer_expression "**(code **)(*param_4 + 0x70)" (* "*") (pointer_expression "*(code **)(*param_4 + 0x70)" (* "*") (cast_expression "(code **)(*param_4 + 0x70)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_4 + 0x70)" (( "(") (binary_expression "*param_4 + 0x70" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "0x70")) () ")"))))) () ")")) (argument_list "(param_4,param_2,&local_14,&local_10)" (( "(") (identifier "param_4") (, ",") (identifier "param_2") (, ",") (pointer_expression "&local_14" (& "&") (identifier "local_14")) (, ",") (pointer_expression "&local_10" (& "&") (identifier "local_10")) () ")"))) (; ";")) (expression_statement "fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);" (call_expression "fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10)" (identifier "fprintf") (argument_list "(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10)" (( "(") (identifier "param_3") (, ",") (string_literal ""symbols %s %zu %zu\n"" (" """) (string_content "symbols %s %zu %zu") (escape_sequence "\n") (" """)) (, ",") (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]")) (, ",") (identifier "local_14") (, ",") (identifier "local_10") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void print_object_symbol_counts(Cref_inputs * this, Symbol_table *
symtab, FILE * f, Object * object) */
void __thiscall
gold::type_1::function_1
(type_1 *this,type_2 *symtab,type_3 *f,type_4 *object)
{
size_t defined;
size_t used;
}
| 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 type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content) (escape_sequence)) (subscript_expression argument: (identifier) index: (number_literal)) (identifier) (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2,FILE *param_3,int *param_4)
{
undefined4 local_14;
undefined4 local_10;
undefined4 uStack_c;
uStack_c = 0x209ab7;
(**(code **)(*param_4 + 0x70))(param_4,param_2,&local_14,&local_10);
fprintf(param_3,"symbols %s %zu %zu\n",param_4[1],local_14,local_10);
return;
}
|
645_wget_and_wget_strip.c
|
url_error
|
FUN_000428a5
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * url_error(char *url,int error_code)
{
char *pcVar1;
char *pcVar2;
int iVar3;
char *fmt;
if (error_code == 1) {
pcVar1 = xstrdup(url);
pcVar2 = strchr(pcVar1,0x3a);
if (pcVar2 != (char *)0x0) {
*pcVar2 = '\0';
}
iVar3 = c_strcasecmp(pcVar1,"https");
if (iVar3 == 0) {
pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);
pcVar2 = aprintf(pcVar2);
}
else {
pcVar2 = quote(pcVar1);
fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);
pcVar2 = aprintf(fmt,pcVar2);
}
free(pcVar1);
}
else {
pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);
pcVar2 = xstrdup(pcVar1);
}
return pcVar2;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_000428a5(undefined4 param_1,int param_2)
{
undefined4 uVar1;
char *__s;
char *pcVar2;
int iVar3;
undefined4 uVar4;
if (param_2 == 1) {
__s = (char *)FUN_0005756d(param_1);
pcVar2 = strchr(__s,0x3a);
if (pcVar2 != (char *)0x0) {
*pcVar2 = '\0';
}
iVar3 = FUN_0004f8a2(__s,"https");
if (iVar3 == 0) {
uVar1 = dcgettext(0,"HTTPS support not compiled in",5);
uVar1 = FUN_00046ee0(uVar1);
}
else {
uVar1 = FUN_000570a0(__s);
uVar4 = dcgettext(0,"Unsupported scheme %s",5);
uVar1 = FUN_00046ee0(uVar4,uVar1);
}
free(__s);
}
else {
uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);
uVar1 = FUN_0005756d(uVar1);
}
return uVar1;
}
|
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00016fc0
ADD EBX,0x58343
MOV EAX,dword ptr [ESP + 0x14]
CMP EAX,0x1
JZ 0x000428e2
SUB ESP,0x4
PUSH 0x5
PUSH dword ptr [EBX + EAX*0x4 + 0xfffff690]
PUSH 0x0
CALL 0x000166b0
MOV dword ptr [ESP],EAX
CALL 0x0005756d
MOV ESI,EAX
ADD ESP,0x10
MOV EAX,ESI
POP EBX
POP ESI
POP EDI
RET
SUB ESP,0xc
PUSH dword ptr [ESP + 0x1c]
CALL 0x0005756d
MOV EDI,EAX
ADD ESP,0x8
PUSH 0x3a
PUSH EAX
CALL 0x00016360
ADD ESP,0x10
TEST EAX,EAX
JZ 0x00042905
MOV byte ptr [EAX],0x0
SUB ESP,0x8
LEA EAX,[EBX + 0xfffe2f33]
PUSH EAX
PUSH EDI
CALL 0x0004f8a2
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x0004294a
SUB ESP,0x4
PUSH 0x5
LEA EAX,[EBX + 0xfffe1ff8]
PUSH EAX
PUSH 0x0
CALL 0x000166b0
MOV dword ptr [ESP],EAX
CALL 0x00046ee0
MOV ESI,EAX
ADD ESP,0x10
SUB ESP,0xc
PUSH EDI
CALL 0x00016660
ADD ESP,0x10
JMP 0x000428dc
SUB ESP,0xc
PUSH EDI
CALL 0x000570a0
MOV ESI,EAX
ADD ESP,0xc
PUSH 0x5
LEA EAX,[EBX + 0xfffe2016]
PUSH EAX
PUSH 0x0
CALL 0x000166b0
ADD ESP,0x8
PUSH ESI
PUSH EAX
CALL 0x00046ee0
MOV ESI,EAX
ADD ESP,0x10
JMP 0x0004293c
| null | null | null | null |
[('const-58', u'CALL_-1206179461'), ('const-0', u'CALL_-1206179189'), ('tmp_94', u'CBRANCH_-1206179615'), (u'CALL_-1206179493', u'CALL_-1206179461'), (u'MULTIEQUAL_-1206179165', u'COPY_-1206179544'), (u'CALL_-1206179161', u'MULTIEQUAL_-1206179070'), (u'CAST_-1206178813', u'CALL_-1206179312'), ('const-0', u'PTRSUB_-1206178919'), ('const-0', u'RETURN_-1206179515'), (u'COPY_-1206178882', u'CALL_-1206179325'), ('tmp_396', u'CBRANCH_-1206179434'), (u'CALL_-1206179325', u'CAST_-1206178813'), ('const-0', u'CALL_-1206179325'), ('tmp_510', u'CBRANCH_-1206179366'), ('const-0', u'STORE_-1206179432'), (u'MULTIEQUAL_-1206179070', u'MULTIEQUAL_-1206179165'), ('tmp_870', u'BRANCH_-1206179143'), ('const-4', u'PTRADD_-1206178919'), ('tmp_915', u'INT_EQUAL_-1206179617'), ('const-5', u'CALL_-1206179325'), (u'COPY_-1206178906', u'CALL_-1206179394'), (u'CALL_-1206179461', u'STORE_-1206179432'), (u'CALL_-1206179312', u'MULTIEQUAL_-1206179070'), (u'CALL_-1206179559', u'MULTIEQUAL_-1206179165'), ('const-5', u'CALL_-1206179572'), (u'INT_EQUAL_-1206179368', u'CBRANCH_-1206179366'), (u'PTRADD_-1206178919', u'LOAD_-1206179595'), (u'INT_EQUAL_-1206179617', u'CBRANCH_-1206179615'), ('const-0', u'INT_EQUAL_-1206179368'), ('const-631424', u'PTRSUB_-1206178919'), (u'PTRSUB_-1206178919', u'PTRADD_-1206178919'), ('const-510952', u'COPY_-1206178882'), ('const-0', u'CALL_-1206179572'), ('tmp_914', u'CALL_-1206179493'), ('const-417', u'STORE_-1206179432'), ('const-510982', u'COPY_-1206178824'), (u'CALL_-1206179572', u'CAST_-1206178908'), ('tmp_684', u'BRANCH_-1206179258'), (u'COPY_-1206178824', u'CALL_-1206179189'), ('const-1', u'INT_EQUAL_-1206179617'), (u'INT_NOTEQUAL_-1206179434', u'CBRANCH_-1206179434'), (u'CALL_-1206179493', u'CALL_-1206179273'), ('const-417', u'LOAD_-1206179595'), (u'CALL_-1206179189', u'CAST_-1206178757'), ('const-0', u'INT_NOTEQUAL_-1206179434'), (u'CALL_-1206179493', u'CALL_-1206179234'), (u'LOAD_-1206179595', u'CALL_-1206179572'), ('tmp_915', u'PTRADD_-1206178919'), (u'CALL_-1206179461', u'INT_NOTEQUAL_-1206179434'), ('const-514851', u'COPY_-1206178906'), (u'CAST_-1206178908', u'CALL_-1206179559'), (u'CALL_-1206179493', u'CALL_-1206179394'), (u'CALL_-1206179394', u'INT_EQUAL_-1206179368'), ('const-5', u'CALL_-1206179189'), (u'CAST_-1206178757', u'CALL_-1206179161'), (u'COPY_-1206179544', u'RETURN_-1206179515'), (u'CALL_-1206179234', u'CALL_-1206179161')]
|
[('const-5', u'CALL_-1206179189'), ('const-510982', u'COPY_-1206178824'), ('const-0', u'CALL_-1206179572'), ('tmp_2200', u'INT_EQUAL_-1206179617'), ('tmp_94', u'CBRANCH_-1206179615'), ('const-417', u'LOAD_-1206179595'), ('const-0', u'CALL_-1206179325'), (u'MULTIEQUAL_-1206179165', u'COPY_-1206179544'), (u'CALL_-1206179161', u'MULTIEQUAL_-1206179070'), ('const-0', u'PTRSUB_-1206178919'), ('const-0', u'RETURN_-1206179515'), (u'COPY_-1206178882', u'CALL_-1206179325'), ('tmp_396', u'CBRANCH_-1206179434'), ('const-510952', u'COPY_-1206178882'), ('const-417', u'STORE_-1206179432'), ('tmp_510', u'CBRANCH_-1206179366'), (u'MULTIEQUAL_-1206179070', u'MULTIEQUAL_-1206179165'), (u'CALL_-1206179493', u'CAST_-1206178879'), ('tmp_2200', u'PTRADD_-1206178919'), ('tmp_870', u'BRANCH_-1206179143'), ('const-0', u'STORE_-1206179432'), (u'COPY_-1206178906', u'CALL_-1206179394'), ('const-631424', u'PTRSUB_-1206178919'), (u'CALL_-1206179461', u'STORE_-1206179432'), (u'CALL_-1206179312', u'MULTIEQUAL_-1206179070'), (u'CALL_-1206179559', u'MULTIEQUAL_-1206179165'), (u'INT_EQUAL_-1206179368', u'CBRANCH_-1206179366'), (u'PTRADD_-1206178919', u'LOAD_-1206179595'), (u'CAST_-1206178879', u'CALL_-1206179394'), (u'INT_EQUAL_-1206179617', u'CBRANCH_-1206179615'), ('const-0', u'INT_EQUAL_-1206179368'), (u'PTRSUB_-1206178919', u'PTRADD_-1206178919'), (u'CALL_-1206179572', u'CALL_-1206179559'), ('const-1', u'INT_EQUAL_-1206179617'), ('const-5', u'CALL_-1206179572'), ('const-5', u'CALL_-1206179325'), ('tmp_684', u'BRANCH_-1206179258'), (u'COPY_-1206178824', u'CALL_-1206179189'), (u'INT_NOTEQUAL_-1206179434', u'CBRANCH_-1206179434'), (u'CALL_-1206179325', u'CALL_-1206179312'), ('const-0', u'INT_NOTEQUAL_-1206179434'), ('const-514851', u'COPY_-1206178906'), ('const-4', u'PTRADD_-1206178919'), (u'LOAD_-1206179595', u'CALL_-1206179572'), ('const-58', u'CALL_-1206179461'), (u'CALL_-1206179189', u'CALL_-1206179161'), (u'CALL_-1206179461', u'INT_NOTEQUAL_-1206179434'), (u'CAST_-1206178879', u'CALL_-1206179461'), (u'CAST_-1206178879', u'CALL_-1206179234'), (u'CALL_-1206179394', u'INT_EQUAL_-1206179368'), ('tmp_2201', u'CALL_-1206179493'), ('const-0', u'CALL_-1206179189'), (u'COPY_-1206179544', u'RETURN_-1206179515'), (u'CAST_-1206178879', u'CALL_-1206179273'), (u'CALL_-1206179234', u'CALL_-1206179161')]
| null | null |
000428a5
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_000428a5(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}\n\n" comment (function_definition "undefined4 FUN_000428a5(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_000428a5(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (if_statement "if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }" { (expression_statement "__s = (char *)FUN_0005756d(param_1);" (assignment_expression "__s = (char *)FUN_0005756d(param_1)" identifier = (cast_expression "(char *)FUN_0005756d(param_1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0005756d(param_1)" identifier (argument_list "(param_1)" ( identifier ))))) ;) (expression_statement "pcVar2 = strchr(__s,0x3a);" (assignment_expression "pcVar2 = strchr(__s,0x3a)" identifier = (call_expression "strchr(__s,0x3a)" identifier (argument_list "(__s,0x3a)" ( identifier , number_literal )))) ;) (if_statement "if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }" if (parenthesized_expression "(pcVar2 != (char *)0x0)" ( (binary_expression "pcVar2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar2 = '\0';\n }" { (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "iVar3 = FUN_0004f8a2(__s,"https");" (assignment_expression "iVar3 = FUN_0004f8a2(__s,"https")" identifier = (call_expression "FUN_0004f8a2(__s,"https")" identifier (argument_list "(__s,"https")" ( identifier , (string_literal ""https"" " string_content ") )))) ;) (if_statement "if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }" { (expression_statement "uVar1 = dcgettext(0,"HTTPS support not compiled in",5);" (assignment_expression "uVar1 = dcgettext(0,"HTTPS support not compiled in",5)" identifier = (call_expression "dcgettext(0,"HTTPS support not compiled in",5)" identifier (argument_list "(0,"HTTPS support not compiled in",5)" ( number_literal , (string_literal ""HTTPS support not compiled in"" " string_content ") , number_literal )))) ;) (expression_statement "uVar1 = FUN_00046ee0(uVar1);" (assignment_expression "uVar1 = FUN_00046ee0(uVar1)" identifier = (call_expression "FUN_00046ee0(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) }) (else_clause "else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" else (compound_statement "{\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" { (expression_statement "uVar1 = FUN_000570a0(__s);" (assignment_expression "uVar1 = FUN_000570a0(__s)" identifier = (call_expression "FUN_000570a0(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "uVar4 = dcgettext(0,"Unsupported scheme %s",5);" (assignment_expression "uVar4 = dcgettext(0,"Unsupported scheme %s",5)" identifier = (call_expression "dcgettext(0,"Unsupported scheme %s",5)" identifier (argument_list "(0,"Unsupported scheme %s",5)" ( number_literal , (string_literal ""Unsupported scheme %s"" " string_content ") , number_literal )))) ;) (expression_statement "uVar1 = FUN_00046ee0(uVar4,uVar1);" (assignment_expression "uVar1 = FUN_00046ee0(uVar4,uVar1)" identifier = (call_expression "FUN_00046ee0(uVar4,uVar1)" identifier (argument_list "(uVar4,uVar1)" ( identifier , identifier )))) ;) }))) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) }) (else_clause "else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" else (compound_statement "{\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" { (expression_statement "uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);" (assignment_expression "uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5)" identifier = (call_expression "dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5)" identifier (argument_list "(0,(&PTR_s_No_error_0009a280)[param_2],5)" ( number_literal , (subscript_expression "(&PTR_s_No_error_0009a280)[param_2]" (parenthesized_expression "(&PTR_s_No_error_0009a280)" ( (pointer_expression "&PTR_s_No_error_0009a280" & identifier) )) [ identifier ]) , number_literal )))) ;) (expression_statement "uVar1 = FUN_0005756d(uVar1);" (assignment_expression "uVar1 = FUN_0005756d(uVar1)" identifier = (call_expression "FUN_0005756d(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * url_error(char *url,int error_code)\n\n{\n char *pcVar1;\n char *pcVar2;\n int iVar3;\n char *fmt;\n \n if (error_code == 1) {\n pcVar1 = xstrdup(url);\n pcVar2 = strchr(pcVar1,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = c_strcasecmp(pcVar1,"https");\n if (iVar3 == 0) {\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }\n else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }\n free(pcVar1);\n }\n else {\n pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);\n pcVar2 = xstrdup(pcVar1);\n }\n return pcVar2;\n}\n\n" comment (function_definition "char * url_error(char *url,int error_code)\n\n{\n char *pcVar1;\n char *pcVar2;\n int iVar3;\n char *fmt;\n \n if (error_code == 1) {\n pcVar1 = xstrdup(url);\n pcVar2 = strchr(pcVar1,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = c_strcasecmp(pcVar1,"https");\n if (iVar3 == 0) {\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }\n else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }\n free(pcVar1);\n }\n else {\n pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);\n pcVar2 = xstrdup(pcVar1);\n }\n return pcVar2;\n}" primitive_type (pointer_declarator "* url_error(char *url,int error_code)" * (function_declarator "url_error(char *url,int error_code)" identifier (parameter_list "(char *url,int error_code)" ( (parameter_declaration "char *url" primitive_type (pointer_declarator "*url" * identifier)) , (parameter_declaration "int error_code" primitive_type identifier) )))) (compound_statement "{\n char *pcVar1;\n char *pcVar2;\n int iVar3;\n char *fmt;\n \n if (error_code == 1) {\n pcVar1 = xstrdup(url);\n pcVar2 = strchr(pcVar1,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = c_strcasecmp(pcVar1,"https");\n if (iVar3 == 0) {\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }\n else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }\n free(pcVar1);\n }\n else {\n pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);\n pcVar2 = xstrdup(pcVar1);\n }\n return pcVar2;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *fmt;" primitive_type (pointer_declarator "*fmt" * identifier) ;) (if_statement "if (error_code == 1) {\n pcVar1 = xstrdup(url);\n pcVar2 = strchr(pcVar1,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = c_strcasecmp(pcVar1,"https");\n if (iVar3 == 0) {\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }\n else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }\n free(pcVar1);\n }\n else {\n pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);\n pcVar2 = xstrdup(pcVar1);\n }" if (parenthesized_expression "(error_code == 1)" ( (binary_expression "error_code == 1" identifier == number_literal) )) (compound_statement "{\n pcVar1 = xstrdup(url);\n pcVar2 = strchr(pcVar1,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = c_strcasecmp(pcVar1,"https");\n if (iVar3 == 0) {\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }\n else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }\n free(pcVar1);\n }" { (expression_statement "pcVar1 = xstrdup(url);" (assignment_expression "pcVar1 = xstrdup(url)" identifier = (call_expression "xstrdup(url)" identifier (argument_list "(url)" ( identifier )))) ;) (expression_statement "pcVar2 = strchr(pcVar1,0x3a);" (assignment_expression "pcVar2 = strchr(pcVar1,0x3a)" identifier = (call_expression "strchr(pcVar1,0x3a)" identifier (argument_list "(pcVar1,0x3a)" ( identifier , number_literal )))) ;) (if_statement "if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }" if (parenthesized_expression "(pcVar2 != (char *)0x0)" ( (binary_expression "pcVar2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar2 = '\0';\n }" { (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "iVar3 = c_strcasecmp(pcVar1,"https");" (assignment_expression "iVar3 = c_strcasecmp(pcVar1,"https")" identifier = (call_expression "c_strcasecmp(pcVar1,"https")" identifier (argument_list "(pcVar1,"https")" ( identifier , (string_literal ""https"" " string_content ") )))) ;) (if_statement "if (iVar3 == 0) {\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }\n else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);\n pcVar2 = aprintf(pcVar2);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"HTTPS support not compiled in",5)" identifier = (cast_expression "(char *)dcgettext(0,"HTTPS support not compiled in",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"HTTPS support not compiled in",5)" identifier (argument_list "(0,"HTTPS support not compiled in",5)" ( number_literal , (string_literal ""HTTPS support not compiled in"" " string_content ") , number_literal ))))) ;) (expression_statement "pcVar2 = aprintf(pcVar2);" (assignment_expression "pcVar2 = aprintf(pcVar2)" identifier = (call_expression "aprintf(pcVar2)" identifier (argument_list "(pcVar2)" ( identifier )))) ;) }) (else_clause "else {\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }" else (compound_statement "{\n pcVar2 = quote(pcVar1);\n fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);\n pcVar2 = aprintf(fmt,pcVar2);\n }" { (expression_statement "pcVar2 = quote(pcVar1);" (assignment_expression "pcVar2 = quote(pcVar1)" identifier = (call_expression "quote(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (expression_statement "fmt = (char *)dcgettext(0,"Unsupported scheme %s",5);" (assignment_expression "fmt = (char *)dcgettext(0,"Unsupported scheme %s",5)" identifier = (cast_expression "(char *)dcgettext(0,"Unsupported scheme %s",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Unsupported scheme %s",5)" identifier (argument_list "(0,"Unsupported scheme %s",5)" ( number_literal , (string_literal ""Unsupported scheme %s"" " string_content ") , number_literal ))))) ;) (expression_statement "pcVar2 = aprintf(fmt,pcVar2);" (assignment_expression "pcVar2 = aprintf(fmt,pcVar2)" identifier = (call_expression "aprintf(fmt,pcVar2)" identifier (argument_list "(fmt,pcVar2)" ( identifier , identifier )))) ;) }))) (expression_statement "free(pcVar1);" (call_expression "free(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) }) (else_clause "else {\n pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);\n pcVar2 = xstrdup(pcVar1);\n }" else (compound_statement "{\n pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);\n pcVar2 = xstrdup(pcVar1);\n }" { (expression_statement "pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,parse_errors[error_code],5)" identifier = (cast_expression "(char *)dcgettext(0,parse_errors[error_code],5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,parse_errors[error_code],5)" identifier (argument_list "(0,parse_errors[error_code],5)" ( number_literal , (subscript_expression "parse_errors[error_code]" identifier [ identifier ]) , number_literal ))))) ;) (expression_statement "pcVar2 = xstrdup(pcVar1);" (assignment_expression "pcVar2 = xstrdup(pcVar1)" identifier = (call_expression "xstrdup(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) }))) (return_statement "return pcVar2;" return identifier ;) })))
|
(translation_unit "undefined4 FUN_000428a5(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_000428a5(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_000428a5(undefined4 param_1,int param_2)" identifier (parameter_list "(undefined4 param_1,int param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (if_statement "if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }" { (expression_statement "__s = (char *)FUN_0005756d(param_1);" (assignment_expression "__s = (char *)FUN_0005756d(param_1)" identifier = (cast_expression "(char *)FUN_0005756d(param_1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0005756d(param_1)" identifier (argument_list "(param_1)" ( identifier ))))) ;) (expression_statement "pcVar2 = strchr(__s,0x3a);" (assignment_expression "pcVar2 = strchr(__s,0x3a)" identifier = (call_expression "strchr(__s,0x3a)" identifier (argument_list "(__s,0x3a)" ( identifier , number_literal )))) ;) (if_statement "if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }" if (parenthesized_expression "(pcVar2 != (char *)0x0)" ( (binary_expression "pcVar2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *pcVar2 = '\0';\n }" { (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "iVar3 = FUN_0004f8a2(__s,"https");" (assignment_expression "iVar3 = FUN_0004f8a2(__s,"https")" identifier = (call_expression "FUN_0004f8a2(__s,"https")" identifier (argument_list "(__s,"https")" ( identifier , (string_literal ""https"" " string_content ") )))) ;) (if_statement "if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }" { (expression_statement "uVar1 = dcgettext(0,"HTTPS support not compiled in",5);" (assignment_expression "uVar1 = dcgettext(0,"HTTPS support not compiled in",5)" identifier = (call_expression "dcgettext(0,"HTTPS support not compiled in",5)" identifier (argument_list "(0,"HTTPS support not compiled in",5)" ( number_literal , (string_literal ""HTTPS support not compiled in"" " string_content ") , number_literal )))) ;) (expression_statement "uVar1 = FUN_00046ee0(uVar1);" (assignment_expression "uVar1 = FUN_00046ee0(uVar1)" identifier = (call_expression "FUN_00046ee0(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) }) (else_clause "else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" else (compound_statement "{\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" { (expression_statement "uVar1 = FUN_000570a0(__s);" (assignment_expression "uVar1 = FUN_000570a0(__s)" identifier = (call_expression "FUN_000570a0(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "uVar4 = dcgettext(0,"Unsupported scheme %s",5);" (assignment_expression "uVar4 = dcgettext(0,"Unsupported scheme %s",5)" identifier = (call_expression "dcgettext(0,"Unsupported scheme %s",5)" identifier (argument_list "(0,"Unsupported scheme %s",5)" ( number_literal , (string_literal ""Unsupported scheme %s"" " string_content ") , number_literal )))) ;) (expression_statement "uVar1 = FUN_00046ee0(uVar4,uVar1);" (assignment_expression "uVar1 = FUN_00046ee0(uVar4,uVar1)" identifier = (call_expression "FUN_00046ee0(uVar4,uVar1)" identifier (argument_list "(uVar4,uVar1)" ( identifier , identifier )))) ;) }))) (expression_statement "free(__s);" (call_expression "free(__s)" identifier (argument_list "(__s)" ( identifier ))) ;) }) (else_clause "else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" else (compound_statement "{\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" { (expression_statement "uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);" (assignment_expression "uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5)" identifier = (call_expression "dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5)" identifier (argument_list "(0,(&PTR_s_No_error_0009a280)[param_2],5)" ( number_literal , (subscript_expression "(&PTR_s_No_error_0009a280)[param_2]" (parenthesized_expression "(&PTR_s_No_error_0009a280)" ( (pointer_expression "&PTR_s_No_error_0009a280" & identifier) )) [ identifier ]) , number_literal )))) ;) (expression_statement "uVar1 = FUN_0005756d(uVar1);" (assignment_expression "uVar1 = FUN_0005756d(uVar1)" identifier = (call_expression "FUN_0005756d(uVar1)" identifier (argument_list "(uVar1)" ( identifier )))) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (char_literal ' escape_sequence ')) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) , LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }))) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 FUN_000428a5(undefined4 param_1,int param_2)\n\n{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_000428a5(undefined4 param_1,int param_2)" (identifier "FUN_000428a5") (parameter_list "(undefined4 param_1,int param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n char *__s;\n char *pcVar2;\n int iVar3;\n undefined4 uVar4;\n \n if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }\n return uVar1;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "undefined4 uVar4;" (type_identifier "undefined4") (identifier "uVar4") (; ";")) (if_statement "if (param_2 == 1) {\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }\n else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" (if "if") (parenthesized_expression "(param_2 == 1)" (( "(") (binary_expression "param_2 == 1" (identifier "param_2") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n __s = (char *)FUN_0005756d(param_1);\n pcVar2 = strchr(__s,0x3a);\n if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }\n iVar3 = FUN_0004f8a2(__s,"https");\n if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }\n free(__s);\n }" ({ "{") (expression_statement "__s = (char *)FUN_0005756d(param_1);" (assignment_expression "__s = (char *)FUN_0005756d(param_1)" (identifier "__s") (= "=") (cast_expression "(char *)FUN_0005756d(param_1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0005756d(param_1)" (identifier "FUN_0005756d") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))))) (; ";")) (expression_statement "pcVar2 = strchr(__s,0x3a);" (assignment_expression "pcVar2 = strchr(__s,0x3a)" (identifier "pcVar2") (= "=") (call_expression "strchr(__s,0x3a)" (identifier "strchr") (argument_list "(__s,0x3a)" (( "(") (identifier "__s") (, ",") (number_literal "0x3a") () ")")))) (; ";")) (if_statement "if (pcVar2 != (char *)0x0) {\n *pcVar2 = '\0';\n }" (if "if") (parenthesized_expression "(pcVar2 != (char *)0x0)" (( "(") (binary_expression "pcVar2 != (char *)0x0" (identifier "pcVar2") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *pcVar2 = '\0';\n }" ({ "{") (expression_statement "*pcVar2 = '\0';" (assignment_expression "*pcVar2 = '\0'" (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (} "}"))) (expression_statement "iVar3 = FUN_0004f8a2(__s,"https");" (assignment_expression "iVar3 = FUN_0004f8a2(__s,"https")" (identifier "iVar3") (= "=") (call_expression "FUN_0004f8a2(__s,"https")" (identifier "FUN_0004f8a2") (argument_list "(__s,"https")" (( "(") (identifier "__s") (, ",") (string_literal ""https"" (" """) (string_content "https") (" """)) () ")")))) (; ";")) (if_statement "if (iVar3 == 0) {\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }\n else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar1 = dcgettext(0,"HTTPS support not compiled in",5);\n uVar1 = FUN_00046ee0(uVar1);\n }" ({ "{") (expression_statement "uVar1 = dcgettext(0,"HTTPS support not compiled in",5);" (assignment_expression "uVar1 = dcgettext(0,"HTTPS support not compiled in",5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,"HTTPS support not compiled in",5)" (identifier "dcgettext") (argument_list "(0,"HTTPS support not compiled in",5)" (( "(") (number_literal "0") (, ",") (string_literal ""HTTPS support not compiled in"" (" """) (string_content "HTTPS support not compiled in") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "uVar1 = FUN_00046ee0(uVar1);" (assignment_expression "uVar1 = FUN_00046ee0(uVar1)" (identifier "uVar1") (= "=") (call_expression "FUN_00046ee0(uVar1)" (identifier "FUN_00046ee0") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")")))) (; ";")) (} "}")) (else_clause "else {\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" (else "else") (compound_statement "{\n uVar1 = FUN_000570a0(__s);\n uVar4 = dcgettext(0,"Unsupported scheme %s",5);\n uVar1 = FUN_00046ee0(uVar4,uVar1);\n }" ({ "{") (expression_statement "uVar1 = FUN_000570a0(__s);" (assignment_expression "uVar1 = FUN_000570a0(__s)" (identifier "uVar1") (= "=") (call_expression "FUN_000570a0(__s)" (identifier "FUN_000570a0") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "uVar4 = dcgettext(0,"Unsupported scheme %s",5);" (assignment_expression "uVar4 = dcgettext(0,"Unsupported scheme %s",5)" (identifier "uVar4") (= "=") (call_expression "dcgettext(0,"Unsupported scheme %s",5)" (identifier "dcgettext") (argument_list "(0,"Unsupported scheme %s",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Unsupported scheme %s"" (" """) (string_content "Unsupported scheme %s") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "uVar1 = FUN_00046ee0(uVar4,uVar1);" (assignment_expression "uVar1 = FUN_00046ee0(uVar4,uVar1)" (identifier "uVar1") (= "=") (call_expression "FUN_00046ee0(uVar4,uVar1)" (identifier "FUN_00046ee0") (argument_list "(uVar4,uVar1)" (( "(") (identifier "uVar4") (, ",") (identifier "uVar1") () ")")))) (; ";")) (} "}")))) (expression_statement "free(__s);" (call_expression "free(__s)" (identifier "free") (argument_list "(__s)" (( "(") (identifier "__s") () ")"))) (; ";")) (} "}")) (else_clause "else {\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" (else "else") (compound_statement "{\n uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);\n uVar1 = FUN_0005756d(uVar1);\n }" ({ "{") (expression_statement "uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);" (assignment_expression "uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5)" (identifier "uVar1") (= "=") (call_expression "dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5)" (identifier "dcgettext") (argument_list "(0,(&PTR_s_No_error_0009a280)[param_2],5)" (( "(") (number_literal "0") (, ",") (subscript_expression "(&PTR_s_No_error_0009a280)[param_2]" (parenthesized_expression "(&PTR_s_No_error_0009a280)" (( "(") (pointer_expression "&PTR_s_No_error_0009a280" (& "&") (identifier "PTR_s_No_error_0009a280")) () ")")) ([ "[") (identifier "param_2") (] "]")) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "uVar1 = FUN_0005756d(uVar1);" (assignment_expression "uVar1 = FUN_0005756d(uVar1)" (identifier "uVar1") (= "=") (call_expression "FUN_0005756d(uVar1)" (identifier "FUN_0005756d") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")")))) (; ";")) (} "}")))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * function_1(char *url,int var_1)
{
char *pcVar1;
char *var_4;
int var_6;
char *fmt;
if (var_1 == 1) {
pcVar1 = var_2(url);
var_4 = var_3(pcVar1,0x3a);
if (var_4 != (char *)0x0) {
*var_4 = '\0';
}
var_6 = var_5(pcVar1,"https");
if (var_6 == 0) {
var_4 = (char *)var_7(0,"HTTPS support not compiled in",5);
var_4 = var_8(var_4);
}
else {
var_4 = var_9(pcVar1);
fmt = (char *)var_7(0,"Unsupported scheme %s",5);
var_4 = var_8(fmt,var_4);
}
var_10(pcVar1);
}
else {
pcVar1 = (char *)var_7(0,parse_errors[var_1],5);
var_4 = var_2(pcVar1);
}
return var_4;
}
| 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(undefined4 param_1,int param_2)
{
undefined4 uVar1;
char *__s;
char *pcVar2;
int iVar3;
undefined4 uVar4;
if (param_2 == 1) {
__s = (char *)FUN_0005756d(param_1);
pcVar2 = strchr(__s,0x3a);
if (pcVar2 != (char *)0x0) {
*pcVar2 = '\0';
}
iVar3 = FUN_0004f8a2(__s,"https");
if (iVar3 == 0) {
uVar1 = dcgettext(0,"HTTPS support not compiled in",5);
uVar1 = FUN_00046ee0(uVar1);
}
else {
uVar1 = FUN_000570a0(__s);
uVar4 = dcgettext(0,"Unsupported scheme %s",5);
uVar1 = FUN_00046ee0(uVar4,uVar1);
}
free(__s);
}
else {
uVar1 = dcgettext(0,(&PTR_s_No_error_0009a280)[param_2],5);
uVar1 = FUN_0005756d(uVar1);
}
return uVar1;
}
|
10176_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
neg_format
|
FUN_00262df0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, true>::neg_format() const */
undefined4 * std::moneypunct<wchar_t,true>::neg_format(void)
{
undefined4 *unaff_retaddr;
undefined4 *in_stack_00000004;
int *in_stack_00000008;
if (*(code **)(*in_stack_00000008 + 0x28) == (code *)PTR_do_neg_format_003a9de0) {
*in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c);
return in_stack_00000004;
}
(**(code **)(*in_stack_00000008 + 0x28))();
return unaff_retaddr;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * FUN_00262df0(undefined4 *param_1,int *param_2)
{
undefined4 *unaff_retaddr;
if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {
*param_1 = *(undefined4 *)(param_2[2] + 0x3c);
return param_1;
}
(**(code **)(*param_2 + 0x28))(param_1,param_2);
return unaff_retaddr;
}
|
PUSH EBX
CALL 0x00036db0
ADD EBX,0x14720a
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x14]
MOV EAX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [EDX]
MOV ECX,dword ptr [ECX + 0x28]
CMP ECX,dword ptr [EBX + 0xfffffde0]
JNZ 0x00262e28
MOV EDX,dword ptr [EDX + 0x8]
MOV EDX,dword ptr [EDX + 0x3c]
MOV dword ptr [EAX],EDX
ADD ESP,0x8
POP EBX
RET 0x4
SUB ESP,0x8
PUSH EDX
PUSH EAX
MOV dword ptr [ESP + 0x20],EAX
CALL ECX
ADD ESP,0xc
MOV EAX,dword ptr [ESP + 0x10]
ADD ESP,0x8
POP EBX
RET 0x4
| null | null | null | null |
[('const-417', u'LOAD_-1204212185'), ('tmp_497', u'LOAD_-1204212185'), (u'CAST_-1204211984', u'INT_EQUAL_-1204212159'), ('const-2', u'PTRADD_-1204211977'), ('tmp_523', u'CAST_-1204211984'), (u'INT_ADD_-1204212130', u'CAST_-1204211972'), (u'CAST_-1204211988', u'LOAD_-1204212180'), ('const-417', u'LOAD_-1204212146'), ('tmp_133', u'CBRANCH_-1204212153'), (u'INDIRECT_-1204211956', u'COPY_-1204212001'), ('tmp_498', u'COPY_-1204212191'), (u'LOAD_-1204212180', u'CALLIND_-1204212072'), ('tmp_497', u'PTRADD_-1204211977'), (u'PTRADD_-1204211977', u'LOAD_-1204212152'), ('const-60', u'INT_ADD_-1204212130'), (u'COPY_-1204212062', u'RETURN_-1204212028'), (u'LOAD_-1204212180', u'INT_EQUAL_-1204212159'), (u'STORE_-1204212139', u'INDIRECT_-1204211976'), ('const-417', u'STORE_-1204212139'), (u'LOAD_-1204212146', u'STORE_-1204212139'), ('tmp_498', u'STORE_-1204212139'), ('const-40', u'INT_ADD_-1204212164'), ('tmp_499', u'COPY_-1204212062'), (u'CAST_-1204211972', u'LOAD_-1204212146'), (u'COPY_-1204212191', u'RETURN_-1204212109'), (u'INT_EQUAL_-1204212159', u'CBRANCH_-1204212153'), (u'INT_ADD_-1204212164', u'CAST_-1204211988'), ('const-417', u'LOAD_-1204212180'), (u'LOAD_-1204212185', u'INT_ADD_-1204212164'), ('const-417', u'LOAD_-1204212152'), ('const-4', u'PTRADD_-1204211977'), ('const-0', u'RETURN_-1204212028'), (u'INDIRECT_-1204211976', u'COPY_-1204212032'), (u'CALLIND_-1204212072', u'INDIRECT_-1204211956'), (u'LOAD_-1204212152', u'INT_ADD_-1204212130'), ('const-0', u'RETURN_-1204212109')]
|
[('tmp_497', u'LOAD_-1204212185'), (u'CAST_-1204211984', u'INT_EQUAL_-1204212159'), ('const-417', u'LOAD_-1204212152'), ('const-417', u'LOAD_-1204212180'), ('const-4', u'PTRADD_-1204211977'), (u'INT_ADD_-1204212130', u'CAST_-1204211972'), (u'CAST_-1204211988', u'LOAD_-1204212180'), ('tmp_133', u'CBRANCH_-1204212153'), (u'INDIRECT_-1204211956', u'COPY_-1204212001'), ('tmp_498', u'COPY_-1204212191'), (u'LOAD_-1204212180', u'CALLIND_-1204212072'), ('const-417', u'STORE_-1204212139'), ('tmp_497', u'PTRADD_-1204211977'), (u'PTRADD_-1204211977', u'LOAD_-1204212152'), ('tmp_498', u'CALLIND_-1204212072'), ('const-60', u'INT_ADD_-1204212130'), (u'COPY_-1204212062', u'RETURN_-1204212028'), (u'LOAD_-1204212180', u'INT_EQUAL_-1204212159'), ('tmp_521', u'CAST_-1204211984'), (u'STORE_-1204212139', u'INDIRECT_-1204211976'), (u'LOAD_-1204212146', u'STORE_-1204212139'), ('tmp_498', u'STORE_-1204212139'), ('const-40', u'INT_ADD_-1204212164'), ('tmp_499', u'COPY_-1204212062'), (u'CAST_-1204211972', u'LOAD_-1204212146'), (u'COPY_-1204212191', u'RETURN_-1204212109'), ('const-2', u'PTRADD_-1204211977'), (u'INT_EQUAL_-1204212159', u'CBRANCH_-1204212153'), (u'INT_ADD_-1204212164', u'CAST_-1204211988'), (u'LOAD_-1204212185', u'INT_ADD_-1204212164'), ('const-417', u'LOAD_-1204212146'), ('const-0', u'RETURN_-1204212028'), (u'INDIRECT_-1204211976', u'COPY_-1204212032'), ('tmp_497', u'CALLIND_-1204212072'), (u'CALLIND_-1204212072', u'INDIRECT_-1204211956'), ('const-417', u'LOAD_-1204212185'), (u'LOAD_-1204212152', u'INT_ADD_-1204212130'), ('const-0', u'RETURN_-1204212109')]
| null | null |
00262df0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 * FUN_00262df0(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}\n\n" comment (function_definition "undefined4 * FUN_00262df0(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}" type_identifier (pointer_declarator "* FUN_00262df0(undefined4 *param_1,int *param_2)" * (function_declarator "FUN_00262df0(undefined4 *param_1,int *param_2)" identifier (parameter_list "(undefined4 *param_1,int *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}" { (declaration "undefined4 *unaff_retaddr;" type_identifier (pointer_declarator "*unaff_retaddr" * identifier) ;) (if_statement "if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0)" ( (binary_expression "*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0" (pointer_expression "*(code **)(*param_2 + 0x28)" * (cast_expression "(code **)(*param_2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x28)" ( (binary_expression "*param_2 + 0x28" (pointer_expression "*param_2" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_003a9de0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }" { (expression_statement "*param_1 = *(undefined4 *)(param_2[2] + 0x3c);" (assignment_expression "*param_1 = *(undefined4 *)(param_2[2] + 0x3c)" (pointer_expression "*param_1" * identifier) = (pointer_expression "*(undefined4 *)(param_2[2] + 0x3c)" * (cast_expression "(undefined4 *)(param_2[2] + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 0x3c)" ( (binary_expression "param_2[2] + 0x3c" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) ))))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "(**(code **)(*param_2 + 0x28))(param_1,param_2);" (call_expression "(**(code **)(*param_2 + 0x28))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x28))" ( (pointer_expression "**(code **)(*param_2 + 0x28)" * (pointer_expression "*(code **)(*param_2 + 0x28)" * (cast_expression "(code **)(*param_2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x28)" ( (binary_expression "*param_2 + 0x28" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return unaff_retaddr;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::moneypunct<wchar_t, true>::neg_format() const */\n\nundefined4 * std::moneypunct<wchar_t,true>::neg_format(void)\n\n{\n undefined4 *unaff_retaddr;\n undefined4 *in_stack_00000004;\n int *in_stack_00000008;\n \n if (*(code **)(*in_stack_00000008 + 0x28) == (code *)PTR_do_neg_format_003a9de0) {\n *in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c);\n return in_stack_00000004;\n }\n (**(code **)(*in_stack_00000008 + 0x28))();\n return unaff_retaddr;\n}\n\n" comment comment (ERROR "undefined4 * std::moneypunct<wchar_t,true>::neg_format(void)" (binary_expression "undefined4 * std::moneypunct<wchar_t,true>::neg_format(void)" (binary_expression "undefined4 * std::moneypunct<wchar_t" (binary_expression "undefined4 * std" identifier * identifier) (ERROR "::moneypunct" : : identifier) < identifier) (ERROR ",true" , true) > (ERROR "::" : :) (call_expression "neg_format(void)" identifier (argument_list "(void)" ( identifier ))))) (compound_statement "{\n undefined4 *unaff_retaddr;\n undefined4 *in_stack_00000004;\n int *in_stack_00000008;\n \n if (*(code **)(*in_stack_00000008 + 0x28) == (code *)PTR_do_neg_format_003a9de0) {\n *in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c);\n return in_stack_00000004;\n }\n (**(code **)(*in_stack_00000008 + 0x28))();\n return unaff_retaddr;\n}" { (declaration "undefined4 *unaff_retaddr;" type_identifier (pointer_declarator "*unaff_retaddr" * identifier) ;) (declaration "undefined4 *in_stack_00000004;" type_identifier (pointer_declarator "*in_stack_00000004" * identifier) ;) (declaration "int *in_stack_00000008;" primitive_type (pointer_declarator "*in_stack_00000008" * identifier) ;) (if_statement "if (*(code **)(*in_stack_00000008 + 0x28) == (code *)PTR_do_neg_format_003a9de0) {\n *in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c);\n return in_stack_00000004;\n }" if (parenthesized_expression "(*(code **)(*in_stack_00000008 + 0x28) == (code *)PTR_do_neg_format_003a9de0)" ( (binary_expression "*(code **)(*in_stack_00000008 + 0x28) == (code *)PTR_do_neg_format_003a9de0" (pointer_expression "*(code **)(*in_stack_00000008 + 0x28)" * (cast_expression "(code **)(*in_stack_00000008 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*in_stack_00000008 + 0x28)" ( (binary_expression "*in_stack_00000008 + 0x28" (pointer_expression "*in_stack_00000008" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_do_neg_format_003a9de0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n *in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c);\n return in_stack_00000004;\n }" { (expression_statement "*in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c);" (assignment_expression "*in_stack_00000004 = *(undefined4 *)(in_stack_00000008[2] + 0x3c)" (pointer_expression "*in_stack_00000004" * identifier) = (pointer_expression "*(undefined4 *)(in_stack_00000008[2] + 0x3c)" * (cast_expression "(undefined4 *)(in_stack_00000008[2] + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000008[2] + 0x3c)" ( (binary_expression "in_stack_00000008[2] + 0x3c" (subscript_expression "in_stack_00000008[2]" identifier [ number_literal ]) + number_literal) ))))) ;) (return_statement "return in_stack_00000004;" return identifier ;) })) (expression_statement "(**(code **)(*in_stack_00000008 + 0x28))();" (call_expression "(**(code **)(*in_stack_00000008 + 0x28))()" (parenthesized_expression "(**(code **)(*in_stack_00000008 + 0x28))" ( (pointer_expression "**(code **)(*in_stack_00000008 + 0x28)" * (pointer_expression "*(code **)(*in_stack_00000008 + 0x28)" * (cast_expression "(code **)(*in_stack_00000008 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*in_stack_00000008 + 0x28)" ( (binary_expression "*in_stack_00000008 + 0x28" (pointer_expression "*in_stack_00000008" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return unaff_retaddr;" return identifier ;) }))
|
(translation_unit "undefined4 * FUN_00262df0(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}\n\n" (function_definition "undefined4 * FUN_00262df0(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}" type_identifier (pointer_declarator "* FUN_00262df0(undefined4 *param_1,int *param_2)" * (function_declarator "FUN_00262df0(undefined4 *param_1,int *param_2)" identifier (parameter_list "(undefined4 *param_1,int *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}" { (declaration "undefined4 *unaff_retaddr;" type_identifier (pointer_declarator "*unaff_retaddr" * identifier) ;) (if_statement "if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }" if (parenthesized_expression "(*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0)" ( (binary_expression "*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0" (pointer_expression "*(code **)(*param_2 + 0x28)" * (cast_expression "(code **)(*param_2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x28)" ( (binary_expression "*param_2 + 0x28" (pointer_expression "*param_2" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_003a9de0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }" { (expression_statement "*param_1 = *(undefined4 *)(param_2[2] + 0x3c);" (assignment_expression "*param_1 = *(undefined4 *)(param_2[2] + 0x3c)" (pointer_expression "*param_1" * identifier) = (pointer_expression "*(undefined4 *)(param_2[2] + 0x3c)" * (cast_expression "(undefined4 *)(param_2[2] + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2[2] + 0x3c)" ( (binary_expression "param_2[2] + 0x3c" (subscript_expression "param_2[2]" identifier [ number_literal ]) + number_literal) ))))) ;) (return_statement "return param_1;" return identifier ;) })) (expression_statement "(**(code **)(*param_2 + 0x28))(param_1,param_2);" (call_expression "(**(code **)(*param_2 + 0x28))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x28))" ( (pointer_expression "**(code **)(*param_2 + 0x28)" * (pointer_expression "*(code **)(*param_2 + 0x28)" * (cast_expression "(code **)(*param_2 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x28)" ( (binary_expression "*param_2 + 0x28" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return unaff_retaddr;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (return_statement return IDENT ;) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT ))) ;) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 * FUN_00262df0(undefined4 *param_1,int *param_2)\n\n{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}" (type_identifier "undefined4") (pointer_declarator "* FUN_00262df0(undefined4 *param_1,int *param_2)" (* "*") (function_declarator "FUN_00262df0(undefined4 *param_1,int *param_2)" (identifier "FUN_00262df0") (parameter_list "(undefined4 *param_1,int *param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n undefined4 *unaff_retaddr;\n \n if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }\n (**(code **)(*param_2 + 0x28))(param_1,param_2);\n return unaff_retaddr;\n}" ({ "{") (declaration "undefined4 *unaff_retaddr;" (type_identifier "undefined4") (pointer_declarator "*unaff_retaddr" (* "*") (identifier "unaff_retaddr")) (; ";")) (if_statement "if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }" (if "if") (parenthesized_expression "(*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0)" (( "(") (binary_expression "*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0" (pointer_expression "*(code **)(*param_2 + 0x28)" (* "*") (cast_expression "(code **)(*param_2 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x28)" (( "(") (binary_expression "*param_2 + 0x28" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x28")) () ")")))) (== "==") (cast_expression "(code *)PTR_FUN_003a9de0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_003a9de0"))) () ")")) (compound_statement "{\n *param_1 = *(undefined4 *)(param_2[2] + 0x3c);\n return param_1;\n }" ({ "{") (expression_statement "*param_1 = *(undefined4 *)(param_2[2] + 0x3c);" (assignment_expression "*param_1 = *(undefined4 *)(param_2[2] + 0x3c)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "*(undefined4 *)(param_2[2] + 0x3c)" (* "*") (cast_expression "(undefined4 *)(param_2[2] + 0x3c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2[2] + 0x3c)" (( "(") (binary_expression "param_2[2] + 0x3c" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "(**(code **)(*param_2 + 0x28))(param_1,param_2);" (call_expression "(**(code **)(*param_2 + 0x28))(param_1,param_2)" (parenthesized_expression "(**(code **)(*param_2 + 0x28))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x28)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x28)" (* "*") (cast_expression "(code **)(*param_2 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x28)" (( "(") (binary_expression "*param_2 + 0x28" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return unaff_retaddr;" (return "return") (identifier "unaff_retaddr") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::moneypunct<wchar_t, true>::neg_format() const */
type_1 * std::moneypunct<wchar_t,true>::neg_format(void)
{
type_1 *unaff_retaddr;
type_1 *in_stack_00000004;
int *in_stack_00000008;
if (*(type_2 **)(*in_stack_00000008 + 0x28) == (type_2 *)PTR_do_neg_format_003a9de0) {
*in_stack_00000004 = *(type_1 *)(in_stack_00000008[2] + 0x3c);
return in_stack_00000004;
}
(**(type_2 **)(*in_stack_00000008 + 0x28))();
return unaff_retaddr;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (return_statement (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 * MASKED(undefined4 *param_1,int *param_2)
{
undefined4 *unaff_retaddr;
if (*(code **)(*param_2 + 0x28) == (code *)PTR_FUN_003a9de0) {
*param_1 = *(undefined4 *)(param_2[2] + 0x3c);
return param_1;
}
(**(code **)(*param_2 + 0x28))(param_1,param_2);
return unaff_retaddr;
}
|
2433_bash_and_bash_strip.c
|
sigprocmask
|
sigprocmask
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* sigprocmask@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207201682')]
|
[('const-1', u'RETURN_-1207201682')]
| null | null |
00149064
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" identifier (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" ( (parameter_declaration "int __how" primitive_type identifier) , (parameter_declaration "sigset_t *__set" type_identifier (pointer_declarator "*__set" * identifier)) , (parameter_declaration "sigset_t *__oset" type_identifier (pointer_declarator "*__oset" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sigprocmask@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sigprocmask@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" identifier (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" ( (parameter_declaration "int __how" primitive_type identifier) , (parameter_declaration "sigset_t *__set" type_identifier (pointer_declarator "*__set" * identifier)) , (parameter_declaration "sigset_t *__oset" type_identifier (pointer_declarator "*__oset" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* sigprocmask@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" identifier (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" ( (parameter_declaration "int __how" primitive_type identifier) , (parameter_declaration "sigset_t *__set" type_identifier (pointer_declarator "*__set" * identifier)) , (parameter_declaration "sigset_t *__oset" type_identifier (pointer_declarator "*__oset" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "int sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "sigprocmask(int __how,sigset_t *__set,sigset_t *__oset)" (identifier "sigprocmask") (parameter_list "(int __how,sigset_t *__set,sigset_t *__oset)" (( "(") (parameter_declaration "int __how" (primitive_type "int") (identifier "__how")) (, ",") (parameter_declaration "sigset_t *__set" (type_identifier "sigset_t") (pointer_declarator "*__set" (* "*") (identifier "__set"))) (, ",") (parameter_declaration "sigset_t *__oset" (type_identifier "sigset_t") (pointer_declarator "*__oset" (* "*") (identifier "__oset"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __how,type_1 *__set,type_1 *__oset)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* sigprocmask@@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)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __how,sigset_t *__set,sigset_t *__oset)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9199_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
operator>>
|
FUN_0026ddb0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(long&) */
void __thiscall std::istream::operator>>(istream *this,long *param_1)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0026ddb0(undefined4 param_1,undefined4 param_2)
{
FUN_0026dc70(param_1,param_2);
return;
}
|
PUSH EBX
CALL 0x0003a210
ADD EBX,0x1a624a
SUB ESP,0x10
PUSH dword ptr [ESP + 0x1c]
PUSH dword ptr [ESP + 0x1c]
CALL 0x0026dc70
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[('const-1', u'RETURN_-1204167230')]
|
[('tmp_263', u'CALL_-1204167182'), ('const-0', u'RETURN_-1204167154'), ('tmp_262', u'CALL_-1204167182')]
| null | null |
0026ddb0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0026ddb0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026dc70(param_1,param_2);\n return;\n}\n\n" comment (function_definition "void FUN_0026ddb0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026dc70(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0026ddb0(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_0026dc70(param_1,param_2);\n return;\n}" { (expression_statement "FUN_0026dc70(param_1,param_2);" (call_expression "FUN_0026dc70(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::istream::TEMPNAMEPLACEHOLDERVALUE(long&) */\n\nvoid __thiscall std::istream::operator>>(istream *this,long *param_1)\n\n{\n}\n\n" comment comment (ERROR "void __thiscall std::istream::operator>>(istream *this,long *param_1)" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::istream::operator>>(istream" identifier : : identifier : : identifier >> ( identifier) (pointer_declarator "*this" * identifier) , (ERROR "long" identifier) (pointer_declarator "*param_1" * identifier) )) (compound_statement "{\n}" { }))
|
(translation_unit "void FUN_0026ddb0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026dc70(param_1,param_2);\n return;\n}\n\n" (function_definition "void FUN_0026ddb0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026dc70(param_1,param_2);\n return;\n}" primitive_type (function_declarator "FUN_0026ddb0(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n FUN_0026dc70(param_1,param_2);\n return;\n}" { (expression_statement "FUN_0026dc70(param_1,param_2);" (call_expression "FUN_0026dc70(param_1,param_2)" identifier (argument_list "(param_1,param_2)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0026ddb0(undefined4 param_1,undefined4 param_2)\n\n{\n FUN_0026dc70(param_1,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0026ddb0(undefined4 param_1,undefined4 param_2)" (identifier "FUN_0026ddb0") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_0026dc70(param_1,param_2);\n return;\n}" ({ "{") (expression_statement "FUN_0026dc70(param_1,param_2);" (call_expression "FUN_0026dc70(param_1,param_2)" (identifier "FUN_0026dc70") (argument_list "(param_1,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::istream::TEMPNAMEPLACEHOLDERVALUE(long&) */
void __thiscall std::istream::operator>>(istream *this,long *param_1)
{
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1,undefined4 param_2)
{
FUN_0026dc70(param_1,param_2);
return;
}
|
166_aarch64-linux-gnu-ld_and_aarch64-linux-gnu-ld_strip.c
|
bfd_plugin_target_p
|
bfd_plugin_target_p
|
void bfd_plugin_target_p(void)
{
(*(code *)PTR_bfd_plugin_target_p_001c22c4)();
return;
}
|
void bfd_plugin_target_p(void)
{
(*(code *)PTR_bfd_plugin_target_p_001c22c4)();
return;
}
|
JMP dword ptr [EBX + 0x2c4]
| null | null | null | null |
[(u'CAST_-1205965961', u'CALLIND_-1205966038'), (u'CALLIND_-1205966038', u'INDIRECT_-1205965966'), ('tmp_58', u'CAST_-1205965961'), ('const-0', u'RETURN_-1205966035'), (u'INDIRECT_-1205965966', u'COPY_-1205966025')]
|
[(u'CAST_-1205965961', u'CALLIND_-1205966038'), (u'CALLIND_-1205966038', u'INDIRECT_-1205965966'), ('tmp_58', u'CAST_-1205965961'), ('const-0', u'RETURN_-1205966035'), (u'INDIRECT_-1205965966', u'COPY_-1205966025')]
| null | null |
00016b20
|
x86
|
O1
|
(translation_unit "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}\n\n" (function_definition "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_target_p(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_plugin_target_p_001c22c4)();" (call_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)" ( (pointer_expression "*(code *)PTR_bfd_plugin_target_p_001c22c4" * (cast_expression "(code *)PTR_bfd_plugin_target_p_001c22c4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}\n\n" (function_definition "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_target_p(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_plugin_target_p_001c22c4)();" (call_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)" ( (pointer_expression "*(code *)PTR_bfd_plugin_target_p_001c22c4" * (cast_expression "(code *)PTR_bfd_plugin_target_p_001c22c4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}\n\n" (function_definition "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" primitive_type (function_declarator "bfd_plugin_target_p(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_plugin_target_p_001c22c4)();" (call_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)" ( (pointer_expression "*(code *)PTR_bfd_plugin_target_p_001c22c4" * (cast_expression "(code *)PTR_bfd_plugin_target_p_001c22c4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(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)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_plugin_target_p(void)\n\n{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_plugin_target_p(void)" (identifier "bfd_plugin_target_p") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_plugin_target_p_001c22c4)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_plugin_target_p_001c22c4)();" (call_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)()" (parenthesized_expression "(*(code *)PTR_bfd_plugin_target_p_001c22c4)" (( "(") (pointer_expression "*(code *)PTR_bfd_plugin_target_p_001c22c4" (* "*") (cast_expression "(code *)PTR_bfd_plugin_target_p_001c22c4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_plugin_target_p_001c22c4"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_plugin_target_p_001c22c4)();
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 argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_001c22c4)();
return;
}
|
11437_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
wcslen
|
wcslen
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t wcslen(wchar_t *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* wcslen@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t wcslen(wchar_t *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1201741422')]
|
[('const-1', u'RETURN_-1201741422')]
| null | null |
0041e188
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t wcslen(wchar_t *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t wcslen(wchar_t *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "wcslen(wchar_t *__s)" identifier (parameter_list "(wchar_t *__s)" ( (parameter_declaration "wchar_t *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t wcslen(wchar_t *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* wcslen@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t wcslen(wchar_t *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* wcslen@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "wcslen(wchar_t *__s)" identifier (parameter_list "(wchar_t *__s)" ( (parameter_declaration "wchar_t *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* wcslen@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "size_t wcslen(wchar_t *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t wcslen(wchar_t *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "wcslen(wchar_t *__s)" identifier (parameter_list "(wchar_t *__s)" ( (parameter_declaration "wchar_t *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "size_t wcslen(wchar_t *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "wcslen(wchar_t *__s)" (identifier "wcslen") (parameter_list "(wchar_t *__s)" (( "(") (parameter_declaration "wchar_t *__s" (type_identifier "wchar_t") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(type_1 *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* wcslen@@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 function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(wchar_t *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
531_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
FUN_0003fe4f
|
FUN_0003fe4f
|
void FUN_0003fe4f(void)
{
int unaff_EBP;
operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);
if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {
operator_delete(*(void **)(unaff_EBP + -0x60));
}
if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {
operator_delete(*(void **)(unaff_EBP + -0x48));
}
if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {
operator_delete(*(void **)(unaff_EBP + -0x30));
}
if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {
operator_delete(*(void **)(unaff_EBP + -0x3c0));
}
if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {
operator_delete(*(void **)(unaff_EBP + -0x3d8));
}
if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {
operator_delete(*(void **)(unaff_EBP + -0x3f0));
}
if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {
operator_delete(*(void **)(unaff_EBP + -0x408));
}
if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {
operator_delete(*(void **)(unaff_EBP + -0x420));
}
if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {
operator_delete(*(void **)(unaff_EBP + -0x438));
}
if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {
operator_delete(*(void **)(unaff_EBP + -0x450));
}
if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {
operator_delete(*(void **)(unaff_EBP + -0x468));
}
if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {
operator_delete(*(void **)(unaff_EBP + -0x480));
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void __regparm3 FUN_0003fe4f(undefined4 param_1)
{
int unaff_EBP;
FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);
if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x60));
}
if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x48));
}
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x30));
}
if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));
}
if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));
}
if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));
}
if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x408));
}
if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x420));
}
if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x438));
}
if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x450));
}
if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x468));
}
if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x480));
}
/* WARNING: Subroutine does not return */
FUN_004451f0();
}
|
PUSH EAX
MOV EBX,ESI
PUSH EAX
PUSH 0x38
PUSH dword ptr [EBP + 0xfffffb34]
CALL 0x003ae060
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x60]
CMP EAX,dword ptr [EBP + 0xfffffb5c]
JZ 0x0003fe7c
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x48]
CMP EAX,dword ptr [EBP + 0xfffffb6c]
JZ 0x0003fe95
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x30]
CMP EAX,dword ptr [EBP + 0xfffffb74]
JZ 0x0003dae4
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
JMP 0x0003dae4
| null | null | null | null |
[(u'INT_ADD_-1206068269', u'CAST_-1206067346'), (u'INT_NOTEQUAL_-1206068122', u'CBRANCH_-1206068118'), (u'INT_ADD_-1206067984', u'CAST_-1206067219'), (u'LOAD_-1206068009', u'CALL_-1206067954'), (u'CAST_-1206067376', u'LOAD_-1206068354'), ('const-417', u'LOAD_-1206067793'), (u'INT_NOTEQUAL_-1206068053', u'CBRANCH_-1206068049'), (u'INT_ADD_-1206067777', u'CAST_-1206067129'), ('const-417', u'LOAD_-1206068354'), (u'LOAD_-1206068009', u'INT_NOTEQUAL_-1206067984'), (u'INT_NOTEQUAL_-1206067777', u'CBRANCH_-1206067773'), ('tmp_459', u'CBRANCH_-1206068325'), (u'INT_NOTEQUAL_-1206068191', u'CBRANCH_-1206068187'), ('tmp_2451', u'INT_ADD_-1206067786'), ('const-56', u'CALL_-1206059405'), ('tmp_2451', u'INT_ADD_-1206067993'), (u'INT_ADD_-1206068260', u'CAST_-1206067339'), (u'INT_ADD_-1206068062', u'CAST_-1206067256'), (u'INT_ADD_-1206068338', u'CAST_-1206067376'), (u'INT_NOTEQUAL_-1206067915', u'CBRANCH_-1206067911'), ('tmp_2451', u'INT_ADD_-1206068269'), ('const-4294966264', u'INT_ADD_-1206068131'), (u'LOAD_-1206068078', u'CALL_-1206068023'), (u'LOAD_-1206068345', u'INT_NOTEQUAL_-1206068329'), (u'CAST_-1206067339', u'LOAD_-1206068276'), ('const-417', u'LOAD_-1206067931'), ('tmp_2451', u'INT_ADD_-1206059309'), ('tmp_1371', u'CBRANCH_-1206067773'), ('const-4294966044', u'INT_ADD_-1206067984'), ('const-4294966048', u'INT_ADD_-1206067915'), ('tmp_2451', u'INT_ADD_-1206067846'), ('const-417', u'LOAD_-1206067802'), ('const-4294967224', u'INT_ADD_-1206059309'), (u'CAST_-1206067256', u'LOAD_-1206068078'), (u'INT_ADD_-1206059309', u'CAST_-1206058268'), (u'LOAD_-1206067802', u'INT_NOTEQUAL_-1206067777'), (u'INT_ADD_-1206059375', u'CAST_-1206058295'), ('const-4294966132', u'INT_ADD_-1206059237'), ('tmp_2451', u'INT_ADD_-1206067924'), (u'LOAD_-1206067871', u'CALL_-1206067816'), ('const-4294966032', u'INT_ADD_-1206068191'), ('tmp_2451', u'INT_ADD_-1206067915'), (u'CAST_-1206067129', u'LOAD_-1206067793'), ('const-4294966024', u'INT_ADD_-1206068329'), ('tmp_2451', u'INT_ADD_-1206059303'), (u'LOAD_-1206059325', u'INT_NOTEQUAL_-1206059303'), (u'CAST_-1206058291', u'LOAD_-1206059385'), (u'LOAD_-1206068354', u'INT_NOTEQUAL_-1206068329'), ('tmp_2451', u'INT_ADD_-1206068131'), (u'LOAD_-1206059422', u'CALL_-1206059405'), (u'CAST_-1206067219', u'LOAD_-1206068000'), ('tmp_2451', u'INT_ADD_-1206059243'), (u'LOAD_-1206068285', u'CALL_-1206068230'), (u'LOAD_-1206068216', u'CALL_-1206068161'), (u'CAST_-1206067279', u'LOAD_-1206068138'), (u'INT_ADD_-1206067855', u'CAST_-1206067166'), ('const-4294966028', u'INT_ADD_-1206068260'), ('tmp_2451', u'INT_ADD_-1206068260'), ('const-4294966144', u'INT_ADD_-1206067786'), (u'LOAD_-1206059253', u'INT_NOTEQUAL_-1206059237'), ('const-1', u'RETURN_-1206067703'), (u'CAST_-1206058264', u'LOAD_-1206059319'), (u'INT_ADD_-1206067915', u'CAST_-1206067189'), ('tmp_2451', u'INT_ADD_-1206059406'), ('const-417', u'LOAD_-1206068216'), (u'CAST_-1206067309', u'LOAD_-1206068207'), (u'INT_NOTEQUAL_-1206059303', u'CBRANCH_-1206059299'), ('tmp_2451', u'INT_ADD_-1206068122'), (u'LOAD_-1206059259', u'CALL_-1206059203'), ('const-417', u'LOAD_-1206068345'), (u'LOAD_-1206068147', u'INT_NOTEQUAL_-1206068122'), (u'CAST_-1206067249', u'LOAD_-1206068069'), (u'CAST_-1206058241', u'LOAD_-1206059259'), (u'LOAD_-1206067871', u'INT_NOTEQUAL_-1206067846'), (u'LOAD_-1206067793', u'INT_NOTEQUAL_-1206067777'), (u'LOAD_-1206068216', u'INT_NOTEQUAL_-1206068191'), ('const-417', u'LOAD_-1206059253'), (u'LOAD_-1206068147', u'CALL_-1206068092'), ('const-4294966108', u'INT_ADD_-1206059369'), ('const-4294966336', u'INT_ADD_-1206068338'), (u'INT_ADD_-1206068191', u'CAST_-1206067309'), (u'LOAD_-1206059325', u'CALL_-1206059273'), ('const-417', u'LOAD_-1206068207'), (u'CAST_-1206067189', u'LOAD_-1206067931'), (u'INT_ADD_-1206059406', u'CAST_-1206058310'), ('tmp_2451', u'INT_ADD_-1206068329'), (u'LOAD_-1206059319', u'INT_NOTEQUAL_-1206059303'), ('const-417', u'LOAD_-1206068078'), (u'INT_ADD_-1206059369', u'CAST_-1206058291'), ('tmp_2451', u'INT_ADD_-1206059369'), ('tmp_2451', u'INT_ADD_-1206068191'), ('const-417', u'LOAD_-1206068069'), (u'LOAD_-1206067940', u'INT_NOTEQUAL_-1206067915'), ('const-4294966068', u'INT_ADD_-1206059406'), ('const-417', u'LOAD_-1206059259'), ('const-4294966312', u'INT_ADD_-1206068269'), (u'LOAD_-1206059385', u'INT_NOTEQUAL_-1206059369'), ('tmp_687', u'CBRANCH_-1206068187'), (u'LOAD_-1206067802', u'CALL_-1206067747'), ('const-417', u'LOAD_-1206068138'), ('tmp_1257', u'CBRANCH_-1206067842'), (u'INT_ADD_-1206067993', u'CAST_-1206067226'), (u'LOAD_-1206067931', u'INT_NOTEQUAL_-1206067915'), (u'CAST_-1206067226', u'LOAD_-1206068009'), ('const-4294966052', u'INT_ADD_-1206067846'), (u'INT_NOTEQUAL_-1206059369', u'CBRANCH_-1206059365'), (u'INT_ADD_-1206059243', u'CAST_-1206058241'), ('tmp_2451', u'INT_ADD_-1206059237'), ('tmp_2451', u'INT_ADD_-1206067855'), (u'LOAD_-1206067940', u'CALL_-1206067885'), (u'CAST_-1206067346', u'LOAD_-1206068285'), ('const-4294966288', u'INT_ADD_-1206068200'), ('const-4294966216', u'INT_ADD_-1206067993'), ('tmp_230', u'CBRANCH_-1206059299'), ('tmp_2451', u'INT_ADD_-1206067777'), ('const-4294966036', u'INT_ADD_-1206068122'), (u'INT_ADD_-1206067846', u'CAST_-1206067159'), (u'INT_ADD_-1206059303', u'CAST_-1206058264'), (u'CAST_-1206058268', u'LOAD_-1206059325'), (u'LOAD_-1206059391', u'CALL_-1206059339'), (u'CAST_-1206067196', u'LOAD_-1206067940'), ('tmp_2451', u'INT_ADD_-1206068200'), (u'LOAD_-1206067862', u'INT_NOTEQUAL_-1206067846'), (u'CAST_-1206058295', u'LOAD_-1206059391'), ('tmp_573', u'CBRANCH_-1206068256'), (u'INT_ADD_-1206068122', u'CAST_-1206067279'), (u'CAST_-1206067159', u'LOAD_-1206067862'), (u'LOAD_-1206068000', u'INT_NOTEQUAL_-1206067984'), (u'INT_ADD_-1206068200', u'CAST_-1206067316'), ('const-417', u'LOAD_-1206068147'), ('const-417', u'LOAD_-1206067862'), ('tmp_1143', u'CBRANCH_-1206067911'), ('const-417', u'LOAD_-1206068285'), ('tmp_2451', u'INT_ADD_-1206068338'), (u'LOAD_-1206068276', u'INT_NOTEQUAL_-1206068260'), ('tmp_2451', u'INT_ADD_-1206059375'), (u'INT_ADD_-1206067786', u'CAST_-1206067136'), (u'LOAD_-1206068138', u'INT_NOTEQUAL_-1206068122'), ('const-4294966240', u'INT_ADD_-1206068062'), ('tmp_416', u'BRANCH_-1206059188'), ('const-4294966056', u'INT_ADD_-1206067777'), (u'LOAD_-1206068069', u'INT_NOTEQUAL_-1206068053'), ('tmp_1029', u'CBRANCH_-1206067980'), ('tmp_344', u'CBRANCH_-1206059233'), ('const-417', u'LOAD_-1206067940'), ('const-417', u'LOAD_-1206059325'), (u'CAST_-1206067286', u'LOAD_-1206068147'), ('const-417', u'LOAD_-1206059422'), ('const-417', u'LOAD_-1206059391'), ('const-417', u'LOAD_-1206068276'), (u'INT_ADD_-1206068329', u'CAST_-1206067369'), (u'INT_NOTEQUAL_-1206068329', u'CBRANCH_-1206068325'), (u'LOAD_-1206068285', u'INT_NOTEQUAL_-1206068260'), ('tmp_801', u'CBRANCH_-1206068118'), ('const-417', u'LOAD_-1206068009'), ('const-417', u'LOAD_-1206067871'), (u'LOAD_-1206059259', u'INT_NOTEQUAL_-1206059237'), (u'INT_NOTEQUAL_-1206067846', u'CBRANCH_-1206067842'), (u'INT_ADD_-1206068053', u'CAST_-1206067249'), (u'CAST_-1206067166', u'LOAD_-1206067871'), ('const-417', u'LOAD_-1206068000'), ('const-4294967200', u'INT_ADD_-1206059375'), ('const-417', u'LOAD_-1206059319'), (u'INT_ADD_-1206067924', u'CAST_-1206067196'), (u'LOAD_-1206068207', u'INT_NOTEQUAL_-1206068191'), ('tmp_915', u'CBRANCH_-1206068049'), (u'CAST_-1206058237', u'LOAD_-1206059253'), (u'INT_NOTEQUAL_-1206059237', u'CBRANCH_-1206059233'), ('tmp_116', u'CBRANCH_-1206059365'), (u'INT_NOTEQUAL_-1206068260', u'CBRANCH_-1206068256'), (u'CAST_-1206067369', u'LOAD_-1206068345'), ('const-4294967248', u'INT_ADD_-1206059243'), (u'INT_NOTEQUAL_-1206067984', u'CBRANCH_-1206067980'), (u'INT_ADD_-1206068131', u'CAST_-1206067286'), ('const-4294966192', u'INT_ADD_-1206067924'), (u'LOAD_-1206059391', u'INT_NOTEQUAL_-1206059369'), (u'LOAD_-1206068354', u'CALL_-1206068299'), (u'CAST_-1206058310', u'LOAD_-1206059422'), ('const-4294966040', u'INT_ADD_-1206068053'), (u'LOAD_-1206068078', u'INT_NOTEQUAL_-1206068053'), ('tmp_2451', u'INT_ADD_-1206068062'), ('const-4294966124', u'INT_ADD_-1206059303'), ('const-417', u'LOAD_-1206059385'), ('tmp_2451', u'INT_ADD_-1206067984'), (u'CAST_-1206067136', u'LOAD_-1206067802'), (u'INT_ADD_-1206059237', u'CAST_-1206058237'), ('tmp_2451', u'INT_ADD_-1206068053'), ('const-4294966168', u'INT_ADD_-1206067855'), (u'CAST_-1206067316', u'LOAD_-1206068216')]
|
[('const-417', u'LOAD_-1206068147'), (u'INT_NOTEQUAL_-1206068122', u'CBRANCH_-1206068118'), (u'INT_ADD_-1206067993', u'CAST_-1206067228'), (u'LOAD_-1206068009', u'CALL_-1206067954'), (u'INT_ADD_-1206059375', u'CAST_-1206058297'), ('tmp_2446', u'INT_ADD_-1206067777'), (u'INT_NOTEQUAL_-1206068053', u'CBRANCH_-1206068049'), ('tmp_2446', u'INT_ADD_-1206059237'), (u'CAST_-1206067161', u'LOAD_-1206067862'), ('tmp_2446', u'INT_ADD_-1206067915'), (u'LOAD_-1206068009', u'INT_NOTEQUAL_-1206067984'), (u'INT_NOTEQUAL_-1206067777', u'CBRANCH_-1206067773'), ('tmp_459', u'CBRANCH_-1206068325'), (u'INT_NOTEQUAL_-1206068191', u'CBRANCH_-1206068187'), (u'CAST_-1206067131', u'LOAD_-1206067793'), (u'CAST_-1206058293', u'LOAD_-1206059385'), (u'INT_ADD_-1206068191', u'CAST_-1206067311'), ('tmp_2446', u'INT_ADD_-1206068191'), (u'INT_ADD_-1206068269', u'CAST_-1206067348'), (u'CAST_-1206067258', u'LOAD_-1206068078'), (u'INT_NOTEQUAL_-1206067915', u'CBRANCH_-1206067911'), ('tmp_2446', u'INT_ADD_-1206059406'), ('const-4294966264', u'INT_ADD_-1206068131'), ('const-417', u'LOAD_-1206067793'), (u'LOAD_-1206068078', u'CALL_-1206068023'), (u'INT_ADD_-1206068338', u'CAST_-1206067378'), (u'LOAD_-1206068345', u'INT_NOTEQUAL_-1206068329'), ('const-417', u'LOAD_-1206068285'), ('const-417', u'LOAD_-1206067802'), ('tmp_1371', u'CBRANCH_-1206067773'), ('const-417', u'LOAD_-1206059325'), ('tmp_2446', u'INT_ADD_-1206068122'), ('const-4294966044', u'INT_ADD_-1206067984'), (u'INT_ADD_-1206059406', u'CAST_-1206058312'), ('const-4294966048', u'INT_ADD_-1206067915'), ('const-4294967224', u'INT_ADD_-1206059309'), (u'INT_ADD_-1206068200', u'CAST_-1206067318'), (u'LOAD_-1206067802', u'INT_NOTEQUAL_-1206067777'), ('const-4294966132', u'INT_ADD_-1206059237'), (u'LOAD_-1206067871', u'CALL_-1206067816'), ('const-4294966032', u'INT_ADD_-1206068191'), (u'CAST_-1206058243', u'LOAD_-1206059259'), ('const-417', u'LOAD_-1206068345'), ('const-4294966024', u'INT_ADD_-1206068329'), (u'CAST_-1206067371', u'LOAD_-1206068345'), (u'LOAD_-1206059325', u'INT_NOTEQUAL_-1206059303'), ('tmp_2446', u'INT_ADD_-1206059243'), (u'LOAD_-1206068354', u'INT_NOTEQUAL_-1206068329'), (u'CAST_-1206067168', u'LOAD_-1206067871'), ('const-417', u'LOAD_-1206068276'), ('const-417', u'LOAD_-1206067862'), (u'INT_ADD_-1206068131', u'CAST_-1206067288'), (u'CAST_-1206067311', u'LOAD_-1206068207'), (u'LOAD_-1206059422', u'CALL_-1206059405'), (u'LOAD_-1206068285', u'CALL_-1206068230'), (u'CAST_-1206058312', u'LOAD_-1206059422'), ('const-56', u'CALL_-1206059405'), (u'LOAD_-1206068216', u'CALL_-1206068161'), (u'CAST_-1206067138', u'LOAD_-1206067802'), ('const-4294966028', u'INT_ADD_-1206068260'), ('const-4294966144', u'INT_ADD_-1206067786'), (u'INT_ADD_-1206067855', u'CAST_-1206067168'), (u'LOAD_-1206059253', u'INT_NOTEQUAL_-1206059237'), ('const-1', u'RETURN_-1206067703'), (u'INT_ADD_-1206059369', u'CAST_-1206058293'), (u'CAST_-1206067281', u'LOAD_-1206068138'), ('tmp_2446', u'INT_ADD_-1206068269'), ('tmp_2446', u'INT_ADD_-1206059309'), (u'INT_NOTEQUAL_-1206059303', u'CBRANCH_-1206059299'), (u'CAST_-1206067318', u'LOAD_-1206068216'), (u'LOAD_-1206059259', u'CALL_-1206059203'), (u'LOAD_-1206068147', u'INT_NOTEQUAL_-1206068122'), (u'CAST_-1206058266', u'LOAD_-1206059319'), (u'LOAD_-1206067871', u'INT_NOTEQUAL_-1206067846'), ('const-417', u'LOAD_-1206067871'), (u'LOAD_-1206067793', u'INT_NOTEQUAL_-1206067777'), (u'LOAD_-1206068216', u'INT_NOTEQUAL_-1206068191'), (u'CAST_-1206067288', u'LOAD_-1206068147'), (u'LOAD_-1206068147', u'CALL_-1206068092'), (u'CAST_-1206058297', u'LOAD_-1206059391'), ('const-417', u'LOAD_-1206068009'), ('const-417', u'LOAD_-1206068207'), ('const-417', u'LOAD_-1206059319'), ('const-4294966108', u'INT_ADD_-1206059369'), ('const-4294966336', u'INT_ADD_-1206068338'), ('const-417', u'LOAD_-1206068069'), (u'INT_ADD_-1206067924', u'CAST_-1206067198'), (u'LOAD_-1206059325', u'CALL_-1206059273'), (u'LOAD_-1206059319', u'INT_NOTEQUAL_-1206059303'), ('tmp_2446', u'INT_ADD_-1206067984'), (u'LOAD_-1206067940', u'INT_NOTEQUAL_-1206067915'), (u'CAST_-1206067378', u'LOAD_-1206068354'), ('tmp_2446', u'INT_ADD_-1206067993'), (u'INT_ADD_-1206067915', u'CAST_-1206067191'), ('const-4294966068', u'INT_ADD_-1206059406'), (u'INT_ADD_-1206067786', u'CAST_-1206067138'), ('const-417', u'LOAD_-1206068354'), (u'CAST_-1206067348', u'LOAD_-1206068285'), ('const-4294966312', u'INT_ADD_-1206068269'), (u'LOAD_-1206059385', u'INT_NOTEQUAL_-1206059369'), ('tmp_687', u'CBRANCH_-1206068187'), (u'LOAD_-1206067802', u'CALL_-1206067747'), ('tmp_2446', u'INT_ADD_-1206068329'), ('const-417', u'LOAD_-1206067940'), ('tmp_2446', u'INT_ADD_-1206067786'), (u'CAST_-1206067228', u'LOAD_-1206068009'), ('tmp_2446', u'INT_ADD_-1206059369'), ('tmp_1257', u'CBRANCH_-1206067842'), ('tmp_2446', u'INT_ADD_-1206067855'), ('tmp_2446', u'INT_ADD_-1206067924'), (u'LOAD_-1206067931', u'INT_NOTEQUAL_-1206067915'), (u'INT_ADD_-1206067777', u'CAST_-1206067131'), (u'CAST_-1206067191', u'LOAD_-1206067931'), ('tmp_2446', u'INT_ADD_-1206068338'), ('const-4294966052', u'INT_ADD_-1206067846'), (u'INT_NOTEQUAL_-1206059369', u'CBRANCH_-1206059365'), (u'LOAD_-1206067940', u'CALL_-1206067885'), ('const-4294966288', u'INT_ADD_-1206068200'), ('const-4294966216', u'INT_ADD_-1206067993'), ('tmp_230', u'CBRANCH_-1206059299'), ('const-4294966036', u'INT_ADD_-1206068122'), (u'INT_ADD_-1206059309', u'CAST_-1206058270'), (u'CAST_-1206058239', u'LOAD_-1206059253'), (u'CAST_-1206067341', u'LOAD_-1206068276'), ('tmp_2446', u'INT_ADD_-1206068200'), (u'LOAD_-1206059391', u'CALL_-1206059339'), ('tmp_2446', u'INT_ADD_-1206068062'), ('tmp_2446', u'INT_ADD_-1206068053'), (u'LOAD_-1206067862', u'INT_NOTEQUAL_-1206067846'), ('tmp_2443', u'CALL_-1206059405'), ('tmp_573', u'CBRANCH_-1206068256'), (u'INT_ADD_-1206059243', u'CAST_-1206058243'), (u'INT_ADD_-1206068260', u'CAST_-1206067341'), ('tmp_2446', u'INT_ADD_-1206059303'), ('const-417', u'LOAD_-1206059391'), (u'INT_ADD_-1206059303', u'CAST_-1206058266'), (u'LOAD_-1206068000', u'INT_NOTEQUAL_-1206067984'), (u'INT_ADD_-1206068122', u'CAST_-1206067281'), (u'CAST_-1206067221', u'LOAD_-1206068000'), ('tmp_1143', u'CBRANCH_-1206067911'), ('tmp_2446', u'INT_ADD_-1206068260'), (u'CAST_-1206067198', u'LOAD_-1206067940'), (u'LOAD_-1206068276', u'INT_NOTEQUAL_-1206068260'), ('const-417', u'LOAD_-1206068000'), (u'LOAD_-1206068138', u'INT_NOTEQUAL_-1206068122'), ('const-4294966240', u'INT_ADD_-1206068062'), (u'INT_ADD_-1206067846', u'CAST_-1206067161'), ('tmp_416', u'BRANCH_-1206059188'), (u'INT_ADD_-1206068329', u'CAST_-1206067371'), ('const-4294966056', u'INT_ADD_-1206067777'), (u'LOAD_-1206068069', u'INT_NOTEQUAL_-1206068053'), ('tmp_1029', u'CBRANCH_-1206067980'), ('tmp_344', u'CBRANCH_-1206059233'), ('const-417', u'LOAD_-1206067931'), (u'INT_NOTEQUAL_-1206068329', u'CBRANCH_-1206068325'), (u'LOAD_-1206068285', u'INT_NOTEQUAL_-1206068260'), ('tmp_801', u'CBRANCH_-1206068118'), ('const-417', u'LOAD_-1206068138'), (u'LOAD_-1206059259', u'INT_NOTEQUAL_-1206059237'), (u'INT_NOTEQUAL_-1206067846', u'CBRANCH_-1206067842'), ('const-417', u'LOAD_-1206059385'), ('const-4294967200', u'INT_ADD_-1206059375'), (u'INT_ADD_-1206068062', u'CAST_-1206067258'), (u'LOAD_-1206068207', u'INT_NOTEQUAL_-1206068191'), (u'INT_ADD_-1206059237', u'CAST_-1206058239'), ('const-417', u'LOAD_-1206068078'), ('tmp_915', u'CBRANCH_-1206068049'), (u'INT_NOTEQUAL_-1206059237', u'CBRANCH_-1206059233'), ('tmp_116', u'CBRANCH_-1206059365'), (u'INT_NOTEQUAL_-1206068260', u'CBRANCH_-1206068256'), (u'INT_ADD_-1206068053', u'CAST_-1206067251'), ('const-417', u'LOAD_-1206068216'), ('const-4294967248', u'INT_ADD_-1206059243'), (u'INT_ADD_-1206067984', u'CAST_-1206067221'), (u'INT_NOTEQUAL_-1206067984', u'CBRANCH_-1206067980'), ('const-4294966192', u'INT_ADD_-1206067924'), (u'LOAD_-1206059391', u'INT_NOTEQUAL_-1206059369'), ('tmp_2446', u'INT_ADD_-1206059375'), ('const-417', u'LOAD_-1206059253'), (u'LOAD_-1206068354', u'CALL_-1206068299'), ('const-4294966040', u'INT_ADD_-1206068053'), (u'LOAD_-1206068078', u'INT_NOTEQUAL_-1206068053'), ('const-4294966124', u'INT_ADD_-1206059303'), ('tmp_2446', u'INT_ADD_-1206067846'), (u'CAST_-1206058270', u'LOAD_-1206059325'), (u'CAST_-1206067251', u'LOAD_-1206068069'), ('const-417', u'LOAD_-1206059259'), ('const-4294966168', u'INT_ADD_-1206067855'), ('const-417', u'LOAD_-1206059422'), ('tmp_2446', u'INT_ADD_-1206068131')]
| null | null |
0003fe4f
|
x86
|
O1
|
(translation_unit "void __regparm3 FUN_0003fe4f(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}\n\n" (function_definition "void __regparm3 FUN_0003fe4f(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0003fe4f(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n FUN_004451f0();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);" (call_expression "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1)" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1)" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x4cc)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x4cc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4cc)" ( (binary_expression "unaff_EBP + -0x4cc" identifier + number_literal) )))) , number_literal , identifier , identifier ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4))" ( (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4a4)" * (cast_expression "(int *)(unaff_EBP + -0x4a4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4a4)" ( (binary_expression "unaff_EBP + -0x4a4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x60))" identifier (argument_list "(*(int *)(unaff_EBP + -0x60))" ( (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494))" ( (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x494)" * (cast_expression "(int *)(unaff_EBP + -0x494)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x494)" ( (binary_expression "unaff_EBP + -0x494" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x48))" identifier (argument_list "(*(int *)(unaff_EBP + -0x48))" ( (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c))" ( (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x48c)" * (cast_expression "(int *)(unaff_EBP + -0x48c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48c)" ( (binary_expression "unaff_EBP + -0x48c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x30))" identifier (argument_list "(*(int *)(unaff_EBP + -0x30))" ( (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8))" ( (binary_expression "*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)" (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f8)" * (cast_expression "(int *)(unaff_EBP + -0x4f8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f8)" ( (binary_expression "unaff_EBP + -0x4f8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3c0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4))" ( (binary_expression "*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)" (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f4)" * (cast_expression "(int *)(unaff_EBP + -0x4f4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f4)" ( (binary_expression "unaff_EBP + -0x4f4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3d8))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0))" ( (binary_expression "*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)" (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f0)" * (cast_expression "(int *)(unaff_EBP + -0x4f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f0)" ( (binary_expression "unaff_EBP + -0x4f0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3f0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec))" ( (binary_expression "*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)" (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4ec)" * (cast_expression "(int *)(unaff_EBP + -0x4ec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4ec)" ( (binary_expression "unaff_EBP + -0x4ec" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x408));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x408))" identifier (argument_list "(*(int *)(unaff_EBP + -0x408))" ( (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8))" ( (binary_expression "*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)" (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e8)" * (cast_expression "(int *)(unaff_EBP + -0x4e8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e8)" ( (binary_expression "unaff_EBP + -0x4e8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x420));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x420))" identifier (argument_list "(*(int *)(unaff_EBP + -0x420))" ( (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4))" ( (binary_expression "*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)" (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e4)" * (cast_expression "(int *)(unaff_EBP + -0x4e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e4)" ( (binary_expression "unaff_EBP + -0x4e4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x438));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x438))" identifier (argument_list "(*(int *)(unaff_EBP + -0x438))" ( (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0))" ( (binary_expression "*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)" (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e0)" * (cast_expression "(int *)(unaff_EBP + -0x4e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e0)" ( (binary_expression "unaff_EBP + -0x4e0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x450));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x450))" identifier (argument_list "(*(int *)(unaff_EBP + -0x450))" ( (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc))" ( (binary_expression "*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)" (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4dc)" * (cast_expression "(int *)(unaff_EBP + -0x4dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4dc)" ( (binary_expression "unaff_EBP + -0x4dc" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x468));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x468))" identifier (argument_list "(*(int *)(unaff_EBP + -0x468))" ( (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8))" ( (binary_expression "*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)" (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4d8)" * (cast_expression "(int *)(unaff_EBP + -0x4d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4d8)" ( (binary_expression "unaff_EBP + -0x4d8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x480));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x480))" identifier (argument_list "(*(int *)(unaff_EBP + -0x480))" ( (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "FUN_004451f0();" (call_expression "FUN_004451f0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_0003fe4f(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }\n if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }\n if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }\n if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }\n if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }\n if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }\n if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }\n if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }\n if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_0003fe4f(void)\n\n{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }\n if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }\n if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }\n if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }\n if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }\n if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }\n if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }\n if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }\n if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0003fe4f(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n int unaff_EBP;\n \n operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);\n if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }\n if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }\n if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }\n if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }\n if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }\n if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }\n if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }\n if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }\n if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }\n if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }\n if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }\n if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38);" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x4cc),0x38)" identifier (argument_list "(*(void **)(unaff_EBP + -0x4cc),0x38)" ( (pointer_expression "*(void **)(unaff_EBP + -0x4cc)" * (cast_expression "(void **)(unaff_EBP + -0x4cc)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4cc)" ( (binary_expression "unaff_EBP + -0x4cc" identifier + number_literal) )))) , number_literal ))) ;) (if_statement "if (*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)) {\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4))" ( (binary_expression "*(void **)(unaff_EBP + -0x60) != *(void **)(unaff_EBP + -0x4a4)" (pointer_expression "*(void **)(unaff_EBP + -0x60)" * (cast_expression "(void **)(unaff_EBP + -0x60)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4a4)" * (cast_expression "(void **)(unaff_EBP + -0x4a4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4a4)" ( (binary_expression "unaff_EBP + -0x4a4" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x60));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x60));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x60))" identifier (argument_list "(*(void **)(unaff_EBP + -0x60))" ( (pointer_expression "*(void **)(unaff_EBP + -0x60)" * (cast_expression "(void **)(unaff_EBP + -0x60)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)) {\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494))" ( (binary_expression "*(void **)(unaff_EBP + -0x48) != *(void **)(unaff_EBP + -0x494)" (pointer_expression "*(void **)(unaff_EBP + -0x48)" * (cast_expression "(void **)(unaff_EBP + -0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x494)" * (cast_expression "(void **)(unaff_EBP + -0x494)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x494)" ( (binary_expression "unaff_EBP + -0x494" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x48));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x48));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x48))" identifier (argument_list "(*(void **)(unaff_EBP + -0x48))" ( (pointer_expression "*(void **)(unaff_EBP + -0x48)" * (cast_expression "(void **)(unaff_EBP + -0x48)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)) {\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c))" ( (binary_expression "*(void **)(unaff_EBP + -0x30) != *(void **)(unaff_EBP + -0x48c)" (pointer_expression "*(void **)(unaff_EBP + -0x30)" * (cast_expression "(void **)(unaff_EBP + -0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x48c)" * (cast_expression "(void **)(unaff_EBP + -0x48c)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x48c)" ( (binary_expression "unaff_EBP + -0x48c" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x30));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x30));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x30))" identifier (argument_list "(*(void **)(unaff_EBP + -0x30))" ( (pointer_expression "*(void **)(unaff_EBP + -0x30)" * (cast_expression "(void **)(unaff_EBP + -0x30)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)) {\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8))" ( (binary_expression "*(void **)(unaff_EBP + -0x3c0) != *(void **)(unaff_EBP + -0x4f8)" (pointer_expression "*(void **)(unaff_EBP + -0x3c0)" * (cast_expression "(void **)(unaff_EBP + -0x3c0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4f8)" * (cast_expression "(void **)(unaff_EBP + -0x4f8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4f8)" ( (binary_expression "unaff_EBP + -0x4f8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x3c0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x3c0));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x3c0))" identifier (argument_list "(*(void **)(unaff_EBP + -0x3c0))" ( (pointer_expression "*(void **)(unaff_EBP + -0x3c0)" * (cast_expression "(void **)(unaff_EBP + -0x3c0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)) {\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4))" ( (binary_expression "*(void **)(unaff_EBP + -0x3d8) != *(void **)(unaff_EBP + -0x4f4)" (pointer_expression "*(void **)(unaff_EBP + -0x3d8)" * (cast_expression "(void **)(unaff_EBP + -0x3d8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4f4)" * (cast_expression "(void **)(unaff_EBP + -0x4f4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4f4)" ( (binary_expression "unaff_EBP + -0x4f4" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x3d8));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x3d8));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x3d8))" identifier (argument_list "(*(void **)(unaff_EBP + -0x3d8))" ( (pointer_expression "*(void **)(unaff_EBP + -0x3d8)" * (cast_expression "(void **)(unaff_EBP + -0x3d8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)) {\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0))" ( (binary_expression "*(void **)(unaff_EBP + -0x3f0) != *(void **)(unaff_EBP + -0x4f0)" (pointer_expression "*(void **)(unaff_EBP + -0x3f0)" * (cast_expression "(void **)(unaff_EBP + -0x3f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4f0)" * (cast_expression "(void **)(unaff_EBP + -0x4f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4f0)" ( (binary_expression "unaff_EBP + -0x4f0" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x3f0));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x3f0));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x3f0))" identifier (argument_list "(*(void **)(unaff_EBP + -0x3f0))" ( (pointer_expression "*(void **)(unaff_EBP + -0x3f0)" * (cast_expression "(void **)(unaff_EBP + -0x3f0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)) {\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec))" ( (binary_expression "*(void **)(unaff_EBP + -0x408) != *(void **)(unaff_EBP + -0x4ec)" (pointer_expression "*(void **)(unaff_EBP + -0x408)" * (cast_expression "(void **)(unaff_EBP + -0x408)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4ec)" * (cast_expression "(void **)(unaff_EBP + -0x4ec)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4ec)" ( (binary_expression "unaff_EBP + -0x4ec" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x408));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x408));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x408))" identifier (argument_list "(*(void **)(unaff_EBP + -0x408))" ( (pointer_expression "*(void **)(unaff_EBP + -0x408)" * (cast_expression "(void **)(unaff_EBP + -0x408)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)) {\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8))" ( (binary_expression "*(void **)(unaff_EBP + -0x420) != *(void **)(unaff_EBP + -0x4e8)" (pointer_expression "*(void **)(unaff_EBP + -0x420)" * (cast_expression "(void **)(unaff_EBP + -0x420)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4e8)" * (cast_expression "(void **)(unaff_EBP + -0x4e8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4e8)" ( (binary_expression "unaff_EBP + -0x4e8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x420));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x420));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x420))" identifier (argument_list "(*(void **)(unaff_EBP + -0x420))" ( (pointer_expression "*(void **)(unaff_EBP + -0x420)" * (cast_expression "(void **)(unaff_EBP + -0x420)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)) {\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4))" ( (binary_expression "*(void **)(unaff_EBP + -0x438) != *(void **)(unaff_EBP + -0x4e4)" (pointer_expression "*(void **)(unaff_EBP + -0x438)" * (cast_expression "(void **)(unaff_EBP + -0x438)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4e4)" * (cast_expression "(void **)(unaff_EBP + -0x4e4)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4e4)" ( (binary_expression "unaff_EBP + -0x4e4" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x438));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x438));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x438))" identifier (argument_list "(*(void **)(unaff_EBP + -0x438))" ( (pointer_expression "*(void **)(unaff_EBP + -0x438)" * (cast_expression "(void **)(unaff_EBP + -0x438)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)) {\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0))" ( (binary_expression "*(void **)(unaff_EBP + -0x450) != *(void **)(unaff_EBP + -0x4e0)" (pointer_expression "*(void **)(unaff_EBP + -0x450)" * (cast_expression "(void **)(unaff_EBP + -0x450)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4e0)" * (cast_expression "(void **)(unaff_EBP + -0x4e0)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4e0)" ( (binary_expression "unaff_EBP + -0x4e0" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x450));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x450));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x450))" identifier (argument_list "(*(void **)(unaff_EBP + -0x450))" ( (pointer_expression "*(void **)(unaff_EBP + -0x450)" * (cast_expression "(void **)(unaff_EBP + -0x450)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)) {\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc))" ( (binary_expression "*(void **)(unaff_EBP + -0x468) != *(void **)(unaff_EBP + -0x4dc)" (pointer_expression "*(void **)(unaff_EBP + -0x468)" * (cast_expression "(void **)(unaff_EBP + -0x468)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4dc)" * (cast_expression "(void **)(unaff_EBP + -0x4dc)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4dc)" ( (binary_expression "unaff_EBP + -0x4dc" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x468));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x468));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x468))" identifier (argument_list "(*(void **)(unaff_EBP + -0x468))" ( (pointer_expression "*(void **)(unaff_EBP + -0x468)" * (cast_expression "(void **)(unaff_EBP + -0x468)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)) {\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }" if (parenthesized_expression "(*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8))" ( (binary_expression "*(void **)(unaff_EBP + -0x480) != *(void **)(unaff_EBP + -0x4d8)" (pointer_expression "*(void **)(unaff_EBP + -0x480)" * (cast_expression "(void **)(unaff_EBP + -0x480)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) != (pointer_expression "*(void **)(unaff_EBP + -0x4d8)" * (cast_expression "(void **)(unaff_EBP + -0x4d8)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x4d8)" ( (binary_expression "unaff_EBP + -0x4d8" identifier + number_literal) ))))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_EBP + -0x480));\n }" { (expression_statement "operator_delete(*(void **)(unaff_EBP + -0x480));" (call_expression "operator_delete(*(void **)(unaff_EBP + -0x480))" identifier (argument_list "(*(void **)(unaff_EBP + -0x480))" ( (pointer_expression "*(void **)(unaff_EBP + -0x480)" * (cast_expression "(void **)(unaff_EBP + -0x480)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void __regparm3 FUN_0003fe4f(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}\n\n" (function_definition "void __regparm3 FUN_0003fe4f(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0003fe4f(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" { (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);" (call_expression "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1)" identifier (argument_list "(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1)" ( (pointer_expression "*(undefined4 *)(unaff_EBP + -0x4cc)" * (cast_expression "(undefined4 *)(unaff_EBP + -0x4cc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4cc)" ( (binary_expression "unaff_EBP + -0x4cc" identifier + number_literal) )))) , number_literal , identifier , identifier ))) ;) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4))" ( (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4a4)" * (cast_expression "(int *)(unaff_EBP + -0x4a4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4a4)" ( (binary_expression "unaff_EBP + -0x4a4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x60))" identifier (argument_list "(*(int *)(unaff_EBP + -0x60))" ( (pointer_expression "*(int *)(unaff_EBP + -0x60)" * (cast_expression "(int *)(unaff_EBP + -0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x60)" ( (binary_expression "unaff_EBP + -0x60" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494))" ( (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x494)" * (cast_expression "(int *)(unaff_EBP + -0x494)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x494)" ( (binary_expression "unaff_EBP + -0x494" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x48))" identifier (argument_list "(*(int *)(unaff_EBP + -0x48))" ( (pointer_expression "*(int *)(unaff_EBP + -0x48)" * (cast_expression "(int *)(unaff_EBP + -0x48)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48)" ( (binary_expression "unaff_EBP + -0x48" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c))" ( (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x48c)" * (cast_expression "(int *)(unaff_EBP + -0x48c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x48c)" ( (binary_expression "unaff_EBP + -0x48c" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x30))" identifier (argument_list "(*(int *)(unaff_EBP + -0x30))" ( (pointer_expression "*(int *)(unaff_EBP + -0x30)" * (cast_expression "(int *)(unaff_EBP + -0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x30)" ( (binary_expression "unaff_EBP + -0x30" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8))" ( (binary_expression "*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)" (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f8)" * (cast_expression "(int *)(unaff_EBP + -0x4f8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f8)" ( (binary_expression "unaff_EBP + -0x4f8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3c0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" * (cast_expression "(int *)(unaff_EBP + -0x3c0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3c0)" ( (binary_expression "unaff_EBP + -0x3c0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4))" ( (binary_expression "*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)" (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f4)" * (cast_expression "(int *)(unaff_EBP + -0x4f4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f4)" ( (binary_expression "unaff_EBP + -0x4f4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3d8))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" * (cast_expression "(int *)(unaff_EBP + -0x3d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3d8)" ( (binary_expression "unaff_EBP + -0x3d8" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0))" ( (binary_expression "*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)" (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4f0)" * (cast_expression "(int *)(unaff_EBP + -0x4f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4f0)" ( (binary_expression "unaff_EBP + -0x4f0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0))" identifier (argument_list "(*(int *)(unaff_EBP + -0x3f0))" ( (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" * (cast_expression "(int *)(unaff_EBP + -0x3f0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x3f0)" ( (binary_expression "unaff_EBP + -0x3f0" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec))" ( (binary_expression "*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)" (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4ec)" * (cast_expression "(int *)(unaff_EBP + -0x4ec)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4ec)" ( (binary_expression "unaff_EBP + -0x4ec" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x408));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x408))" identifier (argument_list "(*(int *)(unaff_EBP + -0x408))" ( (pointer_expression "*(int *)(unaff_EBP + -0x408)" * (cast_expression "(int *)(unaff_EBP + -0x408)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x408)" ( (binary_expression "unaff_EBP + -0x408" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8))" ( (binary_expression "*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)" (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e8)" * (cast_expression "(int *)(unaff_EBP + -0x4e8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e8)" ( (binary_expression "unaff_EBP + -0x4e8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x420));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x420))" identifier (argument_list "(*(int *)(unaff_EBP + -0x420))" ( (pointer_expression "*(int *)(unaff_EBP + -0x420)" * (cast_expression "(int *)(unaff_EBP + -0x420)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x420)" ( (binary_expression "unaff_EBP + -0x420" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4))" ( (binary_expression "*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)" (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e4)" * (cast_expression "(int *)(unaff_EBP + -0x4e4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e4)" ( (binary_expression "unaff_EBP + -0x4e4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x438));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x438))" identifier (argument_list "(*(int *)(unaff_EBP + -0x438))" ( (pointer_expression "*(int *)(unaff_EBP + -0x438)" * (cast_expression "(int *)(unaff_EBP + -0x438)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x438)" ( (binary_expression "unaff_EBP + -0x438" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0))" ( (binary_expression "*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)" (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4e0)" * (cast_expression "(int *)(unaff_EBP + -0x4e0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4e0)" ( (binary_expression "unaff_EBP + -0x4e0" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x450));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x450))" identifier (argument_list "(*(int *)(unaff_EBP + -0x450))" ( (pointer_expression "*(int *)(unaff_EBP + -0x450)" * (cast_expression "(int *)(unaff_EBP + -0x450)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x450)" ( (binary_expression "unaff_EBP + -0x450" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc))" ( (binary_expression "*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)" (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4dc)" * (cast_expression "(int *)(unaff_EBP + -0x4dc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4dc)" ( (binary_expression "unaff_EBP + -0x4dc" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x468));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x468))" identifier (argument_list "(*(int *)(unaff_EBP + -0x468))" ( (pointer_expression "*(int *)(unaff_EBP + -0x468)" * (cast_expression "(int *)(unaff_EBP + -0x468)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x468)" ( (binary_expression "unaff_EBP + -0x468" identifier + number_literal) )))) ))) ;) })) (if_statement "if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" if (parenthesized_expression "(*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8))" ( (binary_expression "*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)" (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) != (pointer_expression "*(int *)(unaff_EBP + -0x4d8)" * (cast_expression "(int *)(unaff_EBP + -0x4d8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x4d8)" ( (binary_expression "unaff_EBP + -0x4d8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" { (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x480));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x480))" identifier (argument_list "(*(int *)(unaff_EBP + -0x480))" ( (pointer_expression "*(int *)(unaff_EBP + -0x480)" * (cast_expression "(int *)(unaff_EBP + -0x480)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x480)" ( (binary_expression "unaff_EBP + -0x480" identifier + number_literal) )))) ))) ;) })) (expression_statement "FUN_004451f0();" (call_expression "FUN_004451f0()" identifier (argument_list "()" ( ))) ;) })))
|
(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 (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , LIT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void __regparm3 FUN_0003fe4f(undefined4 param_1)\n\n{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0003fe4f(undefined4 param_1)" (identifier "FUN_0003fe4f") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n int unaff_EBP;\n \n FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);\n if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }\n if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }\n if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }\n if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }\n if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }\n if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }\n if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }\n if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }\n if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }\n if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }\n if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }\n if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }\n \n FUN_004451f0();\n}" ({ "{") (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (expression_statement "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);" (call_expression "FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1)" (identifier "FUN_003ae060") (argument_list "(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1)" (( "(") (pointer_expression "*(undefined4 *)(unaff_EBP + -0x4cc)" (* "*") (cast_expression "(undefined4 *)(unaff_EBP + -0x4cc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4cc)" (( "(") (binary_expression "unaff_EBP + -0x4cc" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4cc")) () ")")))) (, ",") (number_literal "0x38") (, ",") (identifier "param_1") (, ",") (identifier "param_1") () ")"))) (; ";")) (if_statement "if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)" (pointer_expression "*(int *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4a4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4a4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4a4)" (( "(") (binary_expression "unaff_EBP + -0x4a4" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4a4")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x60));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x60));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x60))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x60))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x60)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x60)" (( "(") (binary_expression "unaff_EBP + -0x60" (identifier "unaff_EBP") (+ "+") (number_literal "-0x60")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)" (pointer_expression "*(int *)(unaff_EBP + -0x48)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48)" (( "(") (binary_expression "unaff_EBP + -0x48" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x494)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x494)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x494)" (( "(") (binary_expression "unaff_EBP + -0x494" (identifier "unaff_EBP") (+ "+") (number_literal "-0x494")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x48));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x48));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x48))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x48))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x48)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48)" (( "(") (binary_expression "unaff_EBP + -0x48" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)" (pointer_expression "*(int *)(unaff_EBP + -0x30)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x30)" (( "(") (binary_expression "unaff_EBP + -0x30" (identifier "unaff_EBP") (+ "+") (number_literal "-0x30")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x48c)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x48c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x48c)" (( "(") (binary_expression "unaff_EBP + -0x48c" (identifier "unaff_EBP") (+ "+") (number_literal "-0x48c")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x30));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x30));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x30))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x30))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x30)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x30)" (( "(") (binary_expression "unaff_EBP + -0x30" (identifier "unaff_EBP") (+ "+") (number_literal "-0x30")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)" (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3c0)" (( "(") (binary_expression "unaff_EBP + -0x3c0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3c0")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4f8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4f8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4f8)" (( "(") (binary_expression "unaff_EBP + -0x4f8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4f8")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3c0))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x3c0))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x3c0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3c0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3c0)" (( "(") (binary_expression "unaff_EBP + -0x3c0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3c0")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)" (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3d8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3d8)" (( "(") (binary_expression "unaff_EBP + -0x3d8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3d8")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4f4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4f4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4f4)" (( "(") (binary_expression "unaff_EBP + -0x4f4" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4f4")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3d8))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x3d8))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x3d8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3d8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3d8)" (( "(") (binary_expression "unaff_EBP + -0x3d8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3d8")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)" (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3f0)" (( "(") (binary_expression "unaff_EBP + -0x3f0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3f0")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4f0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4f0)" (( "(") (binary_expression "unaff_EBP + -0x4f0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4f0")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x3f0))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x3f0))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x3f0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x3f0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x3f0)" (( "(") (binary_expression "unaff_EBP + -0x3f0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x3f0")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)" (pointer_expression "*(int *)(unaff_EBP + -0x408)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x408)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x408)" (( "(") (binary_expression "unaff_EBP + -0x408" (identifier "unaff_EBP") (+ "+") (number_literal "-0x408")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4ec)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4ec)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4ec)" (( "(") (binary_expression "unaff_EBP + -0x4ec" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4ec")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x408));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x408));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x408))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x408))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x408)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x408)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x408)" (( "(") (binary_expression "unaff_EBP + -0x408" (identifier "unaff_EBP") (+ "+") (number_literal "-0x408")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)" (pointer_expression "*(int *)(unaff_EBP + -0x420)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x420)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x420)" (( "(") (binary_expression "unaff_EBP + -0x420" (identifier "unaff_EBP") (+ "+") (number_literal "-0x420")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4e8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4e8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4e8)" (( "(") (binary_expression "unaff_EBP + -0x4e8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4e8")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x420));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x420));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x420))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x420))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x420)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x420)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x420)" (( "(") (binary_expression "unaff_EBP + -0x420" (identifier "unaff_EBP") (+ "+") (number_literal "-0x420")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)" (pointer_expression "*(int *)(unaff_EBP + -0x438)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x438)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x438)" (( "(") (binary_expression "unaff_EBP + -0x438" (identifier "unaff_EBP") (+ "+") (number_literal "-0x438")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4e4)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4e4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4e4)" (( "(") (binary_expression "unaff_EBP + -0x4e4" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4e4")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x438));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x438));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x438))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x438))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x438)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x438)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x438)" (( "(") (binary_expression "unaff_EBP + -0x438" (identifier "unaff_EBP") (+ "+") (number_literal "-0x438")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)" (pointer_expression "*(int *)(unaff_EBP + -0x450)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x450)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x450)" (( "(") (binary_expression "unaff_EBP + -0x450" (identifier "unaff_EBP") (+ "+") (number_literal "-0x450")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4e0)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4e0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4e0)" (( "(") (binary_expression "unaff_EBP + -0x4e0" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4e0")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x450));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x450));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x450))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x450))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x450)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x450)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x450)" (( "(") (binary_expression "unaff_EBP + -0x450" (identifier "unaff_EBP") (+ "+") (number_literal "-0x450")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)" (pointer_expression "*(int *)(unaff_EBP + -0x468)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x468)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x468)" (( "(") (binary_expression "unaff_EBP + -0x468" (identifier "unaff_EBP") (+ "+") (number_literal "-0x468")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4dc)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4dc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4dc)" (( "(") (binary_expression "unaff_EBP + -0x4dc" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4dc")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x468));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x468));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x468))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x468))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x468)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x468)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x468)" (( "(") (binary_expression "unaff_EBP + -0x468" (identifier "unaff_EBP") (+ "+") (number_literal "-0x468")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" (if "if") (parenthesized_expression "(*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8))" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)" (pointer_expression "*(int *)(unaff_EBP + -0x480)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x480)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x480)" (( "(") (binary_expression "unaff_EBP + -0x480" (identifier "unaff_EBP") (+ "+") (number_literal "-0x480")) () ")")))) (!= "!=") (pointer_expression "*(int *)(unaff_EBP + -0x4d8)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x4d8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x4d8)" (( "(") (binary_expression "unaff_EBP + -0x4d8" (identifier "unaff_EBP") (+ "+") (number_literal "-0x4d8")) () ")"))))) () ")")) (compound_statement "{\n FUN_003ae080(*(int *)(unaff_EBP + -0x480));\n }" ({ "{") (expression_statement "FUN_003ae080(*(int *)(unaff_EBP + -0x480));" (call_expression "FUN_003ae080(*(int *)(unaff_EBP + -0x480))" (identifier "FUN_003ae080") (argument_list "(*(int *)(unaff_EBP + -0x480))" (( "(") (pointer_expression "*(int *)(unaff_EBP + -0x480)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x480)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x480)" (( "(") (binary_expression "unaff_EBP + -0x480" (identifier "unaff_EBP") (+ "+") (number_literal "-0x480")) () ")")))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_004451f0();" (call_expression "FUN_004451f0()" (identifier "FUN_004451f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
void function_1(void)
{
int var_2;
var_1(*(void **)(var_2 + -0x4cc),0x38);
if (*(void **)(var_2 + -0x60) != *(void **)(var_2 + -0x4a4)) {
var_1(*(void **)(var_2 + -0x60));
}
if (*(void **)(var_2 + -0x48) != *(void **)(var_2 + -0x494)) {
var_1(*(void **)(var_2 + -0x48));
}
if (*(void **)(var_2 + -0x30) != *(void **)(var_2 + -0x48c)) {
var_1(*(void **)(var_2 + -0x30));
}
if (*(void **)(var_2 + -0x3c0) != *(void **)(var_2 + -0x4f8)) {
var_1(*(void **)(var_2 + -0x3c0));
}
if (*(void **)(var_2 + -0x3d8) != *(void **)(var_2 + -0x4f4)) {
var_1(*(void **)(var_2 + -0x3d8));
}
if (*(void **)(var_2 + -0x3f0) != *(void **)(var_2 + -0x4f0)) {
var_1(*(void **)(var_2 + -0x3f0));
}
if (*(void **)(var_2 + -0x408) != *(void **)(var_2 + -0x4ec)) {
var_1(*(void **)(var_2 + -0x408));
}
if (*(void **)(var_2 + -0x420) != *(void **)(var_2 + -0x4e8)) {
var_1(*(void **)(var_2 + -0x420));
}
if (*(void **)(var_2 + -0x438) != *(void **)(var_2 + -0x4e4)) {
var_1(*(void **)(var_2 + -0x438));
}
if (*(void **)(var_2 + -0x450) != *(void **)(var_2 + -0x4e0)) {
var_1(*(void **)(var_2 + -0x450));
}
if (*(void **)(var_2 + -0x468) != *(void **)(var_2 + -0x4dc)) {
var_1(*(void **)(var_2 + -0x468));
}
if (*(void **)(var_2 + -0x480) != *(void **)(var_2 + -0x4d8)) {
var_1(*(void **)(var_2 + -0x480));
}
/* WARNING: Subroutine does not return */
var_3();
}
| 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: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (number_literal) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void __regparm3 MASKED(undefined4 param_1)
{
int unaff_EBP;
FUN_003ae060(*(undefined4 *)(unaff_EBP + -0x4cc),0x38,param_1,param_1);
if (*(int *)(unaff_EBP + -0x60) != *(int *)(unaff_EBP + -0x4a4)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x60));
}
if (*(int *)(unaff_EBP + -0x48) != *(int *)(unaff_EBP + -0x494)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x48));
}
if (*(int *)(unaff_EBP + -0x30) != *(int *)(unaff_EBP + -0x48c)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x30));
}
if (*(int *)(unaff_EBP + -0x3c0) != *(int *)(unaff_EBP + -0x4f8)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x3c0));
}
if (*(int *)(unaff_EBP + -0x3d8) != *(int *)(unaff_EBP + -0x4f4)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x3d8));
}
if (*(int *)(unaff_EBP + -0x3f0) != *(int *)(unaff_EBP + -0x4f0)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x3f0));
}
if (*(int *)(unaff_EBP + -0x408) != *(int *)(unaff_EBP + -0x4ec)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x408));
}
if (*(int *)(unaff_EBP + -0x420) != *(int *)(unaff_EBP + -0x4e8)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x420));
}
if (*(int *)(unaff_EBP + -0x438) != *(int *)(unaff_EBP + -0x4e4)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x438));
}
if (*(int *)(unaff_EBP + -0x450) != *(int *)(unaff_EBP + -0x4e0)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x450));
}
if (*(int *)(unaff_EBP + -0x468) != *(int *)(unaff_EBP + -0x4dc)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x468));
}
if (*(int *)(unaff_EBP + -0x480) != *(int *)(unaff_EBP + -0x4d8)) {
FUN_003ae080(*(int *)(unaff_EBP + -0x480));
}
/* WARNING: Subroutine does not return */
FUN_004451f0();
}
|
7781_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
insert
|
FUN_001ec530
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::insert(unsigned int, wchar_t const*, unsigned int) */
void __thiscall std::wstring::insert(wstring *this,uint param_1,wchar_t *param_2,uint param_3)
{
if (param_1 <= *(uint *)(this + 4)) {
_M_replace(this,param_1,0,param_2,param_3);
return;
}
/* WARNING: Subroutine does not return */
__throw_out_of_range_fmt
("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
param_1,*(uint *)(this + 4));
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)
{
if (param_2 <= *(uint *)(param_1 + 4)) {
FUN_001ec020(param_1,param_2,0,param_3,param_4);
return;
}
/* WARNING: Subroutine does not return */
FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
param_2,*(uint *)(param_1 + 4));
}
|
PUSH EBX
CALL 0x00035840
ADD EBX,0x1a2aca
SUB ESP,0x8
MOV EDX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [ESP + 0x14]
MOV ECX,dword ptr [EDX + 0x4]
CMP EAX,ECX
JA 0x001ec567
SUB ESP,0xc
PUSH dword ptr [ESP + 0x28]
PUSH dword ptr [ESP + 0x28]
PUSH 0x0
PUSH EAX
PUSH EDX
CALL 0x001ec020
ADD ESP,0x28
POP EBX
RET
PUSH ECX
PUSH EAX
LEA EAX,[EBX + 0xfff14d52]
PUSH EAX
LEA EAX,[EBX + 0xffefbec4]
PUSH EAX
CALL 0x0022c840
| null | null | null | null |
[(u'PTRADD_-1207843418', u'CAST_-1207843245'), (u'LOAD_-1207843480', u'INT_LESSEQUAL_-1207843448'), ('tmp_326', u'CALL_-1207843408'), ('const-417', u'LOAD_-1207843480'), ('const-2768210', u'COPY_-1207843261'), ('const-1', u'RETURN_-1207843342'), ('tmp_323', u'CALL_-1207843408'), ('const-1', u'PTRADD_-1207843418'), ('tmp_323', u'PTRADD_-1207843418'), ('tmp_324', u'INT_LESSEQUAL_-1207843448'), (u'INT_LESSEQUAL_-1207843448', u'CBRANCH_-1207843458'), (u'COPY_-1207843262', u'CALL_-1207843347'), ('const-0', u'RETURN_-1207843380'), ('const-4', u'PTRADD_-1207843418'), ('tmp_325', u'CALL_-1207843408'), ('tmp_324', u'CALL_-1207843408'), ('tmp_324', u'CALL_-1207843347'), (u'CAST_-1207843245', u'LOAD_-1207843480'), ('const-2666180', u'COPY_-1207843262'), ('tmp_125', u'CBRANCH_-1207843458'), (u'COPY_-1207843261', u'CALL_-1207843347'), (u'LOAD_-1207843480', u'CALL_-1207843347'), ('const-0', u'CALL_-1207843408')]
|
[(u'LOAD_-1207843480', u'INT_LESSEQUAL_-1207843448'), ('tmp_640', u'INT_ADD_-1207843464'), ('const-4', u'INT_ADD_-1207843464'), ('const-1', u'RETURN_-1207843342'), ('const-417', u'LOAD_-1207843480'), (u'CAST_-1207843255', u'LOAD_-1207843480'), (u'COPY_-1207843272', u'CALL_-1207843347'), ('tmp_643', u'CALL_-1207843408'), (u'INT_LESSEQUAL_-1207843448', u'CBRANCH_-1207843458'), ('const-0', u'CALL_-1207843408'), ('tmp_641', u'CALL_-1207843408'), ('const-0', u'RETURN_-1207843380'), ('tmp_641', u'CALL_-1207843347'), ('const-2666180', u'COPY_-1207843272'), (u'COPY_-1207843271', u'CALL_-1207843347'), ('tmp_641', u'INT_LESSEQUAL_-1207843448'), (u'INT_ADD_-1207843464', u'CAST_-1207843255'), ('tmp_640', u'CALL_-1207843408'), ('const-2768210', u'COPY_-1207843271'), ('tmp_125', u'CBRANCH_-1207843458'), ('tmp_642', u'CALL_-1207843408'), (u'LOAD_-1207843480', u'CALL_-1207843347')]
| null | null |
001ec530
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}\n\n" comment (function_definition "void FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}" primitive_type (function_declarator "FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)" identifier (parameter_list "(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}" { (if_statement "if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }" if (parenthesized_expression "(param_2 <= *(uint *)(param_1 + 4))" ( (binary_expression "param_2 <= *(uint *)(param_1 + 4)" identifier <= (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }" { (expression_statement "FUN_001ec020(param_1,param_2,0,param_3,param_4);" (call_expression "FUN_001ec020(param_1,param_2,0,param_3,param_4)" identifier (argument_list "(param_1,param_2,0,param_3,param_4)" ( identifier , identifier , number_literal , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));" (call_expression "FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4))" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4))" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::replace"" " string_content ") , identifier , (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::wstring::insert(unsigned int, wchar_t const*, unsigned int) */\n\nvoid __thiscall std::wstring::insert(wstring *this,uint param_1,wchar_t *param_2,uint param_3)\n\n{\n if (param_1 <= *(uint *)(this + 4)) {\n _M_replace(this,param_1,0,param_2,param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_1,*(uint *)(this + 4));\n}\n\n" comment comment (function_definition "void __thiscall std::wstring::insert(wstring *this,uint param_1,wchar_t *param_2,uint param_3)\n\n{\n if (param_1 <= *(uint *)(this + 4)) {\n _M_replace(this,param_1,0,param_2,param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_1,*(uint *)(this + 4));\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "insert(wstring *this,uint param_1,wchar_t *param_2,uint param_3)" identifier (parameter_list "(wstring *this,uint param_1,wchar_t *param_2,uint param_3)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "wchar_t *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "uint param_3" type_identifier identifier) ))) (compound_statement "{\n if (param_1 <= *(uint *)(this + 4)) {\n _M_replace(this,param_1,0,param_2,param_3);\n return;\n }\n /* WARNING: Subroutine does not return */\n __throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_1,*(uint *)(this + 4));\n}" { (if_statement "if (param_1 <= *(uint *)(this + 4)) {\n _M_replace(this,param_1,0,param_2,param_3);\n return;\n }" if (parenthesized_expression "(param_1 <= *(uint *)(this + 4))" ( (binary_expression "param_1 <= *(uint *)(this + 4)" identifier <= (pointer_expression "*(uint *)(this + 4)" * (cast_expression "(uint *)(this + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) ))))) )) (compound_statement "{\n _M_replace(this,param_1,0,param_2,param_3);\n return;\n }" { (expression_statement "_M_replace(this,param_1,0,param_2,param_3);" (call_expression "_M_replace(this,param_1,0,param_2,param_3)" identifier (argument_list "(this,param_1,0,param_2,param_3)" ( identifier , identifier , number_literal , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "__throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_1,*(uint *)(this + 4));" (call_expression "__throw_out_of_range_fmt\n ("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_1,*(uint *)(this + 4))" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_1,*(uint *)(this + 4))" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::replace"" " string_content ") , identifier , (pointer_expression "*(uint *)(this + 4)" * (cast_expression "(uint *)(this + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) ))) ;) })))
|
(translation_unit "void FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}\n\n" (function_definition "void FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}" primitive_type (function_declarator "FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)" identifier (parameter_list "(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) ))) (compound_statement "{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}" { (if_statement "if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }" if (parenthesized_expression "(param_2 <= *(uint *)(param_1 + 4))" ( (binary_expression "param_2 <= *(uint *)(param_1 + 4)" identifier <= (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }" { (expression_statement "FUN_001ec020(param_1,param_2,0,param_3,param_4);" (call_expression "FUN_001ec020(param_1,param_2,0,param_3,param_4)" identifier (argument_list "(param_1,param_2,0,param_3,param_4)" ( identifier , identifier , number_literal , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));" (call_expression "FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4))" identifier (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4))" ( (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" " string_content ") , (string_literal ""basic_string::replace"" " string_content ") , identifier , (pointer_expression "*(uint *)(param_1 + 4)" * (cast_expression "(uint *)(param_1 + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) ))) ;) })))
|
(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 { (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })))
|
(function_definition "void FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)\n\n{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}" (primitive_type "void") (function_declarator "FUN_001ec530(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)" (identifier "FUN_001ec530") (parameter_list "(int param_1,uint param_2,undefined4 param_3,undefined4 param_4)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) () ")"))) (compound_statement "{\n if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }\n \n FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));\n}" ({ "{") (if_statement "if (param_2 <= *(uint *)(param_1 + 4)) {\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }" (if "if") (parenthesized_expression "(param_2 <= *(uint *)(param_1 + 4))" (( "(") (binary_expression "param_2 <= *(uint *)(param_1 + 4)" (identifier "param_2") (<= "<=") (pointer_expression "*(uint *)(param_1 + 4)" (* "*") (cast_expression "(uint *)(param_1 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) () ")")) (compound_statement "{\n FUN_001ec020(param_1,param_2,0,param_3,param_4);\n return;\n }" ({ "{") (expression_statement "FUN_001ec020(param_1,param_2,0,param_3,param_4);" (call_expression "FUN_001ec020(param_1,param_2,0,param_3,param_4)" (identifier "FUN_001ec020") (argument_list "(param_1,param_2,0,param_3,param_4)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (number_literal "0") (, ",") (identifier "param_3") (, ",") (identifier "param_4") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4));" (call_expression "FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4))" (identifier "FUN_0022c840") (argument_list "("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",\n param_2,*(uint *)(param_1 + 4))" (( "(") (string_literal ""%s: __pos (which is %zu) > this->size() (which is %zu)"" (" """) (string_content "%s: __pos (which is %zu) > this->size() (which is %zu)") (" """)) (, ",") (string_literal ""basic_string::replace"" (" """) (string_content "basic_string::replace") (" """)) (, ",") (identifier "param_2") (, ",") (pointer_expression "*(uint *)(param_1 + 4)" (* "*") (cast_expression "(uint *)(param_1 + 4)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::wstring::insert(unsigned int, wchar_t const*, unsigned int) */
void __thiscall std::type_1::function_1(type_1 *var_2,type_2 var_1,type_3 *param_2,type_2 param_3)
{
if (var_1 <= *(type_2 *)(var_2 + 4)) {
var_3(var_2,var_1,0,param_2,param_3);
return;
}
/* WARNING: Subroutine does not return */
var_4
("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
var_1,*(type_2 *)(var_2 + 4));
}
| 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: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))))
| 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)
{
if (param_2 <= *(uint *)(param_1 + 4)) {
FUN_001ec020(param_1,param_2,0,param_3,param_4);
return;
}
/* WARNING: Subroutine does not return */
FUN_0022c840("%s: __pos (which is %zu) > this->size() (which is %zu)","basic_string::replace",
param_2,*(uint *)(param_1 + 4));
}
|
366_hppa64-linux-gnu-ld_and_hppa64-linux-gnu-ld_strip.c
|
lang_add_reloc
|
FUN_00027330
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void lang_add_reloc(bfd_reloc_code_real_type reloc,reloc_howto_type *howto,asection *section,
char *name,etree_union *addend)
{
lang_statement_list_type *plVar1;
lang_statement_union *plVar2;
plVar1 = stat_ptr;
plVar2 = (lang_statement_union *)stat_alloc(0x30);
(plVar2->header).type = lang_reloc_statement_enum;
(plVar2->header).next = (lang_statement_union *)0x0;
*plVar1->tail = plVar2;
plVar1->tail = (lang_statement_union **)plVar2;
(plVar2->reloc_statement).reloc = reloc;
(plVar2->wild_statement).children.tail = (lang_statement_union **)0x0;
(plVar2->reloc_statement).howto = howto;
(plVar2->wild_statement).exclude_name_list = (name_list *)0x0;
(plVar2->reloc_statement).section = section;
(plVar2->wild_statement).walk_wild_section_handler = (walk_wild_section_handler_t)0x0;
(plVar2->reloc_statement).name = name;
(plVar2->wild_statement).handler_data[0] = (wildcard_list *)0x0;
(plVar2->reloc_statement).addend_exp = addend;
(plVar2->wild_statement).handler_data[1] = (wildcard_list *)0x0;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined *puVar1;
undefined4 *puVar2;
puVar1 = PTR_DAT_00084318;
puVar2 = (undefined4 *)FUN_000215d0(0x30);
puVar2[1] = 9;
*puVar2 = 0;
**(undefined4 **)(puVar1 + 4) = puVar2;
*(undefined4 **)(puVar1 + 4) = puVar2;
puVar2[2] = param_1;
puVar2[7] = 0;
puVar2[3] = param_2;
puVar2[8] = 0;
puVar2[4] = param_3;
puVar2[9] = 0;
puVar2[5] = param_4;
puVar2[10] = 0;
puVar2[6] = param_5;
puVar2[0xb] = 0;
return;
}
|
CALL 0x0001b122
ADD EAX,0x5cccb
PUSH EBX
SUB ESP,0x14
PUSH 0x30
MOV EBX,dword ptr [EAX + 0x318]
CALL 0x000215d0
MOV dword ptr [EAX + 0x4],0x9
MOV dword ptr [EAX],0x0
MOV EDX,dword ptr [EBX + 0x4]
MOV dword ptr [EDX],EAX
MOV EDX,dword ptr [ESP + 0x20]
MOV dword ptr [EBX + 0x4],EAX
MOV dword ptr [EAX + 0x8],EDX
MOV EDX,dword ptr [ESP + 0x24]
MOV dword ptr [EAX + 0x1c],0x0
MOV dword ptr [EAX + 0xc],EDX
MOV EDX,dword ptr [ESP + 0x28]
MOV dword ptr [EAX + 0x20],0x0
MOV dword ptr [EAX + 0x10],EDX
MOV EDX,dword ptr [ESP + 0x2c]
MOV dword ptr [EAX + 0x24],0x0
MOV dword ptr [EAX + 0x14],EDX
MOV EDX,dword ptr [ESP + 0x30]
MOV dword ptr [EAX + 0x28],0x0
MOV dword ptr [EAX + 0x18],EDX
MOV dword ptr [EAX + 0x2c],0x0
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[(u'PTRSUB_-1206029215', u'STORE_-1206029368'), ('const-4', u'PTRSUB_-1206029277'), (u'CAST_-1206029265', u'PTRSUB_-1206029249'), (u'STORE_-1206029432', u'INDIRECT_-1206029278'), (u'STORE_-1206029355', u'INDIRECT_-1206029227'), ('const-417', u'STORE_-1206029414'), ('const-0', u'PTRSUB_-1206029213'), ('const-417', u'STORE_-1206029432'), ('const-48', u'CALL_-1206029459'), ('const-0', u'STORE_-1206029316'), (u'PTRSUB_-1206029262', u'LOAD_-1206029439'), (u'CALL_-1206029459', u'CAST_-1206029265'), ('const-32', u'PTRSUB_-1206029223'), (u'CAST_-1206029265', u'PTRSUB_-1206029205'), ('const-0', u'STORE_-1206029355'), ('const-4', u'PTRADD_-1206029177'), ('const-9', u'STORE_-1206029455'), ('const-20', u'PTRSUB_-1206029199'), ('tmp_488', u'COPY_-1206029351'), (u'CAST_-1206029265', u'PTRSUB_-1206029221'), ('const-0', u'STORE_-1206029378'), ('const-0', u'RETURN_-1206029282'), (u'PTRSUB_-1206029229', u'STORE_-1206029401'), (u'COPY_-1206029351', u'PTRSUB_-1206029252'), ('const-0', u'STORE_-1206029332'), (u'STORE_-1206029322', u'INDIRECT_-1206029203'), ('const-16', u'PTRSUB_-1206029215'), (u'CAST_-1206029265', u'STORE_-1206029432'), ('const-417', u'LOAD_-1206029439'), (u'CAST_-1206029265', u'PTRSUB_-1206029213'), (u'CALL_-1206029459', u'INDIRECT_-1206029303'), (u'PTRSUB_-1206029213', u'PTRSUB_-1206029231'), (u'STORE_-1206029414', u'INDIRECT_-1206029267'), ('tmp_302', u'STORE_-1206029391'), (u'PTRSUB_-1206029183', u'STORE_-1206029322'), ('tmp_304', u'STORE_-1206029345'), ('const-4', u'PTRSUB_-1206029262'), (u'PTRSUB_-1206029257', u'PTRSUB_-1206029277'), (u'PTRSUB_-1206029231', u'STORE_-1206029391'), (u'PTRSUB_-1206029223', u'STORE_-1206029378'), ('const-0', u'PTRSUB_-1206029205'), (u'CAST_-1206029265', u'PTRSUB_-1206029161'), ('const-36', u'PTRSUB_-1206029207'), ('const-0', u'PTRSUB_-1206029249'), ('const-417', u'STORE_-1206029368'), (u'CAST_-1206029265', u'CAST_-1206029235'), (u'PTRSUB_-1206029189', u'PTRSUB_-1206029207'), (u'PTRSUB_-1206029197', u'PTRSUB_-1206029215'), (u'PTRSUB_-1206029207', u'STORE_-1206029355'), ('const-0', u'PTRSUB_-1206029257'), (u'LOAD_-1206029439', u'STORE_-1206029432'), ('const-417', u'STORE_-1206029420'), (u'PTRSUB_-1206029248', u'STORE_-1206029414'), ('const-0', u'PTRSUB_-1206029221'), ('const-1', u'PTRADD_-1206029177'), (u'PTRSUB_-1206029165', u'PTRSUB_-1206029183'), (u'CAST_-1206029265', u'PTRSUB_-1206029257'), (u'COPY_-1206029351', u'PTRSUB_-1206029262'), (u'CAST_-1206029235', u'STORE_-1206029420'), ('const-24', u'PTRSUB_-1206029183'), (u'CAST_-1206029265', u'PTRSUB_-1206029181'), (u'CAST_-1206029265', u'PTRSUB_-1206029165'), (u'PTRSUB_-1206029221', u'PTRSUB_-1206029240'), ('const-24', u'PTRSUB_-1206029240'), ('const-417', u'STORE_-1206029322'), ('const-0', u'PTRSUB_-1206029181'), ('const-417', u'STORE_-1206029378'), (u'STORE_-1206029345', u'INDIRECT_-1206029219'), ('const-0', u'STORE_-1206029401'), (u'CAST_-1206029265', u'PTRSUB_-1206029173'), (u'PTRSUB_-1206029173', u'PTRSUB_-1206029191'), (u'STORE_-1206029316', u'INDIRECT_-1206029199'), ('const-417', u'STORE_-1206029455'), ('tmp_305', u'STORE_-1206029322'), ('const-417', u'STORE_-1206029401'), (u'PTRSUB_-1206029199', u'STORE_-1206029345'), ('const-40', u'PTRSUB_-1206029179'), (u'PTRSUB_-1206029249', u'PTRSUB_-1206029269'), ('const-4', u'PTRSUB_-1206029252'), ('const-0', u'PTRSUB_-1206029269'), ('const-417', u'STORE_-1206029446'), ('tmp_301', u'STORE_-1206029414'), ('const-417', u'STORE_-1206029316'), (u'PTRSUB_-1206029277', u'STORE_-1206029455'), ('const-0', u'PTRSUB_-1206029161'), ('const-8', u'PTRSUB_-1206029248'), (u'STORE_-1206029378', u'INDIRECT_-1206029243'), (u'STORE_-1206029446', u'INDIRECT_-1206029288'), (u'PTRSUB_-1206029252', u'STORE_-1206029420'), (u'PTRSUB_-1206029269', u'STORE_-1206029446'), (u'PTRSUB_-1206029205', u'PTRSUB_-1206029223'), (u'PTRSUB_-1206029240', u'PTRSUB_-1206029229'), (u'INDIRECT_-1206029199', u'COPY_-1206029262'), ('const-0', u'PTRSUB_-1206029229'), ('const-0', u'STORE_-1206029446'), ('const-417', u'STORE_-1206029345'), (u'STORE_-1206029420', u'INDIRECT_-1206029271'), (u'PTRSUB_-1206029181', u'PTRSUB_-1206029199'), (u'CAST_-1206029265', u'PTRSUB_-1206029197'), (u'CAST_-1206029265', u'PTRSUB_-1206029229'), (u'CAST_-1206029265', u'PTRSUB_-1206029189'), (u'STORE_-1206029455', u'INDIRECT_-1206029296'), ('const-0', u'PTRSUB_-1206029189'), ('const-0', u'PTRSUB_-1206029173'), ('const-0', u'PTRSUB_-1206029165'), (u'PTRSUB_-1206029161', u'PTRSUB_-1206029179'), (u'PTRSUB_-1206029191', u'STORE_-1206029332'), ('const-40', u'PTRSUB_-1206029191'), ('const-4', u'PTRSUB_-1206029229'), (u'PTRADD_-1206029177', u'STORE_-1206029316'), ('tmp_303', u'STORE_-1206029368'), ('const-417', u'STORE_-1206029332'), ('const-417', u'STORE_-1206029391'), (u'STORE_-1206029401', u'INDIRECT_-1206029259'), (u'STORE_-1206029391', u'INDIRECT_-1206029251'), ('const-12', u'PTRSUB_-1206029231'), ('const-0', u'PTRSUB_-1206029197'), (u'STORE_-1206029368', u'INDIRECT_-1206029235'), (u'PTRSUB_-1206029179', u'PTRADD_-1206029177'), (u'STORE_-1206029332', u'INDIRECT_-1206029211'), ('const-417', u'STORE_-1206029355'), (u'PTRSUB_-1206029229', u'PTRSUB_-1206029248')]
|
[(u'STORE_-1206029414', u'INDIRECT_-1206029266'), ('const-8', u'PTRADD_-1206029227'), ('const-417', u'STORE_-1206029401'), ('const-4', u'PTRADD_-1206029277'), ('const-4', u'PTRADD_-1206029235'), (u'COPY_-1206029357', u'PTRADD_-1206029360'), (u'CAST_-1206029271', u'PTRADD_-1206029187'), ('const-417', u'STORE_-1206029420'), ('tmp_435', u'STORE_-1206029391'), (u'PTRADD_-1206029195', u'STORE_-1206029332'), ('const-4', u'PTRADD_-1206029211'), (u'STORE_-1206029332', u'INDIRECT_-1206029210'), ('const-6', u'PTRADD_-1206029187'), (u'STORE_-1206029455', u'INDIRECT_-1206029295'), ('const-7', u'PTRADD_-1206029243'), ('const-417', u'LOAD_-1206029439'), ('const-0', u'RETURN_-1206029282'), (u'CAST_-1206029271', u'PTRADD_-1206029227'), ('const-5', u'PTRADD_-1206029203'), ('const-10', u'PTRADD_-1206029195'), ('const-417', u'STORE_-1206029414'), (u'CAST_-1206029252', u'LOAD_-1206029439'), (u'STORE_-1206029432', u'INDIRECT_-1206029277'), (u'CAST_-1206029271', u'PTRADD_-1206029219'), ('const-0', u'STORE_-1206029378'), (u'PTRADD_-1206029211', u'STORE_-1206029355'), ('const-1', u'PTRADD_-1206029377'), ('tmp_436', u'STORE_-1206029368'), ('const-3', u'PTRADD_-1206029235'), ('const-4', u'PTRADD_-1206029219'), ('tmp_434', u'STORE_-1206029414'), ('const-417', u'STORE_-1206029316'), (u'STORE_-1206029345', u'INDIRECT_-1206029218'), ('const-4', u'PTRADD_-1206029360'), ('const-417', u'STORE_-1206029355'), ('const-4', u'PTRADD_-1206029251'), (u'STORE_-1206029401', u'INDIRECT_-1206029258'), ('const-4', u'PTRADD_-1206029183'), ('const-1', u'PTRADD_-1206029360'), ('const-417', u'STORE_-1206029455'), (u'LOAD_-1206029439', u'STORE_-1206029432'), ('const-0', u'STORE_-1206029446'), ('const-9', u'PTRADD_-1206029211'), (u'STORE_-1206029420', u'INDIRECT_-1206029270'), ('const-4', u'PTRADD_-1206029187'), (u'CAST_-1206029271', u'PTRADD_-1206029235'), ('const-417', u'STORE_-1206029391'), (u'PTRADD_-1206029235', u'STORE_-1206029391'), (u'PTRADD_-1206029203', u'STORE_-1206029345'), (u'PTRADD_-1206029183', u'STORE_-1206029316'), (u'CAST_-1206029271', u'PTRADD_-1206029251'), (u'PTRADD_-1206029360', u'CAST_-1206029242'), (u'COPY_-1206029357', u'PTRADD_-1206029377'), (u'PTRADD_-1206029187', u'STORE_-1206029322'), (u'CALL_-1206029459', u'CAST_-1206029271'), ('const-9', u'STORE_-1206029455'), (u'STORE_-1206029378', u'INDIRECT_-1206029242'), ('const-0', u'STORE_-1206029316'), (u'STORE_-1206029322', u'INDIRECT_-1206029202'), ('const-417', u'STORE_-1206029322'), (u'CAST_-1206029271', u'STORE_-1206029446'), (u'PTRADD_-1206029377', u'CAST_-1206029252'), ('const-4', u'PTRADD_-1206029227'), (u'CAST_-1206029271', u'PTRADD_-1206029277'), (u'INDIRECT_-1206029198', u'COPY_-1206029261'), ('const-4', u'PTRADD_-1206029243'), (u'STORE_-1206029316', u'INDIRECT_-1206029198'), (u'PTRADD_-1206029251', u'STORE_-1206029414'), ('const-48', u'CALL_-1206029459'), (u'CAST_-1206029271', u'PTRADD_-1206029243'), ('const-2', u'PTRADD_-1206029251'), ('const-4', u'PTRADD_-1206029377'), ('const-4', u'PTRADD_-1206029203'), (u'PTRADD_-1206029277', u'STORE_-1206029455'), (u'CAST_-1206029271', u'STORE_-1206029420'), ('const-417', u'STORE_-1206029345'), (u'CAST_-1206029271', u'STORE_-1206029432'), (u'STORE_-1206029446', u'INDIRECT_-1206029287'), ('const-1', u'PTRADD_-1206029277'), (u'CAST_-1206029242', u'STORE_-1206029420'), (u'CAST_-1206029271', u'PTRADD_-1206029195'), ('const-417', u'STORE_-1206029368'), ('const-4', u'PTRADD_-1206029219'), (u'STORE_-1206029391', u'INDIRECT_-1206029250'), (u'PTRADD_-1206029219', u'STORE_-1206029368'), ('const-417', u'STORE_-1206029446'), ('tmp_438', u'STORE_-1206029322'), ('const-0', u'STORE_-1206029332'), ('tmp_499', u'COPY_-1206029357'), ('tmp_437', u'STORE_-1206029345'), ('const-0', u'STORE_-1206029401'), (u'CAST_-1206029271', u'PTRADD_-1206029183'), (u'CAST_-1206029271', u'PTRADD_-1206029211'), ('const-417', u'STORE_-1206029432'), ('const-417', u'STORE_-1206029332'), ('const-11', u'PTRADD_-1206029183'), (u'STORE_-1206029368', u'INDIRECT_-1206029234'), (u'PTRADD_-1206029243', u'STORE_-1206029401'), (u'PTRADD_-1206029227', u'STORE_-1206029378'), (u'CALL_-1206029459', u'INDIRECT_-1206029302'), ('const-417', u'STORE_-1206029378'), (u'STORE_-1206029355', u'INDIRECT_-1206029226'), ('const-4', u'PTRADD_-1206029195'), (u'CAST_-1206029271', u'PTRADD_-1206029203'), ('const-0', u'STORE_-1206029355')]
| null | null |
00027330
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}\n\n" comment (function_definition "void FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}" primitive_type (function_declarator "FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR_DAT_00084318;" (assignment_expression "puVar1 = PTR_DAT_00084318" identifier = identifier) ;) (expression_statement "puVar2 = (undefined4 *)FUN_000215d0(0x30);" (assignment_expression "puVar2 = (undefined4 *)FUN_000215d0(0x30)" identifier = (cast_expression "(undefined4 *)FUN_000215d0(0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000215d0(0x30)" identifier (argument_list "(0x30)" ( number_literal ))))) ;) (expression_statement "puVar2[1] = 9;" (assignment_expression "puVar2[1] = 9" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "**(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "**(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "**(undefined4 **)(puVar1 + 4)" * (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) ))))) = identifier) ;) (expression_statement "*(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "*(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar2[2] = param_1;" (assignment_expression "puVar2[2] = param_1" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[7] = 0;" (assignment_expression "puVar2[7] = 0" (subscript_expression "puVar2[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = param_2;" (assignment_expression "puVar2[3] = param_2" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[8] = 0;" (assignment_expression "puVar2[8] = 0" (subscript_expression "puVar2[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[4] = param_3;" (assignment_expression "puVar2[4] = param_3" (subscript_expression "puVar2[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[9] = 0;" (assignment_expression "puVar2[9] = 0" (subscript_expression "puVar2[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[5] = param_4;" (assignment_expression "puVar2[5] = param_4" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[10] = 0;" (assignment_expression "puVar2[10] = 0" (subscript_expression "puVar2[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[6] = param_5;" (assignment_expression "puVar2[6] = param_5" (subscript_expression "puVar2[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* WARNING: Unknown calling convention */\n\nvoid lang_add_reloc(bfd_reloc_code_real_type reloc,reloc_howto_type *howto,asection *section,\n char *name,etree_union *addend)\n\n{\n lang_statement_list_type *plVar1;\n lang_statement_union *plVar2;\n \n plVar1 = stat_ptr;\n plVar2 = (lang_statement_union *)stat_alloc(0x30);\n (plVar2->header).type = lang_reloc_statement_enum;\n (plVar2->header).next = (lang_statement_union *)0x0;\n *plVar1->tail = plVar2;\n plVar1->tail = (lang_statement_union **)plVar2;\n (plVar2->reloc_statement).reloc = reloc;\n (plVar2->wild_statement).children.tail = (lang_statement_union **)0x0;\n (plVar2->reloc_statement).howto = howto;\n (plVar2->wild_statement).exclude_name_list = (name_list *)0x0;\n (plVar2->reloc_statement).section = section;\n (plVar2->wild_statement).walk_wild_section_handler = (walk_wild_section_handler_t)0x0;\n (plVar2->reloc_statement).name = name;\n (plVar2->wild_statement).handler_data[0] = (wildcard_list *)0x0;\n (plVar2->reloc_statement).addend_exp = addend;\n (plVar2->wild_statement).handler_data[1] = (wildcard_list *)0x0;\n return;\n}\n\n" comment comment (function_definition "void lang_add_reloc(bfd_reloc_code_real_type reloc,reloc_howto_type *howto,asection *section,\n char *name,etree_union *addend)\n\n{\n lang_statement_list_type *plVar1;\n lang_statement_union *plVar2;\n \n plVar1 = stat_ptr;\n plVar2 = (lang_statement_union *)stat_alloc(0x30);\n (plVar2->header).type = lang_reloc_statement_enum;\n (plVar2->header).next = (lang_statement_union *)0x0;\n *plVar1->tail = plVar2;\n plVar1->tail = (lang_statement_union **)plVar2;\n (plVar2->reloc_statement).reloc = reloc;\n (plVar2->wild_statement).children.tail = (lang_statement_union **)0x0;\n (plVar2->reloc_statement).howto = howto;\n (plVar2->wild_statement).exclude_name_list = (name_list *)0x0;\n (plVar2->reloc_statement).section = section;\n (plVar2->wild_statement).walk_wild_section_handler = (walk_wild_section_handler_t)0x0;\n (plVar2->reloc_statement).name = name;\n (plVar2->wild_statement).handler_data[0] = (wildcard_list *)0x0;\n (plVar2->reloc_statement).addend_exp = addend;\n (plVar2->wild_statement).handler_data[1] = (wildcard_list *)0x0;\n return;\n}" primitive_type (function_declarator "lang_add_reloc(bfd_reloc_code_real_type reloc,reloc_howto_type *howto,asection *section,\n char *name,etree_union *addend)" identifier (parameter_list "(bfd_reloc_code_real_type reloc,reloc_howto_type *howto,asection *section,\n char *name,etree_union *addend)" ( (parameter_declaration "bfd_reloc_code_real_type reloc" type_identifier identifier) , (parameter_declaration "reloc_howto_type *howto" type_identifier (pointer_declarator "*howto" * identifier)) , (parameter_declaration "asection *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "etree_union *addend" type_identifier (pointer_declarator "*addend" * identifier)) ))) (compound_statement "{\n lang_statement_list_type *plVar1;\n lang_statement_union *plVar2;\n \n plVar1 = stat_ptr;\n plVar2 = (lang_statement_union *)stat_alloc(0x30);\n (plVar2->header).type = lang_reloc_statement_enum;\n (plVar2->header).next = (lang_statement_union *)0x0;\n *plVar1->tail = plVar2;\n plVar1->tail = (lang_statement_union **)plVar2;\n (plVar2->reloc_statement).reloc = reloc;\n (plVar2->wild_statement).children.tail = (lang_statement_union **)0x0;\n (plVar2->reloc_statement).howto = howto;\n (plVar2->wild_statement).exclude_name_list = (name_list *)0x0;\n (plVar2->reloc_statement).section = section;\n (plVar2->wild_statement).walk_wild_section_handler = (walk_wild_section_handler_t)0x0;\n (plVar2->reloc_statement).name = name;\n (plVar2->wild_statement).handler_data[0] = (wildcard_list *)0x0;\n (plVar2->reloc_statement).addend_exp = addend;\n (plVar2->wild_statement).handler_data[1] = (wildcard_list *)0x0;\n return;\n}" { (declaration "lang_statement_list_type *plVar1;" type_identifier (pointer_declarator "*plVar1" * identifier) ;) (declaration "lang_statement_union *plVar2;" type_identifier (pointer_declarator "*plVar2" * identifier) ;) (expression_statement "plVar1 = stat_ptr;" (assignment_expression "plVar1 = stat_ptr" identifier = identifier) ;) (expression_statement "plVar2 = (lang_statement_union *)stat_alloc(0x30);" (assignment_expression "plVar2 = (lang_statement_union *)stat_alloc(0x30)" identifier = (cast_expression "(lang_statement_union *)stat_alloc(0x30)" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "stat_alloc(0x30)" identifier (argument_list "(0x30)" ( number_literal ))))) ;) (expression_statement "(plVar2->header).type = lang_reloc_statement_enum;" (assignment_expression "(plVar2->header).type = lang_reloc_statement_enum" (field_expression "(plVar2->header).type" (parenthesized_expression "(plVar2->header)" ( (field_expression "plVar2->header" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar2->header).next = (lang_statement_union *)0x0;" (assignment_expression "(plVar2->header).next = (lang_statement_union *)0x0" (field_expression "(plVar2->header).next" (parenthesized_expression "(plVar2->header)" ( (field_expression "plVar2->header" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(lang_statement_union *)0x0" ( (type_descriptor "lang_statement_union *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*plVar1->tail = plVar2;" (assignment_expression "*plVar1->tail = plVar2" (pointer_expression "*plVar1->tail" * (field_expression "plVar1->tail" identifier -> field_identifier)) = identifier) ;) (expression_statement "plVar1->tail = (lang_statement_union **)plVar2;" (assignment_expression "plVar1->tail = (lang_statement_union **)plVar2" (field_expression "plVar1->tail" identifier -> field_identifier) = (cast_expression "(lang_statement_union **)plVar2" ( (type_descriptor "lang_statement_union **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ;) (expression_statement "(plVar2->reloc_statement).reloc = reloc;" (assignment_expression "(plVar2->reloc_statement).reloc = reloc" (field_expression "(plVar2->reloc_statement).reloc" (parenthesized_expression "(plVar2->reloc_statement)" ( (field_expression "plVar2->reloc_statement" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar2->wild_statement).children.tail = (lang_statement_union **)0x0;" (assignment_expression "(plVar2->wild_statement).children.tail = (lang_statement_union **)0x0" (field_expression "(plVar2->wild_statement).children.tail" (field_expression "(plVar2->wild_statement).children" (parenthesized_expression "(plVar2->wild_statement)" ( (field_expression "plVar2->wild_statement" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(lang_statement_union **)0x0" ( (type_descriptor "lang_statement_union **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "(plVar2->reloc_statement).howto = howto;" (assignment_expression "(plVar2->reloc_statement).howto = howto" (field_expression "(plVar2->reloc_statement).howto" (parenthesized_expression "(plVar2->reloc_statement)" ( (field_expression "plVar2->reloc_statement" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar2->wild_statement).exclude_name_list = (name_list *)0x0;" (assignment_expression "(plVar2->wild_statement).exclude_name_list = (name_list *)0x0" (field_expression "(plVar2->wild_statement).exclude_name_list" (parenthesized_expression "(plVar2->wild_statement)" ( (field_expression "plVar2->wild_statement" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(name_list *)0x0" ( (type_descriptor "name_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(plVar2->reloc_statement).section = section;" (assignment_expression "(plVar2->reloc_statement).section = section" (field_expression "(plVar2->reloc_statement).section" (parenthesized_expression "(plVar2->reloc_statement)" ( (field_expression "plVar2->reloc_statement" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar2->wild_statement).walk_wild_section_handler = (walk_wild_section_handler_t)0x0;" (assignment_expression "(plVar2->wild_statement).walk_wild_section_handler = (walk_wild_section_handler_t)0x0" (field_expression "(plVar2->wild_statement).walk_wild_section_handler" (parenthesized_expression "(plVar2->wild_statement)" ( (field_expression "plVar2->wild_statement" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(walk_wild_section_handler_t)0x0" ( (type_descriptor "walk_wild_section_handler_t" type_identifier) ) number_literal)) ;) (expression_statement "(plVar2->reloc_statement).name = name;" (assignment_expression "(plVar2->reloc_statement).name = name" (field_expression "(plVar2->reloc_statement).name" (parenthesized_expression "(plVar2->reloc_statement)" ( (field_expression "plVar2->reloc_statement" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar2->wild_statement).handler_data[0] = (wildcard_list *)0x0;" (assignment_expression "(plVar2->wild_statement).handler_data[0] = (wildcard_list *)0x0" (subscript_expression "(plVar2->wild_statement).handler_data[0]" (field_expression "(plVar2->wild_statement).handler_data" (parenthesized_expression "(plVar2->wild_statement)" ( (field_expression "plVar2->wild_statement" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) = (cast_expression "(wildcard_list *)0x0" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(plVar2->reloc_statement).addend_exp = addend;" (assignment_expression "(plVar2->reloc_statement).addend_exp = addend" (field_expression "(plVar2->reloc_statement).addend_exp" (parenthesized_expression "(plVar2->reloc_statement)" ( (field_expression "plVar2->reloc_statement" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(plVar2->wild_statement).handler_data[1] = (wildcard_list *)0x0;" (assignment_expression "(plVar2->wild_statement).handler_data[1] = (wildcard_list *)0x0" (subscript_expression "(plVar2->wild_statement).handler_data[1]" (field_expression "(plVar2->wild_statement).handler_data" (parenthesized_expression "(plVar2->wild_statement)" ( (field_expression "plVar2->wild_statement" identifier -> field_identifier) )) . field_identifier) [ number_literal ]) = (cast_expression "(wildcard_list *)0x0" ( (type_descriptor "wildcard_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}\n\n" (function_definition "void FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}" primitive_type (function_declarator "FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR_DAT_00084318;" (assignment_expression "puVar1 = PTR_DAT_00084318" identifier = identifier) ;) (expression_statement "puVar2 = (undefined4 *)FUN_000215d0(0x30);" (assignment_expression "puVar2 = (undefined4 *)FUN_000215d0(0x30)" identifier = (cast_expression "(undefined4 *)FUN_000215d0(0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_000215d0(0x30)" identifier (argument_list "(0x30)" ( number_literal ))))) ;) (expression_statement "puVar2[1] = 9;" (assignment_expression "puVar2[1] = 9" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" * identifier) = number_literal) ;) (expression_statement "**(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "**(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "**(undefined4 **)(puVar1 + 4)" * (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) ))))) = identifier) ;) (expression_statement "*(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "*(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "*(undefined4 **)(puVar1 + 4)" * (cast_expression "(undefined4 **)(puVar1 + 4)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(puVar1 + 4)" ( (binary_expression "puVar1 + 4" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar2[2] = param_1;" (assignment_expression "puVar2[2] = param_1" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[7] = 0;" (assignment_expression "puVar2[7] = 0" (subscript_expression "puVar2[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = param_2;" (assignment_expression "puVar2[3] = param_2" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[8] = 0;" (assignment_expression "puVar2[8] = 0" (subscript_expression "puVar2[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[4] = param_3;" (assignment_expression "puVar2[4] = param_3" (subscript_expression "puVar2[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[9] = 0;" (assignment_expression "puVar2[9] = 0" (subscript_expression "puVar2[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[5] = param_4;" (assignment_expression "puVar2[5] = param_4" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[10] = 0;" (assignment_expression "puVar2[10] = 0" (subscript_expression "puVar2[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[6] = param_5;" (assignment_expression "puVar2[6] = param_5" (subscript_expression "puVar2[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" identifier [ number_literal ]) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00027330(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (identifier "FUN_00027330") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")"))) (compound_statement "{\n undefined *puVar1;\n undefined4 *puVar2;\n \n puVar1 = PTR_DAT_00084318;\n puVar2 = (undefined4 *)FUN_000215d0(0x30);\n puVar2[1] = 9;\n *puVar2 = 0;\n **(undefined4 **)(puVar1 + 4) = puVar2;\n *(undefined4 **)(puVar1 + 4) = puVar2;\n puVar2[2] = param_1;\n puVar2[7] = 0;\n puVar2[3] = param_2;\n puVar2[8] = 0;\n puVar2[4] = param_3;\n puVar2[9] = 0;\n puVar2[5] = param_4;\n puVar2[10] = 0;\n puVar2[6] = param_5;\n puVar2[0xb] = 0;\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "puVar1 = PTR_DAT_00084318;" (assignment_expression "puVar1 = PTR_DAT_00084318" (identifier "puVar1") (= "=") (identifier "PTR_DAT_00084318")) (; ";")) (expression_statement "puVar2 = (undefined4 *)FUN_000215d0(0x30);" (assignment_expression "puVar2 = (undefined4 *)FUN_000215d0(0x30)" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)FUN_000215d0(0x30)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_000215d0(0x30)" (identifier "FUN_000215d0") (argument_list "(0x30)" (( "(") (number_literal "0x30") () ")"))))) (; ";")) (expression_statement "puVar2[1] = 9;" (assignment_expression "puVar2[1] = 9" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "9")) (; ";")) (expression_statement "*puVar2 = 0;" (assignment_expression "*puVar2 = 0" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (number_literal "0")) (; ";")) (expression_statement "**(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "**(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "**(undefined4 **)(puVar1 + 4)" (* "*") (pointer_expression "*(undefined4 **)(puVar1 + 4)" (* "*") (cast_expression "(undefined4 **)(puVar1 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar1 + 4)" (( "(") (binary_expression "puVar1 + 4" (identifier "puVar1") (+ "+") (number_literal "4")) () ")"))))) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "*(undefined4 **)(puVar1 + 4) = puVar2;" (assignment_expression "*(undefined4 **)(puVar1 + 4) = puVar2" (pointer_expression "*(undefined4 **)(puVar1 + 4)" (* "*") (cast_expression "(undefined4 **)(puVar1 + 4)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(puVar1 + 4)" (( "(") (binary_expression "puVar1 + 4" (identifier "puVar1") (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "puVar2[2] = param_1;" (assignment_expression "puVar2[2] = param_1" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "puVar2[7] = 0;" (assignment_expression "puVar2[7] = 0" (subscript_expression "puVar2[7]" (identifier "puVar2") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[3] = param_2;" (assignment_expression "puVar2[3] = param_2" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "puVar2[8] = 0;" (assignment_expression "puVar2[8] = 0" (subscript_expression "puVar2[8]" (identifier "puVar2") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[4] = param_3;" (assignment_expression "puVar2[4] = param_3" (subscript_expression "puVar2[4]" (identifier "puVar2") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "puVar2[9] = 0;" (assignment_expression "puVar2[9] = 0" (subscript_expression "puVar2[9]" (identifier "puVar2") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[5] = param_4;" (assignment_expression "puVar2[5] = param_4" (subscript_expression "puVar2[5]" (identifier "puVar2") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "puVar2[10] = 0;" (assignment_expression "puVar2[10] = 0" (subscript_expression "puVar2[10]" (identifier "puVar2") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[6] = param_5;" (assignment_expression "puVar2[6] = param_5" (subscript_expression "puVar2[6]" (identifier "puVar2") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" (identifier "puVar2") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention */
void function_1(type_1 reloc,type_2 *howto,type_3 *section,
char *name,type_4 *addend)
{
type_5 *plVar1;
type_6 *plVar2;
plVar1 = stat_ptr;
plVar2 = (type_6 *)var_1(0x30);
(plVar2->header).type = lang_reloc_statement_enum;
(plVar2->header).next = (type_6 *)0x0;
*plVar1->tail = plVar2;
plVar1->tail = (type_6 **)plVar2;
(plVar2->reloc_statement).reloc = reloc;
(plVar2->wild_statement).children.tail = (type_6 **)0x0;
(plVar2->reloc_statement).howto = howto;
(plVar2->wild_statement).exclude_name_list = (type_7 *)0x0;
(plVar2->reloc_statement).section = section;
(plVar2->wild_statement).walk_wild_section_handler = (type_8)0x0;
(plVar2->reloc_statement).name = name;
(plVar2->wild_statement).handler_data[0] = (type_9 *)0x0;
(plVar2->reloc_statement).addend_exp = addend;
(plVar2->wild_statement).handler_data[1] = (type_9 *)0x0;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (return_statement))))
| 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)
{
undefined *puVar1;
undefined4 *puVar2;
puVar1 = PTR_DAT_00084318;
puVar2 = (undefined4 *)FUN_000215d0(0x30);
puVar2[1] = 9;
*puVar2 = 0;
**(undefined4 **)(puVar1 + 4) = puVar2;
*(undefined4 **)(puVar1 + 4) = puVar2;
puVar2[2] = param_1;
puVar2[7] = 0;
puVar2[3] = param_2;
puVar2[8] = 0;
puVar2[4] = param_3;
puVar2[9] = 0;
puVar2[5] = param_4;
puVar2[10] = 0;
puVar2[6] = param_5;
puVar2[0xb] = 0;
return;
}
|
165_alpha-linux-gnu-as_and_alpha-linux-gnu-as_strip.c
|
register_dependency
|
FUN_00019cb0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void register_dependency(char *filename)
{
int iVar1;
dependency *pdVar2;
char *pcVar3;
if (dep_file == (char *)0x0) {
return;
}
pdVar2 = dep_chain;
if (dep_chain != (dependency *)0x0) {
do {
iVar1 = filename_cmp(filename,pdVar2->file);
if (iVar1 == 0) {
return;
}
pdVar2 = pdVar2->next;
} while (pdVar2 != (dependency *)0x0);
}
pdVar2 = (dependency *)xmalloc(8);
pcVar3 = (char *)xstrdup(filename);
pdVar2->file = pcVar3;
pdVar2->next = dep_chain;
dep_chain = pdVar2;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00019cb0(undefined4 param_1)
{
int iVar1;
undefined4 *puVar2;
undefined4 uVar3;
if (DAT_000807c4 == 0) {
return;
}
puVar2 = DAT_000807c0;
if (DAT_000807c0 != (undefined4 *)0x0) {
do {
iVar1 = filename_cmp(param_1,*puVar2);
if (iVar1 == 0) {
return;
}
puVar2 = (undefined4 *)puVar2[1];
} while (puVar2 != (undefined4 *)0x0);
}
puVar2 = (undefined4 *)xmalloc(8);
uVar3 = xstrdup(param_1);
*puVar2 = uVar3;
puVar2[1] = DAT_000807c0;
DAT_000807c0 = puVar2;
return;
}
|
PUSH EDI
PUSH ESI
PUSH EBX
MOV EDI,dword ptr [ESP + 0x10]
CALL 0x00016070
ADD EBX,0x5e344
MOV EAX,dword ptr [EBX + 0x87c4]
TEST EAX,EAX
JZ 0x00019cf9
MOV ESI,dword ptr [EBX + 0x87c0]
TEST ESI,ESI
JNZ 0x00019ce7
JMP 0x00019d00
MOV ESI,dword ptr [ESI + 0x4]
TEST ESI,ESI
JZ 0x00019d00
SUB ESP,0x8
PUSH dword ptr [ESI]
PUSH EDI
CALL 0x00014100
ADD ESP,0x10
TEST EAX,EAX
JNZ 0x00019ce0
POP EBX
POP ESI
POP EDI
RET
SUB ESP,0xc
PUSH 0x8
CALL 0x00014800
MOV dword ptr [ESP],EDI
MOV ESI,EAX
CALL 0x00014320
ADD ESP,0x10
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [EBX + 0x87c0]
MOV dword ptr [EBX + 0x87c0],ESI
MOV dword ptr [ESI + 0x4],EAX
POP EBX
POP ESI
POP EDI
RET
| null | null | null | null |
[('tmp_1106', u'MULTIEQUAL_-1205952898'), ('const-0', u'RETURN_-1205953113'), ('const-0', u'PTRSUB_-1205952840'), (u'STORE_-1205953148', u'INDIRECT_-1205952847'), (u'INDIRECT_-1205952899', u'COPY_-1205952926'), (u'LOAD_-1205953183', u'CALL_-1205953166'), (u'CALL_-1205953166', u'INT_EQUAL_-1205953140'), (u'INT_EQUAL_-1205953294', u'CBRANCH_-1205953293'), ('tmp_1106', u'COPY_-1205952940'), ('const-417', u'LOAD_-1205953147'), ('const-417', u'LOAD_-1205953183'), ('tmp_1107', u'COPY_-1205952950'), (u'STORE_-1205953171', u'INDIRECT_-1205952862'), ('tmp_1107', u'INT_NOTEQUAL_-1205953270'), ('const-4', u'PTRSUB_-1205952897'), ('const-0', u'INT_NOTEQUAL_-1205953128'), (u'COPY_-1205952881', u'COPY_-1205952904'), ('const-0', u'INT_EQUAL_-1205953140'), ('tmp_98', u'CBRANCH_-1205953293'), ('const-0', u'INT_NOTEQUAL_-1205953270'), (u'COPY_-1205952964', u'MULTIEQUAL_-1205953024'), (u'LOAD_-1205953147', u'MULTIEQUAL_-1205953024'), ('tmp_1106', u'INT_EQUAL_-1205953294'), (u'CALL_-1205953166', u'INDIRECT_-1205952909'), (u'INDIRECT_-1205952847', u'COPY_-1205952881'), (u'CAST_-1205952838', u'STORE_-1205953171'), (u'INDIRECT_-1205952909', u'MULTIEQUAL_-1205952882'), (u'PTRSUB_-1205952897', u'LOAD_-1205953147'), (u'STORE_-1205953148', u'INDIRECT_-1205952837'), (u'INT_NOTEQUAL_-1205953270', u'CBRANCH_-1205953269'), (u'COPY_-1205952950', u'COPY_-1205952950'), (u'INDIRECT_-1205952899', u'MULTIEQUAL_-1205952872'), ('const-0', u'RETURN_-1205953120'), ('tmp_483', u'CALL_-1205953166'), ('tmp_1106', u'MULTIEQUAL_-1205952872'), ('const-0', u'PTRSUB_-1205952886'), (u'INDIRECT_-1205952909', u'COPY_-1205952927'), ('tmp_462', u'CBRANCH_-1205953128'), (u'INT_EQUAL_-1205953140', u'CBRANCH_-1205953138'), (u'CALL_-1205953202', u'INDIRECT_-1205952874'), ('const-4', u'PTRSUB_-1205952825'), (u'CALL_-1205953166', u'INDIRECT_-1205952899'), (u'INDIRECT_-1205952837', u'COPY_-1205952894'), (u'CAST_-1205952849', u'PTRSUB_-1205952825'), (u'MULTIEQUAL_-1205953024', u'PTRSUB_-1205952897'), ('tmp_483', u'CALL_-1205953186'), ('const-417', u'STORE_-1205953171'), (u'CALL_-1205953186', u'INDIRECT_-1205952873'), (u'CAST_-1205952849', u'PTRSUB_-1205952840'), (u'INDIRECT_-1205952909', u'MULTIEQUAL_-1205952908'), (u'CAST_-1205952849', u'COPY_-1205952882'), (u'LOAD_-1205953147', u'INT_NOTEQUAL_-1205953128'), (u'CALL_-1205953186', u'INDIRECT_-1205952863'), ('tmp_1107', u'COPY_-1205952964'), ('const-0', u'RETURN_-1205952916'), (u'INDIRECT_-1205952862', u'STORE_-1205953148'), (u'CALL_-1205953202', u'CAST_-1205952849'), (u'INT_NOTEQUAL_-1205953128', u'CBRANCH_-1205953128'), (u'CALL_-1205953202', u'INDIRECT_-1205952884'), ('tmp_134', u'CBRANCH_-1205953269'), (u'PTRSUB_-1205952825', u'STORE_-1205953148'), ('tmp_1107', u'MULTIEQUAL_-1205952882'), (u'CALL_-1205953186', u'CAST_-1205952838'), ('const-417', u'STORE_-1205953148'), (u'COPY_-1205952940', u'COPY_-1205952940'), (u'STORE_-1205953171', u'INDIRECT_-1205952852'), (u'PTRSUB_-1205952886', u'LOAD_-1205953183'), (u'PTRSUB_-1205952840', u'STORE_-1205953171'), ('tmp_391', u'CBRANCH_-1205953138'), (u'INDIRECT_-1205952899', u'MULTIEQUAL_-1205952898'), (u'MULTIEQUAL_-1205953024', u'PTRSUB_-1205952886'), ('const-0', u'INT_EQUAL_-1205953294'), ('const-8', u'CALL_-1205953202'), ('tmp_1107', u'MULTIEQUAL_-1205952908')]
|
[('const-0', u'RETURN_-1205953113'), (u'CALL_-1205953186', u'STORE_-1205953171'), (u'STORE_-1205953148', u'INDIRECT_-1205952847'), (u'LOAD_-1205953183', u'CALL_-1205953166'), (u'CALL_-1205953166', u'INT_EQUAL_-1205953140'), (u'INT_EQUAL_-1205953294', u'CBRANCH_-1205953293'), (u'COPY_-1205952966', u'MULTIEQUAL_-1205953024'), (u'INDIRECT_-1205952899', u'COPY_-1205952928'), (u'STORE_-1205953171', u'INDIRECT_-1205952862'), ('tmp_1107', u'MULTIEQUAL_-1205952898'), ('const-0', u'INT_NOTEQUAL_-1205953128'), ('const-0', u'INT_EQUAL_-1205953140'), ('tmp_98', u'CBRANCH_-1205953293'), ('tmp_1107', u'COPY_-1205952940'), ('tmp_1108', u'COPY_-1205952966'), (u'PTRADD_-1205952828', u'STORE_-1205953148'), ('const-417', u'LOAD_-1205953183'), ('const-0', u'INT_NOTEQUAL_-1205953270'), (u'CALL_-1205953166', u'INDIRECT_-1205952909'), ('tmp_1008', u'CALL_-1205953186'), ('const-8', u'CALL_-1205953202'), ('tmp_1108', u'MULTIEQUAL_-1205952882'), (u'INDIRECT_-1205952909', u'MULTIEQUAL_-1205952882'), (u'CAST_-1205952888', u'INT_NOTEQUAL_-1205953128'), (u'STORE_-1205953148', u'INDIRECT_-1205952837'), ('const-1', u'PTRADD_-1205952898'), ('tmp_1107', u'INT_EQUAL_-1205953294'), (u'INT_NOTEQUAL_-1205953270', u'CBRANCH_-1205953269'), (u'COPY_-1205952950', u'COPY_-1205952950'), (u'INDIRECT_-1205952899', u'MULTIEQUAL_-1205952872'), (u'CAST_-1205952850', u'STORE_-1205953171'), ('const-0', u'RETURN_-1205953120'), (u'CAST_-1205952850', u'COPY_-1205952884'), (u'CAST_-1205952888', u'MULTIEQUAL_-1205953024'), ('tmp_462', u'CBRANCH_-1205953128'), (u'INT_EQUAL_-1205953140', u'CBRANCH_-1205953138'), (u'CALL_-1205953202', u'INDIRECT_-1205952874'), ('const-417', u'STORE_-1205953148'), ('const-0', u'RETURN_-1205952918'), (u'CALL_-1205953166', u'INDIRECT_-1205952899'), ('const-417', u'LOAD_-1205953147'), ('const-1', u'PTRADD_-1205952828'), (u'INDIRECT_-1205952837', u'COPY_-1205952894'), ('tmp_1108', u'MULTIEQUAL_-1205952908'), ('const-417', u'STORE_-1205953171'), ('const-4', u'PTRADD_-1205952828'), (u'CALL_-1205953186', u'INDIRECT_-1205952873'), ('const-4', u'PTRADD_-1205952898'), ('tmp_1108', u'INT_NOTEQUAL_-1205953270'), (u'LOAD_-1205953147', u'CAST_-1205952888'), (u'INDIRECT_-1205952909', u'MULTIEQUAL_-1205952908'), (u'PTRADD_-1205952898', u'LOAD_-1205953147'), (u'CALL_-1205953186', u'INDIRECT_-1205952863'), (u'CALL_-1205953202', u'CAST_-1205952850'), (u'CAST_-1205952850', u'PTRADD_-1205952828'), (u'INDIRECT_-1205952862', u'STORE_-1205953148'), (u'INT_NOTEQUAL_-1205953128', u'CBRANCH_-1205953128'), (u'CALL_-1205953202', u'INDIRECT_-1205952884'), (u'COPY_-1205952883', u'COPY_-1205952904'), ('tmp_1008', u'CALL_-1205953166'), ('tmp_134', u'CBRANCH_-1205953269'), (u'INDIRECT_-1205952909', u'COPY_-1205952929'), ('tmp_1107', u'MULTIEQUAL_-1205952872'), (u'MULTIEQUAL_-1205953024', u'LOAD_-1205953183'), (u'INDIRECT_-1205952847', u'COPY_-1205952883'), (u'COPY_-1205952940', u'COPY_-1205952940'), (u'STORE_-1205953171', u'INDIRECT_-1205952852'), ('tmp_391', u'CBRANCH_-1205953138'), (u'INDIRECT_-1205952899', u'MULTIEQUAL_-1205952898'), ('const-0', u'INT_EQUAL_-1205953294'), ('tmp_1108', u'COPY_-1205952950'), (u'MULTIEQUAL_-1205953024', u'PTRADD_-1205952898')]
| null | null |
00019cb0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00019cb0(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}\n\n" comment (function_definition "void FUN_00019cb0(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}" primitive_type (function_declarator "FUN_00019cb0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (if_statement "if (DAT_000807c4 == 0) {\n return;\n }" if (parenthesized_expression "(DAT_000807c4 == 0)" ( (binary_expression "DAT_000807c4 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar2 = DAT_000807c0;" (assignment_expression "puVar2 = DAT_000807c0" identifier = identifier) ;) (if_statement "if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }" if (parenthesized_expression "(DAT_000807c0 != (undefined4 *)0x0)" ( (binary_expression "DAT_000807c0 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }" { (do_statement "do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);" do (compound_statement "{\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n }" { (expression_statement "iVar1 = filename_cmp(param_1,*puVar2);" (assignment_expression "iVar1 = filename_cmp(param_1,*puVar2)" identifier = (call_expression "filename_cmp(param_1,*puVar2)" identifier (argument_list "(param_1,*puVar2)" ( identifier , (pointer_expression "*puVar2" * identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar2 = (undefined4 *)puVar2[1];" (assignment_expression "puVar2 = (undefined4 *)puVar2[1]" identifier = (cast_expression "(undefined4 *)puVar2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ]))) ;) }) while (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" ( (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "puVar2 = (undefined4 *)xmalloc(8);" (assignment_expression "puVar2 = (undefined4 *)xmalloc(8)" identifier = (cast_expression "(undefined4 *)xmalloc(8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "uVar3 = xstrdup(param_1);" (assignment_expression "uVar3 = xstrdup(param_1)" identifier = (call_expression "xstrdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*puVar2 = uVar3;" (assignment_expression "*puVar2 = uVar3" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = DAT_000807c0;" (assignment_expression "puVar2[1] = DAT_000807c0" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "DAT_000807c0 = puVar2;" (assignment_expression "DAT_000807c0 = puVar2" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid register_dependency(char *filename)\n\n{\n int iVar1;\n dependency *pdVar2;\n char *pcVar3;\n \n if (dep_file == (char *)0x0) {\n return;\n }\n pdVar2 = dep_chain;\n if (dep_chain != (dependency *)0x0) {\n do {\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n } while (pdVar2 != (dependency *)0x0);\n }\n pdVar2 = (dependency *)xmalloc(8);\n pcVar3 = (char *)xstrdup(filename);\n pdVar2->file = pcVar3;\n pdVar2->next = dep_chain;\n dep_chain = pdVar2;\n return;\n}\n\n" comment comment (function_definition "void register_dependency(char *filename)\n\n{\n int iVar1;\n dependency *pdVar2;\n char *pcVar3;\n \n if (dep_file == (char *)0x0) {\n return;\n }\n pdVar2 = dep_chain;\n if (dep_chain != (dependency *)0x0) {\n do {\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n } while (pdVar2 != (dependency *)0x0);\n }\n pdVar2 = (dependency *)xmalloc(8);\n pcVar3 = (char *)xstrdup(filename);\n pdVar2->file = pcVar3;\n pdVar2->next = dep_chain;\n dep_chain = pdVar2;\n return;\n}" primitive_type (function_declarator "register_dependency(char *filename)" identifier (parameter_list "(char *filename)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) ))) (compound_statement "{\n int iVar1;\n dependency *pdVar2;\n char *pcVar3;\n \n if (dep_file == (char *)0x0) {\n return;\n }\n pdVar2 = dep_chain;\n if (dep_chain != (dependency *)0x0) {\n do {\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n } while (pdVar2 != (dependency *)0x0);\n }\n pdVar2 = (dependency *)xmalloc(8);\n pcVar3 = (char *)xstrdup(filename);\n pdVar2->file = pcVar3;\n pdVar2->next = dep_chain;\n dep_chain = pdVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "dependency *pdVar2;" type_identifier (pointer_declarator "*pdVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (if_statement "if (dep_file == (char *)0x0) {\n return;\n }" if (parenthesized_expression "(dep_file == (char *)0x0)" ( (binary_expression "dep_file == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "pdVar2 = dep_chain;" (assignment_expression "pdVar2 = dep_chain" identifier = identifier) ;) (if_statement "if (dep_chain != (dependency *)0x0) {\n do {\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n } while (pdVar2 != (dependency *)0x0);\n }" if (parenthesized_expression "(dep_chain != (dependency *)0x0)" ( (binary_expression "dep_chain != (dependency *)0x0" identifier != (cast_expression "(dependency *)0x0" ( (type_descriptor "dependency *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n } while (pdVar2 != (dependency *)0x0);\n }" { (do_statement "do {\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n } while (pdVar2 != (dependency *)0x0);" do (compound_statement "{\n iVar1 = filename_cmp(filename,pdVar2->file);\n if (iVar1 == 0) {\n return;\n }\n pdVar2 = pdVar2->next;\n }" { (expression_statement "iVar1 = filename_cmp(filename,pdVar2->file);" (assignment_expression "iVar1 = filename_cmp(filename,pdVar2->file)" identifier = (call_expression "filename_cmp(filename,pdVar2->file)" identifier (argument_list "(filename,pdVar2->file)" ( identifier , (field_expression "pdVar2->file" identifier -> field_identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "pdVar2 = pdVar2->next;" (assignment_expression "pdVar2 = pdVar2->next" identifier = (field_expression "pdVar2->next" identifier -> field_identifier)) ;) }) while (parenthesized_expression "(pdVar2 != (dependency *)0x0)" ( (binary_expression "pdVar2 != (dependency *)0x0" identifier != (cast_expression "(dependency *)0x0" ( (type_descriptor "dependency *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "pdVar2 = (dependency *)xmalloc(8);" (assignment_expression "pdVar2 = (dependency *)xmalloc(8)" identifier = (cast_expression "(dependency *)xmalloc(8)" ( (type_descriptor "dependency *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "pcVar3 = (char *)xstrdup(filename);" (assignment_expression "pcVar3 = (char *)xstrdup(filename)" identifier = (cast_expression "(char *)xstrdup(filename)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(filename)" identifier (argument_list "(filename)" ( identifier ))))) ;) (expression_statement "pdVar2->file = pcVar3;" (assignment_expression "pdVar2->file = pcVar3" (field_expression "pdVar2->file" identifier -> field_identifier) = identifier) ;) (expression_statement "pdVar2->next = dep_chain;" (assignment_expression "pdVar2->next = dep_chain" (field_expression "pdVar2->next" identifier -> field_identifier) = identifier) ;) (expression_statement "dep_chain = pdVar2;" (assignment_expression "dep_chain = pdVar2" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00019cb0(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}\n\n" (function_definition "void FUN_00019cb0(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}" primitive_type (function_declarator "FUN_00019cb0(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (if_statement "if (DAT_000807c4 == 0) {\n return;\n }" if (parenthesized_expression "(DAT_000807c4 == 0)" ( (binary_expression "DAT_000807c4 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar2 = DAT_000807c0;" (assignment_expression "puVar2 = DAT_000807c0" identifier = identifier) ;) (if_statement "if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }" if (parenthesized_expression "(DAT_000807c0 != (undefined4 *)0x0)" ( (binary_expression "DAT_000807c0 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }" { (do_statement "do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);" do (compound_statement "{\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n }" { (expression_statement "iVar1 = filename_cmp(param_1,*puVar2);" (assignment_expression "iVar1 = filename_cmp(param_1,*puVar2)" identifier = (call_expression "filename_cmp(param_1,*puVar2)" identifier (argument_list "(param_1,*puVar2)" ( identifier , (pointer_expression "*puVar2" * identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n return;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "puVar2 = (undefined4 *)puVar2[1];" (assignment_expression "puVar2 = (undefined4 *)puVar2[1]" identifier = (cast_expression "(undefined4 *)puVar2[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar2[1]" identifier [ number_literal ]))) ;) }) while (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" ( (binary_expression "puVar2 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (expression_statement "puVar2 = (undefined4 *)xmalloc(8);" (assignment_expression "puVar2 = (undefined4 *)xmalloc(8)" identifier = (cast_expression "(undefined4 *)xmalloc(8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "uVar3 = xstrdup(param_1);" (assignment_expression "uVar3 = xstrdup(param_1)" identifier = (call_expression "xstrdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*puVar2 = uVar3;" (assignment_expression "*puVar2 = uVar3" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = DAT_000807c0;" (assignment_expression "puVar2[1] = DAT_000807c0" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "DAT_000807c0 = puVar2;" (assignment_expression "DAT_000807c0 = puVar2" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00019cb0(undefined4 param_1)\n\n{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00019cb0(undefined4 param_1)" (identifier "FUN_00019cb0") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 *puVar2;\n undefined4 uVar3;\n \n if (DAT_000807c4 == 0) {\n return;\n }\n puVar2 = DAT_000807c0;\n if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }\n puVar2 = (undefined4 *)xmalloc(8);\n uVar3 = xstrdup(param_1);\n *puVar2 = uVar3;\n puVar2[1] = DAT_000807c0;\n DAT_000807c0 = puVar2;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (if_statement "if (DAT_000807c4 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(DAT_000807c4 == 0)" (( "(") (binary_expression "DAT_000807c4 == 0" (identifier "DAT_000807c4") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar2 = DAT_000807c0;" (assignment_expression "puVar2 = DAT_000807c0" (identifier "puVar2") (= "=") (identifier "DAT_000807c0")) (; ";")) (if_statement "if (DAT_000807c0 != (undefined4 *)0x0) {\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }" (if "if") (parenthesized_expression "(DAT_000807c0 != (undefined4 *)0x0)" (( "(") (binary_expression "DAT_000807c0 != (undefined4 *)0x0" (identifier "DAT_000807c0") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);\n }" ({ "{") (do_statement "do {\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n } while (puVar2 != (undefined4 *)0x0);" (do "do") (compound_statement "{\n iVar1 = filename_cmp(param_1,*puVar2);\n if (iVar1 == 0) {\n return;\n }\n puVar2 = (undefined4 *)puVar2[1];\n }" ({ "{") (expression_statement "iVar1 = filename_cmp(param_1,*puVar2);" (assignment_expression "iVar1 = filename_cmp(param_1,*puVar2)" (identifier "iVar1") (= "=") (call_expression "filename_cmp(param_1,*puVar2)" (identifier "filename_cmp") (argument_list "(param_1,*puVar2)" (( "(") (identifier "param_1") (, ",") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar2 = (undefined4 *)puVar2[1];" (assignment_expression "puVar2 = (undefined4 *)puVar2[1]" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)puVar2[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar2 != (undefined4 *)0x0)" (( "(") (binary_expression "puVar2 != (undefined4 *)0x0" (identifier "puVar2") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (expression_statement "puVar2 = (undefined4 *)xmalloc(8);" (assignment_expression "puVar2 = (undefined4 *)xmalloc(8)" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)xmalloc(8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(8)" (identifier "xmalloc") (argument_list "(8)" (( "(") (number_literal "8") () ")"))))) (; ";")) (expression_statement "uVar3 = xstrdup(param_1);" (assignment_expression "uVar3 = xstrdup(param_1)" (identifier "uVar3") (= "=") (call_expression "xstrdup(param_1)" (identifier "xstrdup") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "*puVar2 = uVar3;" (assignment_expression "*puVar2 = uVar3" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar2[1] = DAT_000807c0;" (assignment_expression "puVar2[1] = DAT_000807c0" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "DAT_000807c0")) (; ";")) (expression_statement "DAT_000807c0 = puVar2;" (assignment_expression "DAT_000807c0 = puVar2" (identifier "DAT_000807c0") (= "=") (identifier "puVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* 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_4;
type_1 *var_5;
char *pcVar3;
if (var_1 == (char *)0x0) {
return;
}
var_5 = var_2;
if (var_2 != (type_1 *)0x0) {
do {
var_4 = var_3(filename,var_5->file);
if (var_4 == 0) {
return;
}
var_5 = var_5->next;
} while (var_5 != (type_1 *)0x0);
}
var_5 = (type_1 *)var_6(8);
pcVar3 = (char *)var_7(filename);
var_5->file = pcVar3;
var_5->next = var_2;
var_2 = var_5;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
int iVar1;
undefined4 *puVar2;
undefined4 uVar3;
if (DAT_000807c4 == 0) {
return;
}
puVar2 = DAT_000807c0;
if (DAT_000807c0 != (undefined4 *)0x0) {
do {
iVar1 = filename_cmp(param_1,*puVar2);
if (iVar1 == 0) {
return;
}
puVar2 = (undefined4 *)puVar2[1];
} while (puVar2 != (undefined4 *)0x0);
}
puVar2 = (undefined4 *)xmalloc(8);
uVar3 = xstrdup(param_1);
*puVar2 = uVar3;
puVar2[1] = DAT_000807c0;
DAT_000807c0 = puVar2;
return;
}
|
208_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c
|
get_DW_SECT_short_name
|
FUN_0001e440
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 get_DW_SECT_short_name(uint dw_sect)
{
switch(dw_sect) {
default:
snprintf(buf_12474,0x10,"%d",dw_sect);
return buf_12474;
case 1:
return "info";
case 2:
return "types";
case 3:
return "abbrev";
case 4:
return "line";
case 5:
return "loc";
case 6:
return "str_off";
case 7:
return "macinfo";
case 8:
return "macro";
}
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 FUN_0001e440(undefined4 param_1)
{
switch(param_1) {
default:
snprintf(&DAT_000768a0,0x10,"%d",param_1);
return &DAT_000768a0;
case 1:
return "info";
case 2:
return "types";
case 3:
return "abbrev";
case 4:
return "line";
case 5:
return "loc";
case 6:
return "str_off";
case 7:
return "macinfo";
case 8:
return "macro";
}
}
|
PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x54bb9
SUB ESP,0x4
CMP EAX,0x8
JA 0x0001e4e8
MOV EDX,dword ptr [EBX + EAX*0x4 + 0xfffe2b00]
ADD EDX,EBX
JMP EDX
PUSH EAX
LEA ESI,[EBX + 0x38a0]
LEA EAX,[EBX + 0xfffe1b72]
PUSH EAX
PUSH 0x10
PUSH ESI
CALL 0x00014520
ADD ESP,0x10
MOV EAX,ESI
ADD ESP,0x4
POP EBX
POP ESI
RET
| null | null | null | null |
[('const-0', u'RETURN_-1205934727'), ('const-16', u'CALL_-1205934775'), ('tmp_776', u'CALL_-1205934775'), (u'PTRSUB_-1205934698', u'RETURN_-1205934727'), ('const-349230', u'COPY_-1205934768'), (u'COPY_-1205934762', u'RETURN_-1205934734'), (u'COPY_-1205934756', u'RETURN_-1205934728'), ('const-485536', u'PTRSUB_-1205934449'), (u'COPY_-1205934738', u'RETURN_-1205934710'), (u'COPY_-1205934726', u'RETURN_-1205934698'), (u'COPY_-1205934732', u'RETURN_-1205934704'), (u'COPY_-1205934744', u'RETURN_-1205934716'), ('const-0', u'RETURN_-1205934716'), ('const-346994', u'COPY_-1205934522'), ('const-349199', u'COPY_-1205934762'), ('const-0', u'RETURN_-1205934740'), ('const-0', u'RETURN_-1205934710'), ('const-0', u'RETURN_-1205934704'), ('const-0', u'PTRSUB_-1205934449'), (u'COPY_-1205934750', u'RETURN_-1205934722'), (u'COPY_-1205934522', u'CALL_-1205934775'), ('const-0', u'PTRSUB_-1205934698'), ('const-0', u'RETURN_-1205934734'), ('const-341834', u'COPY_-1205934756'), ('const-348759', u'COPY_-1205934726'), ('const-349681', u'COPY_-1205934738'), ('const-376141', u'COPY_-1205934750'), (u'COPY_-1205934768', u'RETURN_-1205934740'), (u'PTRSUB_-1205934449', u'CALL_-1205934775'), ('const-485536', u'PTRSUB_-1205934698'), ('const-370426', u'COPY_-1205934732'), ('const-349100', u'COPY_-1205934744'), ('const-0', u'RETURN_-1205934722'), ('const-0', u'RETURN_-1205934698'), ('tmp_776', u'BRANCHIND_-1205934946'), ('const-0', u'RETURN_-1205934728')]
|
[('const-0', u'RETURN_-1205934727'), ('const-376141', u'COPY_-1205934750'), (u'PTRSUB_-1205934698', u'RETURN_-1205934727'), ('const-485536', u'PTRSUB_-1205934449'), (u'COPY_-1205934762', u'RETURN_-1205934734'), ('const-349100', u'COPY_-1205934744'), (u'COPY_-1205934756', u'RETURN_-1205934728'), ('const-349199', u'COPY_-1205934762'), ('const-370426', u'COPY_-1205934732'), (u'COPY_-1205934738', u'RETURN_-1205934710'), (u'COPY_-1205934726', u'RETURN_-1205934698'), ('const-346994', u'COPY_-1205934522'), ('tmp_872', u'CALL_-1205934775'), (u'COPY_-1205934732', u'RETURN_-1205934704'), (u'COPY_-1205934744', u'RETURN_-1205934716'), ('const-0', u'RETURN_-1205934716'), ('const-0', u'PTRSUB_-1205934698'), ('const-0', u'RETURN_-1205934740'), ('const-0', u'RETURN_-1205934710'), ('const-0', u'RETURN_-1205934704'), ('const-349230', u'COPY_-1205934768'), (u'COPY_-1205934750', u'RETURN_-1205934722'), (u'COPY_-1205934522', u'CALL_-1205934775'), ('const-0', u'PTRSUB_-1205934449'), ('const-0', u'RETURN_-1205934734'), ('const-341834', u'COPY_-1205934756'), ('tmp_872', u'BRANCHIND_-1205934946'), (u'COPY_-1205934768', u'RETURN_-1205934740'), ('const-485536', u'PTRSUB_-1205934698'), ('const-349681', u'COPY_-1205934738'), (u'PTRSUB_-1205934449', u'CALL_-1205934775'), ('const-348759', u'COPY_-1205934726'), ('const-0', u'RETURN_-1205934722'), ('const-0', u'RETURN_-1205934698'), ('const-0', u'RETURN_-1205934728'), ('const-16', u'CALL_-1205934775')]
| null | null |
0001e440
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}\n\n" comment (function_definition "char * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" primitive_type (pointer_declarator "* __regparm3 FUN_0001e440(undefined4 param_1)" * (ERROR "__regparm3" identifier) (function_declarator "FUN_0001e440(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) )))) (compound_statement "{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" { (switch_statement "switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" { (case_statement "default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;" default : (expression_statement "snprintf(&DAT_000768a0,0x10,"%d",param_1);" (call_expression "snprintf(&DAT_000768a0,0x10,"%d",param_1)" identifier (argument_list "(&DAT_000768a0,0x10,"%d",param_1)" ( (pointer_expression "&DAT_000768a0" & identifier) , number_literal , (string_literal ""%d"" " string_content ") , identifier ))) ;) (return_statement "return &DAT_000768a0;" return (pointer_expression "&DAT_000768a0" & identifier) ;)) (case_statement "case 1:\n return "info";" case number_literal : (return_statement "return "info";" return (string_literal ""info"" " string_content ") ;)) (case_statement "case 2:\n return "types";" case number_literal : (return_statement "return "types";" return (string_literal ""types"" " string_content ") ;)) (case_statement "case 3:\n return "abbrev";" case number_literal : (return_statement "return "abbrev";" return (string_literal ""abbrev"" " string_content ") ;)) (case_statement "case 4:\n return "line";" case number_literal : (return_statement "return "line";" return (string_literal ""line"" " string_content ") ;)) (case_statement "case 5:\n return "loc";" case number_literal : (return_statement "return "loc";" return (string_literal ""loc"" " string_content ") ;)) (case_statement "case 6:\n return "str_off";" case number_literal : (return_statement "return "str_off";" return (string_literal ""str_off"" " string_content ") ;)) (case_statement "case 7:\n return "macinfo";" case number_literal : (return_statement "return "macinfo";" return (string_literal ""macinfo"" " string_content ") ;)) (case_statement "case 8:\n return "macro";" case number_literal : (return_statement "return "macro";" return (string_literal ""macro"" " string_content ") ;)) })) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nchar * __regparm3 get_DW_SECT_short_name(uint dw_sect)\n\n{\n switch(dw_sect) {\n default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}\n\n" comment (function_definition "char * __regparm3 get_DW_SECT_short_name(uint dw_sect)\n\n{\n switch(dw_sect) {\n default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" primitive_type (pointer_declarator "* __regparm3 get_DW_SECT_short_name(uint dw_sect)" * (ERROR "__regparm3" identifier) (function_declarator "get_DW_SECT_short_name(uint dw_sect)" identifier (parameter_list "(uint dw_sect)" ( (parameter_declaration "uint dw_sect" type_identifier identifier) )))) (compound_statement "{\n switch(dw_sect) {\n default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" { (switch_statement "switch(dw_sect) {\n default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" switch (parenthesized_expression "(dw_sect)" ( identifier )) (compound_statement "{\n default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" { (case_statement "default:\n snprintf(buf_12474,0x10,"%d",dw_sect);\n return buf_12474;" default : (expression_statement "snprintf(buf_12474,0x10,"%d",dw_sect);" (call_expression "snprintf(buf_12474,0x10,"%d",dw_sect)" identifier (argument_list "(buf_12474,0x10,"%d",dw_sect)" ( identifier , number_literal , (string_literal ""%d"" " string_content ") , identifier ))) ;) (return_statement "return buf_12474;" return identifier ;)) (case_statement "case 1:\n return "info";" case number_literal : (return_statement "return "info";" return (string_literal ""info"" " string_content ") ;)) (case_statement "case 2:\n return "types";" case number_literal : (return_statement "return "types";" return (string_literal ""types"" " string_content ") ;)) (case_statement "case 3:\n return "abbrev";" case number_literal : (return_statement "return "abbrev";" return (string_literal ""abbrev"" " string_content ") ;)) (case_statement "case 4:\n return "line";" case number_literal : (return_statement "return "line";" return (string_literal ""line"" " string_content ") ;)) (case_statement "case 5:\n return "loc";" case number_literal : (return_statement "return "loc";" return (string_literal ""loc"" " string_content ") ;)) (case_statement "case 6:\n return "str_off";" case number_literal : (return_statement "return "str_off";" return (string_literal ""str_off"" " string_content ") ;)) (case_statement "case 7:\n return "macinfo";" case number_literal : (return_statement "return "macinfo";" return (string_literal ""macinfo"" " string_content ") ;)) (case_statement "case 8:\n return "macro";" case number_literal : (return_statement "return "macro";" return (string_literal ""macro"" " string_content ") ;)) })) })))
|
(translation_unit "char * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}\n\n" (function_definition "char * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" primitive_type (pointer_declarator "* __regparm3 FUN_0001e440(undefined4 param_1)" * (ERROR "__regparm3" identifier) (function_declarator "FUN_0001e440(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) )))) (compound_statement "{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" { (switch_statement "switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" switch (parenthesized_expression "(param_1)" ( identifier )) (compound_statement "{\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" { (case_statement "default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;" default : (expression_statement "snprintf(&DAT_000768a0,0x10,"%d",param_1);" (call_expression "snprintf(&DAT_000768a0,0x10,"%d",param_1)" identifier (argument_list "(&DAT_000768a0,0x10,"%d",param_1)" ( (pointer_expression "&DAT_000768a0" & identifier) , number_literal , (string_literal ""%d"" " string_content ") , identifier ))) ;) (return_statement "return &DAT_000768a0;" return (pointer_expression "&DAT_000768a0" & identifier) ;)) (case_statement "case 1:\n return "info";" case number_literal : (return_statement "return "info";" return (string_literal ""info"" " string_content ") ;)) (case_statement "case 2:\n return "types";" case number_literal : (return_statement "return "types";" return (string_literal ""types"" " string_content ") ;)) (case_statement "case 3:\n return "abbrev";" case number_literal : (return_statement "return "abbrev";" return (string_literal ""abbrev"" " string_content ") ;)) (case_statement "case 4:\n return "line";" case number_literal : (return_statement "return "line";" return (string_literal ""line"" " string_content ") ;)) (case_statement "case 5:\n return "loc";" case number_literal : (return_statement "return "loc";" return (string_literal ""loc"" " string_content ") ;)) (case_statement "case 6:\n return "str_off";" case number_literal : (return_statement "return "str_off";" return (string_literal ""str_off"" " string_content ") ;)) (case_statement "case 7:\n return "macinfo";" case number_literal : (return_statement "return "macinfo";" return (string_literal ""macinfo"" " string_content ") ;)) (case_statement "case 8:\n return "macro";" case number_literal : (return_statement "return "macro";" return (string_literal ""macro"" " string_content ") ;)) })) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement default : (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , LIT , (string_literal " string_content ") , IDENT ))) ;) (return_statement return (pointer_expression & IDENT) ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) (case_statement case LIT : (return_statement return (string_literal " string_content ") ;)) })) })))
|
(function_definition "char * __regparm3 FUN_0001e440(undefined4 param_1)\n\n{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" (primitive_type "char") (pointer_declarator "* __regparm3 FUN_0001e440(undefined4 param_1)" (* "*") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0001e440(undefined4 param_1)" (identifier "FUN_0001e440") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")")))) (compound_statement "{\n switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }\n}" ({ "{") (switch_statement "switch(param_1) {\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" (switch "switch") (parenthesized_expression "(param_1)" (( "(") (identifier "param_1") () ")")) (compound_statement "{\n default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;\n case 1:\n return "info";\n case 2:\n return "types";\n case 3:\n return "abbrev";\n case 4:\n return "line";\n case 5:\n return "loc";\n case 6:\n return "str_off";\n case 7:\n return "macinfo";\n case 8:\n return "macro";\n }" ({ "{") (case_statement "default:\n snprintf(&DAT_000768a0,0x10,"%d",param_1);\n return &DAT_000768a0;" (default "default") (: ":") (expression_statement "snprintf(&DAT_000768a0,0x10,"%d",param_1);" (call_expression "snprintf(&DAT_000768a0,0x10,"%d",param_1)" (identifier "snprintf") (argument_list "(&DAT_000768a0,0x10,"%d",param_1)" (( "(") (pointer_expression "&DAT_000768a0" (& "&") (identifier "DAT_000768a0")) (, ",") (number_literal "0x10") (, ",") (string_literal ""%d"" (" """) (string_content "%d") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";")) (return_statement "return &DAT_000768a0;" (return "return") (pointer_expression "&DAT_000768a0" (& "&") (identifier "DAT_000768a0")) (; ";"))) (case_statement "case 1:\n return "info";" (case "case") (number_literal "1") (: ":") (return_statement "return "info";" (return "return") (string_literal ""info"" (" """) (string_content "info") (" """)) (; ";"))) (case_statement "case 2:\n return "types";" (case "case") (number_literal "2") (: ":") (return_statement "return "types";" (return "return") (string_literal ""types"" (" """) (string_content "types") (" """)) (; ";"))) (case_statement "case 3:\n return "abbrev";" (case "case") (number_literal "3") (: ":") (return_statement "return "abbrev";" (return "return") (string_literal ""abbrev"" (" """) (string_content "abbrev") (" """)) (; ";"))) (case_statement "case 4:\n return "line";" (case "case") (number_literal "4") (: ":") (return_statement "return "line";" (return "return") (string_literal ""line"" (" """) (string_content "line") (" """)) (; ";"))) (case_statement "case 5:\n return "loc";" (case "case") (number_literal "5") (: ":") (return_statement "return "loc";" (return "return") (string_literal ""loc"" (" """) (string_content "loc") (" """)) (; ";"))) (case_statement "case 6:\n return "str_off";" (case "case") (number_literal "6") (: ":") (return_statement "return "str_off";" (return "return") (string_literal ""str_off"" (" """) (string_content "str_off") (" """)) (; ";"))) (case_statement "case 7:\n return "macinfo";" (case "case") (number_literal "7") (: ":") (return_statement "return "macinfo";" (return "return") (string_literal ""macinfo"" (" """) (string_content "macinfo") (" """)) (; ";"))) (case_statement "case 8:\n return "macro";" (case "case") (number_literal "8") (: ":") (return_statement "return "macro";" (return "return") (string_literal ""macro"" (" """) (string_content "macro") (" """)) (; ";"))) (} "}"))) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 function_1(type_1 dw_sect)
{
switch(dw_sect) {
default:
var_1(buf_12474,0x10,"%d",dw_sect);
return buf_12474;
case 1:
return "info";
case 2:
return "types";
case 3:
return "abbrev";
case 4:
return "line";
case 5:
return "loc";
case 6:
return "str_off";
case 7:
return "macinfo";
case 8:
return "macro";
}
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (number_literal) (string_literal (string_content)) (identifier)))) (return_statement (pointer_expression argument: (identifier)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))) (case_statement value: (number_literal) (return_statement (string_literal (string_content)))))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
char * __regparm3 MASKED(undefined4 param_1)
{
switch(param_1) {
default:
snprintf(&DAT_000768a0,0x10,"%d",param_1);
return &DAT_000768a0;
case 1:
return "info";
case 2:
return "types";
case 3:
return "abbrev";
case 4:
return "line";
case 5:
return "loc";
case 6:
return "str_off";
case 7:
return "macinfo";
case 8:
return "macro";
}
}
|
1_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
|
_init
|
_init
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int _init(EVP_PKEY_CTX *ctx)
{
undefined *puVar1;
puVar1 = PTR___gmon_start___000c4fd0;
if (PTR___gmon_start___000c4fd0 != (undefined *)0x0) {
puVar1 = (undefined *)__gmon_start__();
}
return (int)puVar1;
}
|
int __regparm3 _init(EVP_PKEY_CTX *ctx)
{
int iVar1;
undefined4 in_EDX;
int unaff_EBX;
entry(in_EDX,0x162ad);
iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);
if (iVar1 != 0) {
iVar1 = __gmon_start__();
}
return iVar1;
}
|
PUSH EBX
SUB ESP,0x8
CALL 0x00016d10
ADD EBX,0xaed53
MOV EAX,dword ptr [EBX + 0xffffffd0]
TEST EAX,EAX
JZ 0x000162c2
CALL 0x00016cf8
ADD ESP,0x8
POP EBX
RET
| null | null | null | null |
[('const-0', u'INT_NOTEQUAL_-1205968156'), (u'MULTIEQUAL_-1205968067', u'CAST_-1205968027'), ('tmp_100', u'CBRANCH_-1205968156'), (u'MULTIEQUAL_-1205968038', u'COPY_-1205968094'), ('tmp_294', u'COPY_-1205968103'), ('const-0', u'RETURN_-1205968121'), (u'CAST_-1205968027', u'RETURN_-1205968121'), (u'CAST_-1205968037', u'MULTIEQUAL_-1205968067'), (u'CALL_-1205968149', u'INDIRECT_-1205968044'), ('tmp_294', u'INT_NOTEQUAL_-1205968156'), (u'COPY_-1205968103', u'MULTIEQUAL_-1205968067'), (u'INDIRECT_-1205968044', u'MULTIEQUAL_-1205968038'), (u'CALL_-1205968149', u'CAST_-1205968037'), ('tmp_294', u'MULTIEQUAL_-1205968038'), (u'INT_NOTEQUAL_-1205968156', u'CBRANCH_-1205968156')]
|
[('const-0', u'INT_NOTEQUAL_-1205968156'), ('const-38', u'INT_ADD_-1205968079'), ('tmp_100', u'CBRANCH_-1205968156'), (u'CALL_-1205968149', u'MULTIEQUAL_-1205968066'), (u'INDIRECT_-1205968090', u'INT_ADD_-1205968079'), (u'INT_ADD_-1205968079', u'PTRADD_-1205968116'), (u'PTRADD_-1205968116', u'CAST_-1205968033'), (u'LOAD_-1205968178', u'INT_NOTEQUAL_-1205968156'), ('const-417', u'LOAD_-1205968178'), ('const-716029', u'PTRSUB_-1205968034'), ('const-0', u'RETURN_-1205968121'), ('tmp_327', u'CALL_-1205968195'), (u'MULTIEQUAL_-1205968066', u'RETURN_-1205968121'), (u'CAST_-1205968033', u'LOAD_-1205968178'), ('const-0', u'PTRSUB_-1205968034'), (u'LOAD_-1205968178', u'MULTIEQUAL_-1205968066'), (u'CALL_-1205968195', u'INDIRECT_-1205968090'), ('const-1', u'PTRADD_-1205968116'), ('const-90797', u'CALL_-1205968195'), (u'INT_NOTEQUAL_-1205968156', u'CBRANCH_-1205968156'), (u'PTRSUB_-1205968034', u'PTRADD_-1205968116')]
| null | null |
000162a4
|
x86
|
O1
|
(translation_unit "int __regparm3 _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}\n\n" (function_definition "int __regparm3 _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "_init(EVP_PKEY_CTX *ctx)" identifier (parameter_list "(EVP_PKEY_CTX *ctx)" ( (parameter_declaration "EVP_PKEY_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 in_EDX;" type_identifier identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (expression_statement "entry(in_EDX,0x162ad);" (call_expression "entry(in_EDX,0x162ad)" identifier (argument_list "(in_EDX,0x162ad)" ( identifier , number_literal ))) ;) (expression_statement "iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);" (assignment_expression "iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" identifier = (pointer_expression "*(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" * (cast_expression "(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" ( (binary_expression "BYTE_ARRAY_000aecfd + unaff_EBX + 0x26" (binary_expression "BYTE_ARRAY_000aecfd + unaff_EBX" identifier + identifier) + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = __gmon_start__();\n }" { (expression_statement "iVar1 = __gmon_start__();" (assignment_expression "iVar1 = __gmon_start__()" identifier = (call_expression "__gmon_start__()" identifier (argument_list "()" ( )))) ;) })) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint _init(EVP_PKEY_CTX *ctx)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR___gmon_start___000c4fd0;\n if (PTR___gmon_start___000c4fd0 != (undefined *)0x0) {\n puVar1 = (undefined *)__gmon_start__();\n }\n return (int)puVar1;\n}\n\n" comment (function_definition "int _init(EVP_PKEY_CTX *ctx)\n\n{\n undefined *puVar1;\n \n puVar1 = PTR___gmon_start___000c4fd0;\n if (PTR___gmon_start___000c4fd0 != (undefined *)0x0) {\n puVar1 = (undefined *)__gmon_start__();\n }\n return (int)puVar1;\n}" primitive_type (function_declarator "_init(EVP_PKEY_CTX *ctx)" identifier (parameter_list "(EVP_PKEY_CTX *ctx)" ( (parameter_declaration "EVP_PKEY_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) ))) (compound_statement "{\n undefined *puVar1;\n \n puVar1 = PTR___gmon_start___000c4fd0;\n if (PTR___gmon_start___000c4fd0 != (undefined *)0x0) {\n puVar1 = (undefined *)__gmon_start__();\n }\n return (int)puVar1;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = PTR___gmon_start___000c4fd0;" (assignment_expression "puVar1 = PTR___gmon_start___000c4fd0" identifier = identifier) ;) (if_statement "if (PTR___gmon_start___000c4fd0 != (undefined *)0x0) {\n puVar1 = (undefined *)__gmon_start__();\n }" if (parenthesized_expression "(PTR___gmon_start___000c4fd0 != (undefined *)0x0)" ( (binary_expression "PTR___gmon_start___000c4fd0 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n puVar1 = (undefined *)__gmon_start__();\n }" { (expression_statement "puVar1 = (undefined *)__gmon_start__();" (assignment_expression "puVar1 = (undefined *)__gmon_start__()" identifier = (cast_expression "(undefined *)__gmon_start__()" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__gmon_start__()" identifier (argument_list "()" ( ))))) ;) })) (return_statement "return (int)puVar1;" return (cast_expression "(int)puVar1" ( (type_descriptor "int" primitive_type) ) identifier) ;) })))
|
(translation_unit "int __regparm3 _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}\n\n" (function_definition "int __regparm3 _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "_init(EVP_PKEY_CTX *ctx)" identifier (parameter_list "(EVP_PKEY_CTX *ctx)" ( (parameter_declaration "EVP_PKEY_CTX *ctx" type_identifier (pointer_declarator "*ctx" * identifier)) ))) (compound_statement "{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined4 in_EDX;" type_identifier identifier ;) (declaration "int unaff_EBX;" primitive_type identifier ;) (expression_statement "entry(in_EDX,0x162ad);" (call_expression "entry(in_EDX,0x162ad)" identifier (argument_list "(in_EDX,0x162ad)" ( identifier , number_literal ))) ;) (expression_statement "iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);" (assignment_expression "iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" identifier = (pointer_expression "*(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" * (cast_expression "(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" ( (binary_expression "BYTE_ARRAY_000aecfd + unaff_EBX + 0x26" (binary_expression "BYTE_ARRAY_000aecfd + unaff_EBX" identifier + identifier) + number_literal) ))))) ;) (if_statement "if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = __gmon_start__();\n }" { (expression_statement "iVar1 = __gmon_start__();" (assignment_expression "iVar1 = __gmon_start__()" identifier = (call_expression "__gmon_start__()" identifier (argument_list "()" ( )))) ;) })) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "int __regparm3 _init(EVP_PKEY_CTX *ctx)\n\n{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "_init(EVP_PKEY_CTX *ctx)" (identifier "_init") (parameter_list "(EVP_PKEY_CTX *ctx)" (( "(") (parameter_declaration "EVP_PKEY_CTX *ctx" (type_identifier "EVP_PKEY_CTX") (pointer_declarator "*ctx" (* "*") (identifier "ctx"))) () ")"))) (compound_statement "{\n int iVar1;\n undefined4 in_EDX;\n int unaff_EBX;\n \n entry(in_EDX,0x162ad);\n iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);\n if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined4 in_EDX;" (type_identifier "undefined4") (identifier "in_EDX") (; ";")) (declaration "int unaff_EBX;" (primitive_type "int") (identifier "unaff_EBX") (; ";")) (expression_statement "entry(in_EDX,0x162ad);" (call_expression "entry(in_EDX,0x162ad)" (identifier "entry") (argument_list "(in_EDX,0x162ad)" (( "(") (identifier "in_EDX") (, ",") (number_literal "0x162ad") () ")"))) (; ";")) (expression_statement "iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);" (assignment_expression "iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" (* "*") (cast_expression "(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26)" (( "(") (binary_expression "BYTE_ARRAY_000aecfd + unaff_EBX + 0x26" (binary_expression "BYTE_ARRAY_000aecfd + unaff_EBX" (identifier "BYTE_ARRAY_000aecfd") (+ "+") (identifier "unaff_EBX")) (+ "+") (number_literal "0x26")) () ")"))))) (; ";")) (if_statement "if (iVar1 != 0) {\n iVar1 = __gmon_start__();\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = __gmon_start__();\n }" ({ "{") (expression_statement "iVar1 = __gmon_start__();" (assignment_expression "iVar1 = __gmon_start__()" (identifier "iVar1") (= "=") (call_expression "__gmon_start__()" (identifier "__gmon_start__") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}"))) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int function_1(type_1 *ctx)
{
type_2 *puVar1;
puVar1 = var_1;
if (var_1 != (type_2 *)0x0) {
puVar1 = (type_2 *)var_2();
}
return (int)puVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) 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) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))))) (return_statement (identifier)))))
| null |
int __regparm3 MASKED(EVP_PKEY_CTX *ctx)
{
int iVar1;
undefined4 in_EDX;
int unaff_EBX;
entry(in_EDX,0x162ad);
iVar1 = *(int *)(BYTE_ARRAY_000aecfd + unaff_EBX + 0x26);
if (iVar1 != 0) {
iVar1 = __gmon_start__();
}
return iVar1;
}
|
6170_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
~Binary_lt
|
FUN_00186f30
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Binary_lt(Binary_lt * this, int __in_chrg) */
void __thiscall gold::Binary_lt::~Binary_lt(Binary_lt *this,int __in_chrg)
{
Expression *pEVar1;
(this->super_Binary_expression).super_Expression._vptr_Expression =
(_func_int_varargs **)&DAT_0033bd88;
pEVar1 = (this->super_Binary_expression).left_;
if (pEVar1 != (Expression *)0x0) {
(*pEVar1->_vptr_Expression[1])(pEVar1);
}
pEVar1 = (this->super_Binary_expression).right_;
if (pEVar1 != (Expression *)0x0) {
(*pEVar1->_vptr_Expression[1])(pEVar1);
}
operator_delete(this,0xc);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00186f30(undefined4 *param_1)
{
int *piVar1;
*param_1 = &DAT_0033bd88;
piVar1 = (int *)param_1[1];
if (piVar1 != (int *)0x0) {
(**(code **)(*piVar1 + 4))(piVar1);
}
piVar1 = (int *)param_1[2];
if (piVar1 != (int *)0x0) {
(**(code **)(*piVar1 + 4))(piVar1);
}
FUN_001ac450(param_1,0xc);
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x00035680
ADD EBX,0x1b80c9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xffffcd88]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
TEST EAX,EAX
JZ 0x00186f5f
SUB ESP,0xc
MOV EDX,dword ptr [EAX]
PUSH EAX
CALL dword ptr [EDX + 0x4]
ADD ESP,0x10
MOV EAX,dword ptr [ESI + 0x8]
TEST EAX,EAX
JZ 0x00186f72
SUB ESP,0xc
MOV EDX,dword ptr [EAX]
PUSH EAX
CALL dword ptr [EDX + 0x4]
ADD ESP,0x10
SUB ESP,0x8
PUSH 0xc
PUSH ESI
CALL 0x001ac450
ADD ESP,0x14
POP EBX
POP ESI
RET
| null | null | null | null |
[(u'LOAD_-1207472240', u'PTRADD_-1207471940'), ('const-417', u'LOAD_-1207472210'), ('const-3390856', u'PTRSUB_-1207471959'), (u'LOAD_-1207472271', u'CALLIND_-1207472221'), ('const-1', u'PTRADD_-1207471917'), ('tmp_443', u'CALL_-1207472122'), ('tmp_126', u'CBRANCH_-1207472252'), ('const-12', u'CALL_-1207472122'), (u'PTRSUB_-1207471958', u'PTRSUB_-1207471949'), (u'LOAD_-1207472210', u'CALLIND_-1207472160'), (u'CAST_-1207471947', u'STORE_-1207472274'), (u'PTRADD_-1207471917', u'LOAD_-1207472170'), ('const-0', u'PTRSUB_-1207471946'), (u'PTRADD_-1207471940', u'LOAD_-1207472231'), ('tmp_443', u'PTRSUB_-1207471958'), ('tmp_443', u'PTRSUB_-1207471932'), (u'LOAD_-1207472170', u'CALLIND_-1207472160'), (u'PTRSUB_-1207471946', u'LOAD_-1207472271'), ('const-417', u'LOAD_-1207472170'), (u'PTRSUB_-1207471943', u'LOAD_-1207472240'), ('const-417', u'LOAD_-1207472240'), ('const-0', u'PTRSUB_-1207471943'), (u'LOAD_-1207472210', u'PTRSUB_-1207471920'), ('const-417', u'STORE_-1207472274'), ('const-0', u'INT_NOTEQUAL_-1207472191'), (u'LOAD_-1207472271', u'INT_NOTEQUAL_-1207472252'), ('const-0', u'PTRSUB_-1207471958'), ('const-8', u'PTRSUB_-1207471926'), (u'PTRSUB_-1207471946', u'STORE_-1207472274'), ('const-0', u'RETURN_-1207472089'), ('const-4', u'PTRSUB_-1207471946'), (u'PTRSUB_-1207471932', u'PTRSUB_-1207471926'), ('const-1', u'PTRADD_-1207471940'), ('const-0', u'PTRSUB_-1207471920'), (u'LOAD_-1207472210', u'INT_NOTEQUAL_-1207472191'), (u'LOAD_-1207472179', u'PTRADD_-1207471917'), (u'PTRSUB_-1207471959', u'CAST_-1207471947'), ('const-0', u'PTRSUB_-1207471932'), ('const-0', u'PTRSUB_-1207471949'), (u'PTRSUB_-1207471955', u'PTRSUB_-1207471946'), ('const-4', u'PTRADD_-1207471940'), ('const-0', u'PTRSUB_-1207471959'), (u'LOAD_-1207472231', u'CALLIND_-1207472221'), ('const-417', u'LOAD_-1207472271'), (u'PTRSUB_-1207471926', u'LOAD_-1207472210'), ('const-0', u'PTRSUB_-1207471955'), ('tmp_240', u'CBRANCH_-1207472191'), ('const-4', u'PTRADD_-1207471917'), (u'PTRSUB_-1207471920', u'LOAD_-1207472179'), ('const-0', u'INT_NOTEQUAL_-1207472252'), (u'INT_NOTEQUAL_-1207472252', u'CBRANCH_-1207472252'), (u'PTRSUB_-1207471949', u'PTRSUB_-1207471946'), ('const-417', u'LOAD_-1207472179'), (u'INT_NOTEQUAL_-1207472191', u'CBRANCH_-1207472191'), ('const-417', u'LOAD_-1207472231'), (u'LOAD_-1207472271', u'PTRSUB_-1207471943'), ('tmp_443', u'PTRSUB_-1207471955')]
|
[('const-4', u'PTRADD_-1207471962'), ('const-4', u'INT_ADD_-1207472215'), (u'PTRSUB_-1207471964', u'STORE_-1207472274'), (u'CAST_-1207471940', u'CALLIND_-1207472160'), ('const-12', u'CALL_-1207472122'), (u'CAST_-1207471940', u'LOAD_-1207472179'), (u'CAST_-1207471961', u'LOAD_-1207472240'), ('const-2', u'PTRADD_-1207471942'), ('tmp_126', u'CBRANCH_-1207472252'), (u'LOAD_-1207472231', u'CALLIND_-1207472221'), ('const-4', u'PTRADD_-1207471942'), (u'LOAD_-1207472179', u'INT_ADD_-1207472154'), (u'LOAD_-1207472210', u'CAST_-1207471940'), (u'INT_ADD_-1207472215', u'CAST_-1207471947'), ('tmp_883', u'PTRADD_-1207471962'), (u'LOAD_-1207472170', u'CALLIND_-1207472160'), ('const-0', u'PTRSUB_-1207471964'), ('const-417', u'LOAD_-1207472240'), ('tmp_240', u'CBRANCH_-1207472191'), ('const-417', u'STORE_-1207472274'), (u'LOAD_-1207472271', u'CAST_-1207471961'), (u'CAST_-1207471926', u'LOAD_-1207472170'), ('const-417', u'LOAD_-1207472210'), ('const-417', u'LOAD_-1207472170'), (u'CAST_-1207471961', u'CALLIND_-1207472221'), ('const-0', u'INT_NOTEQUAL_-1207472191'), ('tmp_883', u'PTRADD_-1207471942'), ('const-3390856', u'PTRSUB_-1207471964'), (u'CAST_-1207471940', u'INT_NOTEQUAL_-1207472191'), ('const-0', u'INT_NOTEQUAL_-1207472252'), (u'INT_NOTEQUAL_-1207472252', u'CBRANCH_-1207472252'), ('tmp_883', u'STORE_-1207472274'), (u'CAST_-1207471947', u'LOAD_-1207472231'), (u'INT_ADD_-1207472154', u'CAST_-1207471926'), (u'LOAD_-1207472240', u'INT_ADD_-1207472215'), ('tmp_883', u'CALL_-1207472122'), (u'PTRADD_-1207471962', u'LOAD_-1207472271'), ('const-417', u'LOAD_-1207472271'), ('const-0', u'RETURN_-1207472089'), ('const-417', u'LOAD_-1207472179'), (u'INT_NOTEQUAL_-1207472191', u'CBRANCH_-1207472191'), ('const-4', u'INT_ADD_-1207472154'), (u'CAST_-1207471961', u'INT_NOTEQUAL_-1207472252'), ('const-1', u'PTRADD_-1207471962'), (u'PTRADD_-1207471942', u'LOAD_-1207472210'), ('const-417', u'LOAD_-1207472231')]
| null | null |
00186f30
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00186f30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}\n\n" comment (function_definition "void FUN_00186f30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}" primitive_type (function_declarator "FUN_00186f30(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "*param_1 = &DAT_0033bd88;" (assignment_expression "*param_1 = &DAT_0033bd88" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_0033bd88" & identifier)) ;) (expression_statement "piVar1 = (int *)param_1[1];" (assignment_expression "piVar1 = (int *)param_1[1]" identifier = (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*piVar1 + 4))(piVar1);\n }" { (expression_statement "(**(code **)(*piVar1 + 4))(piVar1);" (call_expression "(**(code **)(*piVar1 + 4))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 4))" ( (pointer_expression "**(code **)(*piVar1 + 4)" * (pointer_expression "*(code **)(*piVar1 + 4)" * (cast_expression "(code **)(*piVar1 + 4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 4)" ( (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier ))) ;) })) (expression_statement "piVar1 = (int *)param_1[2];" (assignment_expression "piVar1 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*piVar1 + 4))(piVar1);\n }" { (expression_statement "(**(code **)(*piVar1 + 4))(piVar1);" (call_expression "(**(code **)(*piVar1 + 4))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 4))" ( (pointer_expression "**(code **)(*piVar1 + 4)" * (pointer_expression "*(code **)(*piVar1 + 4)" * (cast_expression "(code **)(*piVar1 + 4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 4)" ( (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier ))) ;) })) (expression_statement "FUN_001ac450(param_1,0xc);" (call_expression "FUN_001ac450(param_1,0xc)" identifier (argument_list "(param_1,0xc)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Binary_lt(Binary_lt * this, int __in_chrg) */\n\nvoid __thiscall gold::Binary_lt::~Binary_lt(Binary_lt *this,int __in_chrg)\n\n{\n Expression *pEVar1;\n \n (this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0033bd88;\n pEVar1 = (this->super_Binary_expression).left_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }\n pEVar1 = (this->super_Binary_expression).right_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }\n operator_delete(this,0xc);\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::Binary_lt::~Binary_lt(Binary_lt *this,int __in_chrg)\n\n{\n Expression *pEVar1;\n \n (this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0033bd88;\n pEVar1 = (this->super_Binary_expression).left_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }\n pEVar1 = (this->super_Binary_expression).right_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }\n operator_delete(this,0xc);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_lt::~" identifier : : identifier : : ~) (function_declarator "Binary_lt(Binary_lt *this,int __in_chrg)" identifier (parameter_list "(Binary_lt *this,int __in_chrg)" ( (parameter_declaration "Binary_lt *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n Expression *pEVar1;\n \n (this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0033bd88;\n pEVar1 = (this->super_Binary_expression).left_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }\n pEVar1 = (this->super_Binary_expression).right_;\n if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }\n operator_delete(this,0xc);\n return;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "(this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0033bd88;" (assignment_expression "(this->super_Binary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0033bd88" (field_expression "(this->super_Binary_expression).super_Expression._vptr_Expression" (field_expression "(this->super_Binary_expression).super_Expression" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_0033bd88" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_0033bd88" & identifier))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).left_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).left_" identifier = (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }" if (parenthesized_expression "(pEVar1 != (Expression *)0x0)" ( (binary_expression "pEVar1 != (Expression *)0x0" identifier != (cast_expression "(Expression *)0x0" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }" { (expression_statement "(*pEVar1->_vptr_Expression[1])(pEVar1);" (call_expression "(*pEVar1->_vptr_Expression[1])(pEVar1)" (parenthesized_expression "(*pEVar1->_vptr_Expression[1])" ( (pointer_expression "*pEVar1->_vptr_Expression[1]" * (subscript_expression "pEVar1->_vptr_Expression[1]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1)" ( identifier ))) ;) })) (expression_statement "pEVar1 = (this->super_Binary_expression).right_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).right_" identifier = (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (pEVar1 != (Expression *)0x0) {\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }" if (parenthesized_expression "(pEVar1 != (Expression *)0x0)" ( (binary_expression "pEVar1 != (Expression *)0x0" identifier != (cast_expression "(Expression *)0x0" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (*pEVar1->_vptr_Expression[1])(pEVar1);\n }" { (expression_statement "(*pEVar1->_vptr_Expression[1])(pEVar1);" (call_expression "(*pEVar1->_vptr_Expression[1])(pEVar1)" (parenthesized_expression "(*pEVar1->_vptr_Expression[1])" ( (pointer_expression "*pEVar1->_vptr_Expression[1]" * (subscript_expression "pEVar1->_vptr_Expression[1]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0xc);" (call_expression "operator_delete(this,0xc)" identifier (argument_list "(this,0xc)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00186f30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}\n\n" (function_definition "void FUN_00186f30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}" primitive_type (function_declarator "FUN_00186f30(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "*param_1 = &DAT_0033bd88;" (assignment_expression "*param_1 = &DAT_0033bd88" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_0033bd88" & identifier)) ;) (expression_statement "piVar1 = (int *)param_1[1];" (assignment_expression "piVar1 = (int *)param_1[1]" identifier = (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*piVar1 + 4))(piVar1);\n }" { (expression_statement "(**(code **)(*piVar1 + 4))(piVar1);" (call_expression "(**(code **)(*piVar1 + 4))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 4))" ( (pointer_expression "**(code **)(*piVar1 + 4)" * (pointer_expression "*(code **)(*piVar1 + 4)" * (cast_expression "(code **)(*piVar1 + 4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 4)" ( (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier ))) ;) })) (expression_statement "piVar1 = (int *)param_1[2];" (assignment_expression "piVar1 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (if_statement "if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }" if (parenthesized_expression "(piVar1 != (int *)0x0)" ( (binary_expression "piVar1 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n (**(code **)(*piVar1 + 4))(piVar1);\n }" { (expression_statement "(**(code **)(*piVar1 + 4))(piVar1);" (call_expression "(**(code **)(*piVar1 + 4))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 4))" ( (pointer_expression "**(code **)(*piVar1 + 4)" * (pointer_expression "*(code **)(*piVar1 + 4)" * (cast_expression "(code **)(*piVar1 + 4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 4)" ( (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "(piVar1)" ( identifier ))) ;) })) (expression_statement "FUN_001ac450(param_1,0xc);" (call_expression "FUN_001ac450(param_1,0xc)" identifier (argument_list "(param_1,0xc)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(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 & IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00186f30(undefined4 *param_1)\n\n{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00186f30(undefined4 *param_1)" (identifier "FUN_00186f30") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n int *piVar1;\n \n *param_1 = &DAT_0033bd88;\n piVar1 = (int *)param_1[1];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n piVar1 = (int *)param_1[2];\n if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }\n FUN_001ac450(param_1,0xc);\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "*param_1 = &DAT_0033bd88;" (assignment_expression "*param_1 = &DAT_0033bd88" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_0033bd88" (& "&") (identifier "DAT_0033bd88"))) (; ";")) (expression_statement "piVar1 = (int *)param_1[1];" (assignment_expression "piVar1 = (int *)param_1[1]" (identifier "piVar1") (= "=") (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }" (if "if") (parenthesized_expression "(piVar1 != (int *)0x0)" (( "(") (binary_expression "piVar1 != (int *)0x0" (identifier "piVar1") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(*piVar1 + 4))(piVar1);\n }" ({ "{") (expression_statement "(**(code **)(*piVar1 + 4))(piVar1);" (call_expression "(**(code **)(*piVar1 + 4))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 4))" (( "(") (pointer_expression "**(code **)(*piVar1 + 4)" (* "*") (pointer_expression "*(code **)(*piVar1 + 4)" (* "*") (cast_expression "(code **)(*piVar1 + 4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 4)" (( "(") (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "4")) () ")"))))) () ")")) (argument_list "(piVar1)" (( "(") (identifier "piVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "piVar1 = (int *)param_1[2];" (assignment_expression "piVar1 = (int *)param_1[2]" (identifier "piVar1") (= "=") (cast_expression "(int *)param_1[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (piVar1 != (int *)0x0) {\n (**(code **)(*piVar1 + 4))(piVar1);\n }" (if "if") (parenthesized_expression "(piVar1 != (int *)0x0)" (( "(") (binary_expression "piVar1 != (int *)0x0" (identifier "piVar1") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n (**(code **)(*piVar1 + 4))(piVar1);\n }" ({ "{") (expression_statement "(**(code **)(*piVar1 + 4))(piVar1);" (call_expression "(**(code **)(*piVar1 + 4))(piVar1)" (parenthesized_expression "(**(code **)(*piVar1 + 4))" (( "(") (pointer_expression "**(code **)(*piVar1 + 4)" (* "*") (pointer_expression "*(code **)(*piVar1 + 4)" (* "*") (cast_expression "(code **)(*piVar1 + 4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 4)" (( "(") (binary_expression "*piVar1 + 4" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "4")) () ")"))))) () ")")) (argument_list "(piVar1)" (( "(") (identifier "piVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001ac450(param_1,0xc);" (call_expression "FUN_001ac450(param_1,0xc)" (identifier "FUN_001ac450") (argument_list "(param_1,0xc)" (( "(") (identifier "param_1") (, ",") (number_literal "0xc") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Binary_lt(Binary_lt * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 *var_1;
(this->super_Binary_expression).super_Expression._vptr_Expression =
(type_2 **)&DAT_0033bd88;
var_1 = (this->super_Binary_expression).left_;
if (var_1 != (type_1 *)0x0) {
(*var_1->_vptr_Expression[1])(var_1);
}
var_1 = (this->super_Binary_expression).right_;
if (var_1 != (type_1 *)0x0) {
(*var_1->_vptr_Expression[1])(var_1);
}
var_2(this,0xc);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
| 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_0033bd88;
piVar1 = (int *)param_1[1];
if (piVar1 != (int *)0x0) {
(**(code **)(*piVar1 + 4))(piVar1);
}
piVar1 = (int *)param_1[2];
if (piVar1 != (int *)0x0) {
(**(code **)(*piVar1 + 4))(piVar1);
}
FUN_001ac450(param_1,0xc);
return;
}
|
4392_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
Output_reloc
|
FUN_00110640
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_64,_true> * this, Symbol *
gsym, uint type, Output_data * od, Address address, bool is_relative, bool is_symbolless, bool
use_plt_offset) */
void __thiscall
gold::Output_reloc<9,_false,_64,_true>::Output_reloc
(Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,uint type,Output_data *od,
Address address,bool is_relative,bool is_symbolless,bool use_plt_offset)
{
this->address_ = address;
this->local_sym_index_ = 0xffffffff;
this->shndx_ = 0xfffffffc;
*(uint *)&this->field_0x14 = *(uint *)&this->field_0x14 & 0xf0000000 | type & 0xfffffff;
this->field_0x17 =
(byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4) |
(byte)((is_symbolless & 1) << 5) | use_plt_offset << 7;
if (type == (type & 0xfffffff)) {
(this->u1_).gsym = gsym;
(this->u2_).od = od;
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x2de,"Output_reloc");
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)
{
uint uVar1;
param_1[2] = param_5;
param_1[3] = param_6;
param_1[4] = 0xffffffff;
param_1[6] = 0xfffffffc;
param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;
uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |
(uint)param_9 << 7;
*(char *)((int)param_1 + 0x17) = (char)uVar1;
if (param_3 == (param_3 & 0xfffffff)) {
*param_1 = param_2;
param_1[1] = param_4;
return;
}
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x2999b7
SUB ESP,0xc
MOV EDX,dword ptr [ESP + 0x20]
MOV ESI,dword ptr [ESP + 0x30]
MOV ECX,dword ptr [ESP + 0x28]
MOV EDI,dword ptr [ESP + 0x34]
MOV EAX,dword ptr [EDX + 0x14]
MOVZX EBP,byte ptr [ESP + 0x3c]
MOV dword ptr [EDX + 0x8],ESI
MOV ESI,ECX
MOV dword ptr [EDX + 0xc],EDI
MOVZX EDI,byte ptr [ESP + 0x38]
AND ESI,0xfffffff
AND EAX,0xf0000000
AND EBP,0x1
MOV dword ptr [EDX + 0x10],0xffffffff
OR EAX,ESI
AND EDI,0x1
SHL EBP,0x5
MOV dword ptr [EDX + 0x18],0xfffffffc
MOV dword ptr [EDX + 0x14],EAX
SHR EAX,0x18
SHL EDI,0x4
AND EAX,0xffffffef
OR EAX,EDI
MOVZX EDI,byte ptr [ESP + 0x40]
AND EAX,0x1f
SHL EDI,0x7
OR EAX,EBP
OR EAX,EDI
MOV byte ptr [EDX + 0x17],AL
CMP ECX,ESI
JNZ 0x001106d4
MOV EAX,dword ptr [ESP + 0x24]
MOV dword ptr [EDX],EAX
MOV EAX,dword ptr [ESP + 0x2c]
MOV dword ptr [EDX + 0x4],EAX
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
PUSH EAX
LEA EAX,[EBX + 0xfff018b8]
PUSH EAX
LEA EAX,[EBX + 0xfff0078b]
PUSH 0x2de
PUSH EAX
CALL 0x0007ac80
| null | null | null | null |
[('const-16', u'PTRSUB_-1207039851'), ('const-0', u'SUBPIECE_-1207039813'), ('tmp_1060', u'PTRSUB_-1207039797'), ('const-4', u'PTRSUB_-1207039778'), (u'INT_AND_-1207039863', u'INT_OR_-1207040061'), (u'PTRSUB_-1207039797', u'STORE_-1207040012'), (u'PTRSUB_-1207039835', u'STORE_-1207040213'), (u'SUBPIECE_-1207039810', u'INT_OR_-1207040061'), ('tmp_1060', u'PTRSUB_-1207039835'), (u'INT_AND_-1207040241', u'INT_LEFT_-1207040131'), ('const-5', u'INT_LEFT_-1207040227'), ('const-417', u'STORE_-1207040213'), ('const-1', u'INT_AND_-1207040241'), ('tmp_1064', u'STORE_-1207039952'), (u'PTRSUB_-1207039827', u'CAST_-1207039823'), ('tmp_1062', u'INT_EQUAL_-1207039995'), ('const-1', u'RETURN_-1207039885'), (u'INT_LEFT_-1207040227', u'SUBPIECE_-1207039813'), (u'INT_AND_-1207040303', u'INT_OR_-1207040251'), (u'INT_OR_-1207040009', u'INT_OR_-1207039998'), ('const-23', u'PTRSUB_-1207039797'), (u'COPY_-1207039821', u'CALL_-1207039890'), (u'SUBPIECE_-1207039813', u'INT_OR_-1207040009'), ('const-0', u'PTRSUB_-1207039785'), ('const-7', u'INT_LEFT_-1207040048'), ('tmp_1060', u'PTRSUB_-1207039785'), (u'LOAD_-1207040366', u'INT_AND_-1207040288'), ('const-0', u'PTRSUB_-1207039773'), ('const-4026531840', u'INT_AND_-1207040288'), (u'INT_LEFT_-1207040048', u'INT_OR_-1207039998'), ('const-417', u'STORE_-1207039984'), ('const-417', u'STORE_-1207039972'), ('tmp_1060', u'PTRSUB_-1207039888'), ('const-268435455', u'INT_AND_-1207040303'), ('const-24', u'PTRSUB_-1207039835'), ('const-734', u'CALL_-1207039890'), ('const-417', u'LOAD_-1207040366'), (u'PTRSUB_-1207039778', u'PTRSUB_-1207039773'), (u'CAST_-1207039881', u'LOAD_-1207040366'), (u'INT_ZEXT_-1207040321', u'INT_AND_-1207040241'), (u'PTRSUB_-1207039780', u'STORE_-1207039984'), ('const-4294967295', u'STORE_-1207040286'), (u'PTRSUB_-1207039773', u'STORE_-1207039972'), ('const-8', u'PTRSUB_-1207039879'), ('const-4294967292', u'STORE_-1207040213'), ('tmp_1063', u'STORE_-1207039972'), ('const-15', u'INT_AND_-1207039863'), (u'INT_RIGHT_-1207039830', u'SUBPIECE_-1207039809'), ('const-0', u'PTRSUB_-1207039780'), ('const-20', u'PTRSUB_-1207039888'), (u'INT_AND_-1207040274', u'INT_LEFT_-1207040227'), (u'PTRSUB_-1207039785', u'PTRSUB_-1207039780'), (u'INT_EQUAL_-1207039995', u'CBRANCH_-1207039993'), (u'INT_AND_-1207040288', u'INT_OR_-1207040251'), (u'INT_ZEXT_-1207040344', u'INT_AND_-1207040274'), ('const-4', u'INT_LEFT_-1207040131'), ('const-2795403', u'COPY_-1207039821'), (u'INT_OR_-1207039998', u'STORE_-1207040012'), ('tmp_1060', u'PTRSUB_-1207039778'), ('const-417', u'STORE_-1207040203'), (u'PTRSUB_-1207039879', u'STORE_-1207039952'), ('tmp_1067', u'INT_LEFT_-1207040048'), ('const-417', u'STORE_-1207039952'), (u'INT_OR_-1207040251', u'STORE_-1207040203'), ('tmp_1066', u'INT_ZEXT_-1207040344'), (u'PTRSUB_-1207039851', u'STORE_-1207040286'), ('tmp_1060', u'PTRSUB_-1207039827'), ('tmp_1060', u'PTRSUB_-1207039879'), (u'PTRSUB_-1207039888', u'CAST_-1207039881'), (u'SUBPIECE_-1207039809', u'INT_AND_-1207039863'), ('tmp_1065', u'INT_ZEXT_-1207040321'), ('tmp_1062', u'INT_RIGHT_-1207039830'), (u'COPY_-1207039820', u'CALL_-1207039890'), ('const-20', u'PTRSUB_-1207039827'), (u'INT_LEFT_-1207040131', u'SUBPIECE_-1207039810'), ('const-2799800', u'COPY_-1207039820'), (u'INT_AND_-1207040303', u'INT_EQUAL_-1207039995'), ('const-417', u'STORE_-1207040012'), (u'CAST_-1207039823', u'STORE_-1207040203'), ('tmp_1061', u'STORE_-1207039984'), ('tmp_892', u'CBRANCH_-1207039993'), ('tmp_1062', u'INT_AND_-1207040303'), ('const-417', u'STORE_-1207040286'), ('const-0', u'RETURN_-1207039927'), ('const-0', u'SUBPIECE_-1207039810'), ('const-0', u'SUBPIECE_-1207039809'), ('const-24', u'INT_RIGHT_-1207039830'), ('const-1', u'INT_AND_-1207040274'), ('tmp_1060', u'PTRSUB_-1207039851'), (u'INT_OR_-1207040061', u'INT_OR_-1207040009')]
|
[(u'INT_OR_-1207039998', u'SUBPIECE_-1207039873'), ('tmp_1293', u'CAST_-1207039814'), (u'PTRADD_-1207039897', u'STORE_-1207040350'), ('const-4', u'PTRADD_-1207039891'), ('const-417', u'STORE_-1207040213'), ('tmp_1301', u'STORE_-1207039972'), (u'INT_AND_-1207039871', u'INT_RIGHT_-1207039874'), ('tmp_1293', u'PTRADD_-1207039868'), (u'INT_AND_-1207040241', u'INT_LEFT_-1207040131'), ('const-24', u'INT_RIGHT_-1207039874'), ('const-2799800', u'COPY_-1207039837'), ('const-417', u'STORE_-1207040341'), ('const-4', u'PTRADD_-1207039797'), (u'COPY_-1207039838', u'CALL_-1207039890'), ('const-1', u'INT_AND_-1207040241'), ('tmp_1293', u'PTRADD_-1207039906'), ('const-4', u'PTRADD_-1207039868'), (u'PTRADD_-1207039891', u'STORE_-1207040341'), ('const-4', u'INT_LEFT_-1207040131'), (u'INT_ADD_-1207039998', u'CAST_-1207039813'), ('tmp_1297', u'INT_ZEXT_-1207040344'), ('const-1', u'PTRADD_-1207039797'), ('const-417', u'LOAD_-1207040366'), ('tmp_1293', u'PTRADD_-1207039897'), ('const-1', u'RETURN_-1207039885'), ('const-417', u'STORE_-1207040286'), ('const-0', u'SUBPIECE_-1207039873'), (u'INT_AND_-1207040303', u'INT_OR_-1207040251'), (u'COPY_-1207039837', u'CALL_-1207039890'), (u'CAST_-1207039813', u'STORE_-1207040012'), (u'INT_OR_-1207040009', u'INT_OR_-1207039998'), (u'PTRADD_-1207039906', u'LOAD_-1207040366'), (u'INT_RIGHT_-1207039874', u'INT_OR_-1207040061'), ('const-23', u'INT_ADD_-1207039998'), (u'INT_ZEXT_-1207040080', u'INT_LEFT_-1207040048'), ('const-734', u'CALL_-1207039890'), ('tmp_1295', u'INT_AND_-1207039871'), (u'PTRADD_-1207039868', u'STORE_-1207040286'), (u'LOAD_-1207040366', u'INT_AND_-1207040288'), ('tmp_1295', u'INT_EQUAL_-1207039995'), ('const-4', u'PTRADD_-1207039897'), ('const-4026531840', u'INT_AND_-1207040288'), (u'PTRADD_-1207039852', u'STORE_-1207040213'), ('const-5', u'PTRADD_-1207039844'), ('const-7', u'INT_LEFT_-1207040048'), ('const-251658240', u'INT_AND_-1207039871'), (u'INT_LEFT_-1207040048', u'INT_OR_-1207039998'), ('const-268435455', u'INT_AND_-1207040303'), ('const-4294967292', u'STORE_-1207040213'), ('const-417', u'STORE_-1207040012'), ('const-417', u'STORE_-1207040350'), (u'INT_OR_-1207039998', u'CALL_-1207039890'), (u'INT_ZEXT_-1207040321', u'INT_AND_-1207040241'), ('tmp_1293', u'STORE_-1207039984'), (u'INT_LEFT_-1207040131', u'INT_OR_-1207040061'), ('const-5', u'INT_LEFT_-1207040227'), ('const-4', u'PTRADD_-1207039906'), (u'INT_AND_-1207040274', u'INT_LEFT_-1207040227'), ('const-4294967295', u'STORE_-1207040286'), ('const-6', u'PTRADD_-1207039852'), (u'INT_EQUAL_-1207039995', u'CBRANCH_-1207039993'), (u'INT_AND_-1207040288', u'INT_OR_-1207040251'), (u'INT_ZEXT_-1207040344', u'INT_AND_-1207040274'), ('const-4', u'PTRADD_-1207039844'), ('tmp_1293', u'PTRADD_-1207039891'), ('tmp_1293', u'PTRADD_-1207039844'), (u'SUBPIECE_-1207039873', u'STORE_-1207040012'), ('tmp_1300', u'STORE_-1207039984'), (u'PTRADD_-1207039844', u'STORE_-1207040203'), ('const-5', u'PTRADD_-1207039906'), ('tmp_1296', u'STORE_-1207040341'), (u'INT_OR_-1207040251', u'STORE_-1207040203'), ('const-2795403', u'COPY_-1207039838'), ('const-4', u'PTRADD_-1207039868'), (u'INT_LEFT_-1207040227', u'INT_OR_-1207040009'), (u'INT_AND_-1207040303', u'INT_EQUAL_-1207039995'), ('tmp_1295', u'INT_AND_-1207040303'), ('tmp_1294', u'STORE_-1207040350'), ('const-2', u'PTRADD_-1207039897'), ('tmp_1293', u'PTRADD_-1207039852'), ('const-3', u'PTRADD_-1207039891'), ('tmp_892', u'CBRANCH_-1207039993'), ('const-417', u'STORE_-1207039984'), ('const-417', u'STORE_-1207039972'), (u'PTRADD_-1207039797', u'STORE_-1207039972'), ('const-0', u'RETURN_-1207039927'), (u'CAST_-1207039814', u'INT_ADD_-1207039998'), ('tmp_1298', u'INT_ZEXT_-1207040321'), ('const-4', u'PTRADD_-1207039852'), ('tmp_1293', u'PTRADD_-1207039797'), ('const-1', u'INT_AND_-1207040274'), ('const-417', u'STORE_-1207040203'), ('tmp_1299', u'INT_ZEXT_-1207040080'), (u'INT_OR_-1207040061', u'INT_OR_-1207040009')]
| null | null |
00110640
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}\n\n" comment (function_definition "void FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}" primitive_type (function_declarator "FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "byte param_7" type_identifier identifier) , (parameter_declaration "byte param_8" type_identifier identifier) , (parameter_declaration "byte param_9" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = param_6;" (assignment_expression "param_1[3] = param_6" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[4] = 0xffffffff;" (assignment_expression "param_1[4] = 0xffffffff" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[6] = 0xfffffffc;" (assignment_expression "param_1[6] = 0xfffffffc" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;" (assignment_expression "param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (binary_expression "param_1[5] & 0xf0000000 | param_3 & 0xfffffff" (binary_expression "param_1[5] & 0xf0000000" (subscript_expression "param_1[5]" identifier [ number_literal ]) & number_literal) | (binary_expression "param_3 & 0xfffffff" identifier & number_literal))) ;) (expression_statement "uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;" (assignment_expression "uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7" identifier = (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7" (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5" (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4" (binary_expression "(param_3 & 0xf000000) >> 0x18" (parenthesized_expression "(param_3 & 0xf000000)" ( (binary_expression "param_3 & 0xf000000" identifier & number_literal) )) >> number_literal) | (binary_expression "(param_7 & 1) << 4" (parenthesized_expression "(param_7 & 1)" ( (binary_expression "param_7 & 1" identifier & number_literal) )) << number_literal)) | (binary_expression "(param_8 & 1) << 5" (parenthesized_expression "(param_8 & 1)" ( (binary_expression "param_8 & 1" identifier & number_literal) )) << number_literal)) | (binary_expression "(uint)param_9 << 7" (cast_expression "(uint)param_9" ( (type_descriptor "uint" type_identifier) ) identifier) << number_literal))) ;) (expression_statement "*(char *)((int)param_1 + 0x17) = (char)uVar1;" (assignment_expression "*(char *)((int)param_1 + 0x17) = (char)uVar1" (pointer_expression "*(char *)((int)param_1 + 0x17)" * (cast_expression "(char *)((int)param_1 + 0x17)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x17)" ( (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (cast_expression "(char)uVar1" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }" if (parenthesized_expression "(param_3 == (param_3 & 0xfffffff))" ( (binary_expression "param_3 == (param_3 & 0xfffffff)" identifier == (parenthesized_expression "(param_3 & 0xfffffff)" ( (binary_expression "param_3 & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }" { (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);" (call_expression "FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1)" identifier (argument_list "("../../gold/output.cc",0x2de,"Output_reloc",uVar1)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") , identifier ))) ;) })))
|
(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,_false,_64,_true> * this, Symbol *\n gsym, uint type, Output_data * od, Address address, bool is_relative, bool is_symbolless, bool\n use_plt_offset) */\n\nvoid __thiscall\ngold::Output_reloc<9,_false,_64,_true>::Output_reloc\n (Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Address address,bool is_relative,bool is_symbolless,bool use_plt_offset)\n\n{\n this->address_ = address;\n this->local_sym_index_ = 0xffffffff;\n this->shndx_ = 0xfffffffc;\n *(uint *)&this->field_0x14 = *(uint *)&this->field_0x14 & 0xf0000000 | type & 0xfffffff;\n this->field_0x17 =\n (byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4) |\n (byte)((is_symbolless & 1) << 5) | use_plt_offset << 7;\n if (type == (type & 0xfffffff)) {\n (this->u1_).gsym = gsym;\n (this->u2_).od = od;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2de,"Output_reloc");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_reloc<9,_false,_64,_true>::Output_reloc\n (Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Address address,bool is_relative,bool is_symbolless,bool use_plt_offset)\n\n{\n this->address_ = address;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::Output_reloc\n (Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Address address,bool is_relative,bool is_symbolless,bool use_plt_offset)\n\n{\n this->" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Address address,bool is_relative,bool is_symbolless,bool use_plt_offset)" identifier (parameter_list "(Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,uint type,Output_data *od,\n Address address,bool is_relative,bool is_symbolless,bool use_plt_offset)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "bool is_relative" primitive_type identifier) , (parameter_declaration "bool is_symbolless" primitive_type identifier) , (parameter_declaration "bool use_plt_offset" primitive_type identifier) ))) { identifier ->) (init_declarator "address_ = address" identifier = identifier) ;) (expression_statement "this->local_sym_index_ = 0xffffffff;" (assignment_expression "this->local_sym_index_ = 0xffffffff" (field_expression "this->local_sym_index_" identifier -> field_identifier) = number_literal) ;) (expression_statement "this->shndx_ = 0xfffffffc;" (assignment_expression "this->shndx_ = 0xfffffffc" (field_expression "this->shndx_" identifier -> field_identifier) = number_literal) ;) (expression_statement "*(uint *)&this->field_0x14 = *(uint *)&this->field_0x14 & 0xf0000000 | type & 0xfffffff;" (assignment_expression "*(uint *)&this->field_0x14 = *(uint *)&this->field_0x14 & 0xf0000000 | type & 0xfffffff" (pointer_expression "*(uint *)&this->field_0x14" * (cast_expression "(uint *)&this->field_0x14" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x14" & (field_expression "this->field_0x14" identifier -> field_identifier)))) = (binary_expression "*(uint *)&this->field_0x14 & 0xf0000000 | type & 0xfffffff" (binary_expression "*(uint *)&this->field_0x14 & 0xf0000000" (pointer_expression "*(uint *)&this->field_0x14" * (cast_expression "(uint *)&this->field_0x14" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->field_0x14" & (field_expression "this->field_0x14" identifier -> field_identifier)))) & number_literal) | (binary_expression "type & 0xfffffff" identifier & number_literal))) ;) (expression_statement "this->field_0x17 =\n (byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4) |\n (byte)((is_symbolless & 1) << 5) | use_plt_offset << 7;" (assignment_expression "this->field_0x17 =\n (byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4) |\n (byte)((is_symbolless & 1) << 5) | use_plt_offset << 7" (field_expression "this->field_0x17" identifier -> field_identifier) = (binary_expression "(byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4) |\n (byte)((is_symbolless & 1) << 5) | use_plt_offset << 7" (binary_expression "(byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4) |\n (byte)((is_symbolless & 1) << 5)" (binary_expression "(byte)(type >> 0x18) & 0xf | (byte)((is_relative & 1) << 4)" (binary_expression "(byte)(type >> 0x18) & 0xf" (call_expression "(byte)(type >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(type >> 0x18)" ( (binary_expression "type >> 0x18" identifier >> number_literal) ))) & number_literal) | (call_expression "(byte)((is_relative & 1) << 4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((is_relative & 1) << 4)" ( (binary_expression "(is_relative & 1) << 4" (parenthesized_expression "(is_relative & 1)" ( (binary_expression "is_relative & 1" identifier & number_literal) )) << number_literal) )))) | (call_expression "(byte)((is_symbolless & 1) << 5)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "((is_symbolless & 1) << 5)" ( (binary_expression "(is_symbolless & 1) << 5" (parenthesized_expression "(is_symbolless & 1)" ( (binary_expression "is_symbolless & 1" identifier & number_literal) )) << number_literal) )))) | (binary_expression "use_plt_offset << 7" identifier << number_literal))) ;) (if_statement "if (type == (type & 0xfffffff)) {\n (this->u1_).gsym = gsym;\n (this->u2_).od = od;\n return;\n }" if (parenthesized_expression "(type == (type & 0xfffffff))" ( (binary_expression "type == (type & 0xfffffff)" identifier == (parenthesized_expression "(type & 0xfffffff)" ( (binary_expression "type & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n (this->u1_).gsym = gsym;\n (this->u2_).od = od;\n return;\n }" { (expression_statement "(this->u1_).gsym = gsym;" (assignment_expression "(this->u1_).gsym = gsym" (field_expression "(this->u1_).gsym" (parenthesized_expression "(this->u1_)" ( (field_expression "this->u1_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(this->u2_).od = od;" (assignment_expression "(this->u2_).od = od" (field_expression "(this->u2_).od" (parenthesized_expression "(this->u2_)" ( (field_expression "this->u2_" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x2de,"Output_reloc");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x2de,"Output_reloc")" identifier (argument_list "("../../gold/output.cc",0x2de,"Output_reloc")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n \n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}\n\n" (function_definition "void FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n \n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}" primitive_type (function_declarator "FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "byte param_7" type_identifier identifier) , (parameter_declaration "byte param_8" type_identifier identifier) , (parameter_declaration "byte param_9" type_identifier identifier) ))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n \n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = param_6;" (assignment_expression "param_1[3] = param_6" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[4] = 0xffffffff;" (assignment_expression "param_1[4] = 0xffffffff" (subscript_expression "param_1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[6] = 0xfffffffc;" (assignment_expression "param_1[6] = 0xfffffffc" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;" (assignment_expression "param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (binary_expression "param_1[5] & 0xf0000000 | param_3 & 0xfffffff" (binary_expression "param_1[5] & 0xf0000000" (subscript_expression "param_1[5]" identifier [ number_literal ]) & number_literal) | (binary_expression "param_3 & 0xfffffff" identifier & number_literal))) ;) (expression_statement "uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;" (assignment_expression "uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7" identifier = (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7" (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5" (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4" (binary_expression "(param_3 & 0xf000000) >> 0x18" (parenthesized_expression "(param_3 & 0xf000000)" ( (binary_expression "param_3 & 0xf000000" identifier & number_literal) )) >> number_literal) | (binary_expression "(param_7 & 1) << 4" (parenthesized_expression "(param_7 & 1)" ( (binary_expression "param_7 & 1" identifier & number_literal) )) << number_literal)) | (binary_expression "(param_8 & 1) << 5" (parenthesized_expression "(param_8 & 1)" ( (binary_expression "param_8 & 1" identifier & number_literal) )) << number_literal)) | (binary_expression "(uint)param_9 << 7" (cast_expression "(uint)param_9" ( (type_descriptor "uint" type_identifier) ) identifier) << number_literal))) ;) (expression_statement "*(char *)((int)param_1 + 0x17) = (char)uVar1;" (assignment_expression "*(char *)((int)param_1 + 0x17) = (char)uVar1" (pointer_expression "*(char *)((int)param_1 + 0x17)" * (cast_expression "(char *)((int)param_1 + 0x17)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 0x17)" ( (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (cast_expression "(char)uVar1" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }" if (parenthesized_expression "(param_3 == (param_3 & 0xfffffff))" ( (binary_expression "param_3 == (param_3 & 0xfffffff)" identifier == (parenthesized_expression "(param_3 & 0xfffffff)" ( (binary_expression "param_3 & 0xfffffff" identifier & number_literal) ))) )) (compound_statement "{\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }" { (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);" (call_expression "FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1)" identifier (argument_list "("../../gold/output.cc",0x2de,"Output_reloc",uVar1)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""Output_reloc"" " string_content ") , identifier ))) ;) })))
|
(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 TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) | (binary_expression IDENT & LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) >> LIT) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) << LIT)) | (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) << LIT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
|
(function_definition "void FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)\n\n{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n \n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}" (primitive_type "void") (function_declarator "FUN_00110640(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)" (identifier "FUN_00110640") (parameter_list "(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "byte param_7" (type_identifier "byte") (identifier "param_7")) (, ",") (parameter_declaration "byte param_8" (type_identifier "byte") (identifier "param_8")) (, ",") (parameter_declaration "byte param_9" (type_identifier "byte") (identifier "param_9")) () ")"))) (compound_statement "{\n uint uVar1;\n \n param_1[2] = param_5;\n param_1[3] = param_6;\n param_1[4] = 0xffffffff;\n param_1[6] = 0xfffffffc;\n param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;\n uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;\n *(char *)((int)param_1 + 0x17) = (char)uVar1;\n if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }\n \n FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "param_1[3] = param_6;" (assignment_expression "param_1[3] = param_6" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_6")) (; ";")) (expression_statement "param_1[4] = 0xffffffff;" (assignment_expression "param_1[4] = 0xffffffff" (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "param_1[6] = 0xfffffffc;" (assignment_expression "param_1[6] = 0xfffffffc" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0xfffffffc")) (; ";")) (expression_statement "param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;" (assignment_expression "param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (binary_expression "param_1[5] & 0xf0000000 | param_3 & 0xfffffff" (binary_expression "param_1[5] & 0xf0000000" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (& "&") (number_literal "0xf0000000")) (| "|") (binary_expression "param_3 & 0xfffffff" (identifier "param_3") (& "&") (number_literal "0xfffffff")))) (; ";")) (expression_statement "uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7;" (assignment_expression "uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7" (identifier "uVar1") (= "=") (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |\n (uint)param_9 << 7" (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5" (binary_expression "(param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4" (binary_expression "(param_3 & 0xf000000) >> 0x18" (parenthesized_expression "(param_3 & 0xf000000)" (( "(") (binary_expression "param_3 & 0xf000000" (identifier "param_3") (& "&") (number_literal "0xf000000")) () ")")) (>> ">>") (number_literal "0x18")) (| "|") (binary_expression "(param_7 & 1) << 4" (parenthesized_expression "(param_7 & 1)" (( "(") (binary_expression "param_7 & 1" (identifier "param_7") (& "&") (number_literal "1")) () ")")) (<< "<<") (number_literal "4"))) (| "|") (binary_expression "(param_8 & 1) << 5" (parenthesized_expression "(param_8 & 1)" (( "(") (binary_expression "param_8 & 1" (identifier "param_8") (& "&") (number_literal "1")) () ")")) (<< "<<") (number_literal "5"))) (| "|") (binary_expression "(uint)param_9 << 7" (cast_expression "(uint)param_9" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "param_9")) (<< "<<") (number_literal "7")))) (; ";")) (expression_statement "*(char *)((int)param_1 + 0x17) = (char)uVar1;" (assignment_expression "*(char *)((int)param_1 + 0x17) = (char)uVar1" (pointer_expression "*(char *)((int)param_1 + 0x17)" (* "*") (cast_expression "(char *)((int)param_1 + 0x17)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 0x17)" (( "(") (binary_expression "(int)param_1 + 0x17" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "0x17")) () ")")))) (= "=") (cast_expression "(char)uVar1" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar1"))) (; ";")) (if_statement "if (param_3 == (param_3 & 0xfffffff)) {\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }" (if "if") (parenthesized_expression "(param_3 == (param_3 & 0xfffffff))" (( "(") (binary_expression "param_3 == (param_3 & 0xfffffff)" (identifier "param_3") (== "==") (parenthesized_expression "(param_3 & 0xfffffff)" (( "(") (binary_expression "param_3 & 0xfffffff" (identifier "param_3") (& "&") (number_literal "0xfffffff")) () ")"))) () ")")) (compound_statement "{\n *param_1 = param_2;\n param_1[1] = param_4;\n return;\n }" ({ "{") (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_4")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);" (call_expression "FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1)" (identifier "FUN_0007ac80") (argument_list "("../../gold/output.cc",0x2de,"Output_reloc",uVar1)" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x2de") (, ",") (string_literal ""Output_reloc"" (" """) (string_content "Output_reloc") (" """)) (, ",") (identifier "uVar1") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void Output_reloc(Output_reloc<9,_false,_64,_true> * this, Symbol *
gsym, uint type, Output_data * od, Address address, bool is_relative, bool is_symbolless, bool
use_plt_offset) */
void __thiscall
gold::Output_reloc<9,_false,_64,_true>::Output_reloc
(Output_reloc<9,_false,_64,_true> *this,Symbol *gsym,type_1 var_1,Output_data *od,
Address address,bool var_2,bool var_3,bool var_4)
{
this->address_ = address;
this->local_sym_index_ = 0xffffffff;
this->shndx_ = 0xfffffffc;
*(type_1 *)&this->field_0x14 = *(type_1 *)&this->field_0x14 & 0xf0000000 | var_1 & 0xfffffff;
this->field_0x17 =
(byte)(var_1 >> 0x18) & 0xf | (byte)((var_2 & 1) << 4) |
(byte)((var_3 & 1) << 5) | var_4 << 7;
if (var_1 == (var_1 & 0xfffffff)) {
(this->u1_).gsym = gsym;
(this->u2_).od = od;
return;
}
/* WARNING: Subroutine does not return */
var_5("../../gold/output.cc",0x2de,"Output_reloc");
}
| 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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 param_2,uint param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,byte param_7,byte param_8,byte param_9)
{
uint uVar1;
param_1[2] = param_5;
param_1[3] = param_6;
param_1[4] = 0xffffffff;
param_1[6] = 0xfffffffc;
param_1[5] = param_1[5] & 0xf0000000 | param_3 & 0xfffffff;
uVar1 = (param_3 & 0xf000000) >> 0x18 | (param_7 & 1) << 4 | (param_8 & 1) << 5 |
(uint)param_9 << 7;
*(char *)((int)param_1 + 0x17) = (char)uVar1;
if (param_3 == (param_3 & 0xfffffff)) {
*param_1 = param_2;
param_1[1] = param_4;
return;
}
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/output.cc",0x2de,"Output_reloc",uVar1);
}
|
128_powerpc64-linux-gnu-readelf_and_powerpc64-linux-gnu-readelf_strip.c
|
print_vma
|
FUN_0001e910
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
uint __regparm3 print_vma(bfd_vma vma,print_mode mode)
{
int iVar1;
uint uVar2;
undefined4 in_ECX;
int in_EDX;
int iVar3;
switch(in_ECX) {
default:
iVar3 = 0;
break;
case 1:
uVar2 = printf("%lld",mode);
return uVar2;
case 2:
if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {
uVar2 = printf("%5lld",mode);
return uVar2;
}
case 4:
iVar3 = printf("0x");
break;
case 3:
uVar2 = printf("%llu",mode);
return uVar2;
case 5:
iVar3 = printf("0x");
goto LAB_0001e992;
case 6:
iVar3 = 0;
LAB_0001e992:
if (is_32bit_elf != 0) {
iVar1 = printf("%8.8llx",mode);
return iVar1 + iVar3;
}
fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);
return iVar3 + 0x10;
}
iVar1 = printf("%llx",mode);
return iVar1 + iVar3;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)
{
int iVar1;
int iVar2;
switch(param_3) {
default:
iVar2 = 0;
break;
case 1:
iVar2 = printf("%lld",param_1,param_2);
return iVar2;
case 2:
if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {
iVar2 = printf("%5lld",param_1,param_2);
return iVar2;
}
case 4:
iVar2 = printf("0x");
break;
case 3:
iVar2 = printf("%llu",param_1,param_2);
return iVar2;
case 5:
iVar2 = printf("0x");
goto code_r0x0001e992;
case 6:
iVar2 = 0;
code_r0x0001e992:
if (DAT_000b6324 != 0) {
iVar1 = printf("%8.8llx",param_1,param_2);
return iVar1 + iVar2;
}
fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);
return iVar2 + 0x10;
}
iVar1 = printf("%llx",param_1,param_2);
return iVar1 + iVar2;
}
|
PUSH EBP
PUSH EDI
MOV EDI,EDX
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x00013f70
ADD EBX,0x956e3
SUB ESP,0xc
CMP ECX,0x6
JA 0x0001ea20
MOV EAX,dword ptr [EBX + ECX*0x4 + 0xfffd8120]
ADD EAX,EBX
JMP EAX
SUB ESP,0x4
LEA EAX,[EBX + 0xfffc7adc]
PUSH EDI
PUSH ESI
PUSH EAX
CALL 0x00013060
ADD ESP,0x10
ADD EAX,EBP
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
XOR EBP,EBP
JMP 0x0001e968
| null | null | null | null |
[(u'CALL_-1205933410', u'INDIRECT_-1205932771'), ('tmp_3087', u'MULTIEQUAL_-1205932696'), (u'INDIRECT_-1205932596', u'COPY_-1205932636'), (u'INT_EQUAL_-1205933340', u'BOOL_AND_-1205933296'), ('tmp_1406', u'CALL_-1205933606'), ('tmp_1406', u'CALL_-1205933235'), (u'COPY_-1205932800', u'CALL_-1205933410'), ('const-0', u'COPY_-1205933470'), (u'INT_NOTEQUAL_-1205933500', u'CBRANCH_-1205933499'), ('tmp_1406', u'CALL_-1205933034'), (u'INDIRECT_-1205932503', u'COPY_-1205932752'), (u'CALL_-1205933252', u'INT_ADD_-1205933220'), ('const-485693', u'COPY_-1205932549'), (u'MULTIEQUAL_-1205932983', u'INT_ADD_-1205933423'), ('const-506588', u'COPY_-1205932775'), (u'COPY_-1205932761', u'RETURN_-1205932742'), ('tmp_802', u'BRANCH_-1205933304'), ('tmp_1406', u'CALL_-1205933453'), (u'CALL_-1205933034', u'COPY_-1205932761'), (u'INDIRECT_-1205932538', u'COPY_-1205932746'), ('tmp_3088', u'MULTIEQUAL_-1205932754'), ('const-0', u'INT_NOTEQUAL_-1205933500'), ('const-485677', u'COPY_-1205932583'), (u'INDIRECT_-1205932756', u'MULTIEQUAL_-1205932739'), (u'CALL_-1205933606', u'INT_ADD_-1205933574'), ('const-492739', u'COPY_-1205932800'), (u'INDIRECT_-1205932676', u'COPY_-1205932711'), (u'INDIRECT_-1205932771', u'MULTIEQUAL_-1205932754'), (u'CALL_-1205933034', u'INDIRECT_-1205932503'), (u'CALL_-1205933410', u'INDIRECT_-1205932756'), (u'MULTIEQUAL_-1205932696', u'INT_NOTEQUAL_-1205933500'), (u'CALL_-1205933606', u'INDIRECT_-1205932732'), (u'COPY_-1205933440', u'RETURN_-1205933393'), (u'CALL_-1205933235', u'RETURN_-1205933180'), (u'CALL_-1205933081', u'INDIRECT_-1205932581'), (u'CALL_-1205933235', u'INDIRECT_-1205932616'), (u'CALL_-1205933322', u'INDIRECT_-1205932645'), (u'CAST_-1205932638', u'LOAD_-1205933466'), (u'COPY_-1205932777', u'COPY_-1205932774'), (u'INT_2COMP_-1205932992', u'CAST_-1205932736'), (u'CALL_-1205933252', u'INDIRECT_-1205932553'), ('tmp_196', u'BRANCH_-1205933458'), ('tmp_1117', u'CBRANCH_-1205933329'), ('const-0', u'PTRSUB_-1205932766'), ('const-0', u'RETURN_-1205933026'), (u'INDIRECT_-1205932732', u'COPY_-1205932777'), (u'INDIRECT_-1205932553', u'COPY_-1205932747'), (u'LOAD_-1205933466', u'CALL_-1205933453'), (u'CALL_-1205933252', u'INDIRECT_-1205932538'), (u'COPY_-1205932682', u'CALL_-1205933322'), (u'INDIRECT_-1205932581', u'COPY_-1205932621'), (u'PTRSUB_-1205932766', u'INT_LESS_-1205933354'), (u'MULTIEQUAL_-1205932711', u'CAST_-1205932638'), ('tmp_3088', u'MULTIEQUAL_-1205932711'), (u'COPY_-1205932660', u'CALL_-1205933235'), (u'MULTIEQUAL_-1205933023', u'INT_ADD_-1205933574'), ('const-0', u'RETURN_-1205932736'), (u'CAST_-1205932736', u'INT_LESSEQUAL_-1205933332'), (u'COPY_-1205933470', u'MULTIEQUAL_-1205933023'), (u'CALL_-1205933235', u'INDIRECT_-1205932631'), (u'INDIRECT_-1205932631', u'COPY_-1205932669'), ('const-485699', u'COPY_-1205932660'), ('const-0', u'RETURN_-1205933540'), (u'MULTIEQUAL_-1205932983', u'INT_ADD_-1205933220'), ('const-0', u'RETURN_-1205933180'), (u'CALL_-1205933453', u'INDIRECT_-1205932676'), (u'INT_ADD_-1205933574', u'COPY_-1205933092'), ('const-599784', u'COPY_-1205932622'), (u'COPY_-1205932792', u'COPY_-1205932789'), ('const-0', u'RETURN_-1205933393'), ('const-492739', u'COPY_-1205932682'), (u'COPY_-1205932622', u'CALL_-1205933081'), (u'CALL_-1205933034', u'INDIRECT_-1205932518'), (u'COPY_-1205932583', u'CALL_-1205933252'), ('const-0', u'INT_EQUAL_-1205933340'), (u'COPY_-1205932755', u'RETURN_-1205932736'), (u'INT_ZEXT_-1205933335', u'INT_LESSEQUAL_-1205933332'), ('const-0', u'RETURN_-1205932742'), (u'CALL_-1205933606', u'INDIRECT_-1205932747'), ('const-16', u'INT_ADD_-1205933423'), ('tmp_1406', u'CALL_-1205933081'), ('const-417', u'LOAD_-1205933466'), (u'INT_ADD_-1205933423', u'COPY_-1205933440'), (u'BOOL_AND_-1205933296', u'CBRANCH_-1205933329'), (u'INT_LESSEQUAL_-1205933332', u'BOOL_AND_-1205933296'), (u'CALL_-1205933453', u'INDIRECT_-1205932691'), ('const-99999', u'PTRSUB_-1205932766'), (u'CALL_-1205933081', u'RETURN_-1205933026'), (u'INDIRECT_-1205932747', u'COPY_-1205932792'), ('tmp_2061', u'INT_2COMP_-1205932992'), (u'COPY_-1205932549', u'CALL_-1205933034'), (u'CALL_-1205933322', u'INDIRECT_-1205932660'), (u'COPY_-1205933533', u'MULTIEQUAL_-1205932983'), (u'INDIRECT_-1205932616', u'COPY_-1205932654'), ('tmp_2065', u'BRANCHIND_-1205933700'), (u'COPY_-1205932721', u'CALL_-1205933453'), ('tmp_2061', u'INT_EQUAL_-1205933340'), (u'COPY_-1205933092', u'RETURN_-1205933540'), (u'INT_ADD_-1205933220', u'COPY_-1205932755'), (u'CALL_-1205933322', u'MULTIEQUAL_-1205932983'), (u'COPY_-1205932775', u'CALL_-1205933606'), ('tmp_449', u'CBRANCH_-1205933499'), (u'INDIRECT_-1205932645', u'MULTIEQUAL_-1205932696'), (u'INT_LESS_-1205933354', u'INT_ZEXT_-1205933335'), ('const-0', u'COPY_-1205933533'), ('tmp_3087', u'MULTIEQUAL_-1205932739'), (u'INDIRECT_-1205932518', u'COPY_-1205932753'), ('tmp_1406', u'INT_LESS_-1205933354'), (u'CALL_-1205933081', u'INDIRECT_-1205932596'), (u'INDIRECT_-1205932660', u'MULTIEQUAL_-1205932711'), (u'INDIRECT_-1205932691', u'COPY_-1205932726'), ('tmp_1406', u'CALL_-1205933252'), (u'CALL_-1205933410', u'MULTIEQUAL_-1205933023'), ('const-485685', u'COPY_-1205932721')]
|
[(u'INDIRECT_-1205932592', u'COPY_-1205932632'), ('tmp_3033', u'MULTIEQUAL_-1205932722'), (u'INT_EQUAL_-1205933340', u'BOOL_AND_-1205933296'), (u'CALL_-1205933410', u'INDIRECT_-1205932782'), (u'INT_NOTEQUAL_-1205933500', u'CBRANCH_-1205933499'), ('tmp_2063', u'CALL_-1205933252'), ('tmp_2063', u'CALL_-1205933453'), (u'CALL_-1205933252', u'INT_ADD_-1205933220'), (u'MULTIEQUAL_-1205932983', u'INT_ADD_-1205933423'), (u'CALL_-1205933410', u'INDIRECT_-1205932767'), ('tmp_802', u'BRANCH_-1205933304'), (u'CALL_-1205933081', u'INDIRECT_-1205932607'), (u'INT_ADD_-1205933220', u'COPY_-1205932766'), ('tmp_2063', u'CALL_-1205933606'), (u'COPY_-1205932594', u'CALL_-1205933252'), ('const-485677', u'COPY_-1205932594'), ('const-0', u'INT_NOTEQUAL_-1205933500'), (u'CALL_-1205933606', u'INT_ADD_-1205933574'), ('tmp_2065', u'CALL_-1205933453'), (u'CALL_-1205933322', u'INDIRECT_-1205932671'), ('tmp_2065', u'INT_LESS_-1205933354'), ('const-506588', u'COPY_-1205932786'), (u'COPY_-1205932803', u'COPY_-1205932800'), (u'COPY_-1205933440', u'RETURN_-1205933393'), (u'CALL_-1205933235', u'RETURN_-1205933180'), ('const-0', u'RETURN_-1205932753'), (u'INDIRECT_-1205932782', u'MULTIEQUAL_-1205932765'), (u'INDIRECT_-1205932758', u'COPY_-1205932803'), (u'CALL_-1205933252', u'INDIRECT_-1205932564'), (u'INDIRECT_-1205932627', u'COPY_-1205932665'), (u'CALL_-1205933235', u'INDIRECT_-1205932627'), (u'MULTIEQUAL_-1205932707', u'INT_NOTEQUAL_-1205933500'), ('tmp_196', u'BRANCH_-1205933458'), ('tmp_1117', u'CBRANCH_-1205933329'), ('const-0', u'RETURN_-1205933026'), (u'LOAD_-1205933466', u'CALL_-1205933453'), (u'COPY_-1205932786', u'CALL_-1205933606'), (u'INDIRECT_-1205932529', u'COPY_-1205932764'), ('tmp_2065', u'CALL_-1205933235'), (u'CALL_-1205933034', u'INDIRECT_-1205932514'), (u'CALL_-1205933034', u'INDIRECT_-1205932529'), ('tmp_2063', u'CALL_-1205933081'), (u'MULTIEQUAL_-1205933023', u'INT_ADD_-1205933574'), ('tmp_3032', u'MULTIEQUAL_-1205932707'), ('const-492739', u'COPY_-1205932693'), ('const-492739', u'COPY_-1205932811'), ('const-485693', u'COPY_-1205932560'), (u'INDIRECT_-1205932642', u'COPY_-1205932680'), (u'COPY_-1205933470', u'MULTIEQUAL_-1205933023'), ('const-485699', u'COPY_-1205932671'), ('const-0', u'RETURN_-1205933540'), (u'COPY_-1205932772', u'RETURN_-1205932753'), (u'INDIRECT_-1205932767', u'MULTIEQUAL_-1205932750'), (u'COPY_-1205932633', u'CALL_-1205933081'), (u'MULTIEQUAL_-1205932983', u'INT_ADD_-1205933220'), ('const-0', u'RETURN_-1205933180'), (u'INT_ADD_-1205933574', u'COPY_-1205933092'), (u'MULTIEQUAL_-1205932722', u'CAST_-1205932649'), (u'CAST_-1205932747', u'INT_LESSEQUAL_-1205933332'), ('const-0', u'RETURN_-1205933393'), ('const-0', u'INT_EQUAL_-1205933340'), (u'CALL_-1205933322', u'INDIRECT_-1205932656'), (u'CALL_-1205933606', u'INDIRECT_-1205932743'), (u'INT_ZEXT_-1205933335', u'INT_LESSEQUAL_-1205933332'), (u'CALL_-1205933453', u'INDIRECT_-1205932702'), (u'CALL_-1205933235', u'INDIRECT_-1205932642'), ('const-0', u'COPY_-1205933470'), (u'CALL_-1205933034', u'COPY_-1205932772'), ('const-16', u'INT_ADD_-1205933423'), (u'INT_ADD_-1205933423', u'COPY_-1205933440'), ('const-485685', u'COPY_-1205932732'), (u'COPY_-1205932788', u'COPY_-1205932785'), (u'COPY_-1205932693', u'CALL_-1205933322'), ('const-99999', u'PTRSUB_-1205932777'), ('tmp_2065', u'CALL_-1205933081'), (u'BOOL_AND_-1205933296', u'CBRANCH_-1205933329'), (u'INT_LESSEQUAL_-1205933332', u'BOOL_AND_-1205933296'), (u'INT_2COMP_-1205932992', u'CAST_-1205932747'), (u'CALL_-1205933081', u'RETURN_-1205933026'), (u'COPY_-1205932766', u'RETURN_-1205932747'), (u'INDIRECT_-1205932564', u'COPY_-1205932758'), (u'INDIRECT_-1205932671', u'MULTIEQUAL_-1205932722'), ('tmp_2065', u'CALL_-1205933252'), (u'CALL_-1205933606', u'INDIRECT_-1205932758'), (u'INDIRECT_-1205932702', u'COPY_-1205932737'), ('tmp_3033', u'MULTIEQUAL_-1205932765'), ('tmp_2063', u'CALL_-1205933235'), (u'INDIRECT_-1205932549', u'COPY_-1205932757'), (u'CALL_-1205933081', u'INDIRECT_-1205932592'), (u'CALL_-1205933252', u'INDIRECT_-1205932549'), (u'INDIRECT_-1205932514', u'COPY_-1205932763'), ('tmp_2063', u'INT_EQUAL_-1205933340'), ('const-0', u'PTRSUB_-1205932777'), (u'COPY_-1205932560', u'CALL_-1205933034'), (u'COPY_-1205933533', u'MULTIEQUAL_-1205932983'), (u'COPY_-1205932811', u'CALL_-1205933410'), ('tmp_2063', u'INT_2COMP_-1205932992'), (u'COPY_-1205933092', u'RETURN_-1205933540'), ('const-0', u'COPY_-1205933533'), ('const-599784', u'COPY_-1205932633'), (u'COPY_-1205932732', u'CALL_-1205933453'), ('tmp_2065', u'CALL_-1205933034'), (u'CALL_-1205933322', u'MULTIEQUAL_-1205932983'), (u'INDIRECT_-1205932687', u'COPY_-1205932722'), (u'COPY_-1205932671', u'CALL_-1205933235'), ('tmp_2065', u'CALL_-1205933606'), (u'CAST_-1205932649', u'LOAD_-1205933466'), ('tmp_449', u'CBRANCH_-1205933499'), ('tmp_2063', u'CALL_-1205933034'), ('const-0', u'RETURN_-1205932747'), (u'INT_LESS_-1205933354', u'INT_ZEXT_-1205933335'), (u'PTRSUB_-1205932777', u'INT_LESS_-1205933354'), ('tmp_2067', u'BRANCHIND_-1205933700'), (u'INDIRECT_-1205932656', u'MULTIEQUAL_-1205932707'), (u'INDIRECT_-1205932743', u'COPY_-1205932788'), (u'INDIRECT_-1205932607', u'COPY_-1205932647'), (u'CALL_-1205933453', u'INDIRECT_-1205932687'), ('const-417', u'LOAD_-1205933466'), ('tmp_3032', u'MULTIEQUAL_-1205932750'), (u'CALL_-1205933410', u'MULTIEQUAL_-1205933023')]
| null | null |
0001e910
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}\n\n" comment (function_definition "int __regparm3 FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)" identifier (parameter_list "(undefined *param_1,int param_2,undefined4 param_3)" ( (parameter_declaration "undefined *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (switch_statement "switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }" switch (parenthesized_expression "(param_3)" ( identifier )) (compound_statement "{\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }" { (case_statement "default:\n iVar2 = 0;\n break;" default : (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;" case number_literal : (expression_statement "iVar2 = printf("%lld",param_1,param_2);" (assignment_expression "iVar2 = printf("%lld",param_1,param_2)" identifier = (call_expression "printf("%lld",param_1,param_2)" identifier (argument_list "("%lld",param_1,param_2)" ( (string_literal ""%lld"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar2;" return identifier ;)) (case_statement "case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" case number_literal : (if_statement "if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" if (parenthesized_expression "(param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2)" ( (binary_expression "param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2" (binary_expression "param_2 == 0" identifier == number_literal) && (binary_expression "(uint)(&UNK_0001869f < param_1) <= (uint)-param_2" (call_expression "(uint)(&UNK_0001869f < param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(&UNK_0001869f < param_1)" ( (binary_expression "&UNK_0001869f < param_1" (pointer_expression "&UNK_0001869f" & identifier) < identifier) ))) <= (binary_expression "(uint)-param_2" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" { (expression_statement "iVar2 = printf("%5lld",param_1,param_2);" (assignment_expression "iVar2 = printf("%5lld",param_1,param_2)" identifier = (call_expression "printf("%5lld",param_1,param_2)" identifier (argument_list "("%5lld",param_1,param_2)" ( (string_literal ""%5lld"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar2;" return identifier ;) }))) (case_statement "case 4:\n iVar2 = printf("0x");\n break;" case number_literal : (expression_statement "iVar2 = printf("0x");" (assignment_expression "iVar2 = printf("0x")" identifier = (call_expression "printf("0x")" identifier (argument_list "("0x")" ( (string_literal ""0x"" " string_content ") )))) ;) (break_statement "break;" break ;)) (case_statement "case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;" case number_literal : (expression_statement "iVar2 = printf("%llu",param_1,param_2);" (assignment_expression "iVar2 = printf("%llu",param_1,param_2)" identifier = (call_expression "printf("%llu",param_1,param_2)" identifier (argument_list "("%llu",param_1,param_2)" ( (string_literal ""%llu"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar2;" return identifier ;)) (case_statement "case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;" case number_literal : (expression_statement "iVar2 = printf("0x");" (assignment_expression "iVar2 = printf("0x")" identifier = (call_expression "printf("0x")" identifier (argument_list "("0x")" ( (string_literal ""0x"" " string_content ") )))) ;) (goto_statement "goto code_r0x0001e992;" goto statement_identifier ;)) (case_statement "case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;" case number_literal : (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (labeled_statement "code_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" statement_identifier : (if_statement "if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" if (parenthesized_expression "(DAT_000b6324 != 0)" ( (binary_expression "DAT_000b6324 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" { (expression_statement "iVar1 = printf("%8.8llx",param_1,param_2);" (assignment_expression "iVar1 = printf("%8.8llx",param_1,param_2)" identifier = (call_expression "printf("%8.8llx",param_1,param_2)" identifier (argument_list "("%8.8llx",param_1,param_2)" ( (string_literal ""%8.8llx"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar1 + iVar2;" return (binary_expression "iVar1 + iVar2" identifier + identifier) ;) }))) (expression_statement "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);" (call_expression "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2)" identifier (argument_list "(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2)" ( (pointer_expression "*(FILE **)PTR_stdout_000b3fd8" * (cast_expression "(FILE **)PTR_stdout_000b3fd8" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , (string_literal ""%016llx"" " string_content ") , identifier , identifier ))) ;) (return_statement "return iVar2 + 0x10;" return (binary_expression "iVar2 + 0x10" identifier + number_literal) ;)) })) (expression_statement "iVar1 = printf("%llx",param_1,param_2);" (assignment_expression "iVar1 = printf("%llx",param_1,param_2)" identifier = (call_expression "printf("%llx",param_1,param_2)" identifier (argument_list "("%llx",param_1,param_2)" ( (string_literal ""%llx"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar1 + iVar2;" return (binary_expression "iVar1 + iVar2" identifier + identifier) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nuint __regparm3 print_vma(bfd_vma vma,print_mode mode)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 in_ECX;\n int in_EDX;\n int iVar3;\n \n switch(in_ECX) {\n default:\n iVar3 = 0;\n break;\n case 1:\n uVar2 = printf("%lld",mode);\n return uVar2;\n case 2:\n if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }\n case 4:\n iVar3 = printf("0x");\n break;\n case 3:\n uVar2 = printf("%llu",mode);\n return uVar2;\n case 5:\n iVar3 = printf("0x");\n goto LAB_0001e992;\n case 6:\n iVar3 = 0;\nLAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);\n return iVar3 + 0x10;\n }\n iVar1 = printf("%llx",mode);\n return iVar1 + iVar3;\n}\n\n" comment (function_definition "uint __regparm3 print_vma(bfd_vma vma,print_mode mode)\n\n{\n int iVar1;\n uint uVar2;\n undefined4 in_ECX;\n int in_EDX;\n int iVar3;\n \n switch(in_ECX) {\n default:\n iVar3 = 0;\n break;\n case 1:\n uVar2 = printf("%lld",mode);\n return uVar2;\n case 2:\n if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }\n case 4:\n iVar3 = printf("0x");\n break;\n case 3:\n uVar2 = printf("%llu",mode);\n return uVar2;\n case 5:\n iVar3 = printf("0x");\n goto LAB_0001e992;\n case 6:\n iVar3 = 0;\nLAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);\n return iVar3 + 0x10;\n }\n iVar1 = printf("%llx",mode);\n return iVar1 + iVar3;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "print_vma(bfd_vma vma,print_mode mode)" identifier (parameter_list "(bfd_vma vma,print_mode mode)" ( (parameter_declaration "bfd_vma vma" type_identifier identifier) , (parameter_declaration "print_mode mode" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n undefined4 in_ECX;\n int in_EDX;\n int iVar3;\n \n switch(in_ECX) {\n default:\n iVar3 = 0;\n break;\n case 1:\n uVar2 = printf("%lld",mode);\n return uVar2;\n case 2:\n if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }\n case 4:\n iVar3 = printf("0x");\n break;\n case 3:\n uVar2 = printf("%llu",mode);\n return uVar2;\n case 5:\n iVar3 = printf("0x");\n goto LAB_0001e992;\n case 6:\n iVar3 = 0;\nLAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);\n return iVar3 + 0x10;\n }\n iVar1 = printf("%llx",mode);\n return iVar1 + iVar3;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined4 in_ECX;" type_identifier identifier ;) (declaration "int in_EDX;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (switch_statement "switch(in_ECX) {\n default:\n iVar3 = 0;\n break;\n case 1:\n uVar2 = printf("%lld",mode);\n return uVar2;\n case 2:\n if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }\n case 4:\n iVar3 = printf("0x");\n break;\n case 3:\n uVar2 = printf("%llu",mode);\n return uVar2;\n case 5:\n iVar3 = printf("0x");\n goto LAB_0001e992;\n case 6:\n iVar3 = 0;\nLAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);\n return iVar3 + 0x10;\n }" switch (parenthesized_expression "(in_ECX)" ( identifier )) (compound_statement "{\n default:\n iVar3 = 0;\n break;\n case 1:\n uVar2 = printf("%lld",mode);\n return uVar2;\n case 2:\n if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }\n case 4:\n iVar3 = printf("0x");\n break;\n case 3:\n uVar2 = printf("%llu",mode);\n return uVar2;\n case 5:\n iVar3 = printf("0x");\n goto LAB_0001e992;\n case 6:\n iVar3 = 0;\nLAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);\n return iVar3 + 0x10;\n }" { (case_statement "default:\n iVar3 = 0;\n break;" default : (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 1:\n uVar2 = printf("%lld",mode);\n return uVar2;" case number_literal : (expression_statement "uVar2 = printf("%lld",mode);" (assignment_expression "uVar2 = printf("%lld",mode)" identifier = (call_expression "printf("%lld",mode)" identifier (argument_list "("%lld",mode)" ( (string_literal ""%lld"" " string_content ") , identifier )))) ;) (return_statement "return uVar2;" return identifier ;)) (case_statement "case 2:\n if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }" case number_literal : (if_statement "if (in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX) {\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }" if (parenthesized_expression "(in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX)" ( (binary_expression "in_EDX == 0 && (uint)(&DAT_0001869f < mode) <= (uint)-in_EDX" (binary_expression "in_EDX == 0" identifier == number_literal) && (binary_expression "(uint)(&DAT_0001869f < mode) <= (uint)-in_EDX" (call_expression "(uint)(&DAT_0001869f < mode)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(&DAT_0001869f < mode)" ( (binary_expression "&DAT_0001869f < mode" (pointer_expression "&DAT_0001869f" & identifier) < identifier) ))) <= (binary_expression "(uint)-in_EDX" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\n uVar2 = printf("%5lld",mode);\n return uVar2;\n }" { (expression_statement "uVar2 = printf("%5lld",mode);" (assignment_expression "uVar2 = printf("%5lld",mode)" identifier = (call_expression "printf("%5lld",mode)" identifier (argument_list "("%5lld",mode)" ( (string_literal ""%5lld"" " string_content ") , identifier )))) ;) (return_statement "return uVar2;" return identifier ;) }))) (case_statement "case 4:\n iVar3 = printf("0x");\n break;" case number_literal : (expression_statement "iVar3 = printf("0x");" (assignment_expression "iVar3 = printf("0x")" identifier = (call_expression "printf("0x")" identifier (argument_list "("0x")" ( (string_literal ""0x"" " string_content ") )))) ;) (break_statement "break;" break ;)) (case_statement "case 3:\n uVar2 = printf("%llu",mode);\n return uVar2;" case number_literal : (expression_statement "uVar2 = printf("%llu",mode);" (assignment_expression "uVar2 = printf("%llu",mode)" identifier = (call_expression "printf("%llu",mode)" identifier (argument_list "("%llu",mode)" ( (string_literal ""%llu"" " string_content ") , identifier )))) ;) (return_statement "return uVar2;" return identifier ;)) (case_statement "case 5:\n iVar3 = printf("0x");\n goto LAB_0001e992;" case number_literal : (expression_statement "iVar3 = printf("0x");" (assignment_expression "iVar3 = printf("0x")" identifier = (call_expression "printf("0x")" identifier (argument_list "("0x")" ( (string_literal ""0x"" " string_content ") )))) ;) (goto_statement "goto LAB_0001e992;" goto statement_identifier ;)) (case_statement "case 6:\n iVar3 = 0;\nLAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);\n return iVar3 + 0x10;" case number_literal : (expression_statement "iVar3 = 0;" (assignment_expression "iVar3 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0001e992:\n if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }" statement_identifier : (if_statement "if (is_32bit_elf != 0) {\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }" if (parenthesized_expression "(is_32bit_elf != 0)" ( (binary_expression "is_32bit_elf != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = printf("%8.8llx",mode);\n return iVar1 + iVar3;\n }" { (expression_statement "iVar1 = printf("%8.8llx",mode);" (assignment_expression "iVar1 = printf("%8.8llx",mode)" identifier = (call_expression "printf("%8.8llx",mode)" identifier (argument_list "("%8.8llx",mode)" ( (string_literal ""%8.8llx"" " string_content ") , identifier )))) ;) (return_statement "return iVar1 + iVar3;" return (binary_expression "iVar1 + iVar3" identifier + identifier) ;) }))) (expression_statement "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode);" (call_expression "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode)" identifier (argument_list "(*(FILE **)PTR_stdout_000b3fd8,"%016llx",mode)" ( (pointer_expression "*(FILE **)PTR_stdout_000b3fd8" * (cast_expression "(FILE **)PTR_stdout_000b3fd8" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , (string_literal ""%016llx"" " string_content ") , identifier ))) ;) (return_statement "return iVar3 + 0x10;" return (binary_expression "iVar3 + 0x10" identifier + number_literal) ;)) })) (expression_statement "iVar1 = printf("%llx",mode);" (assignment_expression "iVar1 = printf("%llx",mode)" identifier = (call_expression "printf("%llx",mode)" identifier (argument_list "("%llx",mode)" ( (string_literal ""%llx"" " string_content ") , identifier )))) ;) (return_statement "return iVar1 + iVar3;" return (binary_expression "iVar1 + iVar3" identifier + identifier) ;) })))
|
(translation_unit "int __regparm3 FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}\n\n" (function_definition "int __regparm3 FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)" identifier (parameter_list "(undefined *param_1,int param_2,undefined4 param_3)" ( (parameter_declaration "undefined *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (switch_statement "switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }" switch (parenthesized_expression "(param_3)" ( identifier )) (compound_statement "{\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }" { (case_statement "default:\n iVar2 = 0;\n break;" default : (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (break_statement "break;" break ;)) (case_statement "case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;" case number_literal : (expression_statement "iVar2 = printf("%lld",param_1,param_2);" (assignment_expression "iVar2 = printf("%lld",param_1,param_2)" identifier = (call_expression "printf("%lld",param_1,param_2)" identifier (argument_list "("%lld",param_1,param_2)" ( (string_literal ""%lld"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar2;" return identifier ;)) (case_statement "case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" case number_literal : (if_statement "if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" if (parenthesized_expression "(param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2)" ( (binary_expression "param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2" (binary_expression "param_2 == 0" identifier == number_literal) && (binary_expression "(uint)(&UNK_0001869f < param_1) <= (uint)-param_2" (call_expression "(uint)(&UNK_0001869f < param_1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(&UNK_0001869f < param_1)" ( (binary_expression "&UNK_0001869f < param_1" (pointer_expression "&UNK_0001869f" & identifier) < identifier) ))) <= (binary_expression "(uint)-param_2" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" { (expression_statement "iVar2 = printf("%5lld",param_1,param_2);" (assignment_expression "iVar2 = printf("%5lld",param_1,param_2)" identifier = (call_expression "printf("%5lld",param_1,param_2)" identifier (argument_list "("%5lld",param_1,param_2)" ( (string_literal ""%5lld"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar2;" return identifier ;) }))) (case_statement "case 4:\n iVar2 = printf("0x");\n break;" case number_literal : (expression_statement "iVar2 = printf("0x");" (assignment_expression "iVar2 = printf("0x")" identifier = (call_expression "printf("0x")" identifier (argument_list "("0x")" ( (string_literal ""0x"" " string_content ") )))) ;) (break_statement "break;" break ;)) (case_statement "case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;" case number_literal : (expression_statement "iVar2 = printf("%llu",param_1,param_2);" (assignment_expression "iVar2 = printf("%llu",param_1,param_2)" identifier = (call_expression "printf("%llu",param_1,param_2)" identifier (argument_list "("%llu",param_1,param_2)" ( (string_literal ""%llu"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar2;" return identifier ;)) (case_statement "case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;" case number_literal : (expression_statement "iVar2 = printf("0x");" (assignment_expression "iVar2 = printf("0x")" identifier = (call_expression "printf("0x")" identifier (argument_list "("0x")" ( (string_literal ""0x"" " string_content ") )))) ;) (goto_statement "goto code_r0x0001e992;" goto statement_identifier ;)) (case_statement "case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;" case number_literal : (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" identifier = number_literal) ;) (labeled_statement "code_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" statement_identifier : (if_statement "if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" if (parenthesized_expression "(DAT_000b6324 != 0)" ( (binary_expression "DAT_000b6324 != 0" identifier != number_literal) )) (compound_statement "{\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" { (expression_statement "iVar1 = printf("%8.8llx",param_1,param_2);" (assignment_expression "iVar1 = printf("%8.8llx",param_1,param_2)" identifier = (call_expression "printf("%8.8llx",param_1,param_2)" identifier (argument_list "("%8.8llx",param_1,param_2)" ( (string_literal ""%8.8llx"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar1 + iVar2;" return (binary_expression "iVar1 + iVar2" identifier + identifier) ;) }))) (expression_statement "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);" (call_expression "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2)" identifier (argument_list "(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2)" ( (pointer_expression "*(FILE **)PTR_stdout_000b3fd8" * (cast_expression "(FILE **)PTR_stdout_000b3fd8" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) , (string_literal ""%016llx"" " string_content ") , identifier , identifier ))) ;) (return_statement "return iVar2 + 0x10;" return (binary_expression "iVar2 + 0x10" identifier + number_literal) ;)) })) (expression_statement "iVar1 = printf("%llx",param_1,param_2);" (assignment_expression "iVar1 = printf("%llx",param_1,param_2)" identifier = (call_expression "printf("%llx",param_1,param_2)" identifier (argument_list "("%llx",param_1,param_2)" ( (string_literal ""%llx"" " string_content ") , identifier , identifier )))) ;) (return_statement "return iVar1 + iVar2;" return (binary_expression "iVar1 + iVar2" identifier + identifier) ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (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 ;) (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement default : (expression_statement (assignment_expression IDENT = LIT) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT )))) ;) (return_statement return IDENT ;)) (case_statement case LIT : (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression & IDENT) < IDENT) ))) <= (binary_expression (parenthesized_expression ( IDENT )) - IDENT))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT )))) ;) (return_statement return IDENT ;) }))) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (break_statement break ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT )))) ;) (return_statement return IDENT ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") )))) ;) (goto_statement goto statement_identifier ;)) (case_statement case LIT : (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT )))) ;) (return_statement return (binary_expression IDENT + IDENT) ;) }))) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) , (string_literal " string_content ") , IDENT , IDENT ))) ;) (return_statement return (binary_expression IDENT + LIT) ;)) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT , IDENT )))) ;) (return_statement return (binary_expression IDENT + IDENT) ;) })))
|
(function_definition "int __regparm3 FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)\n\n{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0001e910(undefined *param_1,int param_2,undefined4 param_3)" (identifier "FUN_0001e910") (parameter_list "(undefined *param_1,int param_2,undefined4 param_3)" (( "(") (parameter_declaration "undefined *param_1" (type_identifier "undefined") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n \n switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }\n iVar1 = printf("%llx",param_1,param_2);\n return iVar1 + iVar2;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (switch_statement "switch(param_3) {\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }" (switch "switch") (parenthesized_expression "(param_3)" (( "(") (identifier "param_3") () ")")) (compound_statement "{\n default:\n iVar2 = 0;\n break;\n case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;\n case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }\n case 4:\n iVar2 = printf("0x");\n break;\n case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;\n case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;\n case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;\n }" ({ "{") (case_statement "default:\n iVar2 = 0;\n break;" (default "default") (: ":") (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" (identifier "iVar2") (= "=") (number_literal "0")) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 1:\n iVar2 = printf("%lld",param_1,param_2);\n return iVar2;" (case "case") (number_literal "1") (: ":") (expression_statement "iVar2 = printf("%lld",param_1,param_2);" (assignment_expression "iVar2 = printf("%lld",param_1,param_2)" (identifier "iVar2") (= "=") (call_expression "printf("%lld",param_1,param_2)" (identifier "printf") (argument_list "("%lld",param_1,param_2)" (( "(") (string_literal ""%lld"" (" """) (string_content "%lld") (" """)) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";"))) (case_statement "case 2:\n if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" (case "case") (number_literal "2") (: ":") (if_statement "if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" (if "if") (parenthesized_expression "(param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2)" (( "(") (binary_expression "param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2" (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0")) (&& "&&") (binary_expression "(uint)(&UNK_0001869f < param_1) <= (uint)-param_2" (call_expression "(uint)(&UNK_0001869f < param_1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(&UNK_0001869f < param_1)" (( "(") (binary_expression "&UNK_0001869f < param_1" (pointer_expression "&UNK_0001869f" (& "&") (identifier "UNK_0001869f")) (< "<") (identifier "param_1")) () ")"))) (<= "<=") (binary_expression "(uint)-param_2" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (- "-") (identifier "param_2")))) () ")")) (compound_statement "{\n iVar2 = printf("%5lld",param_1,param_2);\n return iVar2;\n }" ({ "{") (expression_statement "iVar2 = printf("%5lld",param_1,param_2);" (assignment_expression "iVar2 = printf("%5lld",param_1,param_2)" (identifier "iVar2") (= "=") (call_expression "printf("%5lld",param_1,param_2)" (identifier "printf") (argument_list "("%5lld",param_1,param_2)" (( "(") (string_literal ""%5lld"" (" """) (string_content "%5lld") (" """)) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";")) (} "}")))) (case_statement "case 4:\n iVar2 = printf("0x");\n break;" (case "case") (number_literal "4") (: ":") (expression_statement "iVar2 = printf("0x");" (assignment_expression "iVar2 = printf("0x")" (identifier "iVar2") (= "=") (call_expression "printf("0x")" (identifier "printf") (argument_list "("0x")" (( "(") (string_literal ""0x"" (" """) (string_content "0x") (" """)) () ")")))) (; ";")) (break_statement "break;" (break "break") (; ";"))) (case_statement "case 3:\n iVar2 = printf("%llu",param_1,param_2);\n return iVar2;" (case "case") (number_literal "3") (: ":") (expression_statement "iVar2 = printf("%llu",param_1,param_2);" (assignment_expression "iVar2 = printf("%llu",param_1,param_2)" (identifier "iVar2") (= "=") (call_expression "printf("%llu",param_1,param_2)" (identifier "printf") (argument_list "("%llu",param_1,param_2)" (( "(") (string_literal ""%llu"" (" """) (string_content "%llu") (" """)) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (return_statement "return iVar2;" (return "return") (identifier "iVar2") (; ";"))) (case_statement "case 5:\n iVar2 = printf("0x");\n goto code_r0x0001e992;" (case "case") (number_literal "5") (: ":") (expression_statement "iVar2 = printf("0x");" (assignment_expression "iVar2 = printf("0x")" (identifier "iVar2") (= "=") (call_expression "printf("0x")" (identifier "printf") (argument_list "("0x")" (( "(") (string_literal ""0x"" (" """) (string_content "0x") (" """)) () ")")))) (; ";")) (goto_statement "goto code_r0x0001e992;" (goto "goto") (statement_identifier "code_r0x0001e992") (; ";"))) (case_statement "case 6:\n iVar2 = 0;\ncode_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }\n fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);\n return iVar2 + 0x10;" (case "case") (number_literal "6") (: ":") (expression_statement "iVar2 = 0;" (assignment_expression "iVar2 = 0" (identifier "iVar2") (= "=") (number_literal "0")) (; ";")) (labeled_statement "code_r0x0001e992:\n if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" (statement_identifier "code_r0x0001e992") (: ":") (if_statement "if (DAT_000b6324 != 0) {\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" (if "if") (parenthesized_expression "(DAT_000b6324 != 0)" (( "(") (binary_expression "DAT_000b6324 != 0" (identifier "DAT_000b6324") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = printf("%8.8llx",param_1,param_2);\n return iVar1 + iVar2;\n }" ({ "{") (expression_statement "iVar1 = printf("%8.8llx",param_1,param_2);" (assignment_expression "iVar1 = printf("%8.8llx",param_1,param_2)" (identifier "iVar1") (= "=") (call_expression "printf("%8.8llx",param_1,param_2)" (identifier "printf") (argument_list "("%8.8llx",param_1,param_2)" (( "(") (string_literal ""%8.8llx"" (" """) (string_content "%8.8llx") (" """)) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (return_statement "return iVar1 + iVar2;" (return "return") (binary_expression "iVar1 + iVar2" (identifier "iVar1") (+ "+") (identifier "iVar2")) (; ";")) (} "}")))) (expression_statement "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);" (call_expression "fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2)" (identifier "fprintf") (argument_list "(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2)" (( "(") (pointer_expression "*(FILE **)PTR_stdout_000b3fd8" (* "*") (cast_expression "(FILE **)PTR_stdout_000b3fd8" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "PTR_stdout_000b3fd8"))) (, ",") (string_literal ""%016llx"" (" """) (string_content "%016llx") (" """)) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return iVar2 + 0x10;" (return "return") (binary_expression "iVar2 + 0x10" (identifier "iVar2") (+ "+") (number_literal "0x10")) (; ";"))) (} "}"))) (expression_statement "iVar1 = printf("%llx",param_1,param_2);" (assignment_expression "iVar1 = printf("%llx",param_1,param_2)" (identifier "iVar1") (= "=") (call_expression "printf("%llx",param_1,param_2)" (identifier "printf") (argument_list "("%llx",param_1,param_2)" (( "(") (string_literal ""%llx"" (" """) (string_content "%llx") (" """)) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")")))) (; ";")) (return_statement "return iVar1 + iVar2;" (return "return") (binary_expression "iVar1 + iVar2" (identifier "iVar1") (+ "+") (identifier "iVar2")) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3 function_1(type_2 vma,type_3 var_3)
{
int var_5;
type_1 uVar2;
type_4 in_ECX;
int var_2;
int var_6;
switch(in_ECX) {
default:
var_6 = 0;
break;
case 1:
uVar2 = var_1("%lld",var_3);
return uVar2;
case 2:
if (var_2 == 0 && (type_1)(&DAT_0001869f < var_3) <= (type_1)-var_2) {
uVar2 = var_1("%5lld",var_3);
return uVar2;
}
case 4:
var_6 = var_1("0x");
break;
case 3:
uVar2 = var_1("%llu",var_3);
return uVar2;
case 5:
var_6 = var_1("0x");
goto LAB_0001e992;
case 6:
var_6 = 0;
LAB_0001e992:
if (var_4 != 0) {
var_5 = var_1("%8.8llx",var_3);
return var_5 + var_6;
}
var_7(*(type_5 **)PTR_stdout_000b3fd8,"%016llx",var_3);
return var_6 + 0x10;
}
var_5 = var_1("%llx",var_3);
return var_5 + var_6;
}
| null |
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (identifier))))) (return_statement (identifier))) (case_statement value: (number_literal) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (identifier))))) (return_statement (identifier))))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (break_statement)) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (identifier))))) (return_statement (identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)))))) (goto_statement label: (statement_identifier))) (case_statement value: (number_literal) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (identifier))))) (return_statement (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier))) (string_literal (string_content)) (identifier) (identifier)))) (return_statement (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier) (identifier))))) (return_statement (binary_expression left: (identifier) right: (identifier))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 MASKED(undefined *param_1,int param_2,undefined4 param_3)
{
int iVar1;
int iVar2;
switch(param_3) {
default:
iVar2 = 0;
break;
case 1:
iVar2 = printf("%lld",param_1,param_2);
return iVar2;
case 2:
if (param_2 == 0 && (uint)(&UNK_0001869f < param_1) <= (uint)-param_2) {
iVar2 = printf("%5lld",param_1,param_2);
return iVar2;
}
case 4:
iVar2 = printf("0x");
break;
case 3:
iVar2 = printf("%llu",param_1,param_2);
return iVar2;
case 5:
iVar2 = printf("0x");
goto code_r0x0001e992;
case 6:
iVar2 = 0;
code_r0x0001e992:
if (DAT_000b6324 != 0) {
iVar1 = printf("%8.8llx",param_1,param_2);
return iVar1 + iVar2;
}
fprintf(*(FILE **)PTR_stdout_000b3fd8,"%016llx",param_1,param_2);
return iVar2 + 0x10;
}
iVar1 = printf("%llx",param_1,param_2);
return iVar1 + iVar2;
}
|
804_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c
|
undef_sort_cmp
|
FUN_0005a980
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int undef_sort_cmp(void *l1,void *r1)
{
int iVar1;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
iVar1 = strcmp(*l1,*r1);
return iVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0005a980(undefined4 *param_1,undefined4 *param_2)
{
strcmp((char *)*param_1,(char *)*param_2);
return;
}
|
PUSH EBX
CALL 0x00017b80
ADD EBX,0x17367a
SUB ESP,0x10
MOV EAX,dword ptr [ESP + 0x1c]
PUSH dword ptr [EAX]
MOV EAX,dword ptr [ESP + 0x1c]
PUSH dword ptr [EAX]
CALL 0x000160c0
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[('tmp_171', u'LOAD_-1206212176'), ('const-417', u'LOAD_-1206212163'), ('tmp_170', u'LOAD_-1206212163'), ('const-0', u'RETURN_-1206212122'), ('const-417', u'LOAD_-1206212176'), (u'LOAD_-1206212163', u'CALL_-1206212150'), (u'CALL_-1206212150', u'RETURN_-1206212122'), (u'LOAD_-1206212176', u'CALL_-1206212150')]
|
[(u'CAST_-1206212056', u'CALL_-1206212150'), ('const-417', u'LOAD_-1206212176'), ('tmp_279', u'LOAD_-1206212163'), ('tmp_278', u'LOAD_-1206212176'), (u'LOAD_-1206212176', u'CAST_-1206212056'), ('const-417', u'LOAD_-1206212163'), ('const-0', u'RETURN_-1206212122'), (u'LOAD_-1206212163', u'CAST_-1206212049'), (u'CAST_-1206212049', u'CALL_-1206212150')]
| null | null |
0005a980
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0005a980(undefined4 *param_1,undefined4 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}\n\n" comment (function_definition "void FUN_0005a980(undefined4 *param_1,undefined4 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" primitive_type (function_declarator "FUN_0005a980(undefined4 *param_1,undefined4 *param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" { (expression_statement "strcmp((char *)*param_1,(char *)*param_2);" (call_expression "strcmp((char *)*param_1,(char *)*param_2)" identifier (argument_list "((char *)*param_1,(char *)*param_2)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint undef_sort_cmp(void *l1,void *r1)\n\n{\n int iVar1;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = strcmp(*l1,*r1);\n return iVar1;\n}\n\n" comment comment (function_definition "int undef_sort_cmp(void *l1,void *r1)\n\n{\n int iVar1;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = strcmp(*l1,*r1);\n return iVar1;\n}" primitive_type (function_declarator "undef_sort_cmp(void *l1,void *r1)" identifier (parameter_list "(void *l1,void *r1)" ( (parameter_declaration "void *l1" primitive_type (pointer_declarator "*l1" * identifier)) , (parameter_declaration "void *r1" primitive_type (pointer_declarator "*r1" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n iVar1 = strcmp(*l1,*r1);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) comment comment (expression_statement "iVar1 = strcmp(*l1,*r1);" (assignment_expression "iVar1 = strcmp(*l1,*r1)" identifier = (call_expression "strcmp(*l1,*r1)" identifier (argument_list "(*l1,*r1)" ( (pointer_expression "*l1" * identifier) , (pointer_expression "*r1" * identifier) )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "void FUN_0005a980(undefined4 *param_1,undefined4 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}\n\n" (function_definition "void FUN_0005a980(undefined4 *param_1,undefined4 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" primitive_type (function_declarator "FUN_0005a980(undefined4 *param_1,undefined4 *param_2)" identifier (parameter_list "(undefined4 *param_1,undefined4 *param_2)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" { (expression_statement "strcmp((char *)*param_1,(char *)*param_2);" (call_expression "strcmp((char *)*param_1,(char *)*param_2)" identifier (argument_list "((char *)*param_1,(char *)*param_2)" ( (cast_expression "(char *)*param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , (cast_expression "(char *)*param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier)) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0005a980(undefined4 *param_1,undefined4 *param_2)\n\n{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0005a980(undefined4 *param_1,undefined4 *param_2)" (identifier "FUN_0005a980") (parameter_list "(undefined4 *param_1,undefined4 *param_2)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 *param_2" (type_identifier "undefined4") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n strcmp((char *)*param_1,(char *)*param_2);\n return;\n}" ({ "{") (expression_statement "strcmp((char *)*param_1,(char *)*param_2);" (call_expression "strcmp((char *)*param_1,(char *)*param_2)" (identifier "strcmp") (argument_list "((char *)*param_1,(char *)*param_2)" (( "(") (cast_expression "(char *)*param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (cast_expression "(char *)*param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(void *l1,void *r1)
{
int iVar1;
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
iVar1 = var_1(*l1,*r1);
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 *param_2)
{
strcmp((char *)*param_1,(char *)*param_2);
return;
}
|
39_m68k-linux-gnu-strip_and_m68k-linux-gnu-strip_strip.c
|
bfd_set_section_contents
|
bfd_set_section_contents
|
void bfd_set_section_contents(void)
{
(*(code *)PTR_bfd_set_section_contents_0003f0a0)();
return;
}
|
void bfd_set_section_contents(void)
{
(*(code *)PTR_bfd_set_section_contents_0003f0a0)();
return;
}
|
JMP dword ptr [EBX + 0xa0]
| null | null | null | null |
[(u'INDIRECT_-1205980446', u'COPY_-1205980505'), ('const-0', u'RETURN_-1205980515'), (u'CALLIND_-1205980518', u'INDIRECT_-1205980446'), (u'CAST_-1205980441', u'CALLIND_-1205980518'), ('tmp_58', u'CAST_-1205980441')]
|
[(u'INDIRECT_-1205980446', u'COPY_-1205980505'), ('const-0', u'RETURN_-1205980515'), (u'CALLIND_-1205980518', u'INDIRECT_-1205980446'), (u'CAST_-1205980441', u'CALLIND_-1205980518'), ('tmp_58', u'CAST_-1205980441')]
| null | null |
00013290
|
x86
|
O1
|
(translation_unit "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}\n\n" (function_definition "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" primitive_type (function_declarator "bfd_set_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_section_contents_0003f0a0)();" (call_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)" ( (pointer_expression "*(code *)PTR_bfd_set_section_contents_0003f0a0" * (cast_expression "(code *)PTR_bfd_set_section_contents_0003f0a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}\n\n" (function_definition "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" primitive_type (function_declarator "bfd_set_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_section_contents_0003f0a0)();" (call_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)" ( (pointer_expression "*(code *)PTR_bfd_set_section_contents_0003f0a0" * (cast_expression "(code *)PTR_bfd_set_section_contents_0003f0a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}\n\n" (function_definition "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" primitive_type (function_declarator "bfd_set_section_contents(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_section_contents_0003f0a0)();" (call_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)" ( (pointer_expression "*(code *)PTR_bfd_set_section_contents_0003f0a0" * (cast_expression "(code *)PTR_bfd_set_section_contents_0003f0a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(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)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void bfd_set_section_contents(void)\n\n{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_section_contents(void)" (identifier "bfd_set_section_contents") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_set_section_contents_0003f0a0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_set_section_contents_0003f0a0)();" (call_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)()" (parenthesized_expression "(*(code *)PTR_bfd_set_section_contents_0003f0a0)" (( "(") (pointer_expression "*(code *)PTR_bfd_set_section_contents_0003f0a0" (* "*") (cast_expression "(code *)PTR_bfd_set_section_contents_0003f0a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_set_section_contents_0003f0a0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_bfd_set_section_contents_0003f0a0)();
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 argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_0003f0a0)();
return;
}
|
29_sparc64-linux-gnu-objcopy_and_sparc64-linux-gnu-objcopy_strip.c
|
ctime
|
ctime
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * ctime(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();
return pcVar1;
}
|
JMP dword ptr [EBX + 0x78]
| null | null | null | null |
[(u'CALLIND_-1205980678', u'CAST_-1205980598'), (u'CALLIND_-1205980678', u'INDIRECT_-1205980605'), ('const-0', u'RETURN_-1205980675'), (u'CAST_-1205980599', u'CALLIND_-1205980678'), ('tmp_67', u'CAST_-1205980599'), (u'CAST_-1205980598', u'RETURN_-1205980675'), (u'INDIRECT_-1205980605', u'COPY_-1205980664')]
|
[(u'CALLIND_-1205980678', u'CAST_-1205980598'), (u'CALLIND_-1205980678', u'INDIRECT_-1205980605'), ('const-0', u'RETURN_-1205980675'), (u'CAST_-1205980599', u'CALLIND_-1205980678'), ('tmp_67', u'CAST_-1205980599'), (u'CAST_-1205980598', u'RETURN_-1205980675'), (u'INDIRECT_-1205980605', u'COPY_-1205980664')]
| null | null |
000131f0
|
x86
|
O1
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" identifier (parameter_list "(time_t *__timer)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)()" identifier = (cast_expression "(char *)(*(code *)PTR_ctime_00040078)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_ctime_00040078)()" (parenthesized_expression "(*(code *)PTR_ctime_00040078)" ( (pointer_expression "*(code *)PTR_ctime_00040078" * (cast_expression "(code *)PTR_ctime_00040078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}\n\n" comment (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" identifier (parameter_list "(time_t *__timer)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)()" identifier = (cast_expression "(char *)(*(code *)PTR_ctime_00040078)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_ctime_00040078)()" (parenthesized_expression "(*(code *)PTR_ctime_00040078)" ( (pointer_expression "*(code *)PTR_ctime_00040078" * (cast_expression "(code *)PTR_ctime_00040078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}\n\n" (function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* ctime(time_t *__timer)" * (function_declarator "ctime(time_t *__timer)" identifier (parameter_list "(time_t *__timer)" ( (parameter_declaration "time_t *__timer" type_identifier (pointer_declarator "*__timer" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)()" identifier = (cast_expression "(char *)(*(code *)PTR_ctime_00040078)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_ctime_00040078)()" (parenthesized_expression "(*(code *)PTR_ctime_00040078)" ( (pointer_expression "*(code *)PTR_ctime_00040078" * (cast_expression "(code *)PTR_ctime_00040078" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
|
(function_definition "char * ctime(time_t *__timer)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* ctime(time_t *__timer)" (* "*") (function_declarator "ctime(time_t *__timer)" (identifier "ctime") (parameter_list "(time_t *__timer)" (( "(") (parameter_declaration "time_t *__timer" (type_identifier "time_t") (pointer_declarator "*__timer" (* "*") (identifier "__timer"))) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_ctime_00040078)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_ctime_00040078)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_ctime_00040078)()" (parenthesized_expression "(*(code *)PTR_ctime_00040078)" (( "(") (pointer_expression "*(code *)PTR_ctime_00040078" (* "*") (cast_expression "(code *)PTR_ctime_00040078" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ctime_00040078"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(type_1 *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(type_2 *)PTR_ctime_00040078)();
return pcVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(time_t *__timer)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_00040078)();
return pcVar1;
}
|
289_m68k-linux-gnu-ar_and_m68k-linux-gnu-ar_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
|
O1
|
(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 comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s,int __c)" identifier (parameter_list "(char *__s,int __c)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(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@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * strrchr(char *__s,int __c)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strrchr@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* strrchr(char *__s,int __c)" * (function_declarator "strrchr(char *__s,int __c)" identifier (parameter_list "(char *__s,int __c)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strrchr@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(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,int __c)" identifier (parameter_list "(char *__s,int __c)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "int __c" primitive_type identifier) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(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_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "int __c" (primitive_type "int") (identifier "__c")) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* 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: (primitive_type) declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__s,int __c)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
2677_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_ehframe_datarel_base
|
FUN_00071430
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_ehframe_datarel_base(Target * this) */
uint64_t __thiscall gold::Target::do_ehframe_datarel_base(Target *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00071430(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");
}
|
PUSH EBX
CALL 0x00050b50
ADD EBX,0x578bca
SUB ESP,0xc
LEA EAX,[EBX + 0xffe6506c]
PUSH EAX
LEA EAX,[EBX + 0xffe63371]
PUSH 0x2ab
PUSH EAX
CALL 0x002446e0
| null | null | null | null |
[('const-1', u'RETURN_-1206381502')]
|
[('const-4517996', u'COPY_-1206381416'), ('const-4510577', u'COPY_-1206381417'), (u'COPY_-1206381417', u'CALL_-1206381440'), ('const-1', u'RETURN_-1206381435'), ('const-683', u'CALL_-1206381440'), (u'COPY_-1206381416', u'CALL_-1206381440')]
| null | null |
00071430
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00071430(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}\n\n" comment (function_definition "void FUN_00071430(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}" primitive_type (function_declarator "FUN_00071430(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}" { comment (expression_statement "FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");" (call_expression "FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base")" identifier (argument_list "("../../gold/target.h",0x2ab,"do_ehframe_datarel_base")" ( (string_literal ""../../gold/target.h"" " string_content ") , number_literal , (string_literal ""do_ehframe_datarel_base"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: uint64_t do_ehframe_datarel_base(Target * this) */\n\nuint64_t __thiscall gold::Target::do_ehframe_datarel_base(Target *this)\n\n{\n}\n\n" comment comment comment (function_definition "uint64_t __thiscall gold::Target::do_ehframe_datarel_base(Target *this)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Target::" identifier : : identifier : :) (function_declarator "do_ehframe_datarel_base(Target *this)" identifier (parameter_list "(Target *this)" ( (parameter_declaration "Target *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n}" { })))
|
(translation_unit "void FUN_00071430(void)\n\n{\n \n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}\n\n" (function_definition "void FUN_00071430(void)\n\n{\n \n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}" primitive_type (function_declarator "FUN_00071430(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}" { (expression_statement "FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");" (call_expression "FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base")" identifier (argument_list "("../../gold/target.h",0x2ab,"do_ehframe_datarel_base")" ( (string_literal ""../../gold/target.h"" " string_content ") , number_literal , (string_literal ""do_ehframe_datarel_base"" " string_content ") ))) ;) })))
|
(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_00071430(void)\n\n{\n \n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}" (primitive_type "void") (function_declarator "FUN_00071430(void)" (identifier "FUN_00071430") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");\n}" ({ "{") (expression_statement "FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");" (call_expression "FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base")" (identifier "FUN_002446e0") (argument_list "("../../gold/target.h",0x2ab,"do_ehframe_datarel_base")" (( "(") (string_literal ""../../gold/target.h"" (" """) (string_content "../../gold/target.h") (" """)) (, ",") (number_literal "0x2ab") (, ",") (string_literal ""do_ehframe_datarel_base"" (" """) (string_content "do_ehframe_datarel_base") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: uint64_t do_ehframe_datarel_base(Target * this) */
uint64_t __thiscall gold::type_1::function_1(type_1 *this)
{
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/target.h",0x2ab,"do_ehframe_datarel_base");
}
|
95_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
pthread_mutex_destroy
|
pthread_mutex_destroy
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int pthread_mutex_destroy(pthread_mutex_t *__mutex)
{
int iVar1;
iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int pthread_mutex_destroy(pthread_mutex_t *__mutex)
{
int iVar1;
iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();
return iVar1;
}
|
JMP dword ptr [EBX + 0x180]
| null | null | null | null |
[('const-0', u'RETURN_-1206024675'), (u'INDIRECT_-1206024605', u'COPY_-1206024664'), ('tmp_67', u'CAST_-1206024599'), (u'CAST_-1206024599', u'CALLIND_-1206024678'), (u'CALLIND_-1206024678', u'INDIRECT_-1206024605'), (u'CALLIND_-1206024678', u'RETURN_-1206024675')]
|
[('const-0', u'RETURN_-1206024675'), (u'INDIRECT_-1206024605', u'COPY_-1206024664'), ('tmp_67', u'CAST_-1206024599'), (u'CAST_-1206024599', u'CALLIND_-1206024678'), (u'CALLIND_-1206024678', u'INDIRECT_-1206024605'), (u'CALLIND_-1206024678', u'RETURN_-1206024675')]
| null | null |
00028610
|
x86
|
O1
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}\n\n" comment (function_definition "int pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" primitive_type (function_declarator "pthread_mutex_destroy(pthread_mutex_t *__mutex)" identifier (parameter_list "(pthread_mutex_t *__mutex)" ( (parameter_declaration "pthread_mutex_t *__mutex" type_identifier (pointer_declarator "*__mutex" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)()" identifier = (call_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)()" (parenthesized_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)" ( (pointer_expression "*(code *)PTR_pthread_mutex_destroy_0033f180" * (cast_expression "(code *)PTR_pthread_mutex_destroy_0033f180" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}\n\n" comment (function_definition "int pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" primitive_type (function_declarator "pthread_mutex_destroy(pthread_mutex_t *__mutex)" identifier (parameter_list "(pthread_mutex_t *__mutex)" ( (parameter_declaration "pthread_mutex_t *__mutex" type_identifier (pointer_declarator "*__mutex" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)()" identifier = (call_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)()" (parenthesized_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)" ( (pointer_expression "*(code *)PTR_pthread_mutex_destroy_0033f180" * (cast_expression "(code *)PTR_pthread_mutex_destroy_0033f180" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}\n\n" (function_definition "int pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" primitive_type (function_declarator "pthread_mutex_destroy(pthread_mutex_t *__mutex)" identifier (parameter_list "(pthread_mutex_t *__mutex)" ( (parameter_declaration "pthread_mutex_t *__mutex" type_identifier (pointer_declarator "*__mutex" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)()" identifier = (call_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)()" (parenthesized_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)" ( (pointer_expression "*(code *)PTR_pthread_mutex_destroy_0033f180" * (cast_expression "(code *)PTR_pthread_mutex_destroy_0033f180" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(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 * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int pthread_mutex_destroy(pthread_mutex_t *__mutex)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "pthread_mutex_destroy(pthread_mutex_t *__mutex)" (identifier "pthread_mutex_destroy") (parameter_list "(pthread_mutex_t *__mutex)" (( "(") (parameter_declaration "pthread_mutex_t *__mutex" (type_identifier "pthread_mutex_t") (pointer_declarator "*__mutex" (* "*") (identifier "__mutex"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)();" (assignment_expression "iVar1 = (*(code *)PTR_pthread_mutex_destroy_0033f180)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)()" (parenthesized_expression "(*(code *)PTR_pthread_mutex_destroy_0033f180)" (( "(") (pointer_expression "*(code *)PTR_pthread_mutex_destroy_0033f180" (* "*") (cast_expression "(code *)PTR_pthread_mutex_destroy_0033f180" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_pthread_mutex_destroy_0033f180"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(type_1 *__mutex)
{
int iVar1;
iVar1 = (*(type_2 *)PTR_pthread_mutex_destroy_0033f180)();
return iVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(pthread_mutex_t *__mutex)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0033f180)();
return iVar1;
}
|
586_bash_and_bash_strip.c
|
sv_strict_posix
|
sv_strict_posix
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void sv_strict_posix(char *name)
{
SHELL_VAR *pSVar1;
pSVar1 = find_variable(name);
posixly_correct = 0;
if (pSVar1 != (SHELL_VAR *)0x0) {
posixly_correct = (int)(pSVar1->value != (char *)0x0);
}
posix_initialize(posixly_correct);
if (interactive_shell != 0) {
posix_readline_initialize(posixly_correct);
}
set_shellopts();
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void sv_strict_posix(undefined4 param_1)
{
int iVar1;
iVar1 = find_variable(param_1);
posixly_correct = 0;
if (iVar1 != 0) {
posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);
}
posix_initialize(posixly_correct);
if (interactive_shell != 0) {
posix_readline_initialize(posixly_correct);
}
set_shellopts();
return;
}
|
PUSH EBX
SUB ESP,0x14
CALL 0x0002fe00
ADD EBX,0xec2ba
PUSH dword ptr [ESP + 0x1c]
CALL 0x0004eaa4
ADD ESP,0x10
MOV EDX,0x0
TEST EAX,EAX
JZ 0x0004ed6b
CMP dword ptr [EAX + 0x4],0x0
SETNZ DL
MOVZX EDX,DL
LEA EAX,[EBX + 0x480c]
MOV dword ptr [EAX],EDX
SUB ESP,0xc
PUSH EDX
CALL 0x0003efc5
ADD ESP,0x10
LEA EAX,[EBX + 0x4848]
CMP dword ptr [EAX],0x0
JNZ 0x0004ed94
CALL 0x000a19af
ADD ESP,0x8
POP EBX
RET
SUB ESP,0xc
LEA EAX,[EBX + 0x480c]
PUSH dword ptr [EAX]
CALL 0x0008730f
ADD ESP,0x10
JMP 0x0004ed8a
| null | null | null | null |
[(u'CALL_-1206129290', u'INDIRECT_-1206128980'), (u'COPY_-1206129278', u'MULTIEQUAL_-1206129043'), (u'INT_NOTEQUAL_-1206129240', u'INT_ZEXT_-1206129221'), ('tmp_429', u'BRANCH_-1206129081'), (u'CALL_-1206129290', u'INT_NOTEQUAL_-1206129257'), (u'INDIRECT_-1206128905', u'MULTIEQUAL_-1206128924'), ('tmp_451', u'CALL_-1206129290'), (u'CALL_-1206129151', u'INDIRECT_-1206128919'), (u'INT_NOTEQUAL_-1206129257', u'CBRANCH_-1206129257'), (u'CALL_-1206129290', u'PTRSUB_-1206128952'), (u'CALL_-1206129096', u'INDIRECT_-1206128905'), (u'PTRSUB_-1206128952', u'LOAD_-1206129256'), ('tmp_300', u'CBRANCH_-1206129158'), ('const-4', u'PTRSUB_-1206128952'), (u'INDIRECT_-1206128946', u'CALL_-1206129096'), (u'INDIRECT_-1206128940', u'MULTIEQUAL_-1206128918'), ('const-0', u'INT_NOTEQUAL_-1206129240'), (u'INT_ZEXT_-1206129221', u'MULTIEQUAL_-1206129043'), ('tmp_142', u'CBRANCH_-1206129257'), (u'INT_NOTEQUAL_-1206129160', u'CBRANCH_-1206129158'), ('const-417', u'LOAD_-1206129256'), (u'CALL_-1206129290', u'INDIRECT_-1206128986'), ('const-0', u'COPY_-1206129278'), ('const-0', u'INT_NOTEQUAL_-1206129160'), (u'MULTIEQUAL_-1206129043', u'CALL_-1206129197'), (u'CALL_-1206129151', u'INDIRECT_-1206128925'), ('const-0', u'RETURN_-1206129123'), (u'INDIRECT_-1206128925', u'COPY_-1206128975'), (u'CALL_-1206129197', u'INDIRECT_-1206128940'), (u'INDIRECT_-1206128899', u'MULTIEQUAL_-1206128918'), (u'INDIRECT_-1206128940', u'INT_NOTEQUAL_-1206129160'), (u'INDIRECT_-1206128946', u'MULTIEQUAL_-1206128924'), (u'LOAD_-1206129256', u'INT_NOTEQUAL_-1206129240'), (u'INDIRECT_-1206128919', u'COPY_-1206128969'), (u'CALL_-1206129096', u'INDIRECT_-1206128899'), ('const-0', u'INT_NOTEQUAL_-1206129257'), (u'CALL_-1206129197', u'INDIRECT_-1206128946')]
|
[('const-0', u'INT_NOTEQUAL_-1206129160'), (u'INDIRECT_-1206128939', u'INT_NOTEQUAL_-1206129160'), (u'INDIRECT_-1206128898', u'MULTIEQUAL_-1206128917'), (u'INT_NOTEQUAL_-1206129240', u'INT_ZEXT_-1206129221'), (u'MULTIEQUAL_-1206129042', u'CALL_-1206129197'), ('tmp_429', u'BRANCH_-1206129081'), (u'CALL_-1206129290', u'INT_NOTEQUAL_-1206129257'), (u'COPY_-1206129278', u'MULTIEQUAL_-1206129042'), (u'INDIRECT_-1206128918', u'COPY_-1206128968'), (u'CALL_-1206129151', u'INDIRECT_-1206128918'), (u'CALL_-1206129290', u'INT_ADD_-1206129240'), (u'INT_NOTEQUAL_-1206129257', u'CBRANCH_-1206129257'), ('tmp_300', u'CBRANCH_-1206129158'), (u'INDIRECT_-1206128939', u'MULTIEQUAL_-1206128917'), ('tmp_890', u'CALL_-1206129290'), ('const-4', u'INT_ADD_-1206129240'), (u'CALL_-1206129096', u'INDIRECT_-1206128898'), ('const-417', u'LOAD_-1206129256'), (u'CALL_-1206129096', u'INDIRECT_-1206128904'), (u'INDIRECT_-1206128924', u'COPY_-1206128974'), (u'INT_ZEXT_-1206129221', u'MULTIEQUAL_-1206129042'), ('tmp_142', u'CBRANCH_-1206129257'), (u'CAST_-1206128953', u'LOAD_-1206129256'), (u'INT_NOTEQUAL_-1206129160', u'CBRANCH_-1206129158'), (u'CALL_-1206129290', u'INDIRECT_-1206128979'), (u'CALL_-1206129290', u'INDIRECT_-1206128985'), ('const-0', u'COPY_-1206129278'), (u'INT_ADD_-1206129240', u'CAST_-1206128953'), (u'CALL_-1206129197', u'INDIRECT_-1206128945'), (u'CALL_-1206129151', u'INDIRECT_-1206128924'), ('const-0', u'RETURN_-1206129123'), (u'INDIRECT_-1206128945', u'MULTIEQUAL_-1206128923'), (u'INDIRECT_-1206128904', u'MULTIEQUAL_-1206128923'), ('const-0', u'INT_NOTEQUAL_-1206129240'), (u'LOAD_-1206129256', u'INT_NOTEQUAL_-1206129240'), ('const-0', u'INT_NOTEQUAL_-1206129257'), (u'INDIRECT_-1206128945', u'CALL_-1206129096'), (u'CALL_-1206129197', u'INDIRECT_-1206128939')]
| null | null |
0004ed3d
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid sv_strict_posix(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}\n\n" comment (function_definition "void sv_strict_posix(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" primitive_type (function_declarator "sv_strict_posix(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = find_variable(param_1);" (assignment_expression "iVar1 = find_variable(param_1)" identifier = (call_expression "find_variable(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "posixly_correct = 0;" (assignment_expression "posixly_correct = 0" identifier = number_literal) ;) (if_statement "if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }" { (expression_statement "posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);" (assignment_expression "posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0)" identifier = (call_expression "(uint)(*(int *)(iVar1 + 4) != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar1 + 4) != 0)" ( (binary_expression "*(int *)(iVar1 + 4) != 0" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) != number_literal) )))) ;) })) (expression_statement "posix_initialize(posixly_correct);" (call_expression "posix_initialize(posixly_correct)" identifier (argument_list "(posixly_correct)" ( identifier ))) ;) (if_statement "if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }" if (parenthesized_expression "(interactive_shell != 0)" ( (binary_expression "interactive_shell != 0" identifier != number_literal) )) (compound_statement "{\n posix_readline_initialize(posixly_correct);\n }" { (expression_statement "posix_readline_initialize(posixly_correct);" (call_expression "posix_readline_initialize(posixly_correct)" identifier (argument_list "(posixly_correct)" ( identifier ))) ;) })) (expression_statement "set_shellopts();" (call_expression "set_shellopts()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid sv_strict_posix(char *name)\n\n{\n SHELL_VAR *pSVar1;\n \n pSVar1 = find_variable(name);\n posixly_correct = 0;\n if (pSVar1 != (SHELL_VAR *)0x0) {\n posixly_correct = (int)(pSVar1->value != (char *)0x0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}\n\n" comment comment (function_definition "void sv_strict_posix(char *name)\n\n{\n SHELL_VAR *pSVar1;\n \n pSVar1 = find_variable(name);\n posixly_correct = 0;\n if (pSVar1 != (SHELL_VAR *)0x0) {\n posixly_correct = (int)(pSVar1->value != (char *)0x0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" primitive_type (function_declarator "sv_strict_posix(char *name)" identifier (parameter_list "(char *name)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n SHELL_VAR *pSVar1;\n \n pSVar1 = find_variable(name);\n posixly_correct = 0;\n if (pSVar1 != (SHELL_VAR *)0x0) {\n posixly_correct = (int)(pSVar1->value != (char *)0x0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" { (declaration "SHELL_VAR *pSVar1;" type_identifier (pointer_declarator "*pSVar1" * identifier) ;) (expression_statement "pSVar1 = find_variable(name);" (assignment_expression "pSVar1 = find_variable(name)" identifier = (call_expression "find_variable(name)" identifier (argument_list "(name)" ( identifier )))) ;) (expression_statement "posixly_correct = 0;" (assignment_expression "posixly_correct = 0" identifier = number_literal) ;) (if_statement "if (pSVar1 != (SHELL_VAR *)0x0) {\n posixly_correct = (int)(pSVar1->value != (char *)0x0);\n }" if (parenthesized_expression "(pSVar1 != (SHELL_VAR *)0x0)" ( (binary_expression "pSVar1 != (SHELL_VAR *)0x0" identifier != (cast_expression "(SHELL_VAR *)0x0" ( (type_descriptor "SHELL_VAR *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n posixly_correct = (int)(pSVar1->value != (char *)0x0);\n }" { (expression_statement "posixly_correct = (int)(pSVar1->value != (char *)0x0);" (assignment_expression "posixly_correct = (int)(pSVar1->value != (char *)0x0)" identifier = (cast_expression "(int)(pSVar1->value != (char *)0x0)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(pSVar1->value != (char *)0x0)" ( (binary_expression "pSVar1->value != (char *)0x0" (field_expression "pSVar1->value" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )))) ;) })) (expression_statement "posix_initialize(posixly_correct);" (call_expression "posix_initialize(posixly_correct)" identifier (argument_list "(posixly_correct)" ( identifier ))) ;) (if_statement "if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }" if (parenthesized_expression "(interactive_shell != 0)" ( (binary_expression "interactive_shell != 0" identifier != number_literal) )) (compound_statement "{\n posix_readline_initialize(posixly_correct);\n }" { (expression_statement "posix_readline_initialize(posixly_correct);" (call_expression "posix_readline_initialize(posixly_correct)" identifier (argument_list "(posixly_correct)" ( identifier ))) ;) })) (expression_statement "set_shellopts();" (call_expression "set_shellopts()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void sv_strict_posix(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}\n\n" (function_definition "void sv_strict_posix(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" primitive_type (function_declarator "sv_strict_posix(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = find_variable(param_1);" (assignment_expression "iVar1 = find_variable(param_1)" identifier = (call_expression "find_variable(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "posixly_correct = 0;" (assignment_expression "posixly_correct = 0" identifier = number_literal) ;) (if_statement "if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }" { (expression_statement "posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);" (assignment_expression "posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0)" identifier = (call_expression "(uint)(*(int *)(iVar1 + 4) != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(*(int *)(iVar1 + 4) != 0)" ( (binary_expression "*(int *)(iVar1 + 4) != 0" (pointer_expression "*(int *)(iVar1 + 4)" * (cast_expression "(int *)(iVar1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + 4)" ( (binary_expression "iVar1 + 4" identifier + number_literal) )))) != number_literal) )))) ;) })) (expression_statement "posix_initialize(posixly_correct);" (call_expression "posix_initialize(posixly_correct)" identifier (argument_list "(posixly_correct)" ( identifier ))) ;) (if_statement "if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }" if (parenthesized_expression "(interactive_shell != 0)" ( (binary_expression "interactive_shell != 0" identifier != number_literal) )) (compound_statement "{\n posix_readline_initialize(posixly_correct);\n }" { (expression_statement "posix_readline_initialize(posixly_correct);" (call_expression "posix_readline_initialize(posixly_correct)" identifier (argument_list "(posixly_correct)" ( identifier ))) ;) })) (expression_statement "set_shellopts();" (call_expression "set_shellopts()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void sv_strict_posix(undefined4 param_1)\n\n{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" (primitive_type "void") (function_declarator "sv_strict_posix(undefined4 param_1)" (identifier "sv_strict_posix") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = find_variable(param_1);\n posixly_correct = 0;\n if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }\n posix_initialize(posixly_correct);\n if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }\n set_shellopts();\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = find_variable(param_1);" (assignment_expression "iVar1 = find_variable(param_1)" (identifier "iVar1") (= "=") (call_expression "find_variable(param_1)" (identifier "find_variable") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "posixly_correct = 0;" (assignment_expression "posixly_correct = 0" (identifier "posixly_correct") (= "=") (number_literal "0")) (; ";")) (if_statement "if (iVar1 != 0) {\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);\n }" ({ "{") (expression_statement "posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);" (assignment_expression "posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0)" (identifier "posixly_correct") (= "=") (call_expression "(uint)(*(int *)(iVar1 + 4) != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(*(int *)(iVar1 + 4) != 0)" (( "(") (binary_expression "*(int *)(iVar1 + 4) != 0" (pointer_expression "*(int *)(iVar1 + 4)" (* "*") (cast_expression "(int *)(iVar1 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + 4)" (( "(") (binary_expression "iVar1 + 4" (identifier "iVar1") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (number_literal "0")) () ")")))) (; ";")) (} "}"))) (expression_statement "posix_initialize(posixly_correct);" (call_expression "posix_initialize(posixly_correct)" (identifier "posix_initialize") (argument_list "(posixly_correct)" (( "(") (identifier "posixly_correct") () ")"))) (; ";")) (if_statement "if (interactive_shell != 0) {\n posix_readline_initialize(posixly_correct);\n }" (if "if") (parenthesized_expression "(interactive_shell != 0)" (( "(") (binary_expression "interactive_shell != 0" (identifier "interactive_shell") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n posix_readline_initialize(posixly_correct);\n }" ({ "{") (expression_statement "posix_readline_initialize(posixly_correct);" (call_expression "posix_readline_initialize(posixly_correct)" (identifier "posix_readline_initialize") (argument_list "(posixly_correct)" (( "(") (identifier "posixly_correct") () ")"))) (; ";")) (} "}"))) (expression_statement "set_shellopts();" (call_expression "set_shellopts()" (identifier "set_shellopts") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(char *name)
{
type_1 *var_2;
var_2 = var_1(name);
posixly_correct = 0;
if (var_2 != (type_1 *)0x0) {
posixly_correct = (int)(var_2->value != (char *)0x0);
}
var_3(posixly_correct);
if (var_4 != 0) {
var_5(posixly_correct);
}
var_6();
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
int iVar1;
iVar1 = find_variable(param_1);
posixly_correct = 0;
if (iVar1 != 0) {
posixly_correct = (uint)(*(int *)(iVar1 + 4) != 0);
}
posix_initialize(posixly_correct);
if (interactive_shell != 0) {
posix_readline_initialize(posixly_correct);
}
set_shellopts();
return;
}
|
8045_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
ctype
|
FUN_001c67d0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ctype<wchar_t>::ctype(__locale_struct*, unsigned int) */
void __thiscall
std::ctype<wchar_t>::ctype(ctype<wchar_t> *this,__locale_struct *param_1,uint param_2)
{
undefined4 uVar1;
*(uint *)(this + 4) = (uint)(param_2 != 0);
*(undefined ***)this = &PTR__ctype_0030066c;
uVar1 = locale::facet::_S_clone_c_locale(¶m_1);
this[0xc] = (ctype<wchar_t>)0x0;
*(undefined4 *)(this + 8) = uVar1;
_M_initialize_ctype(this);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)
{
undefined4 uVar1;
param_1[1] = (uint)(param_3 != 0);
*param_1 = &PTR_FUN_0030066c;
uVar1 = FUN_001c8ca0(¶m_2);
*(undefined1 *)(param_1 + 3) = 0;
param_1[2] = uVar1;
FUN_001bb260(param_1);
return;
}
|
PUSH ESI
XOR EAX,EAX
PUSH EBX
CALL 0x00032730
ADD EBX,0x13b827
SUB ESP,0x10
MOV EDX,dword ptr [ESP + 0x24]
MOV ESI,dword ptr [ESP + 0x1c]
TEST EDX,EDX
SETNZ AL
MOV dword ptr [ESI + 0x4],EAX
LEA EAX,[EBX + 0xffffe664]
ADD EAX,0x8
MOV dword ptr [ESI],EAX
LEA EAX,[ESP + 0x20]
PUSH EAX
CALL 0x001c8ca0
MOV byte ptr [ESI + 0xc],0x0
MOV dword ptr [ESI + 0x8],EAX
MOV dword ptr [ESP],ESI
CALL 0x001bb260
ADD ESP,0x14
POP EBX
POP ESI
RET
| null | null | null | null |
[('tmp_306', u'CALL_-1207736209'), ('const-417', u'STORE_-1207736254'), ('tmp_306', u'CAST_-1207736066'), ('const-12', u'PTRADD_-1207736171'), (u'CALL_-1207736209', u'INDIRECT_-1207736085'), ('tmp_308', u'INT_NOTEQUAL_-1207736284'), ('const-8', u'PTRADD_-1207736164'), (u'PTRADD_-1207736164', u'CAST_-1207736049'), (u'PTRSUB_-1207736064', u'CALL_-1207736235'), ('tmp_306', u'PTRADD_-1207736219'), (u'CALL_-1207736235', u'INDIRECT_-1207736107'), (u'INT_NOTEQUAL_-1207736284', u'INT_ZEXT_-1207736205'), (u'INT_ZEXT_-1207736205', u'STORE_-1207736279'), (u'PTRADD_-1207736219', u'CAST_-1207736079'), ('const-3147372', u'PTRSUB_-1207736067'), ('tmp_306', u'PTRADD_-1207736164'), ('const-417', u'STORE_-1207736231'), ('const-417', u'STORE_-1207736279'), ('const-4', u'PTRADD_-1207736219'), ('const-8', u'PTRSUB_-1207736064'), ('const-1', u'PTRADD_-1207736164'), (u'CALL_-1207736209', u'INDIRECT_-1207736091'), ('const-0', u'PTRSUB_-1207736067'), ('const-0', u'INT_NOTEQUAL_-1207736284'), ('const-1', u'PTRADD_-1207736219'), (u'CALL_-1207736235', u'INDIRECT_-1207736101'), (u'PTRADD_-1207736171', u'STORE_-1207736231'), (u'CAST_-1207736066', u'STORE_-1207736254'), ('const-0', u'STORE_-1207736231'), ('const-1', u'PTRADD_-1207736171'), ('const-0', u'RETURN_-1207736176'), (u'CAST_-1207736049', u'STORE_-1207736224'), (u'PTRSUB_-1207736067', u'STORE_-1207736254'), ('tmp_380', u'PTRSUB_-1207736064'), (u'CAST_-1207736079', u'STORE_-1207736279'), ('tmp_306', u'PTRADD_-1207736171'), ('const-417', u'STORE_-1207736224'), (u'CALL_-1207736235', u'STORE_-1207736224')]
|
[('const-0', u'PTRSUB_-1207736073'), ('const-8', u'PTRSUB_-1207736069'), (u'CAST_-1207736058', u'STORE_-1207736231'), (u'PTRADD_-1207736085', u'STORE_-1207736279'), (u'CALL_-1207736235', u'INDIRECT_-1207736107'), (u'INT_NOTEQUAL_-1207736284', u'INT_ZEXT_-1207736205'), (u'INT_ZEXT_-1207736205', u'STORE_-1207736279'), ('tmp_377', u'PTRSUB_-1207736069'), ('tmp_588', u'STORE_-1207736254'), ('tmp_588', u'CALL_-1207736209'), ('const-417', u'STORE_-1207736231'), ('const-0', u'STORE_-1207736231'), ('const-4', u'PTRADD_-1207736054'), ('const-417', u'STORE_-1207736254'), (u'PTRADD_-1207736054', u'STORE_-1207736224'), ('const-1', u'PTRADD_-1207736085'), ('tmp_587', u'INT_NOTEQUAL_-1207736284'), (u'PTRSUB_-1207736069', u'CALL_-1207736235'), ('const-417', u'STORE_-1207736279'), ('const-3', u'PTRADD_-1207736059'), (u'PTRADD_-1207736059', u'CAST_-1207736058'), (u'CALL_-1207736209', u'INDIRECT_-1207736091'), ('const-0', u'INT_NOTEQUAL_-1207736284'), (u'PTRSUB_-1207736073', u'STORE_-1207736254'), ('const-3147372', u'PTRSUB_-1207736073'), ('const-4', u'PTRADD_-1207736085'), ('tmp_588', u'PTRADD_-1207736054'), ('const-0', u'RETURN_-1207736176'), ('tmp_588', u'PTRADD_-1207736059'), ('const-2', u'PTRADD_-1207736054'), ('tmp_588', u'PTRADD_-1207736085'), ('const-4', u'PTRADD_-1207736059'), ('const-417', u'STORE_-1207736224'), (u'CALL_-1207736235', u'STORE_-1207736224')]
| null | null |
001c67d0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "param_1[1] = (uint)(param_3 != 0);" (assignment_expression "param_1[1] = (uint)(param_3 != 0)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_0030066c;" (assignment_expression "*param_1 = &PTR_FUN_0030066c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0030066c" & identifier)) ;) (expression_statement "uVar1 = FUN_001c8ca0(¶m_2);" (assignment_expression "uVar1 = FUN_001c8ca0(¶m_2)" identifier = (call_expression "FUN_001c8ca0(¶m_2)" identifier (argument_list "(¶m_2)" ( (pointer_expression "¶m_2" & identifier) )))) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 0" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = uVar1;" (assignment_expression "param_1[2] = uVar1" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_001bb260(param_1);" (call_expression "FUN_001bb260(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* std::ctype<wchar_t>::ctype(__locale_struct*, unsigned int) */\n\nvoid __thiscall\nstd::ctype<wchar_t>::ctype(ctype<wchar_t> *this,__locale_struct *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n \n *(uint *)(this + 4) = (uint)(param_2 != 0);\n *(undefined ***)this = &PTR__ctype_0030066c;\n uVar1 = locale::facet::_S_clone_c_locale(¶m_1);\n this[0xc] = (ctype<wchar_t>)0x0;\n *(undefined4 *)(this + 8) = uVar1;\n _M_initialize_ctype(this);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\nstd::ctype<wchar_t>::ctype(ctype<wchar_t> *this,__locale_struct *param_1,uint param_2)\n\n{\n undefined4 uVar1;\n \n *(uint *)(this + 4) = (uint)(param_2 != 0);\n *(undefined ***)this = &PTR__ctype_0030066c;\n uVar1 = locale::facet::_S_clone_c_locale(¶m_1);\n this[0xc] = (ctype<wchar_t>)0x0;\n *(undefined4 *)(this + 8) = uVar1;\n _M_initialize_ctype(this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::ctype<wchar_t>::" identifier : : identifier < identifier > : :) (function_declarator "ctype(ctype<wchar_t> *this,__locale_struct *param_1,uint param_2)" identifier (parameter_list "(ctype<wchar_t> *this,__locale_struct *param_1,uint param_2)" ( (parameter_declaration "ctype<wchar_t> *this" type_identifier (ERROR "<wchar_t>" < identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "__locale_struct *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n *(uint *)(this + 4) = (uint)(param_2 != 0);\n *(undefined ***)this = &PTR__ctype_0030066c;\n uVar1 = locale::facet::_S_clone_c_locale(¶m_1);\n this[0xc] = (ctype<wchar_t>)0x0;\n *(undefined4 *)(this + 8) = uVar1;\n _M_initialize_ctype(this);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "*(uint *)(this + 4) = (uint)(param_2 != 0);" (assignment_expression "*(uint *)(this + 4) = (uint)(param_2 != 0)" (pointer_expression "*(uint *)(this + 4)" * (cast_expression "(uint *)(this + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = (call_expression "(uint)(param_2 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )))) ;) (expression_statement "*(undefined ***)this = &PTR__ctype_0030066c;" (assignment_expression "*(undefined ***)this = &PTR__ctype_0030066c" (pointer_expression "*(undefined ***)this" * (cast_expression "(undefined ***)this" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR__ctype_0030066c" & identifier)) ;) (ERROR "uVar1 = locale::" (assignment_expression "uVar1 = locale" identifier = identifier) : :) (labeled_statement "facet::_S_clone_c_locale(¶m_1);" statement_identifier : (ERROR ":" :) (expression_statement "_S_clone_c_locale(¶m_1);" (call_expression "_S_clone_c_locale(¶m_1)" identifier (argument_list "(¶m_1)" ( (pointer_expression "¶m_1" & identifier) ))) ;)) (expression_statement "this[0xc] = (ctype<wchar_t>)0x0;" (assignment_expression "this[0xc] = (ctype<wchar_t>)0x0" (subscript_expression "this[0xc]" identifier [ number_literal ]) = (parenthesized_expression "(ctype<wchar_t>)0x0" ( (binary_expression "ctype<wchar_t>)0x0" (binary_expression "ctype<wchar_t" identifier < identifier) > (ERROR ")" )) number_literal) ))) ;) (expression_statement "*(undefined4 *)(this + 8) = uVar1;" (assignment_expression "*(undefined4 *)(this + 8) = uVar1" (pointer_expression "*(undefined4 *)(this + 8)" * (cast_expression "(undefined4 *)(this + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = identifier) ;) (expression_statement "_M_initialize_ctype(this);" (call_expression "_M_initialize_ctype(this)" identifier (argument_list "(this)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}\n\n" (function_definition "void FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "param_1[1] = (uint)(param_3 != 0);" (assignment_expression "param_1[1] = (uint)(param_3 != 0)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(param_3 != 0)" ( (binary_expression "param_3 != 0" identifier != number_literal) )))) ;) (expression_statement "*param_1 = &PTR_FUN_0030066c;" (assignment_expression "*param_1 = &PTR_FUN_0030066c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0030066c" & identifier)) ;) (expression_statement "uVar1 = FUN_001c8ca0(¶m_2);" (assignment_expression "uVar1 = FUN_001c8ca0(¶m_2)" identifier = (call_expression "FUN_001c8ca0(¶m_2)" identifier (argument_list "(¶m_2)" ( (pointer_expression "¶m_2" & identifier) )))) ;) (expression_statement "*(undefined1 *)(param_1 + 3) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 0" (pointer_expression "*(undefined1 *)(param_1 + 3)" * (cast_expression "(undefined1 *)(param_1 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 3)" ( (binary_expression "param_1 + 3" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[2] = uVar1;" (assignment_expression "param_1[2] = uVar1" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_001bb260(param_1);" (call_expression "FUN_001bb260(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT != LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)\n\n{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001c67d0(undefined4 *param_1,undefined4 param_2,int param_3)" (identifier "FUN_001c67d0") (parameter_list "(undefined4 *param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n param_1[1] = (uint)(param_3 != 0);\n *param_1 = &PTR_FUN_0030066c;\n uVar1 = FUN_001c8ca0(¶m_2);\n *(undefined1 *)(param_1 + 3) = 0;\n param_1[2] = uVar1;\n FUN_001bb260(param_1);\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "param_1[1] = (uint)(param_3 != 0);" (assignment_expression "param_1[1] = (uint)(param_3 != 0)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (call_expression "(uint)(param_3 != 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(param_3 != 0)" (( "(") (binary_expression "param_3 != 0" (identifier "param_3") (!= "!=") (number_literal "0")) () ")")))) (; ";")) (expression_statement "*param_1 = &PTR_FUN_0030066c;" (assignment_expression "*param_1 = &PTR_FUN_0030066c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0030066c" (& "&") (identifier "PTR_FUN_0030066c"))) (; ";")) (expression_statement "uVar1 = FUN_001c8ca0(¶m_2);" (assignment_expression "uVar1 = FUN_001c8ca0(¶m_2)" (identifier "uVar1") (= "=") (call_expression "FUN_001c8ca0(¶m_2)" (identifier "FUN_001c8ca0") (argument_list "(¶m_2)" (( "(") (pointer_expression "¶m_2" (& "&") (identifier "param_2")) () ")")))) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 3) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 3) = 0" (pointer_expression "*(undefined1 *)(param_1 + 3)" (* "*") (cast_expression "(undefined1 *)(param_1 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 3)" (( "(") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[2] = uVar1;" (assignment_expression "param_1[2] = uVar1" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "FUN_001bb260(param_1);" (call_expression "FUN_001bb260(param_1)" (identifier "FUN_001bb260") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* std::ctype<wchar_t>::ctype(__locale_struct*, unsigned int) */
void __thiscall
std::function_1<var_4>::function_1(function_1<var_4> *var_1,type_1 *param_1,type_2 var_2)
{
type_3 uVar1;
*(type_2 *)(var_1 + 4) = (type_2)(var_2 != 0);
*(type_4 ***)var_1 = &PTR__ctype_0030066c;
uVar1 = locale::facet::var_3(¶m_1);
var_1[0xc] = (function_1<var_4>)0x0;
*(type_3 *)(var_1 + 8) = uVar1;
var_5(var_1);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 param_2,int param_3)
{
undefined4 uVar1;
param_1[1] = (uint)(param_3 != 0);
*param_1 = &PTR_FUN_0030066c;
uVar1 = FUN_001c8ca0(¶m_2);
*(undefined1 *)(param_1 + 3) = 0;
param_1[2] = uVar1;
FUN_001bb260(param_1);
return;
}
|
1050_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
~Struct_nodump
|
FUN_00037410
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_nodump(Struct_nodump * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_nodump::~Struct_nodump(Struct_nodump *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00332e60;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00037410(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00332e60;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001ac470((undefined4 *)param_1[1]);
}
return;
}
|
PUSH EBX
CALL 0x00035680
ADD EBX,0x307bea
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff3e60]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x00037442
SUB ESP,0xc
PUSH EDX
CALL 0x001ac470
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET
| null | null | null | null |
[('const-417', u'STORE_-1206094761'), ('const-0', u'PTRSUB_-1206094586'), ('const-4', u'PTRSUB_-1206094587'), ('const-0', u'PTRSUB_-1206094591'), ('const-3354208', u'PTRSUB_-1206094594'), ('const-0', u'RETURN_-1206094674'), (u'PTRSUB_-1206094594', u'CAST_-1206094584'), (u'PTRSUB_-1206094586', u'PTRSUB_-1206094582'), (u'PTRSUB_-1206094580', u'LOAD_-1206094757'), (u'CAST_-1206094584', u'STORE_-1206094761'), ('const-417', u'LOAD_-1206094757'), ('tmp_151', u'CBRANCH_-1206094737'), ('const-4', u'PTRSUB_-1206094602'), ('const-0', u'PTRSUB_-1206094586'), (u'PTRSUB_-1206094587', u'PTRSUB_-1206094586'), ('tmp_276', u'PTRSUB_-1206094587'), ('const-0', u'PTRSUB_-1206094580'), ('const-0', u'PTRSUB_-1206094594'), ('const-8', u'PTRSUB_-1206094593'), (u'INT_NOTEQUAL_-1206094737', u'CBRANCH_-1206094737'), (u'PTRSUB_-1206094593', u'INT_NOTEQUAL_-1206094737'), ('const-0', u'PTRSUB_-1206094582'), ('const-0', u'PTRSUB_-1206094597'), ('tmp_276', u'PTRSUB_-1206094591'), (u'PTRSUB_-1206094591', u'PTRSUB_-1206094586'), (u'CAST_-1206094577', u'INT_NOTEQUAL_-1206094737'), ('tmp_276', u'PTRSUB_-1206094602'), (u'LOAD_-1206094757', u'CAST_-1206094577'), (u'PTRSUB_-1206094597', u'PTRSUB_-1206094593'), (u'PTRSUB_-1206094586', u'STORE_-1206094761'), (u'LOAD_-1206094757', u'CALL_-1206094714'), (u'PTRSUB_-1206094602', u'PTRSUB_-1206094597'), (u'PTRSUB_-1206094582', u'PTRSUB_-1206094580')]
|
[('const-417', u'LOAD_-1206094757'), (u'PTRADD_-1206094592', u'LOAD_-1206094757'), (u'INT_NOTEQUAL_-1206094737', u'CBRANCH_-1206094737'), (u'CAST_-1206094592', u'CALL_-1206094714'), ('const-4', u'PTRADD_-1206094605'), ('const-1', u'PTRADD_-1206094592'), ('const-0', u'RETURN_-1206094674'), ('tmp_439', u'PTRADD_-1206094605'), ('const-3354208', u'PTRSUB_-1206094596'), ('const-3', u'PTRADD_-1206094605'), (u'CAST_-1206094592', u'INT_NOTEQUAL_-1206094737'), ('const-417', u'STORE_-1206094761'), ('tmp_151', u'CBRANCH_-1206094737'), ('tmp_439', u'STORE_-1206094761'), (u'LOAD_-1206094757', u'CAST_-1206094592'), (u'PTRSUB_-1206094596', u'STORE_-1206094761'), ('const-4', u'PTRADD_-1206094592'), ('const-0', u'PTRSUB_-1206094596'), ('tmp_439', u'PTRADD_-1206094592'), (u'PTRADD_-1206094605', u'INT_NOTEQUAL_-1206094737')]
| null | null |
00037410
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00037410(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_00037410(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00037410(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00332e60;" (assignment_expression "*param_1 = &PTR_FUN_00332e60" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00332e60" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_001ac470((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_nodump(Struct_nodump * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_nodump::~Struct_nodump(Struct_nodump *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00332e60;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_nodump::~Struct_nodump(Struct_nodump *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00332e60;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_nodump::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_nodump(Struct_nodump *this,int __in_chrg)" identifier (parameter_list "(Struct_nodump *this,int __in_chrg)" ( (parameter_declaration "Struct_nodump *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00332e60;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00332e60;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00332e60" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00332e60" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00332e60" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00037410(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_00037410(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_00037410(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00332e60;" (assignment_expression "*param_1 = &PTR_FUN_00332e60" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00332e60" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_001ac470((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
|
(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_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_00037410(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00037410(undefined4 *param_1)" (identifier "FUN_00037410") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00332e60;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00332e60;" (assignment_expression "*param_1 = &PTR_FUN_00332e60" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00332e60" (& "&") (identifier "PTR_FUN_00332e60"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001ac470((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_001ac470((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001ac470((undefined4 *)param_1[1]);" (call_expression "FUN_001ac470((undefined4 *)param_1[1])" (identifier "FUN_001ac470") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_nodump(Struct_nodump * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00332e60;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00332e60;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001ac470((undefined4 *)param_1[1]);
}
return;
}
|
2997_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
do_add_symbols
|
FUN_00097d00
|
/* 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 do_add_symbols(Sized_relobj_file<32,_false> * this, Symbol_table *
symtab, Read_symbols_data * sd, Layout * param_3) */
void __thiscall
gold::Sized_relobj_file<32,_false>::do_add_symbols
(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Read_symbols_data *sd,
Layout *param_3)
{
pointer ppSVar1;
pointer ppSVar2;
File_view *pFVar3;
char *format;
int iVar4;
uint uVar5;
uint uVar6;
size_type in_stack_ffffffb8;
pFVar3 = sd->symbols;
if (pFVar3 == (File_view *)0x0) {
if (sd->symbol_names != (File_view *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");
}
}
else {
iVar4 = sd->external_symbols_offset;
uVar5 = sd->symbols_size - iVar4;
if ((uVar5 & 0xf) != 0) {
format = (char *)gettext("size of symbols is not multiple of symbol size");
Object::error((Object *)this,format);
return;
}
uVar5 = uVar5 >> 4;
ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.
_M_impl._M_start;
ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.
_M_impl._M_finish;
uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2;
if (uVar6 < uVar5) {
in_stack_ffffffb8 = uVar5 - uVar6;
std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append
(&this->symbols_,in_stack_ffffffb8);
pFVar3 = sd->symbols;
iVar4 = sd->external_symbols_offset;
}
else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {
(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.
_M_finish = ppSVar1;
}
Symbol_table::add_from_relobj<32,_false>
(symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,
(char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,
&this->defined_count_);
pFVar3 = sd->symbols;
if (pFVar3 != (File_view *)0x0) {
File_view::~File_view(pFVar3,in_stack_ffffffb8);
in_stack_ffffffb8 = 0xc;
operator_delete(pFVar3,0xc);
}
pFVar3 = sd->symbol_names;
sd->symbols = (File_view *)0x0;
if (pFVar3 != (File_view *)0x0) {
File_view::~File_view(pFVar3,in_stack_ffffffb8);
operator_delete(pFVar3,0xc);
}
sd->symbol_names = (File_view *)0x0;
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00097d00(int param_1,undefined4 param_2,int param_3)
{
int iVar1;
int iVar2;
int iVar3;
uint uVar4;
uint uVar5;
iVar2 = *(int *)(param_3 + 0xc);
if (iVar2 == 0) {
if (*(int *)(param_3 + 0x18) != 0) {
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));
}
}
else {
iVar3 = *(int *)(param_3 + 0x14);
uVar4 = *(int *)(param_3 + 0x10) - iVar3;
if ((uVar4 & 0xf) != 0) {
gettext("size of symbols is not multiple of symbol size");
FUN_00091980();
return;
}
uVar4 = uVar4 >> 4;
uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;
if (uVar5 < uVar4) {
FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);
iVar2 = *(int *)(param_3 + 0xc);
iVar3 = *(int *)(param_3 + 0x14);
}
else if ((uVar4 < uVar5) &&
(iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {
*(int *)(param_1 + 0xc0) = iVar1;
}
FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),
*(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),
param_1 + 0xbc,param_1 + 200);
iVar2 = *(int *)(param_3 + 0xc);
if (iVar2 != 0) {
FUN_0005cea0(iVar2);
FUN_00180780(iVar2,0xc);
}
iVar2 = *(int *)(param_3 + 0x18);
*(undefined4 *)(param_3 + 0xc) = 0;
if (iVar2 != 0) {
FUN_0005cea0(iVar2);
FUN_00180780(iVar2,0xc);
}
*(undefined4 *)(param_3 + 0x18) = 0;
}
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00032730
ADD EBX,0x26a2f7
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x44]
MOV ESI,dword ptr [ESP + 0x48]
MOV EDI,dword ptr [ESP + 0x40]
MOV dword ptr [ESP + 0xc],EAX
MOV EAX,dword ptr [ESI + 0xc]
TEST EAX,EAX
JZ 0x00097e38
MOV ECX,dword ptr [ESI + 0x14]
MOV EDX,dword ptr [ESI + 0x10]
SUB EDX,ECX
TEST DL,0xf
JNZ 0x00097e10
SHR EDX,0x4
MOV dword ptr [ESP + 0x10],EDX
LEA EDX,[EDI + 0xbc]
MOV dword ptr [ESP + 0x14],EDX
MOV EDX,dword ptr [EDI + 0xbc]
MOV EBP,EDX
MOV dword ptr [ESP + 0x18],EDX
MOV EDX,dword ptr [EDI + 0xc0]
MOV dword ptr [ESP + 0x1c],EDX
SUB EDX,EBP
SAR EDX,0x2
CMP dword ptr [ESP + 0x10],EDX
JA 0x00097e60
JNC 0x00097d8d
MOV EDX,dword ptr [ESP + 0x18]
MOV EBP,dword ptr [ESP + 0x10]
LEA EDX,[EDX + EBP*0x4]
CMP dword ptr [ESP + 0x1c],EDX
JZ 0x00097d8d
MOV dword ptr [EDI + 0xc0],EDX
SUB ESP,0xc
LEA EDX,[EDI + 0xc8]
PUSH EDX
PUSH dword ptr [ESP + 0x24]
PUSH dword ptr [ESI + 0x1c]
MOV EDX,dword ptr [ESI + 0x18]
PUSH dword ptr [EDX + 0x8]
PUSH dword ptr [EDI + 0xb0]
PUSH dword ptr [ESP + 0x30]
ADD ECX,dword ptr [EAX + 0x8]
PUSH ECX
PUSH EDI
PUSH dword ptr [ESP + 0x38]
CALL 0x0012dd00
MOV EDI,dword ptr [ESI + 0xc]
ADD ESP,0x30
TEST EDI,EDI
JZ 0x00097ddc
SUB ESP,0xc
PUSH EDI
CALL 0x0005cea0
POP ECX
POP EBP
PUSH 0xc
PUSH EDI
CALL 0x00180780
ADD ESP,0x10
MOV EDI,dword ptr [ESI + 0x18]
MOV dword ptr [ESI + 0xc],0x0
TEST EDI,EDI
JZ 0x00097e00
SUB ESP,0xc
PUSH EDI
CALL 0x0005cea0
POP EAX
POP EDX
PUSH 0xc
PUSH EDI
CALL 0x00180780
ADD ESP,0x10
MOV dword ptr [ESI + 0x18],0x0
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0xc
LEA EAX,[EBX + 0xfff22b04]
PUSH EAX
CALL 0x000263b0
MOV dword ptr [ESP + 0x50],EDI
MOV dword ptr [ESP + 0x54],EAX
ADD ESP,0x3c
POP EBX
POP ESI
POP EDI
POP EBP
JMP 0x00091980
MOV EAX,dword ptr [ESI + 0x18]
TEST EAX,EAX
JZ 0x00097e07
PUSH EAX
LEA EAX,[EBX + 0xfff23584]
PUSH EAX
LEA EAX,[EBX + 0xfff228b8]
PUSH 0x826
PUSH EAX
CALL 0x0005f0b0
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x18]
SUB EAX,EDX
PUSH EAX
PUSH dword ptr [ESP + 0x20]
CALL 0x00071120
MOV EAX,dword ptr [ESI + 0xc]
MOV ECX,dword ptr [ESI + 0x14]
ADD ESP,0x10
JMP 0x00097d8d
| null | null | null | null |
[('const-20', u'PTRSUB_-1206484016'), ('const-417', u'LOAD_-1206485356'), (u'INT_NOTEQUAL_-1206485618', u'CBRANCH_-1206485616'), (u'PTRSUB_-1206484340', u'CALL_-1206484909'), (u'LOAD_-1206485530', u'CAST_-1206484275'), (u'LOAD_-1206485654', u'INT_SUB_-1206485623'), ('const-417', u'STORE_-1206485083'), ('tmp_1608', u'PTRSUB_-1206484258'), ('tmp_1608', u'PTRSUB_-1206484329'), (u'PTRADD_-1206485246', u'CALL_-1206485275'), (u'LOAD_-1206485530', u'INT_NOTEQUAL_-1206485401'), (u'PTRSUB_-1206484242', u'STORE_-1206485396'), ('tmp_156', u'CBRANCH_-1206485659'), (u'PTRSUB_-1206484246', u'PTRSUB_-1206484242'), (u'INDIRECT_-1206484225', u'MULTIEQUAL_-1206484442'), (u'LOAD_-1206485348', u'PTRSUB_-1206484238'), ('const-0', u'PTRSUB_-1206484246'), ('tmp_1353', u'BRANCH_-1206484882'), (u'INT_RIGHT_-1206485582', u'CALL_-1206485275'), ('const-12', u'PTRSUB_-1206484020'), (u'INDIRECT_-1206484407', u'MULTIEQUAL_-1206484364'), (u'PTRSUB_-1206484378', u'LOAD_-1206485678'), (u'INT_SRIGHT_-1206485473', u'INT_LESS_-1206485451'), (u'INT_RIGHT_-1206485582', u'PTRADD_-1206484253'), (u'INT_SUB_-1206485623', u'INT_AND_-1206484797'), (u'MULTIEQUAL_-1206484797', u'PTRADD_-1206485246'), ('const-24', u'PTRSUB_-1206484080'), (u'INT_SUB_-1206485495', u'INT_SRIGHT_-1206485473'), ('tmp_1610', u'PTRSUB_-1206484246'), (u'INDIRECT_-1206484376', u'MULTIEQUAL_-1206484364'), ('const-12', u'COPY_-1206485207'), (u'LOAD_-1206485648', u'INT_SUB_-1206485623'), (u'PTRSUB_-1206484208', u'LOAD_-1206485273'), ('const-28', u'PTRSUB_-1206484246'), ('const-417', u'LOAD_-1206485310'), ('tmp_1610', u'PTRSUB_-1206484016'), (u'INT_LESS_-1206485438', u'CBRANCH_-1206485446'), (u'LOAD_-1206485273', u'CALL_-1206485219'), ('tmp_1610', u'PTRSUB_-1206484080'), ('const-0', u'PTRSUB_-1206484292'), (u'INT_NOTEQUAL_-1206484881', u'CBRANCH_-1206484881'), ('tmp_872', u'CBRANCH_-1206485242'), ('const-417', u'LOAD_-1206485273'), (u'PTRSUB_-1206484328', u'PTRSUB_-1206484310'), ('const-417', u'LOAD_-1206484907'), ('const-417', u'LOAD_-1206485549'), ('const-24', u'PTRSUB_-1206484242'), (u'PTRSUB_-1206484269', u'PTRSUB_-1206484251'), ('const-0', u'STORE_-1206485170'), (u'PTRSUB_-1206484238', u'LOAD_-1206485342'), (u'CAST_-1206484096', u'CALL_-1206484908'), ('tmp_1608', u'PTRSUB_-1206484340'), ('const-417', u'LOAD_-1206484900'), (u'INT_RIGHT_-1206485582', u'INT_SUB_-1206484920'), ('tmp_4191', u'MULTIEQUAL_-1206484442'), (u'INT_NOTEQUAL_-1206485149', u'CBRANCH_-1206485149'), (u'LOAD_-1206485334', u'CALL_-1206485275'), ('const-4', u'INT_RIGHT_-1206485582'), (u'CAST_-1206484191', u'CALL_-1206485275'), ('const-2246840', u'COPY_-1206484141'), (u'INDIRECT_-1206484407', u'CALL_-1206485219'), (u'INT_LESS_-1206485451', u'CBRANCH_-1206485438'), (u'LOAD_-1206485178', u'INT_NOTEQUAL_-1206485149'), ('const-188', u'PTRSUB_-1206484329'), ('const-417', u'LOAD_-1206484901'), (u'PTRSUB_-1206484329', u'PTRSUB_-1206484328'), ('const-16', u'PTRSUB_-1206484362'), ('tmp_611', u'CBRANCH_-1206485399'), (u'CALL_-1206484960', u'CAST_-1206484096'), ('tmp_1608', u'PTRSUB_-1206484315'), (u'PTRSUB_-1206484171', u'STORE_-1206485170'), ('const-2', u'INT_SRIGHT_-1206485473'), (u'PTRSUB_-1206484315', u'PTRSUB_-1206484297'), (u'PTRSUB_-1206484137', u'STORE_-1206485083'), (u'PTRSUB_-1206484020', u'LOAD_-1206484907'), ('const-417', u'LOAD_-1206485342'), ('tmp_1608', u'CALL_-1206485275'), (u'PTRSUB_-1206484340', u'CALL_-1206485275'), ('const-0', u'PTRSUB_-1206484297'), (u'COPY_-1206484139', u'CALL_-1206484838'), (u'PTRSUB_-1206484297', u'PTRSUB_-1206484292'), (u'CAST_-1206484274', u'INT_SUB_-1206485495'), (u'LOAD_-1206485273', u'INT_NOTEQUAL_-1206485242'), ('tmp_1610', u'PTRSUB_-1206484137'), ('const-0', u'RETURN_-1206485034'), ('const-188', u'PTRSUB_-1206484269'), ('tmp_1608', u'PTRSUB_-1206484269'), ('const-2250116', u'COPY_-1206484139'), ('const-417', u'STORE_-1206485396'), ('const-8', u'PTRSUB_-1206484223'), ('tmp_1610', u'PTRSUB_-1206484175'), ('const-417', u'LOAD_-1206485178'), ('tmp_1518', u'CBRANCH_-1206484881'), (u'INT_AND_-1206484797', u'INT_NOTEQUAL_-1206485618'), ('const-417', u'STORE_-1206485170'), ('const-12', u'CALL_-1206485192'), ('tmp_1610', u'PTRSUB_-1206484242'), (u'INT_SUB_-1206485623', u'INT_RIGHT_-1206485582'), ('const-417', u'LOAD_-1206485654'), (u'LOAD_-1206485654', u'MULTIEQUAL_-1206484797'), ('tmp_1608', u'CAST_-1206484075'), (u'INT_NOTEQUAL_-1206485242', u'CBRANCH_-1206485242'), (u'COPY_-1206484141', u'CALL_-1206484838'), (u'LOAD_-1206485310', u'PTRADD_-1206485246'), ('tmp_226', u'CBRANCH_-1206485616'), ('const-0', u'INT_EQUAL_-1206485660'), (u'LOAD_-1206485356', u'CALL_-1206485275'), ('const-1', u'PTRADD_-1206485246'), ('tmp_1610', u'PTRSUB_-1206484020'), (u'PTRSUB_-1206484310', u'PTRSUB_-1206484305'), ('const-0', u'PTRSUB_-1206484305'), (u'LOAD_-1206485549', u'PTRADD_-1206484253'), ('const-12', u'PTRSUB_-1206484171'), ('tmp_1610', u'PTRSUB_-1206484366'), ('tmp_1610', u'PTRSUB_-1206484171'), (u'LOAD_-1206485678', u'MULTIEQUAL_-1206484810'), (u'PTRSUB_-1206484288', u'LOAD_-1206485530'), ('const-200', u'PTRSUB_-1206484258'), (u'PTRSUB_-1206484251', u'PTRSUB_-1206484246'), (u'INT_SRIGHT_-1206485473', u'INT_SUB_-1206484920'), ('const-20', u'PTRSUB_-1206484366'), ('const-417', u'LOAD_-1206485530'), (u'LOAD_-1206484901', u'MULTIEQUAL_-1206484797'), ('tmp_1609', u'CALL_-1206485275'), (u'PTRSUB_-1206484366', u'LOAD_-1206485654'), (u'PTRSUB_-1206484175', u'LOAD_-1206485178'), (u'INT_NOTEQUAL_-1206485401', u'CBRANCH_-1206485399'), (u'LOAD_-1206484907', u'MULTIEQUAL_-1206484810'), (u'CALL_-1206485275', u'INDIRECT_-1206484407'), ('const-0', u'INT_NOTEQUAL_-1206484881'), ('const-0', u'INT_NOTEQUAL_-1206485618'), (u'PTRSUB_-1206484246', u'LOAD_-1206485356'), (u'INT_EQUAL_-1206485660', u'CBRANCH_-1206485659'), (u'LOAD_-1206485178', u'CALL_-1206485126'), (u'PTRADD_-1206484253', u'STORE_-1206485396'), ('const-0', u'PTRSUB_-1206484251'), ('const-1', u'RETURN_-1206484833'), ('tmp_547', u'CBRANCH_-1206485446'), ('const-0', u'INT_NOTEQUAL_-1206485242'), (u'INT_RIGHT_-1206485582', u'INT_LESS_-1206485438'), ('const-417', u'LOAD_-1206485678'), (u'PTRSUB_-1206484362', u'LOAD_-1206485648'), (u'LOAD_-1206485342', u'CAST_-1206484191'), ('const-0', u'INT_NOTEQUAL_-1206485149'), ('const-176', u'PTRSUB_-1206484234'), ('const-15', u'INT_AND_-1206484797'), (u'PTRSUB_-1206484258', u'CALL_-1206485275'), (u'CALL_-1206484909', u'INDIRECT_-1206484225'), (u'INT_SUB_-1206484920', u'CALL_-1206484909'), (u'PTRSUB_-1206484016', u'LOAD_-1206484901'), (u'LOAD_-1206485549', u'CAST_-1206484274'), (u'MULTIEQUAL_-1206484364', u'CALL_-1206485126'), (u'INT_RIGHT_-1206485582', u'INT_LESS_-1206485451'), (u'PTRSUB_-1206484305', u'LOAD_-1206485549'), ('tmp_1608', u'PTRSUB_-1206484234'), ('tmp_1026', u'CBRANCH_-1206485149'), ('const-0', u'PTRSUB_-1206484310'), (u'CAST_-1206484275', u'INT_SUB_-1206485495'), ('const-188', u'PTRSUB_-1206484340'), (u'LOAD_-1206485273', u'CALL_-1206485192'), ('const-24', u'PTRSUB_-1206484175'), ('const-12', u'CALL_-1206485099'), (u'LOAD_-1206485678', u'INT_EQUAL_-1206485660'), (u'INT_SRIGHT_-1206485473', u'INT_LESS_-1206485438'), ('const-417', u'LOAD_-1206485348'), ('const-2086', u'CALL_-1206484838'), ('const-0', u'STORE_-1206485083'), ('const-8', u'PTRSUB_-1206484238'), (u'CALL_-1206485192', u'INDIRECT_-1206484376'), (u'PTRSUB_-1206484080', u'LOAD_-1206484900'), ('const-24', u'PTRSUB_-1206484137'), (u'MULTIEQUAL_-1206484810', u'PTRSUB_-1206484223'), ('tmp_551', u'CBRANCH_-1206485438'), ('const-188', u'PTRSUB_-1206484315'), ('const-0', u'RETURN_-1206484904'), (u'PTRSUB_-1206484234', u'LOAD_-1206485334'), (u'CAST_-1206484075', u'CALL_-1206484908'), ('tmp_1610', u'PTRSUB_-1206484378'), ('const-12', u'PTRSUB_-1206484378'), ('const-417', u'LOAD_-1206485334'), ('tmp_1610', u'PTRSUB_-1206484362'), (u'COPY_-1206484197', u'CALL_-1206484960'), (u'PTRSUB_-1206484223', u'LOAD_-1206485310'), (u'PTRADD_-1206484253', u'INT_NOTEQUAL_-1206485401'), ('const-4', u'PTRSUB_-1206484242'), ('const-417', u'LOAD_-1206485648'), (u'PTRSUB_-1206484242', u'LOAD_-1206485348'), ('tmp_1610', u'PTRSUB_-1206484208'), ('const-0', u'PTRSUB_-1206484328'), (u'LOAD_-1206484900', u'INT_NOTEQUAL_-1206484881'), ('const-4', u'PTRSUB_-1206484288'), ('const-2247428', u'COPY_-1206484197'), ('const-4', u'PTRADD_-1206484253'), (u'PTRSUB_-1206484292', u'PTRSUB_-1206484288'), ('const-12', u'PTRSUB_-1206484208'), (u'LOAD_-1206485178', u'CALL_-1206485099')]
|
[(u'LOAD_-1206485273', u'INT_NOTEQUAL_-1206485242'), ('const-12', u'CALL_-1206485192'), ('tmp_4105', u'INT_ADD_-1206484884'), ('const-176', u'INT_ADD_-1206485318'), ('const-0', u'RETURN_-1206485034'), ('const-417', u'LOAD_-1206485654'), ('const-12', u'INT_ADD_-1206484891'), (u'INT_NOTEQUAL_-1206485618', u'CBRANCH_-1206485616'), (u'INT_ADD_-1206485638', u'CAST_-1206484414'), (u'LOAD_-1206485654', u'INT_SUB_-1206485623'), ('const-15', u'INT_AND_-1206484831'), (u'INT_ADD_-1206485406', u'STORE_-1206485396'), ('tmp_1518', u'CBRANCH_-1206484881'), (u'LOAD_-1206485530', u'INT_SUB_-1206485495'), ('const-417', u'LOAD_-1206484900'), (u'CAST_-1206484226', u'LOAD_-1206485178'), ('const-4', u'INT_MULT_-1206485394'), (u'INT_ADD_-1206485292', u'CALL_-1206485275'), (u'INT_SUB_-1206485623', u'INT_RIGHT_-1206485582'), ('const-8', u'INT_ADD_-1206485326'), (u'INT_MULT_-1206485394', u'INT_ADD_-1206485406'), (u'INT_ADD_-1206485069', u'CAST_-1206484188'), (u'COPY_-1206484188', u'CALL_-1206484838'), (u'CAST_-1206484222', u'STORE_-1206485170'), (u'LOAD_-1206485530', u'INT_NOTEQUAL_-1206485401'), ('const-8', u'INT_ADD_-1206485298'), ('tmp_4105', u'INT_ADD_-1206485257'), (u'INT_ADD_-1206485298', u'CAST_-1206484274'), ('const-417', u'LOAD_-1206485356'), (u'INT_NOTEQUAL_-1206485242', u'CBRANCH_-1206485242'), (u'INT_ADD_-1206485257', u'CAST_-1206484259'), (u'LOAD_-1206484907', u'MULTIEQUAL_-1206484844'), (u'CAST_-1206484274', u'LOAD_-1206485310'), ('tmp_4106', u'INT_ADD_-1206485382'), (u'LOAD_-1206485678', u'MULTIEQUAL_-1206484844'), ('tmp_156', u'CBRANCH_-1206485659'), ('tmp_4105', u'INT_ADD_-1206484891'), ('tmp_1353', u'BRANCH_-1206484882'), ('const-24', u'INT_ADD_-1206485069'), (u'CAST_-1206484427', u'LOAD_-1206485678'), ('const-417', u'LOAD_-1206485273'), ('tmp_226', u'CBRANCH_-1206485616'), ('tmp_4106', u'INT_ADD_-1206485514'), ('const-0', u'INT_EQUAL_-1206485660'), ('tmp_4105', u'INT_ADD_-1206485332'), ('tmp_4106', u'INT_ADD_-1206485318'), (u'INT_ADD_-1206485548', u'CALL_-1206484909'), (u'INT_RIGHT_-1206485582', u'CALL_-1206485275'), ('const-417', u'LOAD_-1206485310'), ('const-0', u'STORE_-1206485170'), ('const-20', u'INT_ADD_-1206484885'), (u'INT_ADD_-1206485326', u'CAST_-1206484289'), (u'INT_SRIGHT_-1206485473', u'INT_LESS_-1206485451'), (u'LOAD_-1206485356', u'CALL_-1206485275'), (u'INT_ADD_-1206485514', u'CAST_-1206484365'), (u'CAST_-1206484297', u'LOAD_-1206485356'), ('tmp_4105', u'INT_ADD_-1206485632'), (u'INT_ADD_-1206485162', u'CAST_-1206484226'), (u'INT_ADD_-1206485533', u'CAST_-1206484378'), (u'INT_RIGHT_-1206485582', u'INT_MULT_-1206485394'), ('const-192', u'INT_ADD_-1206485382'), (u'INT_ADD_-1206485382', u'CAST_-1206484318'), (u'INT_AND_-1206484831', u'INT_NOTEQUAL_-1206485618'), (u'MULTIEQUAL_-1206484831', u'INT_ADD_-1206485292'), ('const-417', u'LOAD_-1206485530'), ('tmp_4105', u'INT_ADD_-1206485069'), ('const-0', u'STORE_-1206485083'), (u'CAST_-1206484410', u'LOAD_-1206485648'), (u'INT_ADD_-1206484885', u'CAST_-1206484080'), (u'INT_SUB_-1206485495', u'INT_SRIGHT_-1206485473'), (u'INT_SRIGHT_-1206485473', u'INT_SUB_-1206484920'), (u'INT_ADD_-1206484884', u'CAST_-1206484148'), (u'LOAD_-1206485342', u'CALL_-1206485275'), (u'LOAD_-1206485648', u'INT_SUB_-1206485623'), ('const-188', u'INT_ADD_-1206485533'), ('const-12', u'INT_ADD_-1206485662'), (u'INT_ADD_-1206485632', u'CAST_-1206484410'), (u'LOAD_-1206485348', u'INT_ADD_-1206485326'), ('const-2086', u'CALL_-1206484838'), ('tmp_4106', u'INT_ADD_-1206485361'), (u'INT_NOTEQUAL_-1206485401', u'CBRANCH_-1206485399'), (u'LOAD_-1206485549', u'INT_SUB_-1206485495'), (u'CAST_-1206484318', u'STORE_-1206485396'), (u'LOAD_-1206484901', u'MULTIEQUAL_-1206484831'), ('const-0', u'INT_NOTEQUAL_-1206484881'), (u'INT_LESS_-1206485438', u'CBRANCH_-1206485446'), ('const-417', u'LOAD_-1206484901'), (u'LOAD_-1206485273', u'CALL_-1206485219'), (u'INT_SUB_-1206485623', u'INT_AND_-1206484831'), (u'INT_EQUAL_-1206485660', u'CBRANCH_-1206485659'), ('const-20', u'INT_ADD_-1206485638'), (u'LOAD_-1206485178', u'CALL_-1206485126'), ('const-1', u'RETURN_-1206484833'), ('const-417', u'LOAD_-1206485178'), ('tmp_547', u'CBRANCH_-1206485446'), (u'CAST_-1206484080', u'LOAD_-1206484901'), ('const-12', u'CALL_-1206485099'), ('const-0', u'INT_NOTEQUAL_-1206485242'), (u'INT_RIGHT_-1206485582', u'INT_LESS_-1206485438'), (u'INT_NOTEQUAL_-1206484881', u'CBRANCH_-1206484881'), ('const-417', u'STORE_-1206485396'), ('tmp_872', u'CBRANCH_-1206485242'), ('const-0', u'INT_NOTEQUAL_-1206485149'), ('tmp_4105', u'INT_ADD_-1206484885'), (u'INT_ADD_-1206485662', u'CAST_-1206484427'), ('const-0', u'INT_NOTEQUAL_-1206485618'), ('const-2250116', u'COPY_-1206484186'), (u'CAST_-1206484084', u'LOAD_-1206484907'), (u'MULTIEQUAL_-1206484844', u'INT_ADD_-1206485298'), ('const-2', u'INT_SRIGHT_-1206485473'), (u'LOAD_-1206485654', u'MULTIEQUAL_-1206484831'), ('const-2247428', u'COPY_-1206484244'), (u'INT_ADD_-1206485548', u'CALL_-1206485275'), ('const-12', u'INT_ADD_-1206485257'), (u'CAST_-1206484148', u'LOAD_-1206484900'), ('tmp_4105', u'INT_ADD_-1206485340'), ('tmp_4104', u'CALL_-1206485275'), (u'CAST_-1206484259', u'LOAD_-1206485273'), (u'INT_SUB_-1206484920', u'CALL_-1206484909'), (u'INT_RIGHT_-1206485582', u'INT_LESS_-1206485451'), (u'LOAD_-1206484900', u'CALL_-1206484838'), ('const-16', u'INT_ADD_-1206485632'), ('tmp_1026', u'CBRANCH_-1206485149'), ('tmp_4106', u'INT_ADD_-1206485533'), ('const-188', u'INT_ADD_-1206485548'), ('const-417', u'LOAD_-1206485348'), ('const-4', u'INT_RIGHT_-1206485582'), ('const-200', u'INT_ADD_-1206485361'), (u'LOAD_-1206485273', u'CALL_-1206485192'), (u'LOAD_-1206485678', u'INT_EQUAL_-1206485660'), (u'INT_RIGHT_-1206485582', u'INT_SUB_-1206484920'), (u'INT_SRIGHT_-1206485473', u'INT_LESS_-1206485438'), ('const-417', u'LOAD_-1206485342'), (u'INT_ADD_-1206485406', u'INT_NOTEQUAL_-1206485401'), (u'COPY_-1206484244', u'CALL_-1206484960'), (u'INT_ADD_-1206485156', u'CAST_-1206484222'), ('tmp_4105', u'INT_ADD_-1206485662'), (u'INT_ADD_-1206485332', u'CAST_-1206484293'), (u'INT_NOTEQUAL_-1206485149', u'CBRANCH_-1206485149'), (u'CAST_-1206484293', u'LOAD_-1206485348'), (u'LOAD_-1206485334', u'CALL_-1206485275'), ('const-417', u'LOAD_-1206485648'), ('tmp_551', u'CBRANCH_-1206485438'), ('const-0', u'RETURN_-1206484904'), ('const-2246840', u'COPY_-1206484188'), (u'INT_LESS_-1206485451', u'CBRANCH_-1206485438'), ('const-417', u'LOAD_-1206485678'), ('const-192', u'INT_ADD_-1206485514'), (u'LOAD_-1206485178', u'INT_NOTEQUAL_-1206485149'), (u'LOAD_-1206485310', u'INT_ADD_-1206485292'), ('const-24', u'INT_ADD_-1206485162'), (u'INT_ADD_-1206484891', u'CAST_-1206484084'), (u'INT_ADD_-1206485318', u'CAST_-1206484285'), (u'CAST_-1206484365', u'LOAD_-1206485530'), ('const-417', u'LOAD_-1206485334'), (u'CAST_-1206484285', u'LOAD_-1206485334'), (u'CAST_-1206484289', u'LOAD_-1206485342'), ('const-24', u'INT_ADD_-1206485332'), ('const-24', u'INT_ADD_-1206484884'), ('tmp_611', u'CBRANCH_-1206485399'), ('const-417', u'STORE_-1206485170'), ('tmp_4106', u'INT_ADD_-1206485548'), (u'LOAD_-1206485549', u'INT_ADD_-1206485406'), ('tmp_4105', u'INT_ADD_-1206485156'), (u'CAST_-1206484378', u'LOAD_-1206485549'), ('const-417', u'LOAD_-1206484907'), ('tmp_4105', u'INT_ADD_-1206485638'), (u'INT_ADD_-1206485340', u'CAST_-1206484297'), ('const-417', u'STORE_-1206485083'), (u'LOAD_-1206484900', u'INT_NOTEQUAL_-1206484881'), (u'COPY_-1206484186', u'CALL_-1206484838'), ('const-417', u'LOAD_-1206485549'), ('const-12', u'INT_ADD_-1206485156'), (u'INT_ADD_-1206485361', u'CALL_-1206485275'), ('const-28', u'INT_ADD_-1206485340'), ('tmp_4106', u'CALL_-1206485275'), (u'CAST_-1206484188', u'STORE_-1206485083'), ('tmp_4105', u'INT_ADD_-1206485162'), (u'LOAD_-1206485178', u'CALL_-1206485099'), (u'CAST_-1206484414', u'LOAD_-1206485654')]
| null | null |
00097d00
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00097d00(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}\n\n" comment (function_definition "void FUN_00097d00(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_00097d00(int param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" identifier = (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (*(int *)(param_3 + 0x18) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }" { (if_statement "if (*(int *)(param_3 + 0x18) != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }" if (parenthesized_expression "(*(int *)(param_3 + 0x18) != 0)" ( (binary_expression "*(int *)(param_3 + 0x18) != 0" (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }" { comment (expression_statement "FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));" (call_expression "FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18))" identifier (argument_list "("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18))" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""do_add_symbols"" " string_content ") , (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) ))) ;) })) }) (else_clause "else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" else (compound_statement "{\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" { (expression_statement "iVar3 = *(int *)(param_3 + 0x14);" (assignment_expression "iVar3 = *(int *)(param_3 + 0x14)" identifier = (pointer_expression "*(int *)(param_3 + 0x14)" * (cast_expression "(int *)(param_3 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x14)" ( (binary_expression "param_3 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(int *)(param_3 + 0x10) - iVar3;" (assignment_expression "uVar4 = *(int *)(param_3 + 0x10) - iVar3" identifier = (binary_expression "*(int *)(param_3 + 0x10) - iVar3" (pointer_expression "*(int *)(param_3 + 0x10)" * (cast_expression "(int *)(param_3 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x10)" ( (binary_expression "param_3 + 0x10" identifier + number_literal) )))) - identifier)) ;) (if_statement "if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }" if (parenthesized_expression "((uVar4 & 0xf) != 0)" ( (binary_expression "(uVar4 & 0xf) != 0" (parenthesized_expression "(uVar4 & 0xf)" ( (binary_expression "uVar4 & 0xf" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }" { (expression_statement "gettext("size of symbols is not multiple of symbol size");" (call_expression "gettext("size of symbols is not multiple of symbol size")" identifier (argument_list "("size of symbols is not multiple of symbol size")" ( (string_literal ""size of symbols is not multiple of symbol size"" " string_content ") ))) ;) (expression_statement "FUN_00091980();" (call_expression "FUN_00091980()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar4 = uVar4 >> 4;" (assignment_expression "uVar4 = uVar4 >> 4" identifier = (binary_expression "uVar4 >> 4" identifier >> number_literal)) ;) (expression_statement "uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;" (assignment_expression "uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2" identifier = (binary_expression "*(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2" (binary_expression "*(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc)" (pointer_expression "*(int *)(param_1 + 0xc0)" * (cast_expression "(int *)(param_1 + 0xc0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0xbc)" * (cast_expression "(int *)(param_1 + 0xbc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xbc)" ( (binary_expression "param_1 + 0xbc" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" if (parenthesized_expression "(uVar5 < uVar4)" ( (binary_expression "uVar5 < uVar4" identifier < identifier) )) (compound_statement "{\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }" { (expression_statement "FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);" (call_expression "FUN_00071120(param_1 + 0xbc,uVar4 - uVar5)" identifier (argument_list "(param_1 + 0xbc,uVar4 - uVar5)" ( (binary_expression "param_1 + 0xbc" identifier + number_literal) , (binary_expression "uVar4 - uVar5" identifier - identifier) ))) ;) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" identifier = (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)(param_3 + 0x14);" (assignment_expression "iVar3 = *(int *)(param_3 + 0x14)" identifier = (pointer_expression "*(int *)(param_3 + 0x14)" * (cast_expression "(int *)(param_3 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x14)" ( (binary_expression "param_3 + 0x14" identifier + number_literal) ))))) ;) }) (else_clause "else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" else (if_statement "if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" if (parenthesized_expression "((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1))" ( (binary_expression "(uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)" (parenthesized_expression "(uVar4 < uVar5)" ( (binary_expression "uVar4 < uVar5" identifier < identifier) )) && (parenthesized_expression "(iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)" ( (comma_expression "iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1" (assignment_expression "iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4" identifier = (binary_expression "*(int *)(param_1 + 0xbc) + uVar4 * 4" (pointer_expression "*(int *)(param_1 + 0xbc)" * (cast_expression "(int *)(param_1 + 0xbc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xbc)" ( (binary_expression "param_1 + 0xbc" identifier + number_literal) )))) + (binary_expression "uVar4 * 4" identifier * number_literal))) , (binary_expression "*(int *)(param_1 + 0xc0) != iVar1" (pointer_expression "*(int *)(param_1 + 0xc0)" * (cast_expression "(int *)(param_1 + 0xc0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(int *)(param_1 + 0xc0) = iVar1;\n }" { (expression_statement "*(int *)(param_1 + 0xc0) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc0) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc0)" * (cast_expression "(int *)(param_1 + 0xc0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);" (call_expression "FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200)" identifier (argument_list "(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200)" ( identifier , identifier , (binary_expression "iVar3 + *(int *)(iVar2 + 8)" identifier + (pointer_expression "*(int *)(iVar2 + 8)" * (cast_expression "(int *)(iVar2 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) , identifier , (pointer_expression "*(undefined4 *)(param_1 + 0xb0)" * (cast_expression "(undefined4 *)(param_1 + 0xb0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(*(int *)(param_3 + 0x18) + 8)" * (cast_expression "(undefined4 *)(*(int *)(param_3 + 0x18) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_3 + 0x18) + 8)" ( (binary_expression "*(int *)(param_3 + 0x18) + 8" (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_3 + 0x1c)" * (cast_expression "(undefined4 *)(param_3 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x1c)" ( (binary_expression "param_3 + 0x1c" identifier + number_literal) )))) , (binary_expression "param_1 + 0xbc" identifier + number_literal) , (binary_expression "param_1 + 200" identifier + number_literal) ))) ;) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" identifier = (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" { (expression_statement "FUN_0005cea0(iVar2);" (call_expression "FUN_0005cea0(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "FUN_00180780(iVar2,0xc);" (call_expression "FUN_00180780(iVar2,0xc)" identifier (argument_list "(iVar2,0xc)" ( identifier , number_literal ))) ;) })) (expression_statement "iVar2 = *(int *)(param_3 + 0x18);" (assignment_expression "iVar2 = *(int *)(param_3 + 0x18)" identifier = (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_3 + 0xc) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 0xc) = 0" (pointer_expression "*(undefined4 *)(param_3 + 0xc)" * (cast_expression "(undefined4 *)(param_3 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" { (expression_statement "FUN_0005cea0(iVar2);" (call_expression "FUN_0005cea0(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "FUN_00180780(iVar2,0xc);" (call_expression "FUN_00180780(iVar2,0xc)" identifier (argument_list "(iVar2,0xc)" ( identifier , number_literal ))) ;) })) (expression_statement "*(undefined4 *)(param_3 + 0x18) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 0x18) = 0" (pointer_expression "*(undefined4 *)(param_3 + 0x18)" * (cast_expression "(undefined4 *)(param_3 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) = number_literal) ;) }))) (return_statement "return;" return ;) })))
|
(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 do_add_symbols(Sized_relobj_file<32,_false> * this, Symbol_table *\n symtab, Read_symbols_data * sd, Layout * param_3) */\n\nvoid __thiscall\ngold::Sized_relobj_file<32,_false>::do_add_symbols\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Read_symbols_data *sd,\n Layout *param_3)\n\n{\n pointer ppSVar1;\n pointer ppSVar2;\n File_view *pFVar3;\n char *format;\n int iVar4;\n uint uVar5;\n uint uVar6;\n size_type in_stack_ffffffb8;\n \n pFVar3 = sd->symbols;\n if (pFVar3 == (File_view *)0x0) {\n if (sd->symbol_names != (File_view *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");\n }\n }\n else {\n iVar4 = sd->external_symbols_offset;\n uVar5 = sd->symbols_size - iVar4;\n if ((uVar5 & 0xf) != 0) {\n format = (char *)gettext("size of symbols is not multiple of symbol size");\n Object::error((Object *)this,format);\n return;\n }\n uVar5 = uVar5 >> 4;\n ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;\n uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2;\n if (uVar6 < uVar5) {\n in_stack_ffffffb8 = uVar5 - uVar6;\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);\n pFVar3 = sd->symbols;\n iVar4 = sd->external_symbols_offset;\n }\n else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }\n Symbol_table::add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_);\n pFVar3 = sd->symbols;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n in_stack_ffffffb8 = 0xc;\n operator_delete(pFVar3,0xc);\n }\n pFVar3 = sd->symbol_names;\n sd->symbols = (File_view *)0x0;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n operator_delete(pFVar3,0xc);\n }\n sd->symbol_names = (File_view *)0x0;\n }\n return;\n}\n\n" comment comment comment (declaration "void __thiscall\ngold::Sized_relobj_file<32,_false>::do_add_symbols\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Read_symbols_data *sd,\n Layout *param_3)\n\n{\n pointer ppSVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_add_symbols\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Read_symbols_data *sd,\n Layout *param_3)\n\n{\n pointer" identifier > : : (function_declarator "do_add_symbols\n (Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Read_symbols_data *sd,\n Layout *param_3)" identifier (parameter_list "(Sized_relobj_file<32,_false> *this,Symbol_table *symtab,Read_symbols_data *sd,\n Layout *param_3)" ( (parameter_declaration "Sized_relobj_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *symtab" type_identifier (pointer_declarator "*symtab" * identifier)) , (parameter_declaration "Read_symbols_data *sd" type_identifier (pointer_declarator "*sd" * identifier)) , (parameter_declaration "Layout *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) { identifier) identifier ;) (declaration "pointer ppSVar2;" type_identifier identifier ;) (declaration "File_view *pFVar3;" type_identifier (pointer_declarator "*pFVar3" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "size_type in_stack_ffffffb8;" type_identifier identifier ;) (expression_statement "pFVar3 = sd->symbols;" (assignment_expression "pFVar3 = sd->symbols" identifier = (field_expression "sd->symbols" identifier -> field_identifier)) ;) (if_statement "if (pFVar3 == (File_view *)0x0) {\n if (sd->symbol_names != (File_view *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");\n }\n }\n else {\n iVar4 = sd->external_symbols_offset;\n uVar5 = sd->symbols_size - iVar4;\n if ((uVar5 & 0xf) != 0) {\n format = (char *)gettext("size of symbols is not multiple of symbol size");\n Object::error((Object *)this,format);\n return;\n }\n uVar5 = uVar5 >> 4;\n ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;\n uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2;\n if (uVar6 < uVar5) {\n in_stack_ffffffb8 = uVar5 - uVar6;\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);\n pFVar3 = sd->symbols;\n iVar4 = sd->external_symbols_offset;\n }\n else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }\n Symbol_table::add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_);\n pFVar3 = sd->symbols;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n in_stack_ffffffb8 = 0xc;\n operator_delete(pFVar3,0xc);\n }\n pFVar3 = sd->symbol_names;\n sd->symbols = (File_view *)0x0;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n operator_delete(pFVar3,0xc);\n }\n sd->symbol_names = (File_view *)0x0;\n }" if (parenthesized_expression "(pFVar3 == (File_view *)0x0)" ( (binary_expression "pFVar3 == (File_view *)0x0" identifier == (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n if (sd->symbol_names != (File_view *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");\n }\n }" { (if_statement "if (sd->symbol_names != (File_view *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");\n }" if (parenthesized_expression "(sd->symbol_names != (File_view *)0x0)" ( (binary_expression "sd->symbol_names != (File_view *)0x0" (field_expression "sd->symbol_names" identifier -> field_identifier) != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols");" (call_expression "do_gold_unreachable("../../gold/object.cc",0x826,"do_add_symbols")" identifier (argument_list "("../../gold/object.cc",0x826,"do_add_symbols")" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""do_add_symbols"" " string_content ") ))) ;) })) }) (else_clause "else {\n iVar4 = sd->external_symbols_offset;\n uVar5 = sd->symbols_size - iVar4;\n if ((uVar5 & 0xf) != 0) {\n format = (char *)gettext("size of symbols is not multiple of symbol size");\n Object::error((Object *)this,format);\n return;\n }\n uVar5 = uVar5 >> 4;\n ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;\n uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2;\n if (uVar6 < uVar5) {\n in_stack_ffffffb8 = uVar5 - uVar6;\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);\n pFVar3 = sd->symbols;\n iVar4 = sd->external_symbols_offset;\n }\n else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }\n Symbol_table::add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_);\n pFVar3 = sd->symbols;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n in_stack_ffffffb8 = 0xc;\n operator_delete(pFVar3,0xc);\n }\n pFVar3 = sd->symbol_names;\n sd->symbols = (File_view *)0x0;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n operator_delete(pFVar3,0xc);\n }\n sd->symbol_names = (File_view *)0x0;\n }" else (compound_statement "{\n iVar4 = sd->external_symbols_offset;\n uVar5 = sd->symbols_size - iVar4;\n if ((uVar5 & 0xf) != 0) {\n format = (char *)gettext("size of symbols is not multiple of symbol size");\n Object::error((Object *)this,format);\n return;\n }\n uVar5 = uVar5 >> 4;\n ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;\n ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;\n uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2;\n if (uVar6 < uVar5) {\n in_stack_ffffffb8 = uVar5 - uVar6;\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);\n pFVar3 = sd->symbols;\n iVar4 = sd->external_symbols_offset;\n }\n else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }\n Symbol_table::add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_);\n pFVar3 = sd->symbols;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n in_stack_ffffffb8 = 0xc;\n operator_delete(pFVar3,0xc);\n }\n pFVar3 = sd->symbol_names;\n sd->symbols = (File_view *)0x0;\n if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n operator_delete(pFVar3,0xc);\n }\n sd->symbol_names = (File_view *)0x0;\n }" { (expression_statement "iVar4 = sd->external_symbols_offset;" (assignment_expression "iVar4 = sd->external_symbols_offset" identifier = (field_expression "sd->external_symbols_offset" identifier -> field_identifier)) ;) (expression_statement "uVar5 = sd->symbols_size - iVar4;" (assignment_expression "uVar5 = sd->symbols_size - iVar4" identifier = (binary_expression "sd->symbols_size - iVar4" (field_expression "sd->symbols_size" identifier -> field_identifier) - identifier)) ;) (if_statement "if ((uVar5 & 0xf) != 0) {\n format = (char *)gettext("size of symbols is not multiple of symbol size");\n Object::error((Object *)this,format);\n return;\n }" if (parenthesized_expression "((uVar5 & 0xf) != 0)" ( (binary_expression "(uVar5 & 0xf) != 0" (parenthesized_expression "(uVar5 & 0xf)" ( (binary_expression "uVar5 & 0xf" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n format = (char *)gettext("size of symbols is not multiple of symbol size");\n Object::error((Object *)this,format);\n return;\n }" { (expression_statement "format = (char *)gettext("size of symbols is not multiple of symbol size");" (assignment_expression "format = (char *)gettext("size of symbols is not multiple of symbol size")" identifier = (cast_expression "(char *)gettext("size of symbols is not multiple of symbol size")" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext("size of symbols is not multiple of symbol size")" identifier (argument_list "("size of symbols is not multiple of symbol size")" ( (string_literal ""size of symbols is not multiple of symbol size"" " string_content ") ))))) ;) (labeled_statement "Object::error((Object *)this,format);" statement_identifier : (ERROR ":" :) (expression_statement "error((Object *)this,format);" (call_expression "error((Object *)this,format)" identifier (argument_list "((Object *)this,format)" ( (cast_expression "(Object *)this" ( (type_descriptor "Object *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;)) (return_statement "return;" return ;) })) (expression_statement "uVar5 = uVar5 >> 4;" (assignment_expression "uVar5 = uVar5 >> 4" identifier = (binary_expression "uVar5 >> 4" identifier >> number_literal)) ;) (expression_statement "ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start;" (field_expression "ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_start" (field_expression "ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar1 = (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar1 = (this->symbols_).super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish;" (field_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl._M_finish" (field_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>.\n _M_impl" (binary_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold::Symbol*,_std" (assignment_expression "ppSVar2 = (this->symbols_).super__Vector_base<gold" identifier = (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (expression_statement "uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2;" (assignment_expression "uVar6 = (int)ppSVar2 - (int)ppSVar1 >> 2" identifier = (binary_expression "(int)ppSVar2 - (int)ppSVar1 >> 2" (binary_expression "(int)ppSVar2 - (int)ppSVar1" (cast_expression "(int)ppSVar2" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)ppSVar1" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar6 < uVar5) {\n in_stack_ffffffb8 = uVar5 - uVar6;\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);\n pFVar3 = sd->symbols;\n iVar4 = sd->external_symbols_offset;\n }\n else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }" if (parenthesized_expression "(uVar6 < uVar5)" ( (binary_expression "uVar6 < uVar5" identifier < identifier) )) (compound_statement "{\n in_stack_ffffffb8 = uVar5 - uVar6;\n std::vector<gold::Symbol*,_std::allocator<gold::Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);\n pFVar3 = sd->symbols;\n iVar4 = sd->external_symbols_offset;\n }" { (expression_statement "in_stack_ffffffb8 = uVar5 - uVar6;" (assignment_expression "in_stack_ffffffb8 = uVar5 - uVar6" identifier = (binary_expression "uVar5 - uVar6" identifier - identifier)) ;) (ERROR "std::vector<gold::Symbol*,_std::allocator<gold::" (comma_expression "std::vector<gold::Symbol*,_std" identifier (ERROR "::vector<gold::Symbol*" : : (binary_expression "vector<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8);" (binary_expression "Symbol*>_>::_M_default_append\n (&this->symbols_,in_stack_ffffffb8)" (binary_expression "Symbol*>_" identifier * (ERROR ">" >) identifier) > (ERROR "::" : :) (call_expression "_M_default_append\n (&this->symbols_,in_stack_ffffffb8)" identifier (argument_list "(&this->symbols_,in_stack_ffffffb8)" ( (pointer_expression "&this->symbols_" & (field_expression "this->symbols_" identifier -> field_identifier)) , identifier )))) ;) (expression_statement "pFVar3 = sd->symbols;" (assignment_expression "pFVar3 = sd->symbols" identifier = (field_expression "sd->symbols" identifier -> field_identifier)) ;) (expression_statement "iVar4 = sd->external_symbols_offset;" (assignment_expression "iVar4 = sd->external_symbols_offset" identifier = (field_expression "sd->external_symbols_offset" identifier -> field_identifier)) ;) }) (else_clause "else if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }" else (if_statement "if ((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)) {\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }" if (parenthesized_expression "((uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1))" ( (binary_expression "(uVar5 < uVar6) && (ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)" (parenthesized_expression "(uVar5 < uVar6)" ( (binary_expression "uVar5 < uVar6" identifier < identifier) )) && (parenthesized_expression "(ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1)" ( (comma_expression "ppSVar1 = ppSVar1 + uVar5, ppSVar2 != ppSVar1" (assignment_expression "ppSVar1 = ppSVar1 + uVar5" identifier = (binary_expression "ppSVar1 + uVar5" identifier + identifier)) , (binary_expression "ppSVar2 != ppSVar1" identifier != identifier)) ))) )) (compound_statement "{\n (this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;\n }" { (expression_statement "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1;" (assignment_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish = ppSVar1" (field_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl.\n _M_finish" (field_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_>._M_impl" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold::Symbol*>_" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std::allocator<gold" (binary_expression "(this->symbols_).super__Vector_base<gold::Symbol*,_std" (binary_expression "(this->symbols_).super__Vector_base<gold" (field_expression "(this->symbols_).super__Vector_base" (parenthesized_expression "(this->symbols_)" ( (field_expression "this->symbols_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) })))) (labeled_statement "Symbol_table::add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_);" statement_identifier : (ERROR ":" :) (expression_statement "add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_);" (comma_expression "add_from_relobj<32,_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_)" (binary_expression "add_from_relobj<32" identifier < number_literal) , (binary_expression "_false>\n (symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_)" identifier > (parenthesized_expression "(symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_)" ( (comma_expression "symtab,this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" identifier , (comma_expression "this,pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" identifier , (comma_expression "pFVar3->data_ + iVar4,uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" (binary_expression "pFVar3->data_ + iVar4" (field_expression "pFVar3->data_" identifier -> field_identifier) + identifier) , (comma_expression "uVar5,this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" identifier , (comma_expression "this->local_symbol_count_,\n (char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" (field_expression "this->local_symbol_count_" identifier -> field_identifier) , (comma_expression "(char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" (cast_expression "(char *)sd->symbol_names->data_" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (field_expression "sd->symbol_names->data_" (field_expression "sd->symbol_names" identifier -> field_identifier) -> field_identifier)) , (comma_expression "sd->symbol_names_size,&this->symbols_,\n &this->defined_count_" (field_expression "sd->symbol_names_size" identifier -> field_identifier) , (comma_expression "&this->symbols_,\n &this->defined_count_" (pointer_expression "&this->symbols_" & (field_expression "this->symbols_" identifier -> field_identifier)) , (pointer_expression "&this->defined_count_" & (field_expression "this->defined_count_" identifier -> field_identifier)))))))))) )))) ;)) (expression_statement "pFVar3 = sd->symbols;" (assignment_expression "pFVar3 = sd->symbols" identifier = (field_expression "sd->symbols" identifier -> field_identifier)) ;) (if_statement "if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n in_stack_ffffffb8 = 0xc;\n operator_delete(pFVar3,0xc);\n }" if (parenthesized_expression "(pFVar3 != (File_view *)0x0)" ( (binary_expression "pFVar3 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n in_stack_ffffffb8 = 0xc;\n operator_delete(pFVar3,0xc);\n }" { (labeled_statement "File_view::~File_view(pFVar3,in_stack_ffffffb8);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar3,in_stack_ffffffb8);" (unary_expression "~File_view(pFVar3,in_stack_ffffffb8)" ~ (call_expression "File_view(pFVar3,in_stack_ffffffb8)" identifier (argument_list "(pFVar3,in_stack_ffffffb8)" ( identifier , identifier )))) ;)) (expression_statement "in_stack_ffffffb8 = 0xc;" (assignment_expression "in_stack_ffffffb8 = 0xc" identifier = number_literal) ;) (expression_statement "operator_delete(pFVar3,0xc);" (call_expression "operator_delete(pFVar3,0xc)" identifier (argument_list "(pFVar3,0xc)" ( identifier , number_literal ))) ;) })) (expression_statement "pFVar3 = sd->symbol_names;" (assignment_expression "pFVar3 = sd->symbol_names" identifier = (field_expression "sd->symbol_names" identifier -> field_identifier)) ;) (expression_statement "sd->symbols = (File_view *)0x0;" (assignment_expression "sd->symbols = (File_view *)0x0" (field_expression "sd->symbols" identifier -> field_identifier) = (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (pFVar3 != (File_view *)0x0) {\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n operator_delete(pFVar3,0xc);\n }" if (parenthesized_expression "(pFVar3 != (File_view *)0x0)" ( (binary_expression "pFVar3 != (File_view *)0x0" identifier != (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n File_view::~File_view(pFVar3,in_stack_ffffffb8);\n operator_delete(pFVar3,0xc);\n }" { (labeled_statement "File_view::~File_view(pFVar3,in_stack_ffffffb8);" statement_identifier : (ERROR ":" :) (expression_statement "~File_view(pFVar3,in_stack_ffffffb8);" (unary_expression "~File_view(pFVar3,in_stack_ffffffb8)" ~ (call_expression "File_view(pFVar3,in_stack_ffffffb8)" identifier (argument_list "(pFVar3,in_stack_ffffffb8)" ( identifier , identifier )))) ;)) (expression_statement "operator_delete(pFVar3,0xc);" (call_expression "operator_delete(pFVar3,0xc)" identifier (argument_list "(pFVar3,0xc)" ( identifier , number_literal ))) ;) })) (expression_statement "sd->symbol_names = (File_view *)0x0;" (assignment_expression "sd->symbol_names = (File_view *)0x0" (field_expression "sd->symbol_names" identifier -> field_identifier) = (cast_expression "(File_view *)0x0" ( (type_descriptor "File_view *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) }))) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00097d00(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_00097d00(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_00097d00(int param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(int param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" identifier = (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }" { (if_statement "if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }" if (parenthesized_expression "(*(int *)(param_3 + 0x18) != 0)" ( (binary_expression "*(int *)(param_3 + 0x18) != 0" (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }" { (expression_statement "FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));" (call_expression "FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18))" identifier (argument_list "("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18))" ( (string_literal ""../../gold/object.cc"" " string_content ") , number_literal , (string_literal ""do_add_symbols"" " string_content ") , (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) ))) ;) })) }) (else_clause "else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" else (compound_statement "{\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" { (expression_statement "iVar3 = *(int *)(param_3 + 0x14);" (assignment_expression "iVar3 = *(int *)(param_3 + 0x14)" identifier = (pointer_expression "*(int *)(param_3 + 0x14)" * (cast_expression "(int *)(param_3 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x14)" ( (binary_expression "param_3 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(int *)(param_3 + 0x10) - iVar3;" (assignment_expression "uVar4 = *(int *)(param_3 + 0x10) - iVar3" identifier = (binary_expression "*(int *)(param_3 + 0x10) - iVar3" (pointer_expression "*(int *)(param_3 + 0x10)" * (cast_expression "(int *)(param_3 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x10)" ( (binary_expression "param_3 + 0x10" identifier + number_literal) )))) - identifier)) ;) (if_statement "if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }" if (parenthesized_expression "((uVar4 & 0xf) != 0)" ( (binary_expression "(uVar4 & 0xf) != 0" (parenthesized_expression "(uVar4 & 0xf)" ( (binary_expression "uVar4 & 0xf" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }" { (expression_statement "gettext("size of symbols is not multiple of symbol size");" (call_expression "gettext("size of symbols is not multiple of symbol size")" identifier (argument_list "("size of symbols is not multiple of symbol size")" ( (string_literal ""size of symbols is not multiple of symbol size"" " string_content ") ))) ;) (expression_statement "FUN_00091980();" (call_expression "FUN_00091980()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (expression_statement "uVar4 = uVar4 >> 4;" (assignment_expression "uVar4 = uVar4 >> 4" identifier = (binary_expression "uVar4 >> 4" identifier >> number_literal)) ;) (expression_statement "uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;" (assignment_expression "uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2" identifier = (binary_expression "*(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2" (binary_expression "*(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc)" (pointer_expression "*(int *)(param_1 + 0xc0)" * (cast_expression "(int *)(param_1 + 0xc0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0xbc)" * (cast_expression "(int *)(param_1 + 0xbc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xbc)" ( (binary_expression "param_1 + 0xbc" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" if (parenthesized_expression "(uVar5 < uVar4)" ( (binary_expression "uVar5 < uVar4" identifier < identifier) )) (compound_statement "{\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }" { (expression_statement "FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);" (call_expression "FUN_00071120(param_1 + 0xbc,uVar4 - uVar5)" identifier (argument_list "(param_1 + 0xbc,uVar4 - uVar5)" ( (binary_expression "param_1 + 0xbc" identifier + number_literal) , (binary_expression "uVar4 - uVar5" identifier - identifier) ))) ;) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" identifier = (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)(param_3 + 0x14);" (assignment_expression "iVar3 = *(int *)(param_3 + 0x14)" identifier = (pointer_expression "*(int *)(param_3 + 0x14)" * (cast_expression "(int *)(param_3 + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x14)" ( (binary_expression "param_3 + 0x14" identifier + number_literal) ))))) ;) }) (else_clause "else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" else (if_statement "if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" if (parenthesized_expression "((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1))" ( (binary_expression "(uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)" (parenthesized_expression "(uVar4 < uVar5)" ( (binary_expression "uVar4 < uVar5" identifier < identifier) )) && (parenthesized_expression "(iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)" ( (comma_expression "iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1" (assignment_expression "iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4" identifier = (binary_expression "*(int *)(param_1 + 0xbc) + uVar4 * 4" (pointer_expression "*(int *)(param_1 + 0xbc)" * (cast_expression "(int *)(param_1 + 0xbc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xbc)" ( (binary_expression "param_1 + 0xbc" identifier + number_literal) )))) + (binary_expression "uVar4 * 4" identifier * number_literal))) , (binary_expression "*(int *)(param_1 + 0xc0) != iVar1" (pointer_expression "*(int *)(param_1 + 0xc0)" * (cast_expression "(int *)(param_1 + 0xc0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) != identifier)) ))) )) (compound_statement "{\n *(int *)(param_1 + 0xc0) = iVar1;\n }" { (expression_statement "*(int *)(param_1 + 0xc0) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc0) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc0)" * (cast_expression "(int *)(param_1 + 0xc0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc0)" ( (binary_expression "param_1 + 0xc0" identifier + number_literal) )))) = identifier) ;) })))) (expression_statement "FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);" (call_expression "FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200)" identifier (argument_list "(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200)" ( identifier , identifier , (binary_expression "iVar3 + *(int *)(iVar2 + 8)" identifier + (pointer_expression "*(int *)(iVar2 + 8)" * (cast_expression "(int *)(iVar2 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + 8)" ( (binary_expression "iVar2 + 8" identifier + number_literal) ))))) , identifier , (pointer_expression "*(undefined4 *)(param_1 + 0xb0)" * (cast_expression "(undefined4 *)(param_1 + 0xb0)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xb0)" ( (binary_expression "param_1 + 0xb0" identifier + number_literal) )))) , (pointer_expression "*(undefined4 *)(*(int *)(param_3 + 0x18) + 8)" * (cast_expression "(undefined4 *)(*(int *)(param_3 + 0x18) + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_3 + 0x18) + 8)" ( (binary_expression "*(int *)(param_3 + 0x18) + 8" (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined4 *)(param_3 + 0x1c)" * (cast_expression "(undefined4 *)(param_3 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x1c)" ( (binary_expression "param_3 + 0x1c" identifier + number_literal) )))) , (binary_expression "param_1 + 0xbc" identifier + number_literal) , (binary_expression "param_1 + 200" identifier + number_literal) ))) ;) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" identifier = (pointer_expression "*(int *)(param_3 + 0xc)" * (cast_expression "(int *)(param_3 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" { (expression_statement "FUN_0005cea0(iVar2);" (call_expression "FUN_0005cea0(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "FUN_00180780(iVar2,0xc);" (call_expression "FUN_00180780(iVar2,0xc)" identifier (argument_list "(iVar2,0xc)" ( identifier , number_literal ))) ;) })) (expression_statement "iVar2 = *(int *)(param_3 + 0x18);" (assignment_expression "iVar2 = *(int *)(param_3 + 0x18)" identifier = (pointer_expression "*(int *)(param_3 + 0x18)" * (cast_expression "(int *)(param_3 + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(param_3 + 0xc) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 0xc) = 0" (pointer_expression "*(undefined4 *)(param_3 + 0xc)" * (cast_expression "(undefined4 *)(param_3 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0xc)" ( (binary_expression "param_3 + 0xc" identifier + number_literal) )))) = number_literal) ;) (if_statement "if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" { (expression_statement "FUN_0005cea0(iVar2);" (call_expression "FUN_0005cea0(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))) ;) (expression_statement "FUN_00180780(iVar2,0xc);" (call_expression "FUN_00180780(iVar2,0xc)" identifier (argument_list "(iVar2,0xc)" ( identifier , number_literal ))) ;) })) (expression_statement "*(undefined4 *)(param_3 + 0x18) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 0x18) = 0" (pointer_expression "*(undefined4 *)(param_3 + 0x18)" * (cast_expression "(undefined4 *)(param_3 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x18)" ( (binary_expression "param_3 + 0x18" identifier + number_literal) )))) = number_literal) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT - IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT))) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT)) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) }))) (return_statement return ;) })))
|
(function_definition "void FUN_00097d00(int param_1,undefined4 param_2,int param_3)\n\n{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00097d00(int param_1,undefined4 param_2,int param_3)" (identifier "FUN_00097d00") (parameter_list "(int param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int iVar1;\n int iVar2;\n int iVar3;\n uint uVar4;\n uint uVar5;\n \n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_3 + 0xc)" (* "*") (cast_expression "(int *)(param_3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if (iVar2 == 0) {\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }\n else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }\n }" ({ "{") (if_statement "if (*(int *)(param_3 + 0x18) != 0) {\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }" (if "if") (parenthesized_expression "(*(int *)(param_3 + 0x18) != 0)" (( "(") (binary_expression "*(int *)(param_3 + 0x18) != 0" (pointer_expression "*(int *)(param_3 + 0x18)" (* "*") (cast_expression "(int *)(param_3 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x18)" (( "(") (binary_expression "param_3 + 0x18" (identifier "param_3") (+ "+") (number_literal "0x18")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));\n }" ({ "{") (expression_statement "FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));" (call_expression "FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18))" (identifier "FUN_0005f0b0") (argument_list "("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18))" (( "(") (string_literal ""../../gold/object.cc"" (" """) (string_content "../../gold/object.cc") (" """)) (, ",") (number_literal "0x826") (, ",") (string_literal ""do_add_symbols"" (" """) (string_content "do_add_symbols") (" """)) (, ",") (pointer_expression "*(int *)(param_3 + 0x18)" (* "*") (cast_expression "(int *)(param_3 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x18)" (( "(") (binary_expression "param_3 + 0x18" (identifier "param_3") (+ "+") (number_literal "0x18")) () ")")))) () ")"))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" (else "else") (compound_statement "{\n iVar3 = *(int *)(param_3 + 0x14);\n uVar4 = *(int *)(param_3 + 0x10) - iVar3;\n if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }\n uVar4 = uVar4 >> 4;\n uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;\n if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }\n FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);\n iVar2 = *(int *)(param_3 + 0xc);\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n iVar2 = *(int *)(param_3 + 0x18);\n *(undefined4 *)(param_3 + 0xc) = 0;\n if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }\n *(undefined4 *)(param_3 + 0x18) = 0;\n }" ({ "{") (expression_statement "iVar3 = *(int *)(param_3 + 0x14);" (assignment_expression "iVar3 = *(int *)(param_3 + 0x14)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_3 + 0x14)" (* "*") (cast_expression "(int *)(param_3 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x14)" (( "(") (binary_expression "param_3 + 0x14" (identifier "param_3") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "uVar4 = *(int *)(param_3 + 0x10) - iVar3;" (assignment_expression "uVar4 = *(int *)(param_3 + 0x10) - iVar3" (identifier "uVar4") (= "=") (binary_expression "*(int *)(param_3 + 0x10) - iVar3" (pointer_expression "*(int *)(param_3 + 0x10)" (* "*") (cast_expression "(int *)(param_3 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x10)" (( "(") (binary_expression "param_3 + 0x10" (identifier "param_3") (+ "+") (number_literal "0x10")) () ")")))) (- "-") (identifier "iVar3"))) (; ";")) (if_statement "if ((uVar4 & 0xf) != 0) {\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }" (if "if") (parenthesized_expression "((uVar4 & 0xf) != 0)" (( "(") (binary_expression "(uVar4 & 0xf) != 0" (parenthesized_expression "(uVar4 & 0xf)" (( "(") (binary_expression "uVar4 & 0xf" (identifier "uVar4") (& "&") (number_literal "0xf")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n gettext("size of symbols is not multiple of symbol size");\n FUN_00091980();\n return;\n }" ({ "{") (expression_statement "gettext("size of symbols is not multiple of symbol size");" (call_expression "gettext("size of symbols is not multiple of symbol size")" (identifier "gettext") (argument_list "("size of symbols is not multiple of symbol size")" (( "(") (string_literal ""size of symbols is not multiple of symbol size"" (" """) (string_content "size of symbols is not multiple of symbol size") (" """)) () ")"))) (; ";")) (expression_statement "FUN_00091980();" (call_expression "FUN_00091980()" (identifier "FUN_00091980") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "uVar4 = uVar4 >> 4;" (assignment_expression "uVar4 = uVar4 >> 4" (identifier "uVar4") (= "=") (binary_expression "uVar4 >> 4" (identifier "uVar4") (>> ">>") (number_literal "4"))) (; ";")) (expression_statement "uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;" (assignment_expression "uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2" (identifier "uVar5") (= "=") (binary_expression "*(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2" (binary_expression "*(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc)" (pointer_expression "*(int *)(param_1 + 0xc0)" (* "*") (cast_expression "(int *)(param_1 + 0xc0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (- "-") (pointer_expression "*(int *)(param_1 + 0xbc)" (* "*") (cast_expression "(int *)(param_1 + 0xbc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xbc)" (( "(") (binary_expression "param_1 + 0xbc" (identifier "param_1") (+ "+") (number_literal "0xbc")) () ")"))))) (>> ">>") (number_literal "2"))) (; ";")) (if_statement "if (uVar5 < uVar4) {\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }\n else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" (if "if") (parenthesized_expression "(uVar5 < uVar4)" (( "(") (binary_expression "uVar5 < uVar4" (identifier "uVar5") (< "<") (identifier "uVar4")) () ")")) (compound_statement "{\n FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);\n iVar2 = *(int *)(param_3 + 0xc);\n iVar3 = *(int *)(param_3 + 0x14);\n }" ({ "{") (expression_statement "FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);" (call_expression "FUN_00071120(param_1 + 0xbc,uVar4 - uVar5)" (identifier "FUN_00071120") (argument_list "(param_1 + 0xbc,uVar4 - uVar5)" (( "(") (binary_expression "param_1 + 0xbc" (identifier "param_1") (+ "+") (number_literal "0xbc")) (, ",") (binary_expression "uVar4 - uVar5" (identifier "uVar4") (- "-") (identifier "uVar5")) () ")"))) (; ";")) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_3 + 0xc)" (* "*") (cast_expression "(int *)(param_3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (expression_statement "iVar3 = *(int *)(param_3 + 0x14);" (assignment_expression "iVar3 = *(int *)(param_3 + 0x14)" (identifier "iVar3") (= "=") (pointer_expression "*(int *)(param_3 + 0x14)" (* "*") (cast_expression "(int *)(param_3 + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x14)" (( "(") (binary_expression "param_3 + 0x14" (identifier "param_3") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (} "}")) (else_clause "else if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" (else "else") (if_statement "if ((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {\n *(int *)(param_1 + 0xc0) = iVar1;\n }" (if "if") (parenthesized_expression "((uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1))" (( "(") (binary_expression "(uVar4 < uVar5) &&\n (iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)" (parenthesized_expression "(uVar4 < uVar5)" (( "(") (binary_expression "uVar4 < uVar5" (identifier "uVar4") (< "<") (identifier "uVar5")) () ")")) (&& "&&") (parenthesized_expression "(iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)" (( "(") (comma_expression "iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1" (assignment_expression "iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4" (identifier "iVar1") (= "=") (binary_expression "*(int *)(param_1 + 0xbc) + uVar4 * 4" (pointer_expression "*(int *)(param_1 + 0xbc)" (* "*") (cast_expression "(int *)(param_1 + 0xbc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xbc)" (( "(") (binary_expression "param_1 + 0xbc" (identifier "param_1") (+ "+") (number_literal "0xbc")) () ")")))) (+ "+") (binary_expression "uVar4 * 4" (identifier "uVar4") (* "*") (number_literal "4")))) (, ",") (binary_expression "*(int *)(param_1 + 0xc0) != iVar1" (pointer_expression "*(int *)(param_1 + 0xc0)" (* "*") (cast_expression "(int *)(param_1 + 0xc0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (!= "!=") (identifier "iVar1"))) () ")"))) () ")")) (compound_statement "{\n *(int *)(param_1 + 0xc0) = iVar1;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0xc0) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc0) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc0)" (* "*") (cast_expression "(int *)(param_1 + 0xc0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc0)" (( "(") (binary_expression "param_1 + 0xc0" (identifier "param_1") (+ "+") (number_literal "0xc0")) () ")")))) (= "=") (identifier "iVar1")) (; ";")) (} "}"))))) (expression_statement "FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200);" (call_expression "FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200)" (identifier "FUN_0012dd00") (argument_list "(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),\n *(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),\n param_1 + 0xbc,param_1 + 200)" (( "(") (identifier "param_2") (, ",") (identifier "param_1") (, ",") (binary_expression "iVar3 + *(int *)(iVar2 + 8)" (identifier "iVar3") (+ "+") (pointer_expression "*(int *)(iVar2 + 8)" (* "*") (cast_expression "(int *)(iVar2 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar2 + 8)" (( "(") (binary_expression "iVar2 + 8" (identifier "iVar2") (+ "+") (number_literal "8")) () ")"))))) (, ",") (identifier "uVar4") (, ",") (pointer_expression "*(undefined4 *)(param_1 + 0xb0)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0xb0)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xb0)" (( "(") (binary_expression "param_1 + 0xb0" (identifier "param_1") (+ "+") (number_literal "0xb0")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(*(int *)(param_3 + 0x18) + 8)" (* "*") (cast_expression "(undefined4 *)(*(int *)(param_3 + 0x18) + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_3 + 0x18) + 8)" (( "(") (binary_expression "*(int *)(param_3 + 0x18) + 8" (pointer_expression "*(int *)(param_3 + 0x18)" (* "*") (cast_expression "(int *)(param_3 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x18)" (( "(") (binary_expression "param_3 + 0x18" (identifier "param_3") (+ "+") (number_literal "0x18")) () ")")))) (+ "+") (number_literal "8")) () ")")))) (, ",") (pointer_expression "*(undefined4 *)(param_3 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_3 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x1c)" (( "(") (binary_expression "param_3 + 0x1c" (identifier "param_3") (+ "+") (number_literal "0x1c")) () ")")))) (, ",") (binary_expression "param_1 + 0xbc" (identifier "param_1") (+ "+") (number_literal "0xbc")) (, ",") (binary_expression "param_1 + 200" (identifier "param_1") (+ "+") (number_literal "200")) () ")"))) (; ";")) (expression_statement "iVar2 = *(int *)(param_3 + 0xc);" (assignment_expression "iVar2 = *(int *)(param_3 + 0xc)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_3 + 0xc)" (* "*") (cast_expression "(int *)(param_3 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")"))))) (; ";")) (if_statement "if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" ({ "{") (expression_statement "FUN_0005cea0(iVar2);" (call_expression "FUN_0005cea0(iVar2)" (identifier "FUN_0005cea0") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "FUN_00180780(iVar2,0xc);" (call_expression "FUN_00180780(iVar2,0xc)" (identifier "FUN_00180780") (argument_list "(iVar2,0xc)" (( "(") (identifier "iVar2") (, ",") (number_literal "0xc") () ")"))) (; ";")) (} "}"))) (expression_statement "iVar2 = *(int *)(param_3 + 0x18);" (assignment_expression "iVar2 = *(int *)(param_3 + 0x18)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_3 + 0x18)" (* "*") (cast_expression "(int *)(param_3 + 0x18)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x18)" (( "(") (binary_expression "param_3 + 0x18" (identifier "param_3") (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(param_3 + 0xc) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 0xc) = 0" (pointer_expression "*(undefined4 *)(param_3 + 0xc)" (* "*") (cast_expression "(undefined4 *)(param_3 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0xc)" (( "(") (binary_expression "param_3 + 0xc" (identifier "param_3") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (iVar2 != 0) {\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0005cea0(iVar2);\n FUN_00180780(iVar2,0xc);\n }" ({ "{") (expression_statement "FUN_0005cea0(iVar2);" (call_expression "FUN_0005cea0(iVar2)" (identifier "FUN_0005cea0") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))) (; ";")) (expression_statement "FUN_00180780(iVar2,0xc);" (call_expression "FUN_00180780(iVar2,0xc)" (identifier "FUN_00180780") (argument_list "(iVar2,0xc)" (( "(") (identifier "iVar2") (, ",") (number_literal "0xc") () ")"))) (; ";")) (} "}"))) (expression_statement "*(undefined4 *)(param_3 + 0x18) = 0;" (assignment_expression "*(undefined4 *)(param_3 + 0x18) = 0" (pointer_expression "*(undefined4 *)(param_3 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_3 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x18)" (( "(") (binary_expression "param_3 + 0x18" (identifier "param_3") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* 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 do_add_symbols(Sized_relobj_file<32,_false> * this, Symbol_table *
symtab, Read_symbols_data * sd, Layout * param_3) */
void __thiscall
var_7::Sized_relobj_file<32,var_16>::do_add_symbols
(Sized_relobj_file<32,var_16> *this,Symbol_table *symtab,Read_symbols_data *sd,
Layout *param_3)
{
type_1 var_13;
type_1 var_14;
type_2 *var_1;
char *format;
int var_3;
type_3 var_4;
type_3 var_10;
type_4 in_stack_ffffffb8;
var_1 = sd->symbols;
if (var_1 == (type_2 *)0x0) {
if (sd->symbol_names != (type_2 *)0x0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/object.cc",0x826,"do_add_symbols");
}
}
else {
var_3 = sd->external_symbols_offset;
var_4 = sd->symbols_size - var_3;
if ((var_4 & 0xf) != 0) {
format = (char *)var_5("size of symbols is not multiple of symbol size");
Object::var_6((type_5 *)this,format);
return;
}
var_4 = var_4 >> 4;
var_13 = (this->symbols_).super__Vector_base<var_7::var_11*,var_8::allocator<var_7::var_11*>var_9>.
_M_impl._M_start;
var_14 = (this->symbols_).super__Vector_base<var_7::var_11*,var_8::allocator<var_7::var_11*>var_9>.
_M_impl._M_finish;
var_10 = (int)var_14 - (int)var_13 >> 2;
if (var_10 < var_4) {
in_stack_ffffffb8 = var_4 - var_10;
std::vector<var_7::var_11*,var_8::allocator<var_7::var_11*>var_9>::var_12
(&this->symbols_,in_stack_ffffffb8);
var_1 = sd->symbols;
var_3 = sd->external_symbols_offset;
}
else if ((var_4 < var_10) && (var_13 = var_13 + var_4, var_14 != var_13)) {
(this->symbols_).super__Vector_base<var_7::var_11*,var_8::allocator<var_7::var_11*>var_9>._M_impl.
_M_finish = var_13;
}
Symbol_table::var_15<32,var_16>
(symtab,this,var_1->data_ + var_3,var_4,this->local_symbol_count_,
(char *)sd->symbol_names->data_,sd->symbol_names_size,&this->symbols_,
&this->defined_count_);
var_1 = sd->symbols;
if (var_1 != (type_2 *)0x0) {
File_view::~type_2(var_1,in_stack_ffffffb8);
in_stack_ffffffb8 = 0xc;
var_17(var_1,0xc);
}
var_1 = sd->symbol_names;
sd->symbols = (type_2 *)0x0;
if (var_1 != (type_2 *)0x0) {
File_view::~type_2(var_1,in_stack_ffffffb8);
var_17(var_1,0xc);
}
sd->symbol_names = (type_2 *)0x0;
}
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)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2,int param_3)
{
int iVar1;
int iVar2;
int iVar3;
uint uVar4;
uint uVar5;
iVar2 = *(int *)(param_3 + 0xc);
if (iVar2 == 0) {
if (*(int *)(param_3 + 0x18) != 0) {
/* WARNING: Subroutine does not return */
FUN_0005f0b0("../../gold/object.cc",0x826,"do_add_symbols",*(int *)(param_3 + 0x18));
}
}
else {
iVar3 = *(int *)(param_3 + 0x14);
uVar4 = *(int *)(param_3 + 0x10) - iVar3;
if ((uVar4 & 0xf) != 0) {
gettext("size of symbols is not multiple of symbol size");
FUN_00091980();
return;
}
uVar4 = uVar4 >> 4;
uVar5 = *(int *)(param_1 + 0xc0) - *(int *)(param_1 + 0xbc) >> 2;
if (uVar5 < uVar4) {
FUN_00071120(param_1 + 0xbc,uVar4 - uVar5);
iVar2 = *(int *)(param_3 + 0xc);
iVar3 = *(int *)(param_3 + 0x14);
}
else if ((uVar4 < uVar5) &&
(iVar1 = *(int *)(param_1 + 0xbc) + uVar4 * 4, *(int *)(param_1 + 0xc0) != iVar1)) {
*(int *)(param_1 + 0xc0) = iVar1;
}
FUN_0012dd00(param_2,param_1,iVar3 + *(int *)(iVar2 + 8),uVar4,*(undefined4 *)(param_1 + 0xb0),
*(undefined4 *)(*(int *)(param_3 + 0x18) + 8),*(undefined4 *)(param_3 + 0x1c),
param_1 + 0xbc,param_1 + 200);
iVar2 = *(int *)(param_3 + 0xc);
if (iVar2 != 0) {
FUN_0005cea0(iVar2);
FUN_00180780(iVar2,0xc);
}
iVar2 = *(int *)(param_3 + 0x18);
*(undefined4 *)(param_3 + 0xc) = 0;
if (iVar2 != 0) {
FUN_0005cea0(iVar2);
FUN_00180780(iVar2,0xc);
}
*(undefined4 *)(param_3 + 0x18) = 0;
}
return;
}
|
4334_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
operator+
|
FUN_00150170
|
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* DWARF original prototype: Parse_expression operator+(Parse_expression * this, Parse_expression *
e) */
Parse_expression * __thiscall
gold::Arm_reloc_property_table::Parse_expression::operator+
(Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e)
{
int *piVar1;
basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_7c;
int *local_64;
int local_60;
int local_5c;
int local_58;
int local_54;
int local_50;
int *local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int *local_34;
int local_30;
int local_2c;
int local_28;
int local_24;
int local_20;
std::operator+<char,_std::char_traits<char>,_std::allocator<char>_>
(&local_7c,"( + ",&this->s_expression_);
if (local_7c._M_string_length == 0x7fffffff) {
/* WARNING: Subroutine does not return */
/* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */
std::__throw_length_error("basic_string::append");
}
/* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */
piVar1 = (int *)std::string::_M_append((char *)&local_7c,0x497c6f);
if ((int *)*piVar1 == piVar1 + 2) {
local_5c = piVar1[2];
local_58 = piVar1[3];
local_54 = piVar1[4];
local_50 = piVar1[5];
local_64 = &local_5c;
}
else {
local_5c = piVar1[2];
local_64 = (int *)*piVar1;
}
local_60 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
/* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */
piVar1 = (int *)std::string::_M_append
((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p);
if ((int *)*piVar1 == piVar1 + 2) {
local_44 = piVar1[2];
local_40 = piVar1[3];
local_3c = piVar1[4];
local_38 = piVar1[5];
local_4c = &local_44;
}
else {
local_44 = piVar1[2];
local_4c = (int *)*piVar1;
}
local_48 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
if (1 < 0x7fffffffU - local_48) {
/* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */
piVar1 = (int *)std::string::_M_append((char *)&local_4c,0x46c99f);
if ((int *)*piVar1 == piVar1 + 2) {
local_2c = piVar1[2];
local_28 = piVar1[3];
local_24 = piVar1[4];
local_20 = piVar1[5];
local_34 = &local_2c;
}
else {
local_2c = piVar1[2];
local_34 = (int *)*piVar1;
}
local_30 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
(__return_storage_ptr__->s_expression_)._M_dataplus._M_p =
(pointer)&(__return_storage_ptr__->s_expression_).field_2;
/* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */
std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::
_M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);
if (local_34 != &local_2c) {
operator_delete(local_34);
}
if (local_4c != &local_44) {
operator_delete(local_4c);
}
if (local_64 != &local_5c) {
operator_delete(local_64);
}
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)local_7c._M_dataplus._M_p != &local_7c.field_2) {
operator_delete(local_7c._M_dataplus._M_p);
}
return __return_storage_ptr__;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */
std::__throw_length_error("basic_string::append");
}
|
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
int * FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)
{
int *piVar1;
undefined1 *local_7c;
int local_78;
undefined1 local_74 [16];
int *local_64;
int local_60;
int local_5c;
int local_58;
int local_54;
int local_50;
int *local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int *local_34;
int local_30;
int local_2c;
int local_28;
int local_24;
int local_20;
FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);
if (local_78 == 0x7fffffff) {
/* WARNING: Subroutine does not return */
/* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */
FUN_003f3a70("basic_string::append");
}
/* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */
piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);
if ((int *)*piVar1 == piVar1 + 2) {
local_5c = piVar1[2];
local_58 = piVar1[3];
local_54 = piVar1[4];
local_50 = piVar1[5];
local_64 = &local_5c;
}
else {
local_5c = piVar1[2];
local_64 = (int *)*piVar1;
}
local_60 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
/* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */
piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);
if ((int *)*piVar1 == piVar1 + 2) {
local_44 = piVar1[2];
local_40 = piVar1[3];
local_3c = piVar1[4];
local_38 = piVar1[5];
local_4c = &local_44;
}
else {
local_44 = piVar1[2];
local_4c = (int *)*piVar1;
}
local_48 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
if (1 < 0x7fffffffU - local_48) {
/* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */
piVar1 = (int *)FUN_003b7890(&local_4c," )",2);
if ((int *)*piVar1 == piVar1 + 2) {
local_2c = piVar1[2];
local_28 = piVar1[3];
local_24 = piVar1[4];
local_20 = piVar1[5];
local_34 = &local_2c;
}
else {
local_2c = piVar1[2];
local_34 = (int *)*piVar1;
}
local_30 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
*param_1 = (int)(param_1 + 2);
/* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */
FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);
if (local_34 != &local_2c) {
FUN_003ae080(local_34);
}
if (local_4c != &local_44) {
FUN_003ae080(local_4c);
}
if (local_64 != &local_5c) {
FUN_003ae080(local_64);
}
if (local_7c != local_74) {
FUN_003ae080(local_7c);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */
FUN_003f3a70("basic_string::append");
}
|
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
LEA EAX,[EBP + -0x78]
CALL 0x00063c76
ADD ESI,0x499e83
PUSH EBX
MOV EBX,EAX
ADD ESP,-0x80
PUSH dword ptr [EBP + 0xc]
MOV EDI,dword ptr [EBP + 0x10]
LEA EAX,[ESI + 0xffe829cf]
PUSH EAX
PUSH EBX
CALL 0x0014f900
ADD ESP,0xc
CMP dword ptr [EBP + -0x74],0x7fffffff
JZ 0x0015038e
SUB ESP,0x4
LEA EAX,[ESI + 0xffeadc6f]
PUSH 0x1
PUSH EAX
PUSH EBX
MOV EBX,ESI
CALL 0x003b7890
LEA EBX,[EBP + -0x58]
LEA EDX,[EAX + 0x8]
ADD ESP,0x10
MOV dword ptr [EBP + -0x60],EBX
MOV ECX,dword ptr [EAX]
MOV dword ptr [EBP + -0x80],EBX
CMP ECX,EDX
JZ 0x00150320
MOV dword ptr [EBP + -0x60],ECX
MOV ECX,dword ptr [EAX + 0x8]
MOV dword ptr [EBP + -0x58],ECX
MOV ECX,dword ptr [EAX + 0x4]
MOV byte ptr [EAX + 0x8],0x0
SUB ESP,0x4
MOV EBX,ESI
MOV dword ptr [EBP + -0x5c],ECX
MOV dword ptr [EAX],EDX
MOV dword ptr [EAX + 0x4],0x0
LEA EAX,[EBP + -0x60]
PUSH dword ptr [EDI + 0x4]
PUSH dword ptr [EDI]
PUSH EAX
CALL 0x003b7890
LEA EDI,[EBP + -0x40]
LEA EDX,[EAX + 0x8]
ADD ESP,0x10
MOV dword ptr [EBP + -0x48],EDI
MOV ECX,dword ptr [EAX]
CMP ECX,EDX
JZ 0x00150340
MOV dword ptr [EBP + -0x48],ECX
MOV ECX,dword ptr [EAX + 0x8]
MOV dword ptr [EBP + -0x40],ECX
MOV ECX,dword ptr [EAX + 0x4]
MOV byte ptr [EAX + 0x8],0x0
MOV dword ptr [EBP + -0x44],ECX
MOV dword ptr [EAX],EDX
MOV dword ptr [EAX + 0x4],0x0
MOV EAX,0x7fffffff
SUB EAX,dword ptr [EBP + -0x44]
CMP EAX,0x1
JBE 0x0015037d
SUB ESP,0x4
LEA EAX,[ESI + 0xffe8299f]
MOV EBX,ESI
PUSH 0x2
PUSH EAX
LEA EAX,[EBP + -0x48]
PUSH EAX
CALL 0x003b7890
LEA EDX,[EBP + -0x28]
ADD ESP,0x10
MOV dword ptr [EBP + -0x30],EDX
MOV ECX,dword ptr [EAX]
MOV dword ptr [EBP + -0x7c],EDX
LEA EDX,[EAX + 0x8]
CMP ECX,EDX
JZ 0x00150360
MOV dword ptr [EBP + -0x30],ECX
MOV ECX,dword ptr [EAX + 0x8]
MOV dword ptr [EBP + -0x28],ECX
MOV ECX,dword ptr [EAX + 0x4]
MOV EBX,dword ptr [EBP + 0x8]
MOV byte ptr [EAX + 0x8],0x0
MOV dword ptr [EBP + -0x2c],ECX
MOV dword ptr [EAX],EDX
MOV dword ptr [EAX + 0x4],0x0
MOV EAX,dword ptr [EBP + 0x8]
MOV EDX,dword ptr [EBP + -0x2c]
ADD EAX,0x8
MOV dword ptr [EBX],EAX
MOV EAX,dword ptr [EBP + -0x30]
PUSH 0x0
ADD EDX,EAX
PUSH EDX
PUSH EAX
PUSH EBX
CALL 0x0014fca0
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x30]
CMP EAX,dword ptr [EBP + -0x7c]
JZ 0x001502cd
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x48]
CMP EAX,EDI
JZ 0x001502e2
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x60]
CMP EAX,dword ptr [EBP + -0x80]
JZ 0x001502f8
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + -0x78]
LEA EDX,[EBP + -0x70]
CMP EAX,EDX
JZ 0x00150310
SUB ESP,0xc
MOV EBX,ESI
PUSH EAX
CALL 0x003ae080
ADD ESP,0x10
MOV EAX,dword ptr [EBP + 0x8]
LEA ESP,[EBP + -0xc]
POP EBX
POP ESI
POP EDI
POP EBP
RET 0x4
MOV ECX,dword ptr [EAX + 0x8]
MOV dword ptr [EBP + -0x58],ECX
MOV ECX,dword ptr [EAX + 0xc]
MOV dword ptr [EBP + -0x54],ECX
MOV ECX,dword ptr [EAX + 0x10]
MOV dword ptr [EBP + -0x50],ECX
MOV ECX,dword ptr [EAX + 0x14]
MOV dword ptr [EBP + -0x4c],ECX
JMP 0x001501e2
MOV ECX,dword ptr [EAX + 0x8]
MOV dword ptr [EBP + -0x40],ECX
MOV ECX,dword ptr [EAX + 0xc]
MOV dword ptr [EBP + -0x3c],ECX
MOV ECX,dword ptr [EAX + 0x10]
MOV dword ptr [EBP + -0x38],ECX
MOV ECX,dword ptr [EAX + 0x14]
MOV dword ptr [EBP + -0x34],ECX
JMP 0x00150227
MOV ECX,dword ptr [EAX + 0x8]
MOV dword ptr [EBP + -0x28],ECX
MOV ECX,dword ptr [EAX + 0xc]
MOV dword ptr [EBP + -0x24],ECX
MOV ECX,dword ptr [EAX + 0x10]
MOV dword ptr [EBP + -0x20],ECX
MOV ECX,dword ptr [EAX + 0x14]
MOV dword ptr [EBP + -0x1c],ECX
JMP 0x00150284
SUB ESP,0xc
LEA EAX,[ESI + 0xffe8206e]
MOV EBX,ESI
PUSH EAX
CALL 0x003f3a70
SUB ESP,0xc
LEA EAX,[ESI + 0xffe8206e]
MOV EBX,ESI
PUSH EAX
CALL 0x003f3a70
| null | null | null | null |
[(u'INDIRECT_-1207302145', u'MULTIEQUAL_-1207302132'), ('const-3', u'PTRADD_-1207301702'), (u'PTRSUB_-1207301954', u'CAST_-1207301903'), (u'MULTIEQUAL_-1207302098', u'MULTIEQUAL_-1207302077'), ('const-1', u'PTRADD_-1207302066'), (u'COPY_-1207302110', u'MULTIEQUAL_-1207302453'), ('const-417', u'LOAD_-1207302709'), (u'LOAD_-1207303269', u'CAST_-1207301887'), (u'INDIRECT_-1207302022', u'MULTIEQUAL_-1207301984'), (u'INDIRECT_-1207302162', u'MULTIEQUAL_-1207302149'), (u'INDIRECT_-1207302088', u'MULTIEQUAL_-1207302077'), (u'INT_EQUAL_-1207303240', u'CBRANCH_-1207303239'), (u'INDIRECT_-1207302184', u'MULTIEQUAL_-1207302169'), (u'PTRADD_-1207301930', u'CAST_-1207301847'), ('const-4', u'PTRADD_-1207301688'), (u'CAST_-1207301979', u'INT_EQUAL_-1207303440'), (u'INDIRECT_-1207301993', u'MULTIEQUAL_-1207301980'), (u'CALL_-1207302923', u'INDIRECT_-1207302139'), (u'MULTIEQUAL_-1207301967', u'MULTIEQUAL_-1207301947'), (u'CALL_-1207302652', u'INDIRECT_-1207302041'), (u'LOAD_-1207302733', u'MULTIEQUAL_-1207302420'), (u'PTRSUB_-1207302020', u'PTRSUB_-1207302015'), (u'PTRSUB_-1207301855', u'PTRSUB_-1207301851'), (u'PTRADD_-1207301688', u'LOAD_-1207302690'), (u'CALL_-1207302986', u'INDIRECT_-1207302027'), ('const-4', u'PTRADD_-1207301915'), (u'CALL_-1207302858', u'INDIRECT_-1207302114'), ('const-2', u'PTRADD_-1207301673'), (u'CALL_-1207303293', u'INDIRECT_-1207302206'), (u'CALL_-1207303641', u'INDIRECT_-1207302354'), (u'MULTIEQUAL_-1207302210', u'CAST_-1207301734'), (u'CALL_-1207303293', u'INDIRECT_-1207302222'), ('const-417', u'LOAD_-1207303228'), (u'INDIRECT_-1207302072', u'MULTIEQUAL_-1207302034'), (u'MULTIEQUAL_-1207301984', u'MULTIEQUAL_-1207301964'), (u'CALL_-1207302923', u'INDIRECT_-1207301903'), ('const-417', u'LOAD_-1207302714'), ('const-0', u'PTRSUB_-1207301851'), (u'CALL_-1207303109', u'INDIRECT_-1207302038'), (u'PTRADD_-1207302008', u'LOAD_-1207303416'), (u'PTRADD_-1207301891', u'STORE_-1207303185'), (u'CALL_-1207303046', u'INDIRECT_-1207302217'), (u'CALL_-1207303641', u'CAST_-1207302075'), ('const-4', u'PTRADD_-1207302118'), (u'CALL_-1207303109', u'INDIRECT_-1207302089'), ('const-417', u'LOAD_-1207303504'), (u'CALL_-1207302652', u'INDIRECT_-1207301923'), ('const-1', u'PTRADD_-1207301891'), (u'CALL_-1207303293', u'INDIRECT_-1207302340'), (u'MULTIEQUAL_-1207302034', u'MULTIEQUAL_-1207302014'), (u'INDIRECT_-1207302189', u'MULTIEQUAL_-1207302178'), (u'CALL_-1207303293', u'INDIRECT_-1207302189'), (u'MULTIEQUAL_-1207302231', u'MULTIEQUAL_-1207302210'), (u'CALL_-1207303487', u'INDIRECT_-1207302415'), (u'CALL_-1207302986', u'INDIRECT_-1207301943'), ('const-0', u'RETURN_-1207302803'), (u'CAST_-1207302075', u'LOAD_-1207303612'), (u'CALL_-1207302923', u'INDIRECT_-1207302038'), (u'COPY_-1207301715', u'CALL_-1207302565'), ('const-417', u'LOAD_-1207302721'), (u'CALL_-1207303293', u'INDIRECT_-1207302172'), (u'MULTIEQUAL_-1207302014', u'MULTIEQUAL_-1207301993'), (u'INDIRECT_-1207302015', u'MULTIEQUAL_-1207302000'), (u'INDIRECT_-1207301926', u'MULTIEQUAL_-1207301913'), ('tmp_869', u'CBRANCH_-1207303239'), (u'CAST_-1207301902', u'PTRADD_-1207301930'), (u'INDIRECT_-1207301977', u'MULTIEQUAL_-1207301964'), (u'MULTIEQUAL_-1207302169', u'MULTIEQUAL_-1207302149'), ('const-4', u'PTRADD_-1207301724'), (u'INDIRECT_-1207302421', u'MULTIEQUAL_-1207302369'), (u'CALL_-1207302858', u'INDIRECT_-1207301996'), (u'PTRSUB_-1207302050', u'PTRSUB_-1207302020'), (u'CALL_-1207303109', u'INDIRECT_-1207302005'), (u'CALL_-1207303293', u'INDIRECT_-1207302155'), ('const-417', u'STORE_-1207303152'), (u'CALL_-1207303046', u'INDIRECT_-1207302032'), ('const-5', u'PTRADD_-1207301724'), ('const-4', u'PTRADD_-1207301738'), (u'CAST_-1207301734', u'INT_NOTEQUAL_-1207302884'), ('const-4815983', u'CALL_-1207303641'), (u'CALL_-1207302923', u'INDIRECT_-1207302021'), (u'MULTIEQUAL_-1207302152', u'MULTIEQUAL_-1207302132'), ('const-2', u'PTRADD_-1207301930'), ('const-4294967172', u'PTRSUB_-1207301766'), ('const-417', u'LOAD_-1207303428'), (u'PTRADD_-1207302038', u'CAST_-1207301948'), (u'CALL_-1207303046', u'INDIRECT_-1207302066'), (u'CALL_-1207302858', u'INDIRECT_-1207301912'), (u'PTRADD_-1207301930', u'INT_EQUAL_-1207303240'), (u'INDIRECT_-1207302128', u'MULTIEQUAL_-1207302115'), (u'CAST_-1207302075', u'PTRADD_-1207301724'), (u'CALL_-1207302652', u'INDIRECT_-1207301856'), (u'INDIRECT_-1207302438', u'MULTIEQUAL_-1207302386'), (u'INDIRECT_-1207301988', u'MULTIEQUAL_-1207301950'), (u'CALL_-1207303293', u'INDIRECT_-1207302088'), (u'COPY_-1207301696', u'MULTIEQUAL_-1207302089'), ('const-2147483647', u'INT_EQUAL_-1207303694'), ('const-4639135', u'CALL_-1207303293'), (u'PTRSUB_-1207302197', u'CALL_-1207303723'), (u'CALL_-1207303109', u'INDIRECT_-1207302207'), (u'CALL_-1207302923', u'INDIRECT_-1207302156'), (u'CALL_-1207303293', u'INDIRECT_-1207302273'), (u'INDIRECT_-1207302054', u'MULTIEQUAL_-1207302005'), ('const-4294967220', u'PTRSUB_-1207301954'), (u'CAST_-1207301997', u'PTRADD_-1207302008'), (u'INDIRECT_-1207302005', u'MULTIEQUAL_-1207301967'), ('const-417', u'LOAD_-1207303269'), (u'CALL_-1207302923', u'INDIRECT_-1207301970'), (u'MULTIEQUAL_-1207302101', u'MULTIEQUAL_-1207302081'), ('const-4', u'PTRADD_-1207301695'), ('const-0', u'PTRSUB_-1207302020'), (u'LOAD_-1207303576', u'MULTIEQUAL_-1207302420'), (u'CALL_-1207302986', u'INDIRECT_-1207302010'), (u'INDIRECT_-1207302038', u'MULTIEQUAL_-1207302000'), (u'CALL_-1207303293', u'INDIRECT_-1207302071'), (u'INDIRECT_-1207302032', u'MULTIEQUAL_-1207302017'), (u'INDIRECT_-1207302071', u'MULTIEQUAL_-1207302022'), (u'CALL_-1207302986', u'INDIRECT_-1207302145'), (u'CALL_-1207303046', u'INDIRECT_-1207302150'), ('const-417', u'STORE_-1207303524'), (u'CALL_-1207303109', u'INDIRECT_-1207302139'), ('const-2', u'PTRADD_-1207302081'), (u'CALL_-1207302986', u'INDIRECT_-1207302044'), (u'CALL_-1207302858', u'INDIRECT_-1207301878'), (u'PTRSUB_-1207302041', u'COPY_-1207301730'), (u'COPY_-1207301730', u'MULTIEQUAL_-1207302283'), (u'INDIRECT_-1207302201', u'MULTIEQUAL_-1207302186'), ('const-4636782', u'COPY_-1207301733'), (u'CALL_-1207302858', u'INDIRECT_-1207302063'), (u'PTRADD_-1207301724', u'LOAD_-1207302697'), ('const-417', u'LOAD_-1207303612'), (u'INDIRECT_-1207302094', u'MULTIEQUAL_-1207302081'), (u'PTRSUB_-1207302121', u'COPY_-1207301764'), (u'PTRSUB_-1207302111', u'CALL_-1207303723'), ('tmp_712', u'CBRANCH_-1207303345'), ('const-4', u'PTRADD_-1207301891'), (u'PTRSUB_-1207302121', u'INT_NOTEQUAL_-1207302950'), (u'PTRSUB_-1207302057', u'CAST_-1207301999'), ('const-4', u'PTRADD_-1207301908'), ('const-417', u'LOAD_-1207302715'), (u'INDIRECT_-1207302083', u'MULTIEQUAL_-1207302068'), (u'INDIRECT_-1207302455', u'MULTIEQUAL_-1207302403'), (u'PTRADD_-1207302066', u'STORE_-1207303524'), ('const-2', u'PTRADD_-1207302118'), (u'CALL_-1207303109', u'INDIRECT_-1207302240'), (u'CALL_-1207302652', u'INDIRECT_-1207301873'), (u'CAST_-1207301999', u'CALL_-1207303487'), (u'CALL_-1207303046', u'INDIRECT_-1207302049'), (u'MULTIEQUAL_-1207302132', u'MULTIEQUAL_-1207302111'), (u'CAST_-1207301902', u'PTRADD_-1207301915'), (u'PTRADD_-1207301702', u'LOAD_-1207302714'), (u'CALL_-1207303109', u'INDIRECT_-1207302022'), (u'CAST_-1207301902', u'PTRADD_-1207301901'), ('const-4', u'PTRADD_-1207301702'), (u'PTRADD_-1207301652', u'LOAD_-1207302703'), (u'PTRSUB_-1207301851', u'STORE_-1207303152'), (u'INDIRECT_-1207302156', u'MULTIEQUAL_-1207302145'), (u'INDIRECT_-1207302004', u'MULTIEQUAL_-1207301993'), ('tmp_1940', u'PTRSUB_-1207302111'), (u'INDIRECT_-1207301971', u'MULTIEQUAL_-1207301933'), (u'INDIRECT_-1207302100', u'MULTIEQUAL_-1207302085'), (u'PTRADD_-1207301908', u'LOAD_-1207303216'), (u'MULTIEQUAL_-1207302118', u'MULTIEQUAL_-1207302098'), ('const-1', u'RETURN_-1207302647'), (u'CALL_-1207303046', u'INDIRECT_-1207302133'), (u'INT_ADD_-1207303120', u'CALL_-1207303109'), (u'CALL_-1207302858', u'INDIRECT_-1207301895'), (u'CALL_-1207302923', u'INDIRECT_-1207301920'), (u'PTRADD_-1207301695', u'LOAD_-1207302702'), ('const-2', u'PTRADD_-1207301901'), ('tmp_1939', u'PTRSUB_-1207301871'), (u'CAST_-1207301997', u'PTRADD_-1207301688'), (u'CAST_-1207301902', u'PTRADD_-1207301666'), (u'INDIRECT_-1207302105', u'MULTIEQUAL_-1207302094'), (u'INDIRECT_-1207301954', u'MULTIEQUAL_-1207301943'), (u'CALL_-1207303723', u'INDIRECT_-1207302375'), (u'CAST_-1207301847', u'STORE_-1207303190'), (u'INDIRECT_-1207301948', u'MULTIEQUAL_-1207301933'), (u'CALL_-1207303487', u'INDIRECT_-1207302247'), (u'MULTIEQUAL_-1207302166', u'MULTIEQUAL_-1207302145'), ('const-4294967172', u'PTRSUB_-1207302197'), (u'CALL_-1207303641', u'INDIRECT_-1207302236'), (u'CAST_-1207301997', u'PTRADD_-1207302038'), ('tmp_2579', u'PTRSUB_-1207302057'), ('const-417', u'LOAD_-1207302739'), ('const-0', u'PTRSUB_-1207301855'), (u'INT_LESS_-1207303336', u'CBRANCH_-1207303345'), ('const-1', u'PTRADD_-1207302008'), (u'PTRADD_-1207302038', u'INT_EQUAL_-1207303440'), (u'CAST_-1207302075', u'PTRADD_-1207302085'), ('tmp_2579', u'PTRSUB_-1207302121'), (u'INDIRECT_-1207302133', u'MULTIEQUAL_-1207302118'), ('const-0', u'STORE_-1207303556'), (u'LOAD_-1207302739', u'MULTIEQUAL_-1207302056'), (u'CALL_-1207302923', u'INDIRECT_-1207301954'), (u'INDIRECT_-1207302224', u'MULTIEQUAL_-1207302186'), (u'MULTIEQUAL_-1207302199', u'INT_NOTEQUAL_-1207302950'), ('const-2', u'PTRADD_-1207301915'), (u'PTRSUB_-1207301944', u'COPY_-1207301696'), (u'MULTIEQUAL_-1207301947', u'MULTIEQUAL_-1207301926'), (u'LOAD_-1207303612', u'CAST_-1207302057'), ('const-417', u'LOAD_-1207303416'), (u'CAST_-1207302076', u'CALL_-1207303641'), (u'CALL_-1207303723', u'INDIRECT_-1207302575'), (u'CALL_-1207303641', u'INDIRECT_-1207302219'), (u'MULTIEQUAL_-1207302210', u'CALL_-1207302858'), ('const-0', u'STORE_-1207303185'), ('const-4', u'PTRADD_-1207302008'), (u'INDIRECT_-1207302167', u'MULTIEQUAL_-1207302152'), (u'PTRADD_-1207301745', u'LOAD_-1207302733'), ('const-0', u'PTRSUB_-1207301871'), (u'PTRSUB_-1207301812', u'CALL_-1207303109'), (u'CALL_-1207302986', u'INDIRECT_-1207302244'), ('const-4294967196', u'PTRSUB_-1207302057'), (u'INDIRECT_-1207302150', u'MULTIEQUAL_-1207302135'), (u'MULTIEQUAL_-1207302068', u'MULTIEQUAL_-1207302048'), (u'CAST_-1207301997', u'PTRADD_-1207301994'), (u'CALL_-1207302986', u'INDIRECT_-1207302128'), (u'INDIRECT_-1207301987', u'MULTIEQUAL_-1207301976'), ('const-4', u'PTRADD_-1207301709'), (u'CALL_-1207303109', u'INDIRECT_-1207302224'), (u'MULTIEQUAL_-1207302202', u'MULTIEQUAL_-1207302182'), ('const-4', u'PTRADD_-1207302038'), (u'MULTIEQUAL_-1207302048', u'MULTIEQUAL_-1207302027'), ('tmp_1941', u'PTRSUB_-1207302050'), (u'CALL_-1207303487', u'INDIRECT_-1207302432'), ('const-417', u'STORE_-1207303408'), (u'INDIRECT_-1207302010', u'MULTIEQUAL_-1207301997'), (u'COPY_-1207301944', u'MULTIEQUAL_-1207302089'), (u'INDIRECT_-1207302190', u'MULTIEQUAL_-1207302152'), (u'INDIRECT_-1207302055', u'MULTIEQUAL_-1207302017'), (u'INDIRECT_-1207302257', u'MULTIEQUAL_-1207302219'), (u'MULTIEQUAL_-1207302089', u'CAST_-1207301820'), (u'LOAD_-1207302714', u'MULTIEQUAL_-1207302233'), ('const-417', u'STORE_-1207303185'), ('const-417', u'LOAD_-1207302702'), (u'INDIRECT_-1207302055', u'MULTIEQUAL_-1207302044'), (u'CALL_-1207303046', u'INDIRECT_-1207301965'), ('const-417', u'STORE_-1207303391'), ('tmp_578', u'CBRANCH_-1207303439'), (u'CALL_-1207303487', u'INDIRECT_-1207302281'), (u'INDIRECT_-1207302044', u'MULTIEQUAL_-1207302031'), (u'INDIRECT_-1207302049', u'MULTIEQUAL_-1207302034'), (u'INDIRECT_-1207302264', u'MULTIEQUAL_-1207302216'), (u'PTRADD_-1207301994', u'STORE_-1207303391'), (u'CALL_-1207302858', u'INDIRECT_-1207301962'), (u'CALL_-1207302858', u'INDIRECT_-1207302131'), ('const-0', u'STORE_-1207303391'), (u'INDIRECT_-1207302078', u'MULTIEQUAL_-1207302065'), ('const-1', u'PTRADD_-1207301908'), (u'CALL_-1207302923', u'INDIRECT_-1207302105'), (u'CAST_-1207302075', u'PTRADD_-1207302066'), (u'CALL_-1207302923', u'INDIRECT_-1207302221'), (u'MULTIEQUAL_-1207302186', u'MULTIEQUAL_-1207302166'), (u'INDIRECT_-1207302179', u'MULTIEQUAL_-1207302166'), (u'MULTIEQUAL_-1207301964', u'MULTIEQUAL_-1207301943'), (u'PTRADD_-1207301901', u'CAST_-1207301855'), (u'CAST_-1207301997', u'PTRADD_-1207301709'), (u'LOAD_-1207303228', u'MULTIEQUAL_-1207302056'), (u'CAST_-1207301902', u'PTRADD_-1207301908'), (u'PTRSUB_-1207301876', u'PTRSUB_-1207301859'), (u'CALL_-1207303046', u'INDIRECT_-1207301948'), ('const-4294967204', u'PTRSUB_-1207302121'), ('tmp_2579', u'PTRSUB_-1207301954'), (u'CALL_-1207303046', u'INDIRECT_-1207301982'), (u'CAST_-1207302075', u'PTRADD_-1207301738'), (u'CALL_-1207303109', u'INDIRECT_-1207302106'), (u'INDIRECT_-1207302289', u'MULTIEQUAL_-1207302251'), (u'INDIRECT_-1207302173', u'MULTIEQUAL_-1207302135'), (u'INDIRECT_-1207302122', u'MULTIEQUAL_-1207302111'), (u'CALL_-1207303723', u'INDIRECT_-1207302493'), (u'PTRSUB_-1207301766', u'PTRSUB_-1207301762'), (u'CAST_-1207302031', u'STORE_-1207303556'), (u'CALL_-1207302652', u'INDIRECT_-1207301974'), ('const-417', u'LOAD_-1207303216'), ('const-1', u'PTRADD_-1207301994'), (u'CAST_-1207302075', u'PTRADD_-1207302118'), (u'INDIRECT_-1207302027', u'MULTIEQUAL_-1207302014'), ('const-4', u'PTRADD_-1207301745'), (u'CAST_-1207301820', u'INT_ADD_-1207303120'), (u'CALL_-1207303046', u'INDIRECT_-1207302083'), (u'CALL_-1207302858', u'INDIRECT_-1207302030'), ('const-1', u'RETURN_-1207302560'), (u'CALL_-1207303487', u'INDIRECT_-1207302399'), (u'CAST_-1207301903', u'CALL_-1207303293'), (u'CAST_-1207301902', u'PTRADD_-1207301891'), (u'LOAD_-1207302690', u'MULTIEQUAL_-1207302199'), (u'CALL_-1207302858', u'INDIRECT_-1207301929'), (u'INDIRECT_-1207302106', u'MULTIEQUAL_-1207302068'), ('tmp_1939', u'COPY_-1207302844'), (u'CALL_-1207303641', u'INDIRECT_-1207302421'), (u'INDIRECT_-1207302281', u'MULTIEQUAL_-1207302233'), ('tmp_1464', u'CBRANCH_-1207302884'), ('const-417', u'LOAD_-1207303564'), (u'LOAD_-1207302702', u'MULTIEQUAL_-1207302216'), (u'PTRSUB_-1207301944', u'INT_NOTEQUAL_-1207303073'), (u'CALL_-1207303487', u'INDIRECT_-1207302180'), (u'MULTIEQUAL_-1207302182', u'MULTIEQUAL_-1207302161'), (u'INDIRECT_-1207301920', u'MULTIEQUAL_-1207301909'), (u'CALL_-1207303293', u'INDIRECT_-1207302372'), (u'LOAD_-1207302727', u'MULTIEQUAL_-1207302039'), (u'CAST_-1207301997', u'PTRADD_-1207301702'), (u'COPY_-1207301733', u'CALL_-1207302652'), (u'INDIRECT_-1207302061', u'MULTIEQUAL_-1207302048'), (u'CALL_-1207303109', u'INDIRECT_-1207302055'), (u'CALL_-1207303641', u'INDIRECT_-1207302337'), (u'CALL_-1207302858', u'INDIRECT_-1207302097'), (u'CALL_-1207303293', u'INDIRECT_-1207302307'), (u'CALL_-1207302652', u'INDIRECT_-1207301890'), (u'CALL_-1207303723', u'INDIRECT_-1207302476'), (u'CAST_-1207301979', u'COPY_-1207302039'), (u'INT_SUB_-1207303354', u'INT_LESS_-1207303336'), ('tmp_1779', u'BRANCH_-1207302677'), (u'CALL_-1207303046', u'INDIRECT_-1207301999'), ('const-4', u'PTRADD_-1207301652'), (u'LOAD_-1207302709', u'MULTIEQUAL_-1207302386'), ('tmp_1129', u'CBRANCH_-1207303072'), (u'CALL_-1207302923', u'INDIRECT_-1207302088'), (u'INDIRECT_-1207302139', u'MULTIEQUAL_-1207302128'), (u'PTRADD_-1207301673', u'LOAD_-1207302739'), (u'INDIRECT_-1207302234', u'MULTIEQUAL_-1207302219'), (u'INDIRECT_-1207302139', u'MULTIEQUAL_-1207302101'), (u'MULTIEQUAL_-1207302199', u'MULTIEQUAL_-1207302178'), (u'CALL_-1207303487', u'INDIRECT_-1207302348'), (u'INDIRECT_-1207302244', u'MULTIEQUAL_-1207302231'), (u'PTRADD_-1207302081', u'CAST_-1207302031'), (u'CALL_-1207302858', u'INDIRECT_-1207302080'), (u'LOAD_-1207303416', u'INT_SUB_-1207303354'), (u'CALL_-1207302986', u'INDIRECT_-1207302111'), (u'LOAD_-1207302726', u'MULTIEQUAL_-1207302250'), (u'CALL_-1207302986', u'INDIRECT_-1207301926'), (u'CALL_-1207303641', u'INDIRECT_-1207302320'), (u'CAST_-1207302018', u'STORE_-1207303529'), (u'CALL_-1207302652', u'INDIRECT_-1207301957'), (u'CALL_-1207302652', u'INDIRECT_-1207301907'), (u'CALL_-1207302923', u'INDIRECT_-1207301937'), (u'MULTIEQUAL_-1207302089', u'CALL_-1207303109'), (u'LOAD_-1207302721', u'MULTIEQUAL_-1207302403'), ('const-4', u'PTRADD_-1207302092'), (u'CALL_-1207302923', u'INDIRECT_-1207302055'), ('const-4', u'PTRADD_-1207301731'), (u'CAST_-1207301997', u'PTRADD_-1207301695'), ('const-8', u'PTRSUB_-1207301859'), (u'CALL_-1207303046', u'INDIRECT_-1207302201'), ('const-417', u'STORE_-1207303529'), (u'CALL_-1207302858', u'INDIRECT_-1207302164'), ('const-3', u'PTRADD_-1207301666'), (u'CALL_-1207303641', u'INDIRECT_-1207302455'), (u'CALL_-1207303109', u'INDIRECT_-1207302257'), (u'INDIRECT_-1207302038', u'MULTIEQUAL_-1207302027'), (u'PTRSUB_-1207301859', u'CAST_-1207301828'), ('tmp_1939', u'PTRSUB_-1207301876'), (u'LOAD_-1207303428', u'MULTIEQUAL_-1207302250'), (u'CALL_-1207303046', u'INDIRECT_-1207302266'), (u'PTRADD_-1207302015', u'LOAD_-1207303428'), (u'CALL_-1207302986', u'INDIRECT_-1207302094'), (u'INDIRECT_-1207302212', u'MULTIEQUAL_-1207302199'), (u'INDIRECT_-1207302055', u'CALL_-1207303046'), (u'CALL_-1207302923', u'INDIRECT_-1207302172'), (u'CALL_-1207303723', u'INDIRECT_-1207302392'), (u'CALL_-1207302923', u'INDIRECT_-1207302189'), (u'MULTIEQUAL_-1207301930', u'MULTIEQUAL_-1207301909'), (u'MULTIEQUAL_-1207302085', u'MULTIEQUAL_-1207302065'), (u'CALL_-1207302858', u'INDIRECT_-1207302046'), (u'CALL_-1207302652', u'INDIRECT_-1207301991'), (u'INT_NOTEQUAL_-1207302950', u'CBRANCH_-1207302949'), (u'CALL_-1207302923', u'INDIRECT_-1207302004'), (u'COPY_-1207302844', u'RETURN_-1207302803'), (u'MULTIEQUAL_-1207302118', u'CALL_-1207302986'), (u'CALL_-1207303723', u'INDIRECT_-1207302257'), (u'CAST_-1207301887', u'COPY_-1207301944'), (u'CALL_-1207303046', u'INDIRECT_-1207302015'), (u'INDIRECT_-1207302559', u'INT_EQUAL_-1207303694'), (u'CAST_-1207301948', u'STORE_-1207303396'), (u'CAST_-1207302075', u'PTRADD_-1207301745'), ('const-417', u'LOAD_-1207302697'), (u'MULTIEQUAL_-1207302115', u'MULTIEQUAL_-1207302094'), ('const-4', u'PTRADD_-1207302015'), (u'CALL_-1207302652', u'INDIRECT_-1207301940'), ('const-4636782', u'COPY_-1207301715'), ('const-0', u'PTRSUB_-1207302015'), (u'CALL_-1207302986', u'INDIRECT_-1207301960'), (u'PTRADD_-1207301659', u'LOAD_-1207302715'), (u'INDIRECT_-1207302123', u'MULTIEQUAL_-1207302085'), ('const-8', u'PTRSUB_-1207301762'), (u'CALL_-1207303487', u'INDIRECT_-1207302382'), (u'INDIRECT_-1207301937', u'MULTIEQUAL_-1207301926'), (u'INDIRECT_-1207302071', u'MULTIEQUAL_-1207302060'), (u'MULTIEQUAL_-1207301997', u'MULTIEQUAL_-1207301976'), (u'CALL_-1207303723', u'INDIRECT_-1207302559'), (u'CALL_-1207303293', u'INDIRECT_-1207302290'), ('const-4', u'PTRADD_-1207301901'), ('const-4', u'PTRADD_-1207301673'), (u'INDIRECT_-1207302266', u'MULTIEQUAL_-1207302251'), ('const-2', u'PTRADD_-1207302092'), (u'PTRSUB_-1207302197', u'CAST_-1207302076'), (u'LOAD_-1207303504', u'CAST_-1207301998'), (u'CALL_-1207302986', u'INDIRECT_-1207302212'), (u'INT_EQUAL_-1207303440', u'CBRANCH_-1207303439'), (u'CAST_-1207301902', u'PTRADD_-1207301673'), ('const-4639183', u'COPY_-1207302229'), (u'CALL_-1207302858', u'INDIRECT_-1207302013'), ('const-4', u'PTRADD_-1207302004'), ('const-4', u'PTRADD_-1207301666'), (u'INDIRECT_-1207302021', u'MULTIEQUAL_-1207302010'), (u'CAST_-1207301902', u'LOAD_-1207303269'), (u'MULTIEQUAL_-1207301950', u'MULTIEQUAL_-1207301930'), (u'PTRADD_-1207301738', u'LOAD_-1207302721'), (u'INDIRECT_-1207302116', u'MULTIEQUAL_-1207302101'), ('const-4', u'PTRADD_-1207301731'), ('const-1', u'INT_LESS_-1207303336'), ('const-417', u'STORE_-1207303190'), (u'CALL_-1207302923', u'INDIRECT_-1207301987'), (u'CAST_-1207302075', u'PTRADD_-1207302092'), (u'INDIRECT_-1207302240', u'MULTIEQUAL_-1207302202'), (u'CALL_-1207302986', u'INDIRECT_-1207302162'), (u'MULTIEQUAL_-1207302118', u'INT_NOTEQUAL_-1207303012'), ('const-417', u'LOAD_-1207302726'), ('const-4294967252', u'PTRSUB_-1207301944'), (u'CAST_-1207302057', u'COPY_-1207302110'), (u'CAST_-1207302075', u'STORE_-1207303529'), (u'PTRSUB_-1207302041', u'INT_NOTEQUAL_-1207303012'), ('tmp_2579', u'PTRSUB_-1207302197'), ('const-4', u'PTRADD_-1207302081'), ('const-417', u'LOAD_-1207302690'), ('const-417', u'STORE_-1207303396'), (u'CAST_-1207301902', u'PTRADD_-1207301659'), (u'MULTIEQUAL_-1207302017', u'MULTIEQUAL_-1207301997'), (u'CAST_-1207302075', u'PTRADD_-1207302081'), (u'CALL_-1207303293', u'INDIRECT_-1207302323'), ('const-5', u'PTRADD_-1207301652'), (u'PTRSUB_-1207301762', u'INT_NOTEQUAL_-1207302884'), (u'CALL_-1207303046', u'INDIRECT_-1207302184'), ('const-0', u'CALL_-1207303109'), (u'COPY_-1207301764', u'MULTIEQUAL_-1207302453'), ('const-417', u'STORE_-1207303202'), (u'INDIRECT_-1207302156', u'MULTIEQUAL_-1207302118'), ('tmp_2579', u'PTRSUB_-1207301944'), (u'INDIRECT_-1207302195', u'MULTIEQUAL_-1207302182'), ('const-4', u'PTRADD_-1207301659'), (u'MULTIEQUAL_-1207302051', u'MULTIEQUAL_-1207302031'), (u'INDIRECT_-1207302221', u'MULTIEQUAL_-1207302210'), (u'INDIRECT_-1207301982', u'MULTIEQUAL_-1207301967'), (u'MULTIEQUAL_-1207302149', u'MULTIEQUAL_-1207302128'), (u'CAST_-1207301902', u'PTRADD_-1207301652'), (u'CAST_-1207301855', u'STORE_-1207303202'), (u'CALL_-1207302986', u'INDIRECT_-1207301977'), (u'INT_EQUAL_-1207303588', u'CBRANCH_-1207303587'), (u'LOAD_-1207303216', u'INT_ADD_-1207303120'), (u'MULTIEQUAL_-1207302251', u'MULTIEQUAL_-1207302231'), (u'COPY_-1207302229', u'CALL_-1207303723'), ('const-2', u'PTRADD_-1207302015'), (u'CALL_-1207303046', u'INDIRECT_-1207302167'), (u'LOAD_-1207302697', u'MULTIEQUAL_-1207302369'), (u'INDIRECT_-1207302089', u'MULTIEQUAL_-1207302051'), (u'CALL_-1207302923', u'INDIRECT_-1207302122'), (u'INDIRECT_-1207302066', u'MULTIEQUAL_-1207302051'), (u'CALL_-1207303641', u'INDIRECT_-1207302438'), ('const-2', u'PTRADD_-1207301709'), ('const-3', u'PTRADD_-1207301738'), (u'INDIRECT_-1207302111', u'MULTIEQUAL_-1207302098'), (u'INDIRECT_-1207301965', u'MULTIEQUAL_-1207301950'), (u'CALL_-1207302986', u'INDIRECT_-1207302195'), ('const-4', u'PTRADD_-1207301930'), (u'CAST_-1207301998', u'CALL_-1207303487'), (u'INDIRECT_-1207302172', u'MULTIEQUAL_-1207302161'), (u'PTRADD_-1207302118', u'INT_EQUAL_-1207303588'), (u'CALL_-1207303487', u'CAST_-1207301997'), (u'CAST_-1207301997', u'LOAD_-1207303458'), (u'INDIRECT_-1207301960', u'MULTIEQUAL_-1207301947'), ('const-417', u'LOAD_-1207302703'), (u'CALL_-1207303109', u'INDIRECT_-1207301971'), ('const-2', u'PTRADD_-1207302004'), (u'CALL_-1207303723', u'INDIRECT_-1207302274'), (u'CALL_-1207303293', u'INDIRECT_-1207302239'), (u'MULTIEQUAL_-1207302135', u'MULTIEQUAL_-1207302115'), (u'CALL_-1207302858', u'INDIRECT_-1207301945'), (u'CAST_-1207301997', u'STORE_-1207303396'), (u'CALL_-1207303293', u'INDIRECT_-1207302256'), (u'CALL_-1207303046', u'INDIRECT_-1207302100'), ('const-4294967228', u'PTRSUB_-1207302041'), (u'INDIRECT_-1207301999', u'MULTIEQUAL_-1207301984'), (u'LOAD_-1207303458', u'CAST_-1207301979'), (u'CALL_-1207303109', u'INDIRECT_-1207301988'), (u'MULTIEQUAL_-1207302219', u'MULTIEQUAL_-1207302199'), (u'INDIRECT_-1207302055', u'INT_NOTEQUAL_-1207303073'), (u'CALL_-1207303109', u'INDIRECT_-1207302072'), (u'MULTIEQUAL_-1207302081', u'MULTIEQUAL_-1207302060'), (u'CALL_-1207302986', u'INDIRECT_-1207302061'), (u'CALL_-1207303293', u'CAST_-1207301902'), ('const-2', u'PTRADD_-1207301745'), (u'CAST_-1207302075', u'PTRADD_-1207301731'), ('const-417', u'LOAD_-1207303576'), ('const-4', u'PTRADD_-1207301695'), (u'MULTIEQUAL_-1207302199', u'CALL_-1207302923'), (u'INDIRECT_-1207302247', u'MULTIEQUAL_-1207302199'), (u'COPY_-1207302039', u'MULTIEQUAL_-1207302283'), (u'CAST_-1207301997', u'PTRADD_-1207302015'), ('tmp_1844', u'BRANCH_-1207302684'), (u'PTRADD_-1207302092', u'LOAD_-1207303576'), ('const-417', u'LOAD_-1207302733'), ('tmp_1663', u'BRANCH_-1207302690'), (u'CALL_-1207303109', u'INDIRECT_-1207302173'), (u'CALL_-1207302652', u'INDIRECT_-1207302024'), ('const-5', u'PTRADD_-1207301688'), ('const-4', u'PTRADD_-1207302085'), ('const-2', u'PTRADD_-1207302038'), ('const-2147483647', u'INT_SUB_-1207303354'), (u'CALL_-1207303046', u'INDIRECT_-1207302116'), (u'CALL_-1207303109', u'INDIRECT_-1207302156'), (u'CALL_-1207303641', u'INDIRECT_-1207302253'), ('const-0', u'STORE_-1207303202'), (u'CALL_-1207303109', u'INDIRECT_-1207302123'), ('const-0', u'PTRSUB_-1207302050'), ('tmp_1351', u'CBRANCH_-1207302949'), ('const-417', u'LOAD_-1207303458'), ('tmp_1237', u'CBRANCH_-1207303012'), (u'CAST_-1207302057', u'INT_EQUAL_-1207303588'), (u'CALL_-1207303046', u'INDIRECT_-1207302234'), (u'INDIRECT_-1207301943', u'MULTIEQUAL_-1207301930'), (u'CALL_-1207303487', u'INDIRECT_-1207302464'), ('const-4', u'PTRADD_-1207302066'), (u'CAST_-1207301997', u'PTRADD_-1207302004'), (u'CALL_-1207303723', u'INDIRECT_-1207302358'), (u'PTRSUB_-1207302015', u'LOAD_-1207303504'), (u'CALL_-1207303109', u'INDIRECT_-1207302289'), ('const-4', u'PTRADD_-1207301659'), (u'PTRADD_-1207301709', u'LOAD_-1207302726'), ('const-0', u'STORE_-1207303524'), (u'CAST_-1207301956', u'STORE_-1207303408'), (u'CALL_-1207302986', u'INDIRECT_-1207302078'), ('const-1', u'PTRADD_-1207302085'), (u'CALL_-1207302652', u'INDIRECT_-1207302008'), (u'LOAD_-1207302715', u'MULTIEQUAL_-1207302022'), ('tmp_212', u'CBRANCH_-1207303688'), (u'CALL_-1207302858', u'INDIRECT_-1207302147'), ('const-417', u'STORE_-1207303556'), ('tmp_1939', u'PTRSUB_-1207301812'), (u'CALL_-1207302986', u'INDIRECT_-1207302179'), (u'CAST_-1207301887', u'INT_EQUAL_-1207303240'), (u'INT_NOTEQUAL_-1207303012', u'CBRANCH_-1207303012'), ('const-0', u'STORE_-1207303408'), (u'CALL_-1207303641', u'INDIRECT_-1207302537'), (u'CALL_-1207303487', u'INDIRECT_-1207302264'), (u'CALL_-1207303487', u'INDIRECT_-1207302163'), ('tmp_2579', u'PTRSUB_-1207302041'), (u'MULTIEQUAL_-1207301933', u'MULTIEQUAL_-1207301913'), ('tmp_364', u'CBRANCH_-1207303587'), (u'MULTIEQUAL_-1207302000', u'MULTIEQUAL_-1207301980'), (u'INT_NOTEQUAL_-1207303073', u'CBRANCH_-1207303072'), (u'CALL_-1207303293', u'INDIRECT_-1207302054'), ('const-0', u'PTRSUB_-1207301876'), (u'PTRADD_-1207301731', u'LOAD_-1207302709'), (u'MULTIEQUAL_-1207302031', u'MULTIEQUAL_-1207302010'), (u'INDIRECT_-1207302207', u'MULTIEQUAL_-1207302169'), (u'INDIRECT_-1207302217', u'MULTIEQUAL_-1207302202'), (u'MULTIEQUAL_-1207301913', u'MULTIEQUAL_-1207301892'), (u'PTRADD_-1207302085', u'LOAD_-1207303564'), (u'MULTIEQUAL_-1207302065', u'MULTIEQUAL_-1207302044'), (u'INT_EQUAL_-1207303694', u'CBRANCH_-1207303688'), (u'CALL_-1207302986', u'INDIRECT_-1207301993'), ('tmp_2579', u'PTRSUB_-1207301766'), (u'PTRADD_-1207301666', u'LOAD_-1207302727'), (u'CALL_-1207302923', u'INDIRECT_-1207302071'), (u'CALL_-1207303109', u'INDIRECT_-1207302190'), (u'PTRSUB_-1207301871', u'PTRSUB_-1207301855'), (u'INDIRECT_-1207302088', u'MULTIEQUAL_-1207302039'), (u'CAST_-1207301902', u'STORE_-1207303190'), ('const-417', u'LOAD_-1207302727'), ('const-4', u'PTRADD_-1207301994'), ('const-0', u'PTRSUB_-1207302111'), (u'INT_NOTEQUAL_-1207302884', u'CBRANCH_-1207302884'), (u'PTRADD_-1207302118', u'CAST_-1207302018'), (u'CALL_-1207303723', u'INDIRECT_-1207302291'), ('const-0', u'PTRSUB_-1207301812'), (u'MULTIEQUAL_-1207301980', u'MULTIEQUAL_-1207301959'), (u'CALL_-1207303487', u'INDIRECT_-1207302365'), (u'CALL_-1207302858', u'INDIRECT_-1207301979'), (u'INDIRECT_-1207301903', u'MULTIEQUAL_-1207301892'), (u'CALL_-1207303723', u'INDIRECT_-1207302459'), (u'CAST_-1207301828', u'STORE_-1207303152'), (u'CALL_-1207303487', u'INDIRECT_-1207302146'), (u'PTRADD_-1207301915', u'LOAD_-1207303228'), (u'PTRADD_-1207302004', u'CAST_-1207301956'), (u'INDIRECT_-1207301970', u'MULTIEQUAL_-1207301959'), (u'LOAD_-1207302703', u'MULTIEQUAL_-1207302005')]
|
[(u'CAST_-1207301908', u'COPY_-1207301960'), (u'CALL_-1207303046', u'INDIRECT_-1207301991'), (u'CALL_-1207303723', u'INDIRECT_-1207302401'), (u'CALL_-1207303293', u'INDIRECT_-1207302097'), ('const-0', u'STORE_-1207303524'), (u'CALL_-1207302986', u'INDIRECT_-1207301969'), (u'PTRADD_-1207302010', u'CAST_-1207301976'), (u'CALL_-1207303641', u'INDIRECT_-1207302363'), (u'CALL_-1207303723', u'INDIRECT_-1207302266'), ('const-417', u'LOAD_-1207303428'), (u'CALL_-1207303641', u'CAST_-1207302093'), (u'INT_EQUAL_-1207303240', u'CBRANCH_-1207303239'), (u'INDIRECT_-1207302075', u'MULTIEQUAL_-1207302060'), (u'CAST_-1207301923', u'PTRADD_-1207301897'), ('const-2', u'PTRADD_-1207302044'), (u'PTRADD_-1207301674', u'LOAD_-1207302727'), (u'INDIRECT_-1207302148', u'MULTIEQUAL_-1207302137'), (u'INDIRECT_-1207302097', u'MULTIEQUAL_-1207302086'), (u'CALL_-1207303487', u'INDIRECT_-1207302290'), (u'CALL_-1207302858', u'INDIRECT_-1207302156'), ('const-4', u'PTRADD_-1207301739'), (u'PTRADD_-1207302060', u'LOAD_-1207303511'), ('const-1', u'PTRADD_-1207302014'), (u'CALL_-1207302652', u'INDIRECT_-1207301983'), (u'INDIRECT_-1207301952', u'MULTIEQUAL_-1207301939'), ('const-0', u'STORE_-1207303202'), (u'LOAD_-1207303612', u'CAST_-1207302075'), (u'CALL_-1207302652', u'INDIRECT_-1207301932'), (u'INDIRECT_-1207302464', u'MULTIEQUAL_-1207302412'), (u'CALL_-1207302923', u'INDIRECT_-1207301912'), ('const-417', u'LOAD_-1207302721'), (u'INDIRECT_-1207302253', u'MULTIEQUAL_-1207302240'), (u'CAST_-1207301968', u'STORE_-1207303396'), (u'MULTIEQUAL_-1207302141', u'MULTIEQUAL_-1207302120'), (u'CAST_-1207301999', u'COPY_-1207302055'), ('const-4', u'PTRADD_-1207301921'), ('const-417', u'STORE_-1207303185'), (u'COPY_-1207301780', u'MULTIEQUAL_-1207302462'), (u'INDIRECT_-1207302097', u'MULTIEQUAL_-1207302048'), (u'CALL_-1207303109', u'INDIRECT_-1207301980'), (u'CAST_-1207301923', u'PTRADD_-1207301921'), (u'CALL_-1207303293', u'INDIRECT_-1207302349'), (u'CALL_-1207302858', u'INDIRECT_-1207302140'), (u'CALL_-1207303293', u'INDIRECT_-1207302265'), (u'CAST_-1207302049', u'STORE_-1207303556'), (u'LOAD_-1207302715', u'MULTIEQUAL_-1207302031'), ('const-2', u'PTRADD_-1207302010'), ('const-4', u'PTRADD_-1207302021'), ('const-5', u'PTRADD_-1207301732'), ('const-4', u'PTRADD_-1207301732'), ('const-2', u'PTRADD_-1207302087'), (u'INDIRECT_-1207302256', u'MULTIEQUAL_-1207302208'), ('const-0', u'RETURN_-1207302803'), (u'INDIRECT_-1207302266', u'MULTIEQUAL_-1207302228'), (u'INDIRECT_-1207302154', u'MULTIEQUAL_-1207302141'), (u'PTRSUB_-1207302047', u'COPY_-1207301746'), (u'CALL_-1207303293', u'INDIRECT_-1207302282'), (u'CALL_-1207302986', u'INDIRECT_-1207302188'), (u'CALL_-1207303723', u'INDIRECT_-1207302367'), ('tmp_869', u'CBRANCH_-1207303239'), (u'CALL_-1207303487', u'INDIRECT_-1207302357'), (u'CALL_-1207303293', u'INDIRECT_-1207302164'), (u'CALL_-1207303641', u'INDIRECT_-1207302245'), ('tmp_5105', u'COPY_-1207302844'), (u'CALL_-1207303487', u'INDIRECT_-1207302273'), (u'INDIRECT_-1207302290', u'MULTIEQUAL_-1207302242'), (u'CALL_-1207303641', u'INDIRECT_-1207302464'), ('const-4', u'PTRADD_-1207302060'), ('const-0', u'CALL_-1207303109'), (u'CALL_-1207302986', u'INDIRECT_-1207302019'), ('tmp_2554', u'PTRSUB_-1207302127'), (u'CAST_-1207301923', u'PTRADD_-1207301667'), (u'PTRADD_-1207301696', u'LOAD_-1207302690'), (u'CALL_-1207302858', u'INDIRECT_-1207302089'), (u'PTRADD_-1207301703', u'LOAD_-1207302702'), (u'CALL_-1207302652', u'INDIRECT_-1207301899'), (u'PTRADD_-1207301897', u'STORE_-1207303185'), (u'INDIRECT_-1207301986', u'MULTIEQUAL_-1207301973'), (u'CALL_-1207302858', u'INDIRECT_-1207301954'), ('const-417', u'LOAD_-1207302690'), (u'CALL_-1207303487', u'INDIRECT_-1207302189'), ('tmp_5105', u'STORE_-1207303152'), (u'CALL_-1207303109', u'INDIRECT_-1207302182'), (u'INDIRECT_-1207302275', u'MULTIEQUAL_-1207302260'), (u'CALL_-1207303109', u'INDIRECT_-1207302047'), (u'PTRADD_-1207301667', u'LOAD_-1207302715'), (u'MULTIEQUAL_-1207302208', u'INT_NOTEQUAL_-1207302950'), (u'CAST_-1207301923', u'PTRADD_-1207301914'), (u'CALL_-1207302858', u'INDIRECT_-1207301971'), (u'CALL_-1207303487', u'INDIRECT_-1207302172'), (u'MULTIEQUAL_-1207302098', u'CAST_-1207301841'), ('const-4', u'PTRADD_-1207302098'), (u'CAST_-1207302093', u'PTRADD_-1207302072'), (u'MULTIEQUAL_-1207301922', u'MULTIEQUAL_-1207301901'), (u'INDIRECT_-1207302064', u'MULTIEQUAL_-1207302026'), (u'INDIRECT_-1207302230', u'MULTIEQUAL_-1207302219'), ('const-4294967252', u'PTRSUB_-1207301950'), (u'MULTIEQUAL_-1207301956', u'MULTIEQUAL_-1207301935'), ('const-417', u'LOAD_-1207302702'), (u'PTRSUB_-1207301960', u'CALL_-1207303293'), (u'CALL_-1207302858', u'INDIRECT_-1207302106'), (u'MULTIEQUAL_-1207302026', u'MULTIEQUAL_-1207302006'), (u'CALL_-1207302923', u'INDIRECT_-1207302148'), ('tmp_5103', u'CALL_-1207303723'), ('const-4294967220', u'PTRSUB_-1207301960'), (u'MULTIEQUAL_-1207302077', u'MULTIEQUAL_-1207302057'), (u'MULTIEQUAL_-1207301959', u'MULTIEQUAL_-1207301939'), (u'CALL_-1207303109', u'INDIRECT_-1207301997'), (u'MULTIEQUAL_-1207302195', u'MULTIEQUAL_-1207302175'), ('const-4', u'PTRADD_-1207301681'), (u'CALL_-1207302986', u'INDIRECT_-1207302154'), (u'PTRADD_-1207302044', u'CAST_-1207301968'), (u'INDIRECT_-1207302120', u'MULTIEQUAL_-1207302107'), ('const-1', u'CALL_-1207303641'), (u'CAST_-1207302017', u'PTRADD_-1207301717'), ('tmp_712', u'CBRANCH_-1207303345'), ('const-417', u'STORE_-1207303529'), (u'CALL_-1207303046', u'INDIRECT_-1207302275'), ('const-417', u'LOAD_-1207303416'), (u'INDIRECT_-1207301957', u'MULTIEQUAL_-1207301942'), (u'CALL_-1207303109', u'INDIRECT_-1207302298'), ('const-417', u'LOAD_-1207303458'), (u'INDIRECT_-1207302273', u'MULTIEQUAL_-1207302225'), (u'INDIRECT_-1207302098', u'MULTIEQUAL_-1207302060'), ('const-4', u'PTRADD_-1207301739'), (u'INDIRECT_-1207301974', u'MULTIEQUAL_-1207301959'), (u'PTRSUB_-1207301950', u'INT_NOTEQUAL_-1207303073'), ('const-1', u'RETURN_-1207302647'), (u'MULTIEQUAL_-1207302110', u'MULTIEQUAL_-1207302090'), (u'CALL_-1207302858', u'INDIRECT_-1207302072'), ('const-4', u'PTRADD_-1207301703'), (u'INT_ADD_-1207303120', u'CALL_-1207303109'), (u'MULTIEQUAL_-1207302208', u'CALL_-1207302923'), (u'PTRADD_-1207302014', u'LOAD_-1207303416'), ('const-417', u'LOAD_-1207302739'), (u'INDIRECT_-1207301929', u'MULTIEQUAL_-1207301918'), (u'CALL_-1207302652', u'INDIRECT_-1207301966'), ('const-4', u'PTRADD_-1207302091'), (u'CALL_-1207303109', u'INDIRECT_-1207302098'), (u'INDIRECT_-1207301991', u'MULTIEQUAL_-1207301976'), (u'PTRADD_-1207301660', u'LOAD_-1207302703'), ('const-2', u'PTRADD_-1207301717'), (u'INDIRECT_-1207302063', u'MULTIEQUAL_-1207302014'), (u'INDIRECT_-1207302115', u'MULTIEQUAL_-1207302077'), (u'CALL_-1207302858', u'INDIRECT_-1207301887'), ('const-417', u'LOAD_-1207302709'), (u'CALL_-1207302923', u'INDIRECT_-1207301996'), ('const-2', u'PTRADD_-1207302021'), (u'PTRADD_-1207301746', u'LOAD_-1207302721'), (u'LOAD_-1207302709', u'MULTIEQUAL_-1207302395'), ('const-417', u'STORE_-1207303202'), (u'CALL_-1207302858', u'INDIRECT_-1207302005'), ('const-4', u'PTRADD_-1207302044'), (u'CALL_-1207302986', u'INDIRECT_-1207302253'), (u'INDIRECT_-1207302058', u'MULTIEQUAL_-1207302043'), (u'INT_LESS_-1207303336', u'CBRANCH_-1207303345'), (u'MULTIEQUAL_-1207301989', u'MULTIEQUAL_-1207301968'), ('const-4639183', u'PTRSUB_-1207302171'), ('const-1', u'INT_LESS_-1207303336'), (u'CAST_-1207302093', u'PTRADD_-1207302124'), (u'INDIRECT_-1207302176', u'MULTIEQUAL_-1207302161'), (u'INDIRECT_-1207302568', u'INT_EQUAL_-1207303694'), (u'CAST_-1207302093', u'STORE_-1207303529'), (u'PTRSUB_-1207302127', u'COPY_-1207301780'), (u'CALL_-1207302652', u'INDIRECT_-1207301949'), (u'PTRADD_-1207302072', u'STORE_-1207303524'), ('const-417', u'LOAD_-1207303216'), (u'LOAD_-1207302739', u'MULTIEQUAL_-1207302065'), (u'CAST_-1207302093', u'PTRADD_-1207302098'), ('const-4', u'PTRADD_-1207302000'), ('const-417', u'LOAD_-1207303576'), (u'CALL_-1207303046', u'INDIRECT_-1207302024'), ('const-2', u'PTRADD_-1207301681'), ('const-4636782', u'COPY_-1207301742'), (u'INDIRECT_-1207302087', u'MULTIEQUAL_-1207302074'), (u'INDIRECT_-1207302114', u'MULTIEQUAL_-1207302103'), (u'MULTIEQUAL_-1207302124', u'MULTIEQUAL_-1207302103'), (u'COPY_-1207301724', u'CALL_-1207302565'), (u'MULTIEQUAL_-1207302175', u'MULTIEQUAL_-1207302154'), ('const-2', u'PTRADD_-1207302098'), (u'CALL_-1207303641', u'INDIRECT_-1207302546'), (u'CALL_-1207302986', u'INDIRECT_-1207302120'), (u'PTRADD_-1207301717', u'LOAD_-1207302726'), (u'CALL_-1207303109', u'INDIRECT_-1207302199'), ('const-4636782', u'COPY_-1207301724'), ('tmp_5104', u'PTRADD_-1207302060'), (u'CALL_-1207303723', u'INDIRECT_-1207302502'), ('const-1', u'PTRADD_-1207302060'), (u'COPY_-1207301712', u'MULTIEQUAL_-1207302098'), ('const-4', u'PTRADD_-1207301710'), (u'CALL_-1207303723', u'INDIRECT_-1207302384'), ('const-4', u'PTRADD_-1207301746'), (u'CALL_-1207302858', u'INDIRECT_-1207302123'), (u'INDIRECT_-1207302148', u'MULTIEQUAL_-1207302110'), (u'INDIRECT_-1207302070', u'MULTIEQUAL_-1207302057'), ('const-417', u'LOAD_-1207303504'), ('const-4', u'PTRADD_-1207302014'), (u'COPY_-1207301746', u'MULTIEQUAL_-1207302292'), (u'PTRADD_-1207301907', u'CAST_-1207301876'), (u'LOAD_-1207302703', u'MULTIEQUAL_-1207302014'), (u'PTRADD_-1207301921', u'LOAD_-1207303228'), (u'INDIRECT_-1207302199', u'MULTIEQUAL_-1207302161'), ('const-2147483647', u'INT_SUB_-1207303354'), (u'CALL_-1207302986', u'INDIRECT_-1207302087'), ('tmp_578', u'CBRANCH_-1207303439'), (u'CALL_-1207302923', u'INDIRECT_-1207302097'), (u'CALL_-1207303723', u'INDIRECT_-1207302485'), (u'INDIRECT_-1207301963', u'MULTIEQUAL_-1207301952'), ('const-417', u'LOAD_-1207303511'), (u'CAST_-1207301908', u'INT_EQUAL_-1207303240'), (u'CAST_-1207301849', u'STORE_-1207303152'), (u'COPY_-1207301960', u'MULTIEQUAL_-1207302098'), (u'INDIRECT_-1207302008', u'MULTIEQUAL_-1207301993'), (u'CAST_-1207302093', u'PTRADD_-1207302087'), (u'CALL_-1207303487', u'INDIRECT_-1207302473'), ('tmp_2554', u'PTRSUB_-1207302203'), (u'CALL_-1207303723', u'INDIRECT_-1207302584'), (u'INDIRECT_-1207301979', u'MULTIEQUAL_-1207301968'), (u'PTRSUB_-1207301790', u'INT_NOTEQUAL_-1207302884'), (u'CALL_-1207303487', u'INDIRECT_-1207302391'), (u'MULTIEQUAL_-1207302057', u'MULTIEQUAL_-1207302036'), (u'PTRSUB_-1207302171', u'CALL_-1207303723'), (u'LOAD_-1207302721', u'MULTIEQUAL_-1207302412'), (u'LOAD_-1207302697', u'MULTIEQUAL_-1207302378'), ('const-1', u'PTRADD_-1207302000'), (u'INDIRECT_-1207302298', u'MULTIEQUAL_-1207302260'), (u'CALL_-1207303046', u'INDIRECT_-1207301974'), (u'CALL_-1207303046', u'INDIRECT_-1207302125'), (u'PTRADD_-1207302021', u'LOAD_-1207303428'), ('const-417', u'STORE_-1207303408'), (u'CAST_-1207302017', u'STORE_-1207303396'), (u'INDIRECT_-1207302103', u'MULTIEQUAL_-1207302090'), (u'CALL_-1207302923', u'INDIRECT_-1207302064'), ('const-4', u'PTRADD_-1207302087'), ('tmp_2554', u'PTRSUB_-1207301960'), (u'CALL_-1207302858', u'INDIRECT_-1207302055'), ('const-4294967172', u'PTRSUB_-1207302203'), (u'MULTIEQUAL_-1207302090', u'MULTIEQUAL_-1207302069'), ('const-0', u'PTRSUB_-1207302134'), (u'CALL_-1207303109', u'INDIRECT_-1207302081'), (u'MULTIEQUAL_-1207301993', u'MULTIEQUAL_-1207301973'), (u'INDIRECT_-1207302064', u'MULTIEQUAL_-1207302053'), (u'CALL_-1207303109', u'INDIRECT_-1207302249'), (u'CALL_-1207303109', u'INDIRECT_-1207302115'), (u'MULTIEQUAL_-1207302219', u'CALL_-1207302858'), ('const-1', u'RETURN_-1207302560'), (u'LOAD_-1207302733', u'MULTIEQUAL_-1207302429'), (u'CAST_-1207301876', u'STORE_-1207303202'), (u'INDIRECT_-1207302188', u'MULTIEQUAL_-1207302175'), (u'CALL_-1207303109', u'INDIRECT_-1207302031'), (u'CALL_-1207303046', u'INDIRECT_-1207301957'), (u'CAST_-1207302036', u'STORE_-1207303529'), (u'CALL_-1207302986', u'INDIRECT_-1207302053'), (u'MULTIEQUAL_-1207302094', u'MULTIEQUAL_-1207302074'), (u'CALL_-1207302858', u'INDIRECT_-1207301921'), ('tmp_2554', u'PTRSUB_-1207302047'), ('const-4', u'PTRADD_-1207301674'), ('const-417', u'LOAD_-1207303228'), (u'CALL_-1207303641', u'INDIRECT_-1207302262'), (u'INDIRECT_-1207302204', u'MULTIEQUAL_-1207302191'), ('const-4', u'PTRADD_-1207301907'), ('tmp_1464', u'CBRANCH_-1207302884'), (u'CAST_-1207302017', u'PTRADD_-1207301703'), (u'CALL_-1207302652', u'INDIRECT_-1207301882'), (u'CALL_-1207302923', u'INDIRECT_-1207302013'), (u'CAST_-1207302017', u'PTRADD_-1207302044'), (u'LOAD_-1207302727', u'MULTIEQUAL_-1207302048'), (u'PTRADD_-1207302124', u'INT_EQUAL_-1207303588'), (u'CALL_-1207302652', u'INDIRECT_-1207301916'), ('tmp_2554', u'PTRSUB_-1207302063'), (u'CALL_-1207303293', u'INDIRECT_-1207302080'), (u'PTRADD_-1207301739', u'LOAD_-1207302709'), (u'CAST_-1207301923', u'PTRADD_-1207301936'), (u'INDIRECT_-1207301935', u'MULTIEQUAL_-1207301922'), (u'CALL_-1207302923', u'INDIRECT_-1207302080'), (u'CAST_-1207302093', u'LOAD_-1207303612'), (u'INDIRECT_-1207302031', u'MULTIEQUAL_-1207301993'), (u'INDIRECT_-1207302024', u'MULTIEQUAL_-1207302009'), (u'INT_SUB_-1207303354', u'INT_LESS_-1207303336'), ('const-417', u'LOAD_-1207302714'), ('tmp_1779', u'BRANCH_-1207302677'), ('const-3', u'PTRADD_-1207301674'), (u'CALL_-1207303109', u'INDIRECT_-1207302266'), ('const-4', u'PTRADD_-1207301897'), ('tmp_1129', u'CBRANCH_-1207303072'), (u'CAST_-1207301923', u'PTRADD_-1207301681'), ('const-4', u'PTRADD_-1207302072'), ('const-2', u'PTRADD_-1207301907'), (u'LOAD_-1207303576', u'MULTIEQUAL_-1207302429'), (u'INDIRECT_-1207302080', u'MULTIEQUAL_-1207302031'), (u'INDIRECT_-1207302226', u'MULTIEQUAL_-1207302211'), ('const-417', u'LOAD_-1207302715'), (u'CALL_-1207302652', u'INDIRECT_-1207302017'), (u'CALL_-1207303293', u'INDIRECT_-1207302381'), (u'PTRSUB_-1207302203', u'CALL_-1207303641'), (u'CALL_-1207302858', u'INDIRECT_-1207302022'), (u'LOAD_-1207303416', u'INT_SUB_-1207303354'), ('const-417', u'STORE_-1207303396'), (u'INDIRECT_-1207301912', u'MULTIEQUAL_-1207301901'), (u'PTRADD_-1207302091', u'LOAD_-1207303564'), (u'CAST_-1207302093', u'PTRADD_-1207301732'), ('tmp_5105', u'PTRADD_-1207301883'), (u'INDIRECT_-1207302165', u'MULTIEQUAL_-1207302154'), (u'CALL_-1207303109', u'INDIRECT_-1207302233'), (u'INDIRECT_-1207302047', u'MULTIEQUAL_-1207302036'), ('const-4', u'PTRADD_-1207301914'), (u'CAST_-1207302093', u'PTRADD_-1207301739'), (u'CALL_-1207303046', u'INDIRECT_-1207302243'), (u'CALL_-1207303723', u'INDIRECT_-1207302568'), ('const-417', u'STORE_-1207303524'), (u'CALL_-1207302923', u'INDIRECT_-1207301963'), (u'CALL_-1207303293', u'INDIRECT_-1207302248'), (u'CALL_-1207302986', u'INDIRECT_-1207302137'), (u'INDIRECT_-1207302131', u'MULTIEQUAL_-1207302120'), (u'PTRADD_-1207302000', u'STORE_-1207303391'), ('const-4', u'PTRADD_-1207301667'), (u'CAST_-1207302093', u'PTRADD_-1207302091'), (u'CALL_-1207303046', u'INDIRECT_-1207302041'), (u'LOAD_-1207303428', u'MULTIEQUAL_-1207302259'), (u'INDIRECT_-1207302019', u'MULTIEQUAL_-1207302006'), ('const-4639135', u'COPY_-1207302039'), ('const-417', u'LOAD_-1207303269'), (u'CAST_-1207301976', u'STORE_-1207303408'), (u'INDIRECT_-1207302216', u'MULTIEQUAL_-1207302178'), (u'MULTIEQUAL_-1207302127', u'INT_NOTEQUAL_-1207303012'), (u'CAST_-1207302017', u'PTRADD_-1207301710'), (u'MULTIEQUAL_-1207302023', u'MULTIEQUAL_-1207302002'), (u'CALL_-1207303723', u'INDIRECT_-1207302468'), ('const-4', u'PTRADD_-1207301936'), (u'CAST_-1207302017', u'PTRADD_-1207301696'), (u'CALL_-1207302652', u'INDIRECT_-1207302050'), (u'CALL_-1207303293', u'INDIRECT_-1207302063'), (u'MULTIEQUAL_-1207301973', u'MULTIEQUAL_-1207301952'), (u'CALL_-1207303046', u'INDIRECT_-1207302226'), (u'INDIRECT_-1207302013', u'MULTIEQUAL_-1207302002'), (u'CAST_-1207301923', u'PTRADD_-1207301907'), (u'INDIRECT_-1207302243', u'MULTIEQUAL_-1207302228'), ('const-4', u'PTRADD_-1207301696'), (u'CALL_-1207303293', u'INDIRECT_-1207302198'), (u'MULTIEQUAL_-1207302009', u'MULTIEQUAL_-1207301989'), ('const-417', u'LOAD_-1207302727'), (u'PTRSUB_-1207301950', u'COPY_-1207301712'), ('const-4815983', u'PTRSUB_-1207302134'), (u'INDIRECT_-1207302181', u'MULTIEQUAL_-1207302170'), (u'INT_NOTEQUAL_-1207302950', u'CBRANCH_-1207302949'), ('const-0', u'STORE_-1207303556'), (u'INDIRECT_-1207301946', u'MULTIEQUAL_-1207301935'), (u'CALL_-1207302923', u'INDIRECT_-1207302181'), (u'COPY_-1207302844', u'RETURN_-1207302803'), (u'CALL_-1207303293', u'INDIRECT_-1207302215'), (u'PTRADD_-1207301732', u'LOAD_-1207302697'), (u'CALL_-1207302652', u'INDIRECT_-1207302000'), (u'CALL_-1207302923', u'INDIRECT_-1207302131'), ('const-1', u'PTRADD_-1207301914'), (u'INDIRECT_-1207302142', u'MULTIEQUAL_-1207302127'), ('const-4', u'PTRADD_-1207301717'), (u'CALL_-1207303641', u'INDIRECT_-1207302447'), (u'CALL_-1207303046', u'INDIRECT_-1207302159'), ('const-1', u'PTRADD_-1207302072'), ('const-4', u'PTRADD_-1207302124'), (u'CALL_-1207303487', u'INDIRECT_-1207302424'), (u'CAST_-1207301923', u'STORE_-1207303190'), (u'CALL_-1207303641', u'INDIRECT_-1207302228'), ('const-4294967204', u'PTRSUB_-1207302127'), ('const-4', u'PTRADD_-1207301703'), (u'CALL_-1207303046', u'INDIRECT_-1207302210'), ('const-4294967180', u'PTRSUB_-1207301790'), (u'PTRADD_-1207301753', u'LOAD_-1207302733'), (u'CALL_-1207303109', u'INDIRECT_-1207302132'), (u'CAST_-1207301923', u'PTRADD_-1207301660'), ('const-2', u'CALL_-1207303293'), (u'LOAD_-1207303458', u'CAST_-1207301999'), (u'CALL_-1207303046', u'INDIRECT_-1207302008'), (u'INDIRECT_-1207302041', u'MULTIEQUAL_-1207302026'), (u'CALL_-1207302652', u'INDIRECT_-1207302033'), (u'CALL_-1207302923', u'INDIRECT_-1207302198'), ('const-5', u'PTRADD_-1207301696'), ('const-4', u'PTRADD_-1207301660'), (u'MULTIEQUAL_-1207302043', u'MULTIEQUAL_-1207302023'), (u'CALL_-1207303487', u'INDIRECT_-1207302256'), (u'CAST_-1207302017', u'PTRADD_-1207302014'), (u'MULTIEQUAL_-1207302240', u'MULTIEQUAL_-1207302219'), (u'MULTIEQUAL_-1207302208', u'MULTIEQUAL_-1207302187'), (u'CALL_-1207303293', u'INDIRECT_-1207302181'), ('tmp_2554', u'PTRSUB_-1207301950'), (u'INDIRECT_-1207302002', u'MULTIEQUAL_-1207301989'), (u'PTRSUB_-1207302063', u'CALL_-1207303487'), ('const-0', u'STORE_-1207303391'), (u'INDIRECT_-1207302047', u'MULTIEQUAL_-1207302009'), (u'CALL_-1207302923', u'INDIRECT_-1207302165'), (u'INT_EQUAL_-1207303440', u'CBRANCH_-1207303439'), (u'INDIRECT_-1207302036', u'MULTIEQUAL_-1207302023'), ('const-2147483647', u'INT_EQUAL_-1207303694'), (u'INDIRECT_-1207302198', u'MULTIEQUAL_-1207302187'), (u'INDIRECT_-1207302092', u'MULTIEQUAL_-1207302077'), (u'INDIRECT_-1207302447', u'MULTIEQUAL_-1207302395'), (u'INDIRECT_-1207302081', u'MULTIEQUAL_-1207302043'), (u'LOAD_-1207303228', u'MULTIEQUAL_-1207302065'), (u'MULTIEQUAL_-1207302127', u'MULTIEQUAL_-1207302107'), (u'PTRADD_-1207301681', u'LOAD_-1207302739'), ('const-2', u'PTRADD_-1207301936'), (u'CALL_-1207302923', u'INDIRECT_-1207302114'), ('const-5', u'PTRADD_-1207301660'), (u'CALL_-1207302986', u'INDIRECT_-1207301952'), (u'CALL_-1207303109', u'INDIRECT_-1207302148'), (u'CALL_-1207302986', u'INDIRECT_-1207302221'), (u'CALL_-1207303046', u'INDIRECT_-1207302075'), (u'INDIRECT_-1207302132', u'MULTIEQUAL_-1207302094'), (u'COPY_-1207302039', u'CALL_-1207303293'), (u'CAST_-1207301868', u'STORE_-1207303190'), (u'CALL_-1207302986', u'INDIRECT_-1207301935'), (u'PTRADD_-1207302098', u'LOAD_-1207303576'), ('const-4294967196', u'PTRSUB_-1207302063'), ('const-417', u'LOAD_-1207303564'), (u'LOAD_-1207302702', u'MULTIEQUAL_-1207302225'), (u'CALL_-1207303723', u'INDIRECT_-1207302283'), (u'INDIRECT_-1207302064', u'INT_NOTEQUAL_-1207303073'), (u'CAST_-1207302017', u'LOAD_-1207303458'), (u'CALL_-1207303046', u'INDIRECT_-1207302092'), (u'INDIRECT_-1207302014', u'MULTIEQUAL_-1207301976'), (u'CALL_-1207302923', u'INDIRECT_-1207302030'), (u'CALL_-1207303109', u'INDIRECT_-1207302165'), (u'CALL_-1207302858', u'INDIRECT_-1207301988'), ('const-4', u'PTRADD_-1207301883'), (u'INDIRECT_-1207302159', u'MULTIEQUAL_-1207302144'), (u'LOAD_-1207303504', u'CALL_-1207303487'), ('const-417', u'STORE_-1207303152'), (u'PTRSUB_-1207302127', u'INT_NOTEQUAL_-1207302950'), (u'COPY_-1207301742', u'CALL_-1207302652'), (u'CALL_-1207302986', u'INDIRECT_-1207302103'), ('const-2', u'PTRADD_-1207302124'), (u'INDIRECT_-1207302064', u'CALL_-1207303046'), (u'INDIRECT_-1207302053', u'MULTIEQUAL_-1207302040'), (u'INT_EQUAL_-1207303588', u'CBRANCH_-1207303587'), (u'LOAD_-1207303216', u'INT_ADD_-1207303120'), (u'CALL_-1207302858', u'INDIRECT_-1207302039'), (u'MULTIEQUAL_-1207301939', u'MULTIEQUAL_-1207301918'), ('const-2', u'PTRADD_-1207301753'), (u'CALL_-1207303293', u'INDIRECT_-1207302332'), (u'CALL_-1207303293', u'INDIRECT_-1207302316'), (u'CAST_-1207302093', u'PTRADD_-1207301746'), (u'PTRADD_-1207302087', u'CAST_-1207302049'), (u'CAST_-1207302093', u'PTRADD_-1207301753'), ('const-417', u'STORE_-1207303190'), ('const-2', u'PTRADD_-1207301883'), ('const-417', u'LOAD_-1207302697'), ('const-4', u'PTRADD_-1207302010'), (u'CALL_-1207303046', u'INDIRECT_-1207302109'), (u'INDIRECT_-1207302030', u'MULTIEQUAL_-1207302019'), ('const-3', u'PTRADD_-1207301746'), ('const-3', u'PTRADD_-1207301710'), (u'MULTIEQUAL_-1207302098', u'CALL_-1207303109'), (u'CALL_-1207303109', u'INDIRECT_-1207302014'), ('const-0', u'STORE_-1207303185'), (u'CALL_-1207303293', u'INDIRECT_-1207302299'), (u'CALL_-1207302858', u'INDIRECT_-1207301938'), (u'CAST_-1207301923', u'LOAD_-1207303269'), ('const-417', u'LOAD_-1207302703'), (u'CALL_-1207303046', u'INDIRECT_-1207302058'), (u'INDIRECT_-1207302165', u'MULTIEQUAL_-1207302127'), ('const-1', u'PTRADD_-1207302091'), (u'CALL_-1207303723', u'INDIRECT_-1207302300'), (u'MULTIEQUAL_-1207302260', u'MULTIEQUAL_-1207302240'), (u'MULTIEQUAL_-1207302191', u'MULTIEQUAL_-1207302170'), (u'MULTIEQUAL_-1207302040', u'MULTIEQUAL_-1207302019'), (u'MULTIEQUAL_-1207302178', u'MULTIEQUAL_-1207302158'), (u'CALL_-1207302652', u'INDIRECT_-1207301865'), (u'MULTIEQUAL_-1207302074', u'MULTIEQUAL_-1207302053'), (u'INDIRECT_-1207302193', u'MULTIEQUAL_-1207302178'), (u'PTRADD_-1207302044', u'INT_EQUAL_-1207303440'), (u'CALL_-1207303046', u'INDIRECT_-1207302176'), (u'PTRADD_-1207301936', u'INT_EQUAL_-1207303240'), (u'CALL_-1207303046', u'INDIRECT_-1207302142'), (u'LOAD_-1207302690', u'MULTIEQUAL_-1207302208'), (u'INDIRECT_-1207301997', u'MULTIEQUAL_-1207301959'), (u'PTRSUB_-1207302134', u'CALL_-1207303641'), (u'MULTIEQUAL_-1207301976', u'MULTIEQUAL_-1207301956'), (u'MULTIEQUAL_-1207302107', u'MULTIEQUAL_-1207302086'), (u'PTRADD_-1207302124', u'CAST_-1207302036'), ('const-0', u'STORE_-1207303408'), ('const-417', u'LOAD_-1207303612'), (u'CALL_-1207302923', u'INDIRECT_-1207301946'), (u'CAST_-1207301841', u'INT_ADD_-1207303120'), (u'CALL_-1207302923', u'INDIRECT_-1207301929'), ('tmp_5104', u'LOAD_-1207303504'), ('const-2', u'PTRADD_-1207301921'), ('tmp_1844', u'BRANCH_-1207302684'), (u'INDIRECT_-1207302080', u'MULTIEQUAL_-1207302069'), ('tmp_1663', u'BRANCH_-1207302690'), ('const-417', u'LOAD_-1207302726'), (u'INDIRECT_-1207301980', u'MULTIEQUAL_-1207301942'), (u'MULTIEQUAL_-1207302060', u'MULTIEQUAL_-1207302040'), (u'PTRADD_-1207301710', u'LOAD_-1207302714'), (u'PTRSUB_-1207302203', u'CALL_-1207303723'), (u'PTRSUB_-1207302047', u'INT_NOTEQUAL_-1207303012'), (u'CALL_-1207302986', u'INDIRECT_-1207302036'), (u'INDIRECT_-1207302137', u'MULTIEQUAL_-1207302124'), ('const-4294967228', u'PTRSUB_-1207302047'), (u'CALL_-1207302986', u'INDIRECT_-1207302002'), (u'LOAD_-1207302714', u'MULTIEQUAL_-1207302242'), (u'CALL_-1207302923', u'INDIRECT_-1207302047'), (u'CALL_-1207302858', u'INDIRECT_-1207301904'), ('tmp_1351', u'CBRANCH_-1207302949'), (u'PTRADD_-1207301914', u'LOAD_-1207303216'), ('const-417', u'STORE_-1207303391'), ('tmp_1237', u'CBRANCH_-1207303012'), (u'MULTIEQUAL_-1207301942', u'MULTIEQUAL_-1207301922'), (u'CALL_-1207303293', u'INDIRECT_-1207302231'), (u'MULTIEQUAL_-1207302158', u'MULTIEQUAL_-1207302137'), (u'COPY_-1207302126', u'MULTIEQUAL_-1207302462'), (u'CAST_-1207302017', u'PTRADD_-1207302010'), (u'INDIRECT_-1207302233', u'MULTIEQUAL_-1207302195'), (u'CALL_-1207302923', u'INDIRECT_-1207301979'), (u'CALL_-1207303293', u'CAST_-1207301923'), ('const-4', u'PTRADD_-1207301753'), (u'CALL_-1207303641', u'INDIRECT_-1207302430'), (u'CALL_-1207302923', u'INDIRECT_-1207302230'), (u'CAST_-1207301999', u'INT_EQUAL_-1207303440'), ('tmp_5105', u'CALL_-1207303109'), (u'CAST_-1207302075', u'INT_EQUAL_-1207303588'), (u'INDIRECT_-1207302125', u'MULTIEQUAL_-1207302110'), (u'MULTIEQUAL_-1207302006', u'MULTIEQUAL_-1207301985'), (u'CALL_-1207303487', u'INDIRECT_-1207302408'), (u'CALL_-1207303487', u'INDIRECT_-1207302374'), (u'CAST_-1207302017', u'PTRADD_-1207302021'), (u'CALL_-1207302986', u'INDIRECT_-1207302070'), (u'LOAD_-1207303269', u'CAST_-1207301908'), (u'PTRADD_-1207301883', u'CAST_-1207301849'), (u'INDIRECT_-1207302221', u'MULTIEQUAL_-1207302208'), ('const-1', u'PTRADD_-1207301897'), ('tmp_212', u'CBRANCH_-1207303688'), ('const-0', u'PTRSUB_-1207302171'), (u'INT_NOTEQUAL_-1207303012', u'CBRANCH_-1207303012'), ('tmp_364', u'CBRANCH_-1207303587'), (u'MULTIEQUAL_-1207302127', u'CALL_-1207302986'), ('const-417', u'STORE_-1207303556'), (u'INT_NOTEQUAL_-1207303073', u'CBRANCH_-1207303072'), (u'INDIRECT_-1207302430', u'MULTIEQUAL_-1207302378'), (u'INDIRECT_-1207301969', u'MULTIEQUAL_-1207301956'), (u'MULTIEQUAL_-1207302219', u'INT_NOTEQUAL_-1207302884'), (u'INDIRECT_-1207302171', u'MULTIEQUAL_-1207302158'), (u'COPY_-1207302055', u'MULTIEQUAL_-1207302292'), (u'INT_EQUAL_-1207303694', u'CBRANCH_-1207303688'), (u'CAST_-1207302017', u'PTRADD_-1207302000'), ('const-4', u'PTRADD_-1207301667'), (u'INDIRECT_-1207302249', u'MULTIEQUAL_-1207302211'), (u'CAST_-1207301923', u'PTRADD_-1207301674'), (u'CAST_-1207302075', u'COPY_-1207302126'), (u'LOAD_-1207303511', u'CALL_-1207303487'), (u'INT_NOTEQUAL_-1207302884', u'CBRANCH_-1207302884'), (u'MULTIEQUAL_-1207302144', u'MULTIEQUAL_-1207302124'), (u'MULTIEQUAL_-1207302228', u'MULTIEQUAL_-1207302208'), ('tmp_2554', u'PTRSUB_-1207301790'), (u'CALL_-1207302986', u'INDIRECT_-1207302171'), (u'CALL_-1207302986', u'INDIRECT_-1207301986'), ('const-417', u'LOAD_-1207302733'), (u'PTRADD_-1207301936', u'CAST_-1207301868'), (u'INDIRECT_-1207302182', u'MULTIEQUAL_-1207302144'), (u'CALL_-1207302986', u'INDIRECT_-1207302204'), (u'CALL_-1207303641', u'INDIRECT_-1207302329'), (u'CALL_-1207303109', u'INDIRECT_-1207302064'), (u'CALL_-1207303046', u'INDIRECT_-1207302193'), (u'LOAD_-1207302726', u'MULTIEQUAL_-1207302259'), (u'CALL_-1207303109', u'INDIRECT_-1207302216'), (u'CALL_-1207303487', u'INDIRECT_-1207302155'), (u'MULTIEQUAL_-1207302211', u'MULTIEQUAL_-1207302191'), (u'CALL_-1207303641', u'INDIRECT_-1207302346'), (u'INDIRECT_-1207301996', u'MULTIEQUAL_-1207301985'), (u'CALL_-1207302858', u'INDIRECT_-1207302173'), (u'INDIRECT_-1207302210', u'MULTIEQUAL_-1207302195'), (u'CALL_-1207303487', u'INDIRECT_-1207302441'), (u'INDIRECT_-1207302109', u'MULTIEQUAL_-1207302094'), (u'CALL_-1207303487', u'CAST_-1207302017'), (u'MULTIEQUAL_-1207302161', u'MULTIEQUAL_-1207302141')]
| null | null |
00150170
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nint * FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n FUN_003f3a70("basic_string::append");\n }\n /* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */\n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n /* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */\n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */\n FUN_003f3a70("basic_string::append");\n}\n\n" comment (function_definition "int * FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n FUN_003f3a70("basic_string::append");\n }\n /* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */\n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n /* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */\n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */\n FUN_003f3a70("basic_string::append");\n}" primitive_type (pointer_declarator "* FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)" * (function_declarator "FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n FUN_003f3a70("basic_string::append");\n }\n /* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */\n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n /* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */\n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */\n FUN_003f3a70("basic_string::append");\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "undefined1 *local_7c;" type_identifier (pointer_declarator "*local_7c" * identifier) ;) (declaration "int local_78;" primitive_type identifier ;) (declaration "undefined1 local_74 [16];" type_identifier (array_declarator "local_74 [16]" identifier [ number_literal ]) ;) (declaration "int *local_64;" primitive_type (pointer_declarator "*local_64" * identifier) ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_5c;" primitive_type identifier ;) (declaration "int local_58;" primitive_type identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int *local_4c;" primitive_type (pointer_declarator "*local_4c" * identifier) ;) (declaration "int local_48;" primitive_type identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int local_38;" primitive_type identifier ;) (declaration "int *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);" (call_expression "FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2)" identifier (argument_list "(&local_7c,&DAT_0046c9cf,param_2)" ( (pointer_expression "&local_7c" & identifier) , (pointer_expression "&DAT_0046c9cf" & identifier) , identifier ))) ;) (if_statement "if (local_78 == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n FUN_003f3a70("basic_string::append");\n }" if (parenthesized_expression "(local_78 == 0x7fffffff)" ( (binary_expression "local_78 == 0x7fffffff" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n FUN_003f3a70("basic_string::append");\n }" { comment comment (expression_statement "FUN_003f3a70("basic_string::append");" (call_expression "FUN_003f3a70("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;) })) comment (expression_statement "piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1)" identifier = (cast_expression "(int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b7890(&local_7c,&DAT_00497c6f,1)" identifier (argument_list "(&local_7c,&DAT_00497c6f,1)" ( (pointer_expression "&local_7c" & identifier) , (pointer_expression "&DAT_00497c6f" & identifier) , number_literal ))))) ;) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }" { (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_58 = piVar1[3];" (assignment_expression "local_58 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_54 = piVar1[4];" (assignment_expression "local_54 = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_50 = piVar1[5];" (assignment_expression "local_50 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_64 = &local_5c;" (assignment_expression "local_64 = &local_5c" identifier = (pointer_expression "&local_5c" & identifier)) ;) }) (else_clause "else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" else (compound_statement "{\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" { (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_64 = (int *)*piVar1;" (assignment_expression "local_64 = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_60 = piVar1[1];" (assignment_expression "local_60 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) comment (expression_statement "piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1])" identifier = (cast_expression "(int *)FUN_003b7890(&local_64,*param_3,param_3[1])" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b7890(&local_64,*param_3,param_3[1])" identifier (argument_list "(&local_64,*param_3,param_3[1])" ( (pointer_expression "&local_64" & identifier) , (pointer_expression "*param_3" * identifier) , (subscript_expression "param_3[1]" identifier [ number_literal ]) ))))) ;) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }" { (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_40 = piVar1[3];" (assignment_expression "local_40 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_3c = piVar1[4];" (assignment_expression "local_3c = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_38 = piVar1[5];" (assignment_expression "local_38 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_4c = &local_44;" (assignment_expression "local_4c = &local_44" identifier = (pointer_expression "&local_44" & identifier)) ;) }) (else_clause "else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" else (compound_statement "{\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" { (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_4c = (int *)*piVar1;" (assignment_expression "local_4c = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_48 = piVar1[1];" (assignment_expression "local_48 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }" if (parenthesized_expression "(1 < 0x7fffffffU - local_48)" ( (binary_expression "1 < 0x7fffffffU - local_48" number_literal < (binary_expression "0x7fffffffU - local_48" number_literal - identifier)) )) (compound_statement "{\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }" { comment (expression_statement "piVar1 = (int *)FUN_003b7890(&local_4c," )",2);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_4c," )",2)" identifier = (cast_expression "(int *)FUN_003b7890(&local_4c," )",2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b7890(&local_4c," )",2)" identifier (argument_list "(&local_4c," )",2)" ( (pointer_expression "&local_4c" & identifier) , (string_literal "" )"" " string_content ") , number_literal ))))) ;) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }" { (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_28 = piVar1[3];" (assignment_expression "local_28 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_24 = piVar1[4];" (assignment_expression "local_24 = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_20 = piVar1[5];" (assignment_expression "local_20 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_34 = &local_2c;" (assignment_expression "local_34 = &local_2c" identifier = (pointer_expression "&local_2c" & identifier)) ;) }) (else_clause "else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" else (compound_statement "{\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" { (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_34 = (int *)*piVar1;" (assignment_expression "local_34 = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_30 = piVar1[1];" (assignment_expression "local_30 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) comment (expression_statement "FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);" (call_expression "FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0)" identifier (argument_list "(param_1,local_34,local_30 + (int)local_34,0)" ( identifier , identifier , (binary_expression "local_30 + (int)local_34" identifier + (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (if_statement "if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }" if (parenthesized_expression "(local_34 != &local_2c)" ( (binary_expression "local_34 != &local_2c" identifier != (pointer_expression "&local_2c" & identifier)) )) (compound_statement "{\n FUN_003ae080(local_34);\n }" { (expression_statement "FUN_003ae080(local_34);" (call_expression "FUN_003ae080(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) })) (if_statement "if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }" if (parenthesized_expression "(local_4c != &local_44)" ( (binary_expression "local_4c != &local_44" identifier != (pointer_expression "&local_44" & identifier)) )) (compound_statement "{\n FUN_003ae080(local_4c);\n }" { (expression_statement "FUN_003ae080(local_4c);" (call_expression "FUN_003ae080(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) })) (if_statement "if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }" if (parenthesized_expression "(local_64 != &local_5c)" ( (binary_expression "local_64 != &local_5c" identifier != (pointer_expression "&local_5c" & identifier)) )) (compound_statement "{\n FUN_003ae080(local_64);\n }" { (expression_statement "FUN_003ae080(local_64);" (call_expression "FUN_003ae080(local_64)" identifier (argument_list "(local_64)" ( identifier ))) ;) })) (if_statement "if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }" if (parenthesized_expression "(local_7c != local_74)" ( (binary_expression "local_7c != local_74" identifier != identifier) )) (compound_statement "{\n FUN_003ae080(local_7c);\n }" { (expression_statement "FUN_003ae080(local_7c);" (call_expression "FUN_003ae080(local_7c)" identifier (argument_list "(local_7c)" ( identifier ))) ;) })) (return_statement "return param_1;" return identifier ;) })) comment comment (expression_statement "FUN_003f3a70("basic_string::append");" (call_expression "FUN_003f3a70("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* DWARF original prototype: Parse_expression operator+(Parse_expression * this, Parse_expression *\n e) */\n\nParse_expression * __thiscall\ngold::Arm_reloc_property_table::Parse_expression::operator+\n (Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e)\n\n{\n int *piVar1;\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_7c;\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n std::operator+<char,_std::char_traits<char>,_std::allocator<char>_>\n (&local_7c,"( + ",&this->s_expression_);\n if (local_7c._M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n std::__throw_length_error("basic_string::append");\n }\n /* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */\n piVar1 = (int *)std::string::_M_append((char *)&local_7c,0x497c6f);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n /* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */\n piVar1 = (int *)std::string::_M_append\n ((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)std::string::_M_append((char *)&local_4c,0x46c99f);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n (__return_storage_ptr__->s_expression_)._M_dataplus._M_p =\n (pointer)&(__return_storage_ptr__->s_expression_).field_2;\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n operator_delete(local_34);\n }\n if (local_4c != &local_44) {\n operator_delete(local_4c);\n }\n if (local_64 != &local_5c) {\n operator_delete(local_64);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2) {\n operator_delete(local_7c._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */\n std::__throw_length_error("basic_string::append");\n}\n\n" comment comment (ERROR "Parse_expression * __thiscall\ngold::Arm_reloc_property_table::Parse_expression::operator+\n (Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e)" (binary_expression "Parse_expression * __thiscall\ngold::Arm_reloc_property_table::Parse_expression::operator+\n (Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e)" (binary_expression "Parse_expression * __thiscall" identifier * identifier) (ERROR "gold::Arm_reloc_property_table::Parse_expression::operator" identifier : : identifier : : identifier : : identifier) + (parenthesized_expression "(Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e)" ( (comma_expression "Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e" (binary_expression "Parse_expression *__return_storage_ptr__" identifier * identifier) , (comma_expression "Parse_expression *this,Parse_expression *e" (binary_expression "Parse_expression *this" identifier * identifier) , (binary_expression "Parse_expression *e" identifier * identifier))) )))) (compound_statement "{\n int *piVar1;\n basic_string<char,_std::char_traits<char>,_std::allocator<char>_> local_7c;\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n std::operator+<char,_std::char_traits<char>,_std::allocator<char>_>\n (&local_7c,"( + ",&this->s_expression_);\n if (local_7c._M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n std::__throw_length_error("basic_string::append");\n }\n /* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */\n piVar1 = (int *)std::string::_M_append((char *)&local_7c,0x497c6f);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n /* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */\n piVar1 = (int *)std::string::_M_append\n ((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)std::string::_M_append((char *)&local_4c,0x46c99f);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n (__return_storage_ptr__->s_expression_)._M_dataplus._M_p =\n (pointer)&(__return_storage_ptr__->s_expression_).field_2;\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n operator_delete(local_34);\n }\n if (local_4c != &local_44) {\n operator_delete(local_4c);\n }\n if (local_64 != &local_5c) {\n operator_delete(local_64);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2) {\n operator_delete(local_7c._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }\n /* WARNING: Subroutine does not return */\n /* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */\n std::__throw_length_error("basic_string::append");\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (ERROR "basic_string<char,_std::char_traits<char>,_std::" (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (expression_statement "allocator<char>_> local_7c;" (binary_expression "allocator<char>_> local_7c" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > identifier) ;) (declaration "int *local_64;" primitive_type (pointer_declarator "*local_64" * identifier) ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_5c;" primitive_type identifier ;) (declaration "int local_58;" primitive_type identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int *local_4c;" primitive_type (pointer_declarator "*local_4c" * identifier) ;) (declaration "int local_48;" primitive_type identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int local_38;" primitive_type identifier ;) (declaration "int *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "int local_20;" primitive_type identifier ;) (ERROR "std::operator+<char,_std::char_traits<char>,_std::" (comma_expression "std::operator+<char,_std" (binary_expression "std::operator+<char" identifier (ERROR "::operator+" : : identifier +) < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (expression_statement "allocator<char>_>\n (&local_7c,"( + ",&this->s_expression_);" (binary_expression "allocator<char>_>\n (&local_7c,"( + ",&this->s_expression_)" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (parenthesized_expression "(&local_7c,"( + ",&this->s_expression_)" ( (comma_expression "&local_7c,"( + ",&this->s_expression_" (pointer_expression "&local_7c" & identifier) , (comma_expression ""( + ",&this->s_expression_" (string_literal ""( + "" " string_content ") , (pointer_expression "&this->s_expression_" & (field_expression "this->s_expression_" identifier -> field_identifier)))) ))) ;) (if_statement "if (local_7c._M_string_length == 0x7fffffff) {\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n std::__throw_length_error("basic_string::append");\n }" if (parenthesized_expression "(local_7c._M_string_length == 0x7fffffff)" ( (binary_expression "local_7c._M_string_length == 0x7fffffff" (field_expression "local_7c._M_string_length" identifier . field_identifier) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n /* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */\n std::__throw_length_error("basic_string::append");\n }" { comment comment (labeled_statement "std::__throw_length_error("basic_string::append");" statement_identifier : (ERROR ":" :) (expression_statement "__throw_length_error("basic_string::append");" (call_expression "__throw_length_error("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;)) })) comment (ERROR "piVar1 = (int *)std::" (assignment_expression "piVar1 = (int *)std" identifier = (cast_expression "(int *)std" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "string::_M_append((char *)&local_7c,0x497c6f);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append((char *)&local_7c,0x497c6f);" (call_expression "_M_append((char *)&local_7c,0x497c6f)" identifier (argument_list "((char *)&local_7c,0x497c6f)" ( (cast_expression "(char *)&local_7c" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_7c" & identifier)) , number_literal ))) ;)) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }" { (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_58 = piVar1[3];" (assignment_expression "local_58 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_54 = piVar1[4];" (assignment_expression "local_54 = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_50 = piVar1[5];" (assignment_expression "local_50 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_64 = &local_5c;" (assignment_expression "local_64 = &local_5c" identifier = (pointer_expression "&local_5c" & identifier)) ;) }) (else_clause "else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" else (compound_statement "{\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" { (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_64 = (int *)*piVar1;" (assignment_expression "local_64 = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_60 = piVar1[1];" (assignment_expression "local_60 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) comment (ERROR "piVar1 = (int *)std::" (assignment_expression "piVar1 = (int *)std" identifier = (cast_expression "(int *)std" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "string::_M_append\n ((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append\n ((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p);" (call_expression "_M_append\n ((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p)" identifier (argument_list "((char *)&local_64,(uint)(e->s_expression_)._M_dataplus._M_p)" ( (cast_expression "(char *)&local_64" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_64" & identifier)) , (field_expression "(uint)(e->s_expression_)._M_dataplus._M_p" (field_expression "(uint)(e->s_expression_)._M_dataplus" (call_expression "(uint)(e->s_expression_)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(e->s_expression_)" ( (field_expression "e->s_expression_" identifier -> field_identifier) ))) . field_identifier) . field_identifier) ))) ;)) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }" { (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_40 = piVar1[3];" (assignment_expression "local_40 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_3c = piVar1[4];" (assignment_expression "local_3c = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_38 = piVar1[5];" (assignment_expression "local_38 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_4c = &local_44;" (assignment_expression "local_4c = &local_44" identifier = (pointer_expression "&local_44" & identifier)) ;) }) (else_clause "else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" else (compound_statement "{\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" { (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_4c = (int *)*piVar1;" (assignment_expression "local_4c = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_48 = piVar1[1];" (assignment_expression "local_48 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (1 < 0x7fffffffU - local_48) {\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)std::string::_M_append((char *)&local_4c,0x46c99f);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n (__return_storage_ptr__->s_expression_)._M_dataplus._M_p =\n (pointer)&(__return_storage_ptr__->s_expression_).field_2;\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n operator_delete(local_34);\n }\n if (local_4c != &local_44) {\n operator_delete(local_4c);\n }\n if (local_64 != &local_5c) {\n operator_delete(local_64);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2) {\n operator_delete(local_7c._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }" if (parenthesized_expression "(1 < 0x7fffffffU - local_48)" ( (binary_expression "1 < 0x7fffffffU - local_48" number_literal < (binary_expression "0x7fffffffU - local_48" number_literal - identifier)) )) (compound_statement "{\n /* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */\n piVar1 = (int *)std::string::_M_append((char *)&local_4c,0x46c99f);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n (__return_storage_ptr__->s_expression_)._M_dataplus._M_p =\n (pointer)&(__return_storage_ptr__->s_expression_).field_2;\n /* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */\n std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n operator_delete(local_34);\n }\n if (local_4c != &local_44) {\n operator_delete(local_4c);\n }\n if (local_64 != &local_5c) {\n operator_delete(local_64);\n }\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2) {\n operator_delete(local_7c._M_dataplus._M_p);\n }\n return __return_storage_ptr__;\n }" { comment (ERROR "piVar1 = (int *)std::" (assignment_expression "piVar1 = (int *)std" identifier = (cast_expression "(int *)std" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) : :) (labeled_statement "string::_M_append((char *)&local_4c,0x46c99f);" statement_identifier : (ERROR ":" :) (expression_statement "_M_append((char *)&local_4c,0x46c99f);" (call_expression "_M_append((char *)&local_4c,0x46c99f)" identifier (argument_list "((char *)&local_4c,0x46c99f)" ( (cast_expression "(char *)&local_4c" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_4c" & identifier)) , number_literal ))) ;)) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }" { (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_28 = piVar1[3];" (assignment_expression "local_28 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_24 = piVar1[4];" (assignment_expression "local_24 = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_20 = piVar1[5];" (assignment_expression "local_20 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_34 = &local_2c;" (assignment_expression "local_34 = &local_2c" identifier = (pointer_expression "&local_2c" & identifier)) ;) }) (else_clause "else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" else (compound_statement "{\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" { (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_34 = (int *)*piVar1;" (assignment_expression "local_34 = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_30 = piVar1[1];" (assignment_expression "local_30 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "(__return_storage_ptr__->s_expression_)._M_dataplus._M_p =\n (pointer)&(__return_storage_ptr__->s_expression_).field_2;" (assignment_expression "(__return_storage_ptr__->s_expression_)._M_dataplus._M_p =\n (pointer)&(__return_storage_ptr__->s_expression_).field_2" (field_expression "(__return_storage_ptr__->s_expression_)._M_dataplus._M_p" (field_expression "(__return_storage_ptr__->s_expression_)._M_dataplus" (parenthesized_expression "(__return_storage_ptr__->s_expression_)" ( (field_expression "__return_storage_ptr__->s_expression_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (binary_expression "(pointer)&(__return_storage_ptr__->s_expression_).field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "(__return_storage_ptr__->s_expression_).field_2" (parenthesized_expression "(__return_storage_ptr__->s_expression_)" ( (field_expression "__return_storage_ptr__->s_expression_" identifier -> field_identifier) )) . field_identifier))) ;) comment (labeled_statement "std::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>::\n _M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);" statement_identifier (ERROR "::__cxx11::basic_string<char,_std::char_traits<char>,_std::allocator<char>_>:" : : (comma_expression "__cxx11::basic_string<char,_std::char_traits<char>,_std" identifier (ERROR "::basic_string<char,_std::char_traits<char>" : : (comma_expression "basic_string<char,_std" (binary_expression "basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char" identifier < identifier) >) , identifier) : : (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > :) : (expression_statement "_M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0);" (binary_expression "_M_construct<char*>(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0)" (binary_expression "_M_construct<char" identifier < identifier) (ERROR "*" *) > (parenthesized_expression "(&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0)" ( (comma_expression "&__return_storage_ptr__->s_expression_,local_34,local_30 + (int)local_34,0" (pointer_expression "&__return_storage_ptr__->s_expression_" & (field_expression "__return_storage_ptr__->s_expression_" identifier -> field_identifier)) , (comma_expression "local_34,local_30 + (int)local_34,0" identifier , (comma_expression "local_30 + (int)local_34,0" (binary_expression "local_30 + (int)local_34" identifier + (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal))) ))) ;)) (if_statement "if (local_34 != &local_2c) {\n operator_delete(local_34);\n }" if (parenthesized_expression "(local_34 != &local_2c)" ( (binary_expression "local_34 != &local_2c" identifier != (pointer_expression "&local_2c" & identifier)) )) (compound_statement "{\n operator_delete(local_34);\n }" { (expression_statement "operator_delete(local_34);" (call_expression "operator_delete(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) })) (if_statement "if (local_4c != &local_44) {\n operator_delete(local_4c);\n }" if (parenthesized_expression "(local_4c != &local_44)" ( (binary_expression "local_4c != &local_44" identifier != (pointer_expression "&local_44" & identifier)) )) (compound_statement "{\n operator_delete(local_4c);\n }" { (expression_statement "operator_delete(local_4c);" (call_expression "operator_delete(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) })) (if_statement "if (local_64 != &local_5c) {\n operator_delete(local_64);\n }" if (parenthesized_expression "(local_64 != &local_5c)" ( (binary_expression "local_64 != &local_5c" identifier != (pointer_expression "&local_5c" & identifier)) )) (compound_statement "{\n operator_delete(local_64);\n }" { (expression_statement "operator_delete(local_64);" (call_expression "operator_delete(local_64)" identifier (argument_list "(local_64)" ( identifier ))) ;) })) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2) {\n operator_delete(local_7c._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)local_7c._M_dataplus._M_p != &local_7c.field_2" (binary_expression "allocator<char>_>_9\n *)local_7c._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)local_7c._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "local_7c._M_dataplus._M_p" (field_expression "local_7c._M_dataplus" identifier . field_identifier) . field_identifier))) != (pointer_expression "&local_7c.field_2" & (field_expression "local_7c.field_2" identifier . field_identifier))) )) )) (compound_statement "{\n operator_delete(local_7c._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(local_7c._M_dataplus._M_p);" (call_expression "operator_delete(local_7c._M_dataplus._M_p)" identifier (argument_list "(local_7c._M_dataplus._M_p)" ( (field_expression "local_7c._M_dataplus._M_p" (field_expression "local_7c._M_dataplus" identifier . field_identifier) . field_identifier) ))) ;) })) (return_statement "return __return_storage_ptr__;" return identifier ;) })) comment comment (labeled_statement "std::__throw_length_error("basic_string::append");" statement_identifier : (ERROR ":" :) (expression_statement "__throw_length_error("basic_string::append");" (call_expression "__throw_length_error("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;)) }))
|
(translation_unit "int * FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }\n \n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n \n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n \n \n FUN_003f3a70("basic_string::append");\n}\n\n" (function_definition "int * FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }\n \n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n \n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n \n \n FUN_003f3a70("basic_string::append");\n}" primitive_type (pointer_declarator "* FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)" * (function_declarator "FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)" identifier (parameter_list "(int *param_1,undefined4 param_2,undefined4 *param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }\n \n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n \n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n \n \n FUN_003f3a70("basic_string::append");\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "undefined1 *local_7c;" type_identifier (pointer_declarator "*local_7c" * identifier) ;) (declaration "int local_78;" primitive_type identifier ;) (declaration "undefined1 local_74 [16];" type_identifier (array_declarator "local_74 [16]" identifier [ number_literal ]) ;) (declaration "int *local_64;" primitive_type (pointer_declarator "*local_64" * identifier) ;) (declaration "int local_60;" primitive_type identifier ;) (declaration "int local_5c;" primitive_type identifier ;) (declaration "int local_58;" primitive_type identifier ;) (declaration "int local_54;" primitive_type identifier ;) (declaration "int local_50;" primitive_type identifier ;) (declaration "int *local_4c;" primitive_type (pointer_declarator "*local_4c" * identifier) ;) (declaration "int local_48;" primitive_type identifier ;) (declaration "int local_44;" primitive_type identifier ;) (declaration "int local_40;" primitive_type identifier ;) (declaration "int local_3c;" primitive_type identifier ;) (declaration "int local_38;" primitive_type identifier ;) (declaration "int *local_34;" primitive_type (pointer_declarator "*local_34" * identifier) ;) (declaration "int local_30;" primitive_type identifier ;) (declaration "int local_2c;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (declaration "int local_24;" primitive_type identifier ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);" (call_expression "FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2)" identifier (argument_list "(&local_7c,&DAT_0046c9cf,param_2)" ( (pointer_expression "&local_7c" & identifier) , (pointer_expression "&DAT_0046c9cf" & identifier) , identifier ))) ;) (if_statement "if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }" if (parenthesized_expression "(local_78 == 0x7fffffff)" ( (binary_expression "local_78 == 0x7fffffff" identifier == number_literal) )) (compound_statement "{\n \n \n FUN_003f3a70("basic_string::append");\n }" { (expression_statement "FUN_003f3a70("basic_string::append");" (call_expression "FUN_003f3a70("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;) })) (expression_statement "piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1)" identifier = (cast_expression "(int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b7890(&local_7c,&DAT_00497c6f,1)" identifier (argument_list "(&local_7c,&DAT_00497c6f,1)" ( (pointer_expression "&local_7c" & identifier) , (pointer_expression "&DAT_00497c6f" & identifier) , number_literal ))))) ;) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }" { (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_58 = piVar1[3];" (assignment_expression "local_58 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_54 = piVar1[4];" (assignment_expression "local_54 = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_50 = piVar1[5];" (assignment_expression "local_50 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_64 = &local_5c;" (assignment_expression "local_64 = &local_5c" identifier = (pointer_expression "&local_5c" & identifier)) ;) }) (else_clause "else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" else (compound_statement "{\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" { (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_64 = (int *)*piVar1;" (assignment_expression "local_64 = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_60 = piVar1[1];" (assignment_expression "local_60 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1])" identifier = (cast_expression "(int *)FUN_003b7890(&local_64,*param_3,param_3[1])" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b7890(&local_64,*param_3,param_3[1])" identifier (argument_list "(&local_64,*param_3,param_3[1])" ( (pointer_expression "&local_64" & identifier) , (pointer_expression "*param_3" * identifier) , (subscript_expression "param_3[1]" identifier [ number_literal ]) ))))) ;) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }" { (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_40 = piVar1[3];" (assignment_expression "local_40 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_3c = piVar1[4];" (assignment_expression "local_3c = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_38 = piVar1[5];" (assignment_expression "local_38 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_4c = &local_44;" (assignment_expression "local_4c = &local_44" identifier = (pointer_expression "&local_44" & identifier)) ;) }) (else_clause "else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" else (compound_statement "{\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" { (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_4c = (int *)*piVar1;" (assignment_expression "local_4c = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_48 = piVar1[1];" (assignment_expression "local_48 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }" if (parenthesized_expression "(1 < 0x7fffffffU - local_48)" ( (binary_expression "1 < 0x7fffffffU - local_48" number_literal < (binary_expression "0x7fffffffU - local_48" number_literal - identifier)) )) (compound_statement "{\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }" { (expression_statement "piVar1 = (int *)FUN_003b7890(&local_4c," )",2);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_4c," )",2)" identifier = (cast_expression "(int *)FUN_003b7890(&local_4c," )",2)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b7890(&local_4c," )",2)" identifier (argument_list "(&local_4c," )",2)" ( (pointer_expression "&local_4c" & identifier) , (string_literal "" )"" " string_content ") , number_literal ))))) ;) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" if (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" ( (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (binary_expression "piVar1 + 2" identifier + number_literal)) )) (compound_statement "{\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }" { (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_28 = piVar1[3];" (assignment_expression "local_28 = piVar1[3]" identifier = (subscript_expression "piVar1[3]" identifier [ number_literal ])) ;) (expression_statement "local_24 = piVar1[4];" (assignment_expression "local_24 = piVar1[4]" identifier = (subscript_expression "piVar1[4]" identifier [ number_literal ])) ;) (expression_statement "local_20 = piVar1[5];" (assignment_expression "local_20 = piVar1[5]" identifier = (subscript_expression "piVar1[5]" identifier [ number_literal ])) ;) (expression_statement "local_34 = &local_2c;" (assignment_expression "local_34 = &local_2c" identifier = (pointer_expression "&local_2c" & identifier)) ;) }) (else_clause "else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" else (compound_statement "{\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" { (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" identifier = (subscript_expression "piVar1[2]" identifier [ number_literal ])) ;) (expression_statement "local_34 = (int *)*piVar1;" (assignment_expression "local_34 = (int *)*piVar1" identifier = (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier))) ;) }))) (expression_statement "local_30 = piVar1[1];" (assignment_expression "local_30 = piVar1[1]" identifier = (subscript_expression "piVar1[1]" identifier [ number_literal ])) ;) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" * (cast_expression "(undefined1 *)(piVar1 + 2)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(piVar1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(piVar1 + 2)" ( (binary_expression "piVar1 + 2" identifier + number_literal) )))) ;) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);" (call_expression "FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0)" identifier (argument_list "(param_1,local_34,local_30 + (int)local_34,0)" ( identifier , identifier , (binary_expression "local_30 + (int)local_34" identifier + (cast_expression "(int)local_34" ( (type_descriptor "int" primitive_type) ) identifier)) , number_literal ))) ;) (if_statement "if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }" if (parenthesized_expression "(local_34 != &local_2c)" ( (binary_expression "local_34 != &local_2c" identifier != (pointer_expression "&local_2c" & identifier)) )) (compound_statement "{\n FUN_003ae080(local_34);\n }" { (expression_statement "FUN_003ae080(local_34);" (call_expression "FUN_003ae080(local_34)" identifier (argument_list "(local_34)" ( identifier ))) ;) })) (if_statement "if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }" if (parenthesized_expression "(local_4c != &local_44)" ( (binary_expression "local_4c != &local_44" identifier != (pointer_expression "&local_44" & identifier)) )) (compound_statement "{\n FUN_003ae080(local_4c);\n }" { (expression_statement "FUN_003ae080(local_4c);" (call_expression "FUN_003ae080(local_4c)" identifier (argument_list "(local_4c)" ( identifier ))) ;) })) (if_statement "if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }" if (parenthesized_expression "(local_64 != &local_5c)" ( (binary_expression "local_64 != &local_5c" identifier != (pointer_expression "&local_5c" & identifier)) )) (compound_statement "{\n FUN_003ae080(local_64);\n }" { (expression_statement "FUN_003ae080(local_64);" (call_expression "FUN_003ae080(local_64)" identifier (argument_list "(local_64)" ( identifier ))) ;) })) (if_statement "if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }" if (parenthesized_expression "(local_7c != local_74)" ( (binary_expression "local_7c != local_74" identifier != identifier) )) (compound_statement "{\n FUN_003ae080(local_7c);\n }" { (expression_statement "FUN_003ae080(local_7c);" (call_expression "FUN_003ae080(local_7c)" identifier (argument_list "(local_7c)" ( identifier ))) ;) })) (return_statement "return param_1;" return identifier ;) })) (expression_statement "FUN_003f3a70("basic_string::append");" (call_expression "FUN_003f3a70("basic_string::append")" identifier (argument_list "("basic_string::append")" ( (string_literal ""basic_string::append"" " string_content ") ))) ;) })))
|
(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 (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , LIT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression * IDENT) , (subscript_expression IDENT [ LIT ]) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < (binary_expression LIT - IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (string_literal " string_content ") , LIT ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }))) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT)) , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })))
|
(function_definition "int * FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)\n\n{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }\n \n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n \n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n \n \n FUN_003f3a70("basic_string::append");\n}" (primitive_type "int") (pointer_declarator "* FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)" (* "*") (function_declarator "FUN_00150170(int *param_1,undefined4 param_2,undefined4 *param_3)" (identifier "FUN_00150170") (parameter_list "(int *param_1,undefined4 param_2,undefined4 *param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")")))) (compound_statement "{\n int *piVar1;\n undefined1 *local_7c;\n int local_78;\n undefined1 local_74 [16];\n int *local_64;\n int local_60;\n int local_5c;\n int local_58;\n int local_54;\n int local_50;\n int *local_4c;\n int local_48;\n int local_44;\n int local_40;\n int local_3c;\n int local_38;\n int *local_34;\n int local_30;\n int local_2c;\n int local_28;\n int local_24;\n int local_20;\n \n FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);\n if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }\n \n piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }\n local_60 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n \n piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }\n local_48 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }\n \n \n FUN_003f3a70("basic_string::append");\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "undefined1 *local_7c;" (type_identifier "undefined1") (pointer_declarator "*local_7c" (* "*") (identifier "local_7c")) (; ";")) (declaration "int local_78;" (primitive_type "int") (identifier "local_78") (; ";")) (declaration "undefined1 local_74 [16];" (type_identifier "undefined1") (array_declarator "local_74 [16]" (identifier "local_74") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "int *local_64;" (primitive_type "int") (pointer_declarator "*local_64" (* "*") (identifier "local_64")) (; ";")) (declaration "int local_60;" (primitive_type "int") (identifier "local_60") (; ";")) (declaration "int local_5c;" (primitive_type "int") (identifier "local_5c") (; ";")) (declaration "int local_58;" (primitive_type "int") (identifier "local_58") (; ";")) (declaration "int local_54;" (primitive_type "int") (identifier "local_54") (; ";")) (declaration "int local_50;" (primitive_type "int") (identifier "local_50") (; ";")) (declaration "int *local_4c;" (primitive_type "int") (pointer_declarator "*local_4c" (* "*") (identifier "local_4c")) (; ";")) (declaration "int local_48;" (primitive_type "int") (identifier "local_48") (; ";")) (declaration "int local_44;" (primitive_type "int") (identifier "local_44") (; ";")) (declaration "int local_40;" (primitive_type "int") (identifier "local_40") (; ";")) (declaration "int local_3c;" (primitive_type "int") (identifier "local_3c") (; ";")) (declaration "int local_38;" (primitive_type "int") (identifier "local_38") (; ";")) (declaration "int *local_34;" (primitive_type "int") (pointer_declarator "*local_34" (* "*") (identifier "local_34")) (; ";")) (declaration "int local_30;" (primitive_type "int") (identifier "local_30") (; ";")) (declaration "int local_2c;" (primitive_type "int") (identifier "local_2c") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (declaration "int local_24;" (primitive_type "int") (identifier "local_24") (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (expression_statement "FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);" (call_expression "FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2)" (identifier "FUN_0014f900") (argument_list "(&local_7c,&DAT_0046c9cf,param_2)" (( "(") (pointer_expression "&local_7c" (& "&") (identifier "local_7c")) (, ",") (pointer_expression "&DAT_0046c9cf" (& "&") (identifier "DAT_0046c9cf")) (, ",") (identifier "param_2") () ")"))) (; ";")) (if_statement "if (local_78 == 0x7fffffff) {\n \n \n FUN_003f3a70("basic_string::append");\n }" (if "if") (parenthesized_expression "(local_78 == 0x7fffffff)" (( "(") (binary_expression "local_78 == 0x7fffffff" (identifier "local_78") (== "==") (number_literal "0x7fffffff")) () ")")) (compound_statement "{\n \n \n FUN_003f3a70("basic_string::append");\n }" ({ "{") (expression_statement "FUN_003f3a70("basic_string::append");" (call_expression "FUN_003f3a70("basic_string::append")" (identifier "FUN_003f3a70") (argument_list "("basic_string::append")" (( "(") (string_literal ""basic_string::append"" (" """) (string_content "basic_string::append") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1)" (identifier "piVar1") (= "=") (cast_expression "(int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003b7890(&local_7c,&DAT_00497c6f,1)" (identifier "FUN_003b7890") (argument_list "(&local_7c,&DAT_00497c6f,1)" (( "(") (pointer_expression "&local_7c" (& "&") (identifier "local_7c")) (, ",") (pointer_expression "&DAT_00497c6f" (& "&") (identifier "DAT_00497c6f")) (, ",") (number_literal "1") () ")"))))) (; ";")) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }\n else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" (if "if") (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" (( "(") (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (== "==") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n local_5c = piVar1[2];\n local_58 = piVar1[3];\n local_54 = piVar1[4];\n local_50 = piVar1[5];\n local_64 = &local_5c;\n }" ({ "{") (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" (identifier "local_5c") (= "=") (subscript_expression "piVar1[2]" (identifier "piVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_58 = piVar1[3];" (assignment_expression "local_58 = piVar1[3]" (identifier "local_58") (= "=") (subscript_expression "piVar1[3]" (identifier "piVar1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "local_54 = piVar1[4];" (assignment_expression "local_54 = piVar1[4]" (identifier "local_54") (= "=") (subscript_expression "piVar1[4]" (identifier "piVar1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "local_50 = piVar1[5];" (assignment_expression "local_50 = piVar1[5]" (identifier "local_50") (= "=") (subscript_expression "piVar1[5]" (identifier "piVar1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "local_64 = &local_5c;" (assignment_expression "local_64 = &local_5c" (identifier "local_64") (= "=") (pointer_expression "&local_5c" (& "&") (identifier "local_5c"))) (; ";")) (} "}")) (else_clause "else {\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" (else "else") (compound_statement "{\n local_5c = piVar1[2];\n local_64 = (int *)*piVar1;\n }" ({ "{") (expression_statement "local_5c = piVar1[2];" (assignment_expression "local_5c = piVar1[2]" (identifier "local_5c") (= "=") (subscript_expression "piVar1[2]" (identifier "piVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_64 = (int *)*piVar1;" (assignment_expression "local_64 = (int *)*piVar1" (identifier "local_64") (= "=") (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")))) (; ";")) (} "}")))) (expression_statement "local_60 = piVar1[1];" (assignment_expression "local_60 = piVar1[1]" (identifier "local_60") (= "=") (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" (* "*") (cast_expression "(undefined1 *)(piVar1 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)(piVar1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1])" (identifier "piVar1") (= "=") (cast_expression "(int *)FUN_003b7890(&local_64,*param_3,param_3[1])" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003b7890(&local_64,*param_3,param_3[1])" (identifier "FUN_003b7890") (argument_list "(&local_64,*param_3,param_3[1])" (( "(") (pointer_expression "&local_64" (& "&") (identifier "local_64")) (, ",") (pointer_expression "*param_3" (* "*") (identifier "param_3")) (, ",") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) () ")"))))) (; ";")) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }\n else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" (if "if") (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" (( "(") (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (== "==") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n local_44 = piVar1[2];\n local_40 = piVar1[3];\n local_3c = piVar1[4];\n local_38 = piVar1[5];\n local_4c = &local_44;\n }" ({ "{") (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" (identifier "local_44") (= "=") (subscript_expression "piVar1[2]" (identifier "piVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_40 = piVar1[3];" (assignment_expression "local_40 = piVar1[3]" (identifier "local_40") (= "=") (subscript_expression "piVar1[3]" (identifier "piVar1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "local_3c = piVar1[4];" (assignment_expression "local_3c = piVar1[4]" (identifier "local_3c") (= "=") (subscript_expression "piVar1[4]" (identifier "piVar1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "local_38 = piVar1[5];" (assignment_expression "local_38 = piVar1[5]" (identifier "local_38") (= "=") (subscript_expression "piVar1[5]" (identifier "piVar1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "local_4c = &local_44;" (assignment_expression "local_4c = &local_44" (identifier "local_4c") (= "=") (pointer_expression "&local_44" (& "&") (identifier "local_44"))) (; ";")) (} "}")) (else_clause "else {\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" (else "else") (compound_statement "{\n local_44 = piVar1[2];\n local_4c = (int *)*piVar1;\n }" ({ "{") (expression_statement "local_44 = piVar1[2];" (assignment_expression "local_44 = piVar1[2]" (identifier "local_44") (= "=") (subscript_expression "piVar1[2]" (identifier "piVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_4c = (int *)*piVar1;" (assignment_expression "local_4c = (int *)*piVar1" (identifier "local_4c") (= "=") (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")))) (; ";")) (} "}")))) (expression_statement "local_48 = piVar1[1];" (assignment_expression "local_48 = piVar1[1]" (identifier "local_48") (= "=") (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" (* "*") (cast_expression "(undefined1 *)(piVar1 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)(piVar1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (1 < 0x7fffffffU - local_48) {\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }" (if "if") (parenthesized_expression "(1 < 0x7fffffffU - local_48)" (( "(") (binary_expression "1 < 0x7fffffffU - local_48" (number_literal "1") (< "<") (binary_expression "0x7fffffffU - local_48" (number_literal "0x7fffffffU") (- "-") (identifier "local_48"))) () ")")) (compound_statement "{\n \n piVar1 = (int *)FUN_003b7890(&local_4c," )",2);\n if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }\n local_30 = piVar1[1];\n *(undefined1 *)(piVar1 + 2) = 0;\n *piVar1 = (int)(piVar1 + 2);\n piVar1[1] = 0;\n *param_1 = (int)(param_1 + 2);\n \n FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);\n if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }\n if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }\n if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }\n if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }\n return param_1;\n }" ({ "{") (expression_statement "piVar1 = (int *)FUN_003b7890(&local_4c," )",2);" (assignment_expression "piVar1 = (int *)FUN_003b7890(&local_4c," )",2)" (identifier "piVar1") (= "=") (cast_expression "(int *)FUN_003b7890(&local_4c," )",2)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003b7890(&local_4c," )",2)" (identifier "FUN_003b7890") (argument_list "(&local_4c," )",2)" (( "(") (pointer_expression "&local_4c" (& "&") (identifier "local_4c")) (, ",") (string_literal "" )"" (" """) (string_content " )") (" """)) (, ",") (number_literal "2") () ")"))))) (; ";")) (if_statement "if ((int *)*piVar1 == piVar1 + 2) {\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }\n else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" (if "if") (parenthesized_expression "((int *)*piVar1 == piVar1 + 2)" (( "(") (binary_expression "(int *)*piVar1 == piVar1 + 2" (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (== "==") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2"))) () ")")) (compound_statement "{\n local_2c = piVar1[2];\n local_28 = piVar1[3];\n local_24 = piVar1[4];\n local_20 = piVar1[5];\n local_34 = &local_2c;\n }" ({ "{") (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" (identifier "local_2c") (= "=") (subscript_expression "piVar1[2]" (identifier "piVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_28 = piVar1[3];" (assignment_expression "local_28 = piVar1[3]" (identifier "local_28") (= "=") (subscript_expression "piVar1[3]" (identifier "piVar1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "local_24 = piVar1[4];" (assignment_expression "local_24 = piVar1[4]" (identifier "local_24") (= "=") (subscript_expression "piVar1[4]" (identifier "piVar1") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "local_20 = piVar1[5];" (assignment_expression "local_20 = piVar1[5]" (identifier "local_20") (= "=") (subscript_expression "piVar1[5]" (identifier "piVar1") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "local_34 = &local_2c;" (assignment_expression "local_34 = &local_2c" (identifier "local_34") (= "=") (pointer_expression "&local_2c" (& "&") (identifier "local_2c"))) (; ";")) (} "}")) (else_clause "else {\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" (else "else") (compound_statement "{\n local_2c = piVar1[2];\n local_34 = (int *)*piVar1;\n }" ({ "{") (expression_statement "local_2c = piVar1[2];" (assignment_expression "local_2c = piVar1[2]" (identifier "local_2c") (= "=") (subscript_expression "piVar1[2]" (identifier "piVar1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "local_34 = (int *)*piVar1;" (assignment_expression "local_34 = (int *)*piVar1" (identifier "local_34") (= "=") (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")))) (; ";")) (} "}")))) (expression_statement "local_30 = piVar1[1];" (assignment_expression "local_30 = piVar1[1]" (identifier "local_30") (= "=") (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*(undefined1 *)(piVar1 + 2) = 0;" (assignment_expression "*(undefined1 *)(piVar1 + 2) = 0" (pointer_expression "*(undefined1 *)(piVar1 + 2)" (* "*") (cast_expression "(undefined1 *)(piVar1 + 2)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*piVar1 = (int)(piVar1 + 2);" (assignment_expression "*piVar1 = (int)(piVar1 + 2)" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)(piVar1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(piVar1 + 2)" (( "(") (binary_expression "piVar1 + 2" (identifier "piVar1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "piVar1[1] = 0;" (assignment_expression "piVar1[1] = 0" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = (int)(param_1 + 2);" (assignment_expression "*param_1 = (int)(param_1 + 2)" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)(param_1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);" (call_expression "FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0)" (identifier "FUN_0014fca0") (argument_list "(param_1,local_34,local_30 + (int)local_34,0)" (( "(") (identifier "param_1") (, ",") (identifier "local_34") (, ",") (binary_expression "local_30 + (int)local_34" (identifier "local_30") (+ "+") (cast_expression "(int)local_34" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_34"))) (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (local_34 != &local_2c) {\n FUN_003ae080(local_34);\n }" (if "if") (parenthesized_expression "(local_34 != &local_2c)" (( "(") (binary_expression "local_34 != &local_2c" (identifier "local_34") (!= "!=") (pointer_expression "&local_2c" (& "&") (identifier "local_2c"))) () ")")) (compound_statement "{\n FUN_003ae080(local_34);\n }" ({ "{") (expression_statement "FUN_003ae080(local_34);" (call_expression "FUN_003ae080(local_34)" (identifier "FUN_003ae080") (argument_list "(local_34)" (( "(") (identifier "local_34") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_4c != &local_44) {\n FUN_003ae080(local_4c);\n }" (if "if") (parenthesized_expression "(local_4c != &local_44)" (( "(") (binary_expression "local_4c != &local_44" (identifier "local_4c") (!= "!=") (pointer_expression "&local_44" (& "&") (identifier "local_44"))) () ")")) (compound_statement "{\n FUN_003ae080(local_4c);\n }" ({ "{") (expression_statement "FUN_003ae080(local_4c);" (call_expression "FUN_003ae080(local_4c)" (identifier "FUN_003ae080") (argument_list "(local_4c)" (( "(") (identifier "local_4c") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_64 != &local_5c) {\n FUN_003ae080(local_64);\n }" (if "if") (parenthesized_expression "(local_64 != &local_5c)" (( "(") (binary_expression "local_64 != &local_5c" (identifier "local_64") (!= "!=") (pointer_expression "&local_5c" (& "&") (identifier "local_5c"))) () ")")) (compound_statement "{\n FUN_003ae080(local_64);\n }" ({ "{") (expression_statement "FUN_003ae080(local_64);" (call_expression "FUN_003ae080(local_64)" (identifier "FUN_003ae080") (argument_list "(local_64)" (( "(") (identifier "local_64") () ")"))) (; ";")) (} "}"))) (if_statement "if (local_7c != local_74) {\n FUN_003ae080(local_7c);\n }" (if "if") (parenthesized_expression "(local_7c != local_74)" (( "(") (binary_expression "local_7c != local_74" (identifier "local_7c") (!= "!=") (identifier "local_74")) () ")")) (compound_statement "{\n FUN_003ae080(local_7c);\n }" ({ "{") (expression_statement "FUN_003ae080(local_7c);" (call_expression "FUN_003ae080(local_7c)" (identifier "FUN_003ae080") (argument_list "(local_7c)" (( "(") (identifier "local_7c") () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) (expression_statement "FUN_003f3a70("basic_string::append");" (call_expression "FUN_003f3a70("basic_string::append")" (identifier "FUN_003f3a70") (argument_list "("basic_string::append")" (( "(") (string_literal ""basic_string::append"" (" """) (string_content "basic_string::append") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* DWARF original prototype: Parse_expression operator+(Parse_expression * this, Parse_expression *
e) */
Parse_expression * __thiscall
gold::Arm_reloc_property_table::Parse_expression::operator+
(Parse_expression *__return_storage_ptr__,Parse_expression *this,Parse_expression *e)
{
int *var_7;
basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3> var_4;
int *var_14;
int local_60;
int local_5c;
int local_58;
int local_54;
int local_50;
int *var_13;
int var_8;
int local_44;
int local_40;
int local_3c;
int local_38;
int *var_11;
int var_10;
int local_2c;
int local_28;
int local_24;
int local_20;
std::operator+<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>
(&var_4,"( + ",&this->s_expression_);
if (var_4._M_string_length == 0x7fffffff) {
/* WARNING: Subroutine does not return */
/* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */
std::var_5("basic_string::append");
}
/* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */
var_7 = (int *)std::string::var_6((char *)&var_4,0x497c6f);
if ((int *)*var_7 == var_7 + 2) {
local_5c = var_7[2];
local_58 = var_7[3];
local_54 = var_7[4];
local_50 = var_7[5];
var_14 = &local_5c;
}
else {
local_5c = var_7[2];
var_14 = (int *)*var_7;
}
local_60 = var_7[1];
*(type_1 *)(var_7 + 2) = 0;
*var_7 = (int)(var_7 + 2);
var_7[1] = 0;
/* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */
var_7 = (int *)std::string::var_6
((char *)&var_14,(uint)(e->s_expression_)._M_dataplus._M_p);
if ((int *)*var_7 == var_7 + 2) {
local_44 = var_7[2];
local_40 = var_7[3];
local_3c = var_7[4];
local_38 = var_7[5];
var_13 = &local_44;
}
else {
local_44 = var_7[2];
var_13 = (int *)*var_7;
}
var_8 = var_7[1];
*(type_1 *)(var_7 + 2) = 0;
*var_7 = (int)(var_7 + 2);
var_7[1] = 0;
if (1 < 0x7fffffffU - var_8) {
/* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */
var_7 = (int *)std::string::var_6((char *)&var_13,0x46c99f);
if ((int *)*var_7 == var_7 + 2) {
local_2c = var_7[2];
local_28 = var_7[3];
local_24 = var_7[4];
local_20 = var_7[5];
var_11 = &local_2c;
}
else {
local_2c = var_7[2];
var_11 = (int *)*var_7;
}
var_10 = var_7[1];
*(type_1 *)(var_7 + 2) = 0;
*var_7 = (int)(var_7 + 2);
var_7[1] = 0;
(__return_storage_ptr__->s_expression_)._M_dataplus._M_p =
(pointer)&(__return_storage_ptr__->s_expression_).field_2;
/* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */
std::__cxx11::basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>::
var_9<var_2*>(&__return_storage_ptr__->s_expression_,var_11,var_10 + (int)var_11,0);
if (var_11 != &local_2c) {
var_12(var_11);
}
if (var_13 != &local_44) {
var_12(var_13);
}
if (var_14 != &local_5c) {
var_12(var_14);
}
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_15
*)var_4._M_dataplus._M_p != &var_4.field_2) {
var_12(var_4._M_dataplus._M_p);
}
return __return_storage_ptr__;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */
std::var_5("basic_string::append");
}
| 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_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (subscript_expression argument: (identifier) index: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (number_literal) right: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (string_literal (string_content)) (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
int * MASKED(int *param_1,undefined4 param_2,undefined4 *param_3)
{
int *piVar1;
undefined1 *local_7c;
int local_78;
undefined1 local_74 [16];
int *local_64;
int local_60;
int local_5c;
int local_58;
int local_54;
int local_50;
int *local_4c;
int local_48;
int local_44;
int local_40;
int local_3c;
int local_38;
int *local_34;
int local_30;
int local_2c;
int local_28;
int local_24;
int local_20;
FUN_0014f900(&local_7c,&DAT_0046c9cf,param_2);
if (local_78 == 0x7fffffff) {
/* WARNING: Subroutine does not return */
/* try { // try from 0015039a to 0015039e has its CatchHandler @ 0015039f */
FUN_003f3a70("basic_string::append");
}
/* try { // try from 001501bb to 001501bf has its CatchHandler @ 0015039f */
piVar1 = (int *)FUN_003b7890(&local_7c,&DAT_00497c6f,1);
if ((int *)*piVar1 == piVar1 + 2) {
local_5c = piVar1[2];
local_58 = piVar1[3];
local_54 = piVar1[4];
local_50 = piVar1[5];
local_64 = &local_5c;
}
else {
local_5c = piVar1[2];
local_64 = (int *)*piVar1;
}
local_60 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
/* try { // try from 00150203 to 00150207 has its CatchHandler @ 001503a3 */
piVar1 = (int *)FUN_003b7890(&local_64,*param_3,param_3[1]);
if ((int *)*piVar1 == piVar1 + 2) {
local_44 = piVar1[2];
local_40 = piVar1[3];
local_3c = piVar1[4];
local_38 = piVar1[5];
local_4c = &local_44;
}
else {
local_44 = piVar1[2];
local_4c = (int *)*piVar1;
}
local_48 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
if (1 < 0x7fffffffU - local_48) {
/* try { // try from 0015025d to 00150261 has its CatchHandler @ 00150417 */
piVar1 = (int *)FUN_003b7890(&local_4c," )",2);
if ((int *)*piVar1 == piVar1 + 2) {
local_2c = piVar1[2];
local_28 = piVar1[3];
local_24 = piVar1[4];
local_20 = piVar1[5];
local_34 = &local_2c;
}
else {
local_2c = piVar1[2];
local_34 = (int *)*piVar1;
}
local_30 = piVar1[1];
*(undefined1 *)(piVar1 + 2) = 0;
*piVar1 = (int)(piVar1 + 2);
piVar1[1] = 0;
*param_1 = (int)(param_1 + 2);
/* try { // try from 001502af to 001502b3 has its CatchHandler @ 0015041c */
FUN_0014fca0(param_1,local_34,local_30 + (int)local_34,0);
if (local_34 != &local_2c) {
FUN_003ae080(local_34);
}
if (local_4c != &local_44) {
FUN_003ae080(local_4c);
}
if (local_64 != &local_5c) {
FUN_003ae080(local_64);
}
if (local_7c != local_74) {
FUN_003ae080(local_7c);
}
return param_1;
}
/* WARNING: Subroutine does not return */
/* try { // try from 00150389 to 0015038d has its CatchHandler @ 00150417 */
FUN_003f3a70("basic_string::append");
}
|
8177_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
__cxa_get_exception_ptr
|
FUN_00247920
|
undefined4 __cxa_get_exception_ptr(int param_1)
{
return *(undefined4 *)(param_1 + -8);
}
|
undefined4 FUN_00247920(int param_1)
{
return *(undefined4 *)(param_1 + -8);
}
|
MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + -0x8]
RET
| null | null | null | null |
[(u'LOAD_-1204061910', u'COPY_-1204061910'), ('const-417', u'LOAD_-1204061910'), (u'INT_ADD_-1204061894', u'CAST_-1204061842'), ('const-4294967288', u'INT_ADD_-1204061894'), (u'CAST_-1204061842', u'LOAD_-1204061910'), ('const-0', u'RETURN_-1204061895'), ('tmp_29', u'INT_ADD_-1204061894'), (u'COPY_-1204061910', u'RETURN_-1204061895')]
|
[(u'LOAD_-1204061910', u'COPY_-1204061910'), ('const-417', u'LOAD_-1204061910'), (u'INT_ADD_-1204061894', u'CAST_-1204061842'), ('const-4294967288', u'INT_ADD_-1204061894'), (u'CAST_-1204061842', u'LOAD_-1204061910'), ('const-0', u'RETURN_-1204061895'), ('tmp_29', u'INT_ADD_-1204061894'), (u'COPY_-1204061910', u'RETURN_-1204061895')]
| null | null |
00247920
|
x86
|
O1
|
(translation_unit "undefined4 FUN_00247920(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}\n\n" (function_definition "undefined4 FUN_00247920(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}" type_identifier (function_declarator "FUN_00247920(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + -8);\n}" { (return_statement "return *(undefined4 *)(param_1 + -8);" return (pointer_expression "*(undefined4 *)(param_1 + -8)" * (cast_expression "(undefined4 *)(param_1 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + -8)" ( (binary_expression "param_1 + -8" identifier + number_literal) )))) ;) })))
|
(translation_unit "undefined4 __cxa_get_exception_ptr(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}\n\n" (function_definition "undefined4 __cxa_get_exception_ptr(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}" type_identifier (function_declarator "__cxa_get_exception_ptr(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + -8);\n}" { (return_statement "return *(undefined4 *)(param_1 + -8);" return (pointer_expression "*(undefined4 *)(param_1 + -8)" * (cast_expression "(undefined4 *)(param_1 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + -8)" ( (binary_expression "param_1 + -8" identifier + number_literal) )))) ;) })))
|
(translation_unit "undefined4 FUN_00247920(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}\n\n" (function_definition "undefined4 FUN_00247920(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}" type_identifier (function_declarator "FUN_00247920(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + -8);\n}" { (return_statement "return *(undefined4 *)(param_1 + -8);" return (pointer_expression "*(undefined4 *)(param_1 + -8)" * (cast_expression "(undefined4 *)(param_1 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + -8)" ( (binary_expression "param_1 + -8" identifier + number_literal) )))) ;) })))
|
(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 IDENT + LIT) )))) ;) })))
|
(function_definition "undefined4 FUN_00247920(int param_1)\n\n{\n return *(undefined4 *)(param_1 + -8);\n}" (type_identifier "undefined4") (function_declarator "FUN_00247920(int param_1)" (identifier "FUN_00247920") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(param_1 + -8);\n}" ({ "{") (return_statement "return *(undefined4 *)(param_1 + -8);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + -8)" (* "*") (cast_expression "(undefined4 *)(param_1 + -8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + -8)" (( "(") (binary_expression "param_1 + -8" (identifier "param_1") (+ "+") (number_literal "-8")) () ")")))) (; ";")) (} "}")))
|
type_1 function_1(int var_1)
{
return *(type_1 *)(var_1 + -8);
}
| 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: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))
| null |
undefined4 MASKED(int param_1)
{
return *(undefined4 *)(param_1 + -8);
}
|
538_i686-gnu-as_and_i686-gnu-as_strip.c
|
fb_label_instance_inc
|
FUN_00036240
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void fb_label_instance_inc(long label)
{
long *plVar1;
int *piVar2;
int iVar3;
long lVar4;
int *piVar5;
if ((uint)label < 10) {
fb_low_counter[label] = fb_low_counter[label] + 1;
return;
}
if (fb_labels == (long *)0x0) {
iVar3 = 0x28;
fb_labels = (long *)xmalloc(0x40);
fb_label_instances = (long *)xmalloc(0x40);
fb_label_max = 0x10;
lVar4 = 0xb;
piVar5 = fb_labels + 10;
}
else {
piVar2 = fb_labels + 10;
iVar3 = fb_label_count * 4;
piVar5 = fb_labels + fb_label_count;
if (piVar2 < piVar5) {
if (label == fb_labels[10]) {
iVar3 = 0x28;
}
else {
do {
piVar2 = piVar2 + 1;
if (piVar5 <= piVar2) goto LAB_0003629b;
} while (*piVar2 != label);
iVar3 = (int)piVar2 - (int)fb_labels;
}
*(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;
return;
}
LAB_0003629b:
if (fb_label_max == fb_label_count) {
fb_label_max = fb_label_count + 0x10;
fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);
fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);
iVar3 = fb_label_count * 4;
lVar4 = fb_label_count + 1;
piVar5 = fb_labels + fb_label_count;
}
else {
lVar4 = fb_label_count + 1;
}
}
plVar1 = fb_label_instances;
*piVar5 = label;
fb_label_count = lVar4;
*(undefined4 *)((int)plVar1 + iVar3) = 1;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00036240(uint param_1)
{
int iVar1;
uint *puVar2;
int iVar3;
uint *puVar4;
if (param_1 < 10) {
(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;
return;
}
if (DAT_00083d9c == 0) {
iVar3 = 0x28;
DAT_00083d9c = xmalloc(0x40);
DAT_00083d98 = xmalloc(0x40);
DAT_00083d90 = 0x10;
DAT_00083d94 = 0xb;
puVar4 = (uint *)(DAT_00083d9c + 0x28);
}
else {
puVar2 = (uint *)(DAT_00083d9c + 0x28);
iVar3 = DAT_00083d94 * 4;
puVar4 = (uint *)(DAT_00083d9c + iVar3);
if (puVar2 < puVar4) {
if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {
iVar3 = 0x28;
}
else {
do {
puVar2 = puVar2 + 1;
if (puVar4 <= puVar2) goto LAB_0003629b;
} while (*puVar2 != param_1);
iVar3 = (int)puVar2 - DAT_00083d9c;
}
*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;
return;
}
LAB_0003629b:
if (DAT_00083d90 == DAT_00083d94) {
DAT_00083d90 = DAT_00083d94 + 0x10;
DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);
DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);
iVar3 = DAT_00083d94 * 4;
DAT_00083d94 = DAT_00083d94 + 1;
puVar4 = (uint *)(DAT_00083d9c + iVar3);
}
else {
DAT_00083d94 = DAT_00083d94 + 1;
}
}
iVar1 = DAT_00083d98;
*puVar4 = param_1;
*(undefined4 *)(iVar1 + iVar3) = 1;
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00016020
ADD EBX,0x44db7
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x20]
CMP ESI,0x9
JBE 0x000362d0
MOV EBP,dword ptr [EBX + 0x8d9c]
TEST EBP,EBP
JZ 0x000362f8
MOV ECX,dword ptr [EBX + 0x8d94]
LEA EAX,[EBP + 0x28]
LEA EDI,[ECX*0x4 + 0x0]
LEA EDX,[EBP + EDI*0x1]
CMP EAX,EDX
JNC 0x0003629b
CMP ESI,dword ptr [EBP + 0x28]
JNZ 0x00036294
JMP 0x00036399
CMP dword ptr [EAX],ESI
JZ 0x000362e0
ADD EAX,0x4
CMP EAX,EDX
JC 0x00036290
CMP dword ptr [EBX + 0x8d90],ECX
JZ 0x00036340
MOV EAX,dword ptr [EBX + 0x8d98]
ADD ECX,0x1
MOV dword ptr [EDX],ESI
MOV dword ptr [EBX + 0x8d94],ECX
MOV dword ptr [EAX + EDI*0x1],0x1
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
ADD dword ptr [EBX + ESI*0x4 + 0x8da0],0x1
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB EAX,EBP
ADD EAX,dword ptr [EBX + 0x8d98]
ADD dword ptr [EAX],0x1
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0xc
MOV EDI,0x28
PUSH 0x40
CALL 0x00014790
MOV dword ptr [ESP],0x40
MOV dword ptr [EBX + 0x8d9c],EAX
CALL 0x00014790
MOV EDX,dword ptr [EBX + 0x8d9c]
ADD ESP,0x10
MOV dword ptr [EBX + 0x8d90],0x10
MOV dword ptr [EBX + 0x8d98],EAX
MOV ECX,0xb
ADD EDX,0x28
JMP 0x000362b0
ADD ECX,0x10
SUB ESP,0x8
MOV dword ptr [EBX + 0x8d90],ECX
SHL ECX,0x2
PUSH ECX
PUSH EBP
CALL 0x00014210
MOV dword ptr [EBX + 0x8d9c],EAX
POP EAX
MOV EAX,dword ptr [EBX + 0x8d90]
POP EDX
SHL EAX,0x2
PUSH EAX
PUSH dword ptr [EBX + 0x8d98]
CALL 0x00014210
MOV ECX,dword ptr [EBX + 0x8d94]
MOV EDX,dword ptr [EBX + 0x8d9c]
ADD ESP,0x10
MOV dword ptr [EBX + 0x8d98],EAX
LEA EDI,[ECX*0x4 + 0x0]
ADD ECX,0x1
ADD EDX,EDI
JMP 0x000362b0
MOV EAX,0x28
JMP 0x000362e2
| null | null | null | null |
[(u'PTRADD_-1206098370', u'LOAD_-1206098756'), (u'LOAD_-1206099240', u'INT_EQUAL_-1206099225'), (u'CALL_-1206098806', u'CAST_-1206098232'), (u'INT_ADD_-1206098738', u'STORE_-1206098753'), ('const-10', u'PTRADD_-1206098451'), ('tmp_1475', u'STORE_-1206099073'), ('tmp_1322', u'BRANCH_-1206098656'), ('tmp_2652', u'PTRADD_-1206098451'), (u'COPY_-1206098463', u'CAST_-1206098383'), (u'INDIRECT_-1206098230', u'PTRADD_-1206098174'), (u'LOAD_-1206099104', u'INT_ADD_-1206099086'), (u'CALL_-1206098746', u'INDIRECT_-1206098341'), (u'PTRADD_-1206098431', u'CAST_-1206098347'), ('const-0', u'INT_EQUAL_-1206099293'), (u'PTRADD_-1206098174', u'MULTIEQUAL_-1206098583'), (u'STORE_-1206099058', u'INDIRECT_-1206098406'), (u'CALL_-1206098715', u'CAST_-1206098202'), ('const-417', u'STORE_-1206099058'), ('tmp_264', u'CBRANCH_-1206099222'), (u'STORE_-1206098753', u'INDIRECT_-1206098393'), (u'INDIRECT_-1206098322', u'PTRADD_-1206098266'), ('tmp_2652', u'CALL_-1206098806'), ('const-417', u'LOAD_-1206099240'), ('const-417', u'LOAD_-1206098901'), (u'PTRADD_-1206098460', u'INT_LESSEQUAL_-1206099121'), (u'COPY_-1206098697', u'MULTIEQUAL_-1206098449'), (u'CAST_-1206098338', u'STORE_-1206099101'), (u'INDIRECT_-1206098372', u'COPY_-1206098425'), (u'PTRADD_-1206098471', u'MULTIEQUAL_-1206098621'), ('const-40', u'COPY_-1206098947'), ('const-0', u'RETURN_-1206099009'), ('const-1', u'STORE_-1206099058'), (u'CALL_-1206098715', u'INDIRECT_-1206098230'), ('tmp_1475', u'PTRADD_-1206098370'), (u'INDIRECT_-1206098405', u'COPY_-1206098454'), ('const-0', u'RETURN_-1206098694'), (u'PTRADD_-1206098460', u'INT_LESS_-1206099243'), (u'CALL_-1206098806', u'INDIRECT_-1206098272'), ('tmp_2650', u'INT_MULT_-1206099244'), (u'INDIRECT_-1206098230', u'MULTIEQUAL_-1206098413'), (u'CALL_-1206098720', u'INDIRECT_-1206098322'), ('tmp_131', u'CBRANCH_-1206099315'), (u'INDIRECT_-1206098360', u'COPY_-1206098413'), ('const-4', u'PTRADD_-1206098460'), (u'INT_EQUAL_-1206099105', u'CBRANCH_-1206099100'), ('tmp_2649', u'MULTIEQUAL_-1206098449'), (u'CALL_-1206098806', u'INDIRECT_-1206098284'), (u'MULTIEQUAL_-1206098583', u'STORE_-1206099073'), (u'PTRADD_-1206098460', u'MULTIEQUAL_-1206098583'), (u'CALL_-1206098746', u'CAST_-1206098315'), (u'STORE_-1206099073', u'INDIRECT_-1206098427'), (u'STORE_-1206099058', u'INDIRECT_-1206098418'), (u'INDIRECT_-1206098417', u'COPY_-1206098466'), ('const-4', u'INT_MULT_-1206098829'), ('const-0', u'PTRSUB_-1206098374'), (u'MULTIEQUAL_-1206098621', u'PTRADD_-1206098431'), ('const-4', u'PTRADD_-1206098266'), ('tmp_226', u'CBRANCH_-1206099241'), ('tmp_2652', u'CAST_-1206098346'), (u'INT_LESS_-1206099243', u'CBRANCH_-1206099241'), ('tmp_2650', u'PTRADD_-1206098460'), (u'PTRADD_-1206098431', u'MULTIEQUAL_-1206098621'), (u'INT_EQUAL_-1206099225', u'CBRANCH_-1206099222'), ('tmp_2650', u'INT_ADD_-1206098875'), ('tmp_518', u'CBRANCH_-1206099100'), (u'CALL_-1206098715', u'INDIRECT_-1206098266'), (u'CALL_-1206098720', u'INDIRECT_-1206098346'), (u'INT_ADD_-1206099068', u'MULTIEQUAL_-1206098588'), ('tmp_165', u'CBRANCH_-1206099292'), ('const-40', u'COPY_-1206098765'), (u'INDIRECT_-1206098322', u'MULTIEQUAL_-1206098413'), (u'INT_LESS_-1206099306', u'CBRANCH_-1206099315'), (u'STORE_-1206099073', u'INDIRECT_-1206098451'), (u'INT_EQUAL_-1206099293', u'CBRANCH_-1206099292'), (u'PTRADD_-1206098471', u'INT_LESS_-1206099243'), (u'PTRSUB_-1206098374', u'PTRADD_-1206098370'), ('tmp_1475', u'INT_EQUAL_-1206099225'), ('const-11', u'COPY_-1206098677'), ('const-10', u'PTRADD_-1206098266'), (u'CAST_-1206098383', u'INT_ADD_-1206099044'), ('tmp_2652', u'PTRADD_-1206098471'), ('const-1', u'INT_ADD_-1206098646'), (u'CAST_-1206098339', u'INT_ADD_-1206099104'), (u'COPY_-1206098765', u'MULTIEQUAL_-1206098581'), (u'CALL_-1206098746', u'INDIRECT_-1206098377'), (u'CALL_-1206098806', u'INDIRECT_-1206098260'), (u'INDIRECT_-1206098396', u'COPY_-1206098449'), (u'MULTIEQUAL_-1206098581', u'INT_ADD_-1206099044'), ('const-4', u'PTRADD_-1206098174'), (u'INT_ADD_-1206099086', u'STORE_-1206099101'), ('const-4', u'PTRADD_-1206098451'), ('const-1', u'INT_ADD_-1206099068'), ('const-4', u'PTRADD_-1206098370'), (u'CAST_-1206098202', u'MULTIEQUAL_-1206098425'), (u'CALL_-1206098806', u'INDIRECT_-1206098296'), ('tmp_2652', u'INT_EQUAL_-1206099293'), (u'INT_MULT_-1206098829', u'CALL_-1206098806'), (u'CAST_-1206098347', u'INT_SUB_-1206098789'), (u'PTRADD_-1206098431', u'LOAD_-1206098901'), (u'CALL_-1206098715', u'INDIRECT_-1206098242'), ('tmp_1475', u'INT_NOTEQUAL_-1206098885'), (u'CALL_-1206098746', u'INDIRECT_-1206098365'), ('const-64', u'CALL_-1206098746'), (u'CALL_-1206098720', u'INDIRECT_-1206098334'), (u'INDIRECT_-1206098442', u'COPY_-1206098492'), (u'INDIRECT_-1206098418', u'COPY_-1206098468'), ('tmp_2652', u'MULTIEQUAL_-1206098413'), (u'PTRADD_-1206098431', u'INT_LESSEQUAL_-1206099121'), ('const-417', u'LOAD_-1206098756'), ('tmp_1475', u'CAST_-1206098485'), ('tmp_2652', u'PTRADD_-1206098460'), (u'CALL_-1206098720', u'CAST_-1206098296'), (u'COPY_-1206098947', u'MULTIEQUAL_-1206098546'), (u'INDIRECT_-1206098384', u'COPY_-1206098437'), (u'STORE_-1206099058', u'INDIRECT_-1206098430'), (u'INDIRECT_-1206098381', u'COPY_-1206098430'), (u'CAST_-1206098296', u'MULTIEQUAL_-1206098425'), (u'INT_SUB_-1206098789', u'MULTIEQUAL_-1206098546'), ('const-417', u'STORE_-1206098753'), ('const-417', u'STORE_-1206099101'), ('const-1', u'INT_ADD_-1206099086'), ('tmp_1151', u'CBRANCH_-1206098885'), (u'PTRADD_-1206098370', u'STORE_-1206098753'), (u'COPY_-1206098677', u'MULTIEQUAL_-1206098588'), ('const-417', u'LOAD_-1206099104'), (u'INT_MULT_-1206098645', u'MULTIEQUAL_-1206098581'), (u'INT_NOTEQUAL_-1206098885', u'CBRANCH_-1206098885'), (u'INDIRECT_-1206098254', u'INT_MULT_-1206098645'), (u'STORE_-1206098753', u'INDIRECT_-1206098417'), (u'CALL_-1206098746', u'INDIRECT_-1206098353'), (u'CALL_-1206098715', u'INDIRECT_-1206098254'), (u'INDIRECT_-1206098254', u'INT_ADD_-1206098646'), (u'INT_MULT_-1206099244', u'MULTIEQUAL_-1206098581'), (u'STORE_-1206099073', u'INDIRECT_-1206098415'), ('tmp_269', u'BRANCH_-1206098938'), ('const-4', u'INT_MULT_-1206098645'), ('tmp_2650', u'INT_ADD_-1206099068'), (u'STORE_-1206099101', u'INDIRECT_-1206098396'), ('const-10', u'INT_LESS_-1206099306'), (u'CAST_-1206098338', u'LOAD_-1206099104'), ('const-4', u'PTRADD_-1206098431'), (u'CALL_-1206098720', u'INDIRECT_-1206098358'), (u'INT_LESSEQUAL_-1206099121', u'CBRANCH_-1206099121'), ('const-16', u'COPY_-1206098697'), (u'STORE_-1206099058', u'INDIRECT_-1206098442'), (u'PTRADD_-1206098451', u'LOAD_-1206099240'), (u'INDIRECT_-1206098254', u'PTRADD_-1206098174'), ('const-4', u'PTRADD_-1206098471'), (u'CAST_-1206098382', u'STORE_-1206099058'), ('tmp_2651', u'CAST_-1206098339'), (u'PTRADD_-1206098266', u'MULTIEQUAL_-1206098583'), ('tmp_2651', u'MULTIEQUAL_-1206098425'), (u'MULTIEQUAL_-1206098425', u'COPY_-1206098463'), (u'INDIRECT_-1206098430', u'COPY_-1206098480'), (u'INDIRECT_-1206098266', u'MULTIEQUAL_-1206098449'), ('const-0', u'RETURN_-1206099047'), (u'INT_ADD_-1206098646', u'MULTIEQUAL_-1206098588'), ('const-1', u'PTRADD_-1206098431'), ('const-2', u'INT_LEFT_-1206098748'), ('tmp_1119', u'BRANCH_-1206098640'), (u'LOAD_-1206098901', u'INT_NOTEQUAL_-1206098885'), (u'STORE_-1206099101', u'INDIRECT_-1206098372'), ('const-64', u'CALL_-1206098720'), ('const-10', u'PTRADD_-1206098471'), (u'MULTIEQUAL_-1206098588', u'COPY_-1206098454'), (u'INDIRECT_-1206098406', u'COPY_-1206098456'), (u'CAST_-1206098346', u'INT_SUB_-1206098789'), ('const-16', u'INT_ADD_-1206098875'), (u'INT_ADD_-1206098875', u'INT_MULT_-1206098829'), (u'STORE_-1206098753', u'INDIRECT_-1206098381'), (u'STORE_-1206099101', u'INDIRECT_-1206098384'), (u'CAST_-1206098485', u'INT_LESS_-1206099306'), (u'INT_ADD_-1206099104', u'CAST_-1206098338'), ('tmp_482', u'CBRANCH_-1206099121'), ('const-4', u'INT_MULT_-1206099244'), ('const-417', u'STORE_-1206099073'), (u'INDIRECT_-1206098393', u'COPY_-1206098442'), (u'MULTIEQUAL_-1206098546', u'INT_ADD_-1206099104'), (u'INDIRECT_-1206098296', u'INT_LEFT_-1206098748'), (u'INT_LEFT_-1206098748', u'CALL_-1206098715'), (u'INT_ADD_-1206099044', u'CAST_-1206098382'), ('tmp_2649', u'INT_EQUAL_-1206099105'), ('const-1', u'INT_ADD_-1206098738'), ('tmp_2650', u'INT_EQUAL_-1206099105'), (u'STORE_-1206098753', u'INDIRECT_-1206098405'), (u'STORE_-1206099101', u'INDIRECT_-1206098360'), (u'INDIRECT_-1206098272', u'CALL_-1206098715'), ('const-540064', u'PTRSUB_-1206098374'), (u'LOAD_-1206098756', u'INT_ADD_-1206098738')]
|
[(u'PTRADD_-1206098434', u'LOAD_-1206098901'), ('tmp_2659', u'INT_ADD_-1206099262'), ('tmp_2659', u'INT_ADD_-1206099246'), (u'INT_ADD_-1206099044', u'CAST_-1206098390'), (u'LOAD_-1206099240', u'INT_EQUAL_-1206099225'), (u'INT_ADD_-1206098738', u'STORE_-1206098753'), (u'INT_MULT_-1206099244', u'INT_ADD_-1206099246'), ('tmp_1322', u'BRANCH_-1206098656'), (u'INT_ADD_-1206098634', u'CAST_-1206098173'), (u'INT_ADD_-1206098651', u'CAST_-1206098269'), (u'LOAD_-1206099104', u'INT_ADD_-1206099086'), (u'CALL_-1206098746', u'INDIRECT_-1206098341'), ('const-0', u'INT_EQUAL_-1206099293'), ('tmp_2658', u'INT_ADD_-1206099104'), (u'STORE_-1206099058', u'INDIRECT_-1206098406'), ('const-417', u'STORE_-1206098753'), (u'PTRADD_-1206098373', u'STORE_-1206098753'), ('tmp_2399', u'INT_LESS_-1206099306'), ('tmp_2656', u'MULTIEQUAL_-1206098449'), ('tmp_264', u'CBRANCH_-1206099222'), (u'CAST_-1206098457', u'MULTIEQUAL_-1206098583'), (u'STORE_-1206098753', u'INDIRECT_-1206098393'), (u'CAST_-1206098390', u'STORE_-1206099058'), (u'COPY_-1206098697', u'MULTIEQUAL_-1206098449'), ('const-1', u'PTRADD_-1206098434'), (u'INDIRECT_-1206098372', u'COPY_-1206098425'), (u'PTRADD_-1206098434', u'MULTIEQUAL_-1206098621'), ('const-40', u'COPY_-1206098947'), ('const-0', u'RETURN_-1206099009'), (u'CALL_-1206098715', u'INDIRECT_-1206098230'), (u'INDIRECT_-1206098405', u'COPY_-1206098454'), ('const-0', u'RETURN_-1206098694'), ('tmp_2657', u'INT_ADD_-1206099068'), (u'CALL_-1206098806', u'INDIRECT_-1206098272'), (u'INDIRECT_-1206098230', u'MULTIEQUAL_-1206098413'), (u'CALL_-1206098720', u'INDIRECT_-1206098322'), ('tmp_131', u'CBRANCH_-1206099315'), (u'INDIRECT_-1206098360', u'COPY_-1206098413'), ('const-1', u'STORE_-1206099058'), ('const-4', u'PTRADD_-1206098373'), (u'CAST_-1206098347', u'STORE_-1206099101'), (u'INT_EQUAL_-1206099105', u'CBRANCH_-1206099100'), (u'CALL_-1206098806', u'INDIRECT_-1206098284'), ('const-4', u'PTRADD_-1206098434'), ('tmp_2657', u'INT_ADD_-1206098875'), (u'MULTIEQUAL_-1206098583', u'STORE_-1206099073'), ('tmp_2399', u'STORE_-1206099073'), (u'INDIRECT_-1206098230', u'INT_ADD_-1206098634'), (u'STORE_-1206099073', u'INDIRECT_-1206098427'), (u'STORE_-1206099058', u'INDIRECT_-1206098418'), (u'INDIRECT_-1206098417', u'COPY_-1206098466'), ('const-64', u'CALL_-1206098746'), ('tmp_2657', u'INT_EQUAL_-1206099105'), ('tmp_226', u'CBRANCH_-1206099241'), (u'INT_ADD_-1206099246', u'CAST_-1206098457'), (u'INT_LESS_-1206099243', u'CBRANCH_-1206099241'), ('tmp_2659', u'INT_SUB_-1206098789'), (u'CAST_-1206098468', u'INT_LESS_-1206099243'), ('const-4', u'INT_MULT_-1206098829'), (u'INT_EQUAL_-1206099225', u'CBRANCH_-1206099222'), ('tmp_518', u'CBRANCH_-1206099100'), ('tmp_2656', u'INT_EQUAL_-1206099105'), (u'CALL_-1206098715', u'INDIRECT_-1206098266'), (u'CALL_-1206098720', u'INDIRECT_-1206098346'), ('const-40', u'INT_ADD_-1206098651'), (u'INT_ADD_-1206099068', u'MULTIEQUAL_-1206098588'), ('tmp_165', u'CBRANCH_-1206099292'), (u'INT_ADD_-1206099104', u'CAST_-1206098347'), ('const-40', u'COPY_-1206098765'), (u'INDIRECT_-1206098322', u'MULTIEQUAL_-1206098413'), ('const-417', u'LOAD_-1206099104'), (u'INT_LESS_-1206099306', u'CBRANCH_-1206099315'), (u'STORE_-1206099073', u'INDIRECT_-1206098451'), (u'CAST_-1206098468', u'MULTIEQUAL_-1206098621'), (u'INT_EQUAL_-1206099293', u'CBRANCH_-1206099292'), (u'INT_ADD_-1206099262', u'CAST_-1206098468'), ('const-40', u'INT_ADD_-1206099224'), ('const-417', u'LOAD_-1206098901'), ('const-11', u'COPY_-1206098677'), ('tmp_2659', u'INT_EQUAL_-1206099293'), ('const-1', u'INT_ADD_-1206098646'), (u'INT_MULT_-1206098645', u'INT_ADD_-1206098634'), (u'COPY_-1206098765', u'MULTIEQUAL_-1206098581'), ('tmp_2659', u'INT_ADD_-1206099224'), (u'COPY_-1206098468', u'INT_ADD_-1206099044'), (u'CALL_-1206098746', u'INDIRECT_-1206098377'), (u'CALL_-1206098806', u'INDIRECT_-1206098260'), ('const-2', u'INT_LEFT_-1206098748'), (u'CALL_-1206098720', u'MULTIEQUAL_-1206098425'), (u'INDIRECT_-1206098396', u'COPY_-1206098449'), (u'MULTIEQUAL_-1206098581', u'INT_ADD_-1206099044'), (u'INT_ADD_-1206099086', u'STORE_-1206099101'), ('const-1', u'INT_ADD_-1206099068'), (u'CALL_-1206098806', u'INDIRECT_-1206098296'), (u'INT_MULT_-1206098829', u'CALL_-1206098806'), (u'CAST_-1206098269', u'MULTIEQUAL_-1206098583'), ('tmp_2399', u'PTRADD_-1206098373'), (u'CALL_-1206098715', u'INDIRECT_-1206098242'), (u'CALL_-1206098746', u'INDIRECT_-1206098365'), ('const-0', u'PTRSUB_-1206098374'), ('const-417', u'LOAD_-1206099240'), ('const-417', u'STORE_-1206099073'), (u'CALL_-1206098720', u'INDIRECT_-1206098334'), (u'INDIRECT_-1206098442', u'COPY_-1206098492'), (u'INDIRECT_-1206098418', u'COPY_-1206098468'), (u'INT_ADD_-1206099224', u'CAST_-1206098448'), ('tmp_2399', u'INT_EQUAL_-1206099225'), (u'COPY_-1206098947', u'MULTIEQUAL_-1206098546'), (u'INDIRECT_-1206098384', u'COPY_-1206098437'), (u'STORE_-1206099058', u'INDIRECT_-1206098430'), (u'INDIRECT_-1206098381', u'COPY_-1206098430'), (u'INT_SUB_-1206098789', u'MULTIEQUAL_-1206098546'), (u'CAST_-1206098448', u'LOAD_-1206099240'), ('const-1', u'INT_ADD_-1206099086'), ('tmp_1151', u'CBRANCH_-1206098885'), (u'COPY_-1206098677', u'MULTIEQUAL_-1206098588'), (u'INT_MULT_-1206098645', u'MULTIEQUAL_-1206098581'), ('const-417', u'STORE_-1206099058'), ('const-40', u'INT_ADD_-1206099262'), (u'INT_NOTEQUAL_-1206098885', u'CBRANCH_-1206098885'), (u'INDIRECT_-1206098254', u'INT_MULT_-1206098645'), (u'STORE_-1206098753', u'INDIRECT_-1206098417'), (u'CALL_-1206098746', u'INDIRECT_-1206098353'), (u'CAST_-1206098457', u'INT_LESS_-1206099243'), (u'CALL_-1206098715', u'INDIRECT_-1206098254'), (u'MULTIEQUAL_-1206098425', u'COPY_-1206098468'), (u'INDIRECT_-1206098254', u'INT_ADD_-1206098646'), (u'INT_MULT_-1206099244', u'MULTIEQUAL_-1206098581'), (u'STORE_-1206099073', u'INDIRECT_-1206098415'), ('const-540064', u'PTRSUB_-1206098374'), ('tmp_2659', u'CALL_-1206098806'), ('const-64', u'CALL_-1206098720'), ('tmp_269', u'BRANCH_-1206098938'), ('const-4', u'INT_MULT_-1206098645'), (u'MULTIEQUAL_-1206098621', u'PTRADD_-1206098434'), (u'STORE_-1206099101', u'INDIRECT_-1206098396'), (u'CALL_-1206098720', u'INDIRECT_-1206098358'), (u'INT_LESSEQUAL_-1206099121', u'CBRANCH_-1206099121'), (u'STORE_-1206099058', u'INDIRECT_-1206098442'), (u'PTRADD_-1206098434', u'CAST_-1206098352'), ('const-417', u'LOAD_-1206098756'), (u'PTRADD_-1206098373', u'LOAD_-1206098756'), (u'INDIRECT_-1206098430', u'COPY_-1206098480'), (u'INDIRECT_-1206098266', u'MULTIEQUAL_-1206098449'), ('const-0', u'RETURN_-1206099047'), (u'INT_ADD_-1206098646', u'MULTIEQUAL_-1206098588'), ('const-10', u'INT_LESS_-1206099306'), (u'CALL_-1206098715', u'MULTIEQUAL_-1206098425'), ('tmp_1119', u'BRANCH_-1206098640'), (u'LOAD_-1206098901', u'INT_NOTEQUAL_-1206098885'), (u'STORE_-1206099101', u'INDIRECT_-1206098372'), (u'INDIRECT_-1206098322', u'INT_ADD_-1206098651'), ('const-417', u'STORE_-1206099101'), (u'INDIRECT_-1206098406', u'COPY_-1206098456'), ('const-16', u'INT_ADD_-1206098875'), (u'INT_ADD_-1206098875', u'INT_MULT_-1206098829'), (u'CAST_-1206098173', u'MULTIEQUAL_-1206098583'), ('tmp_2659', u'MULTIEQUAL_-1206098413'), (u'STORE_-1206098753', u'INDIRECT_-1206098381'), (u'PTRSUB_-1206098374', u'PTRADD_-1206098373'), (u'STORE_-1206099101', u'INDIRECT_-1206098384'), ('const-16', u'COPY_-1206098697'), (u'CAST_-1206098347', u'LOAD_-1206099104'), (u'CAST_-1206098352', u'INT_SUB_-1206098789'), (u'PTRADD_-1206098434', u'INT_LESSEQUAL_-1206099121'), ('tmp_482', u'CBRANCH_-1206099121'), ('tmp_2658', u'MULTIEQUAL_-1206098425'), ('tmp_2657', u'INT_MULT_-1206099244'), ('const-4', u'INT_MULT_-1206099244'), (u'INDIRECT_-1206098393', u'COPY_-1206098442'), (u'MULTIEQUAL_-1206098546', u'INT_ADD_-1206099104'), (u'INDIRECT_-1206098296', u'INT_LEFT_-1206098748'), (u'INT_LEFT_-1206098748', u'CALL_-1206098715'), ('tmp_2399', u'INT_NOTEQUAL_-1206098885'), ('const-1', u'INT_ADD_-1206098738'), (u'STORE_-1206098753', u'INDIRECT_-1206098405'), (u'STORE_-1206099101', u'INDIRECT_-1206098360'), (u'INDIRECT_-1206098272', u'CALL_-1206098715'), (u'CAST_-1206098457', u'INT_LESSEQUAL_-1206099121'), (u'LOAD_-1206098756', u'INT_ADD_-1206098738')]
| null | null |
00036240
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00036240(uint param_1)\n\n{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}\n\n" comment (function_definition "void FUN_00036240(uint param_1)\n\n{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00036240(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (if_statement "if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }" if (parenthesized_expression "(param_1 < 10)" ( (binary_expression "param_1 < 10" identifier < number_literal) )) (compound_statement "{\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }" { (expression_statement "(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;" (assignment_expression "(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1" (subscript_expression "(&DAT_00083da0)[param_1]" (parenthesized_expression "(&DAT_00083da0)" ( (pointer_expression "&DAT_00083da0" & identifier) )) [ identifier ]) = (binary_expression "(&DAT_00083da0)[param_1] + 1" (subscript_expression "(&DAT_00083da0)[param_1]" (parenthesized_expression "(&DAT_00083da0)" ( (pointer_expression "&DAT_00083da0" & identifier) )) [ identifier ]) + number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" if (parenthesized_expression "(DAT_00083d9c == 0)" ( (binary_expression "DAT_00083d9c == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }" { (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" identifier = number_literal) ;) (expression_statement "DAT_00083d9c = xmalloc(0x40);" (assignment_expression "DAT_00083d9c = xmalloc(0x40)" identifier = (call_expression "xmalloc(0x40)" identifier (argument_list "(0x40)" ( number_literal )))) ;) (expression_statement "DAT_00083d98 = xmalloc(0x40);" (assignment_expression "DAT_00083d98 = xmalloc(0x40)" identifier = (call_expression "xmalloc(0x40)" identifier (argument_list "(0x40)" ( number_literal )))) ;) (expression_statement "DAT_00083d90 = 0x10;" (assignment_expression "DAT_00083d90 = 0x10" identifier = number_literal) ;) (expression_statement "DAT_00083d94 = 0xb;" (assignment_expression "DAT_00083d94 = 0xb" identifier = number_literal) ;) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + 0x28);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + 0x28)" identifier = (cast_expression "(uint *)(DAT_00083d9c + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + 0x28)" ( (binary_expression "DAT_00083d9c + 0x28" identifier + number_literal) )))) ;) }) (else_clause "else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" else (compound_statement "{\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" { (expression_statement "puVar2 = (uint *)(DAT_00083d9c + 0x28);" (assignment_expression "puVar2 = (uint *)(DAT_00083d9c + 0x28)" identifier = (cast_expression "(uint *)(DAT_00083d9c + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + 0x28)" ( (binary_expression "DAT_00083d9c + 0x28" identifier + number_literal) )))) ;) (expression_statement "iVar3 = DAT_00083d94 * 4;" (assignment_expression "iVar3 = DAT_00083d94 * 4" identifier = (binary_expression "DAT_00083d94 * 4" identifier * number_literal)) ;) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + iVar3);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + iVar3)" identifier = (cast_expression "(uint *)(DAT_00083d9c + iVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + iVar3)" ( (binary_expression "DAT_00083d9c + iVar3" identifier + identifier) )))) ;) (if_statement "if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }" if (parenthesized_expression "(puVar2 < puVar4)" ( (binary_expression "puVar2 < puVar4" identifier < identifier) )) (compound_statement "{\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }" { (if_statement "if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" if (parenthesized_expression "(param_1 == *(uint *)(DAT_00083d9c + 0x28))" ( (binary_expression "param_1 == *(uint *)(DAT_00083d9c + 0x28)" identifier == (pointer_expression "*(uint *)(DAT_00083d9c + 0x28)" * (cast_expression "(uint *)(DAT_00083d9c + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + 0x28)" ( (binary_expression "DAT_00083d9c + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n iVar3 = 0x28;\n }" { (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" identifier = number_literal) ;) }) (else_clause "else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" else (compound_statement "{\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" { (do_statement "do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);" do (compound_statement "{\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n }" { (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (if_statement "if (puVar4 <= puVar2) goto LAB_0003629b;" if (parenthesized_expression "(puVar4 <= puVar2)" ( (binary_expression "puVar4 <= puVar2" identifier <= identifier) )) (goto_statement "goto LAB_0003629b;" goto statement_identifier ;)) }) while (parenthesized_expression "(*puVar2 != param_1)" ( (binary_expression "*puVar2 != param_1" (pointer_expression "*puVar2" * identifier) != identifier) )) ;) (expression_statement "iVar3 = (int)puVar2 - DAT_00083d9c;" (assignment_expression "iVar3 = (int)puVar2 - DAT_00083d9c" identifier = (binary_expression "(int)puVar2 - DAT_00083d9c" (cast_expression "(int)puVar2" ( (type_descriptor "int" primitive_type) ) identifier) - identifier)) ;) }))) (expression_statement "*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;" (assignment_expression "*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1" (pointer_expression "*(int *)(iVar3 + DAT_00083d98)" * (cast_expression "(int *)(iVar3 + DAT_00083d98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + DAT_00083d98)" ( (binary_expression "iVar3 + DAT_00083d98" identifier + identifier) )))) = (binary_expression "*(int *)(iVar3 + DAT_00083d98) + 1" (pointer_expression "*(int *)(iVar3 + DAT_00083d98)" * (cast_expression "(int *)(iVar3 + DAT_00083d98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + DAT_00083d98)" ( (binary_expression "iVar3 + DAT_00083d98" identifier + identifier) )))) + number_literal)) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" statement_identifier : (if_statement "if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" if (parenthesized_expression "(DAT_00083d90 == DAT_00083d94)" ( (binary_expression "DAT_00083d90 == DAT_00083d94" identifier == identifier) )) (compound_statement "{\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }" { (expression_statement "DAT_00083d90 = DAT_00083d94 + 0x10;" (assignment_expression "DAT_00083d90 = DAT_00083d94 + 0x10" identifier = (binary_expression "DAT_00083d94 + 0x10" identifier + number_literal)) ;) (expression_statement "DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);" (assignment_expression "DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4)" identifier = (call_expression "xrealloc(DAT_00083d9c,DAT_00083d90 * 4)" identifier (argument_list "(DAT_00083d9c,DAT_00083d90 * 4)" ( identifier , (binary_expression "DAT_00083d90 * 4" identifier * number_literal) )))) ;) (expression_statement "DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);" (assignment_expression "DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2)" identifier = (call_expression "xrealloc(DAT_00083d98,DAT_00083d90 << 2)" identifier (argument_list "(DAT_00083d98,DAT_00083d90 << 2)" ( identifier , (binary_expression "DAT_00083d90 << 2" identifier << number_literal) )))) ;) (expression_statement "iVar3 = DAT_00083d94 * 4;" (assignment_expression "iVar3 = DAT_00083d94 * 4" identifier = (binary_expression "DAT_00083d94 * 4" identifier * number_literal)) ;) (expression_statement "DAT_00083d94 = DAT_00083d94 + 1;" (assignment_expression "DAT_00083d94 = DAT_00083d94 + 1" identifier = (binary_expression "DAT_00083d94 + 1" identifier + number_literal)) ;) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + iVar3);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + iVar3)" identifier = (cast_expression "(uint *)(DAT_00083d9c + iVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + iVar3)" ( (binary_expression "DAT_00083d9c + iVar3" identifier + identifier) )))) ;) }) (else_clause "else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" else (compound_statement "{\n DAT_00083d94 = DAT_00083d94 + 1;\n }" { (expression_statement "DAT_00083d94 = DAT_00083d94 + 1;" (assignment_expression "DAT_00083d94 = DAT_00083d94 + 1" identifier = (binary_expression "DAT_00083d94 + 1" identifier + number_literal)) ;) })))) }))) (expression_statement "iVar1 = DAT_00083d98;" (assignment_expression "iVar1 = DAT_00083d98" identifier = identifier) ;) (expression_statement "*puVar4 = param_1;" (assignment_expression "*puVar4 = param_1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + iVar3) = 1;" (assignment_expression "*(undefined4 *)(iVar1 + iVar3) = 1" (pointer_expression "*(undefined4 *)(iVar1 + iVar3)" * (cast_expression "(undefined4 *)(iVar1 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + iVar3)" ( (binary_expression "iVar1 + iVar3" identifier + identifier) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid fb_label_instance_inc(long label)\n\n{\n long *plVar1;\n int *piVar2;\n int iVar3;\n long lVar4;\n int *piVar5;\n \n if ((uint)label < 10) {\n fb_low_counter[label] = fb_low_counter[label] + 1;\n return;\n }\n if (fb_labels == (long *)0x0) {\n iVar3 = 0x28;\n fb_labels = (long *)xmalloc(0x40);\n fb_label_instances = (long *)xmalloc(0x40);\n fb_label_max = 0x10;\n lVar4 = 0xb;\n piVar5 = fb_labels + 10;\n }\n else {\n piVar2 = fb_labels + 10;\n iVar3 = fb_label_count * 4;\n piVar5 = fb_labels + fb_label_count;\n if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }\nLAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }\n }\n plVar1 = fb_label_instances;\n *piVar5 = label;\n fb_label_count = lVar4;\n *(undefined4 *)((int)plVar1 + iVar3) = 1;\n return;\n}\n\n" comment comment (function_definition "void fb_label_instance_inc(long label)\n\n{\n long *plVar1;\n int *piVar2;\n int iVar3;\n long lVar4;\n int *piVar5;\n \n if ((uint)label < 10) {\n fb_low_counter[label] = fb_low_counter[label] + 1;\n return;\n }\n if (fb_labels == (long *)0x0) {\n iVar3 = 0x28;\n fb_labels = (long *)xmalloc(0x40);\n fb_label_instances = (long *)xmalloc(0x40);\n fb_label_max = 0x10;\n lVar4 = 0xb;\n piVar5 = fb_labels + 10;\n }\n else {\n piVar2 = fb_labels + 10;\n iVar3 = fb_label_count * 4;\n piVar5 = fb_labels + fb_label_count;\n if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }\nLAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }\n }\n plVar1 = fb_label_instances;\n *piVar5 = label;\n fb_label_count = lVar4;\n *(undefined4 *)((int)plVar1 + iVar3) = 1;\n return;\n}" primitive_type (function_declarator "fb_label_instance_inc(long label)" identifier (parameter_list "(long label)" ( (parameter_declaration "long label" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long *plVar1;\n int *piVar2;\n int iVar3;\n long lVar4;\n int *piVar5;\n \n if ((uint)label < 10) {\n fb_low_counter[label] = fb_low_counter[label] + 1;\n return;\n }\n if (fb_labels == (long *)0x0) {\n iVar3 = 0x28;\n fb_labels = (long *)xmalloc(0x40);\n fb_label_instances = (long *)xmalloc(0x40);\n fb_label_max = 0x10;\n lVar4 = 0xb;\n piVar5 = fb_labels + 10;\n }\n else {\n piVar2 = fb_labels + 10;\n iVar3 = fb_label_count * 4;\n piVar5 = fb_labels + fb_label_count;\n if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }\nLAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }\n }\n plVar1 = fb_label_instances;\n *piVar5 = label;\n fb_label_count = lVar4;\n *(undefined4 *)((int)plVar1 + iVar3) = 1;\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "int *piVar5;" primitive_type (pointer_declarator "*piVar5" * identifier) ;) (if_statement "if ((uint)label < 10) {\n fb_low_counter[label] = fb_low_counter[label] + 1;\n return;\n }" if (parenthesized_expression "((uint)label < 10)" ( (binary_expression "(uint)label < 10" (cast_expression "(uint)label" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal) )) (compound_statement "{\n fb_low_counter[label] = fb_low_counter[label] + 1;\n return;\n }" { (expression_statement "fb_low_counter[label] = fb_low_counter[label] + 1;" (assignment_expression "fb_low_counter[label] = fb_low_counter[label] + 1" (subscript_expression "fb_low_counter[label]" identifier [ identifier ]) = (binary_expression "fb_low_counter[label] + 1" (subscript_expression "fb_low_counter[label]" identifier [ identifier ]) + number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (fb_labels == (long *)0x0) {\n iVar3 = 0x28;\n fb_labels = (long *)xmalloc(0x40);\n fb_label_instances = (long *)xmalloc(0x40);\n fb_label_max = 0x10;\n lVar4 = 0xb;\n piVar5 = fb_labels + 10;\n }\n else {\n piVar2 = fb_labels + 10;\n iVar3 = fb_label_count * 4;\n piVar5 = fb_labels + fb_label_count;\n if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }\nLAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }\n }" if (parenthesized_expression "(fb_labels == (long *)0x0)" ( (binary_expression "fb_labels == (long *)0x0" identifier == (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = 0x28;\n fb_labels = (long *)xmalloc(0x40);\n fb_label_instances = (long *)xmalloc(0x40);\n fb_label_max = 0x10;\n lVar4 = 0xb;\n piVar5 = fb_labels + 10;\n }" { (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" identifier = number_literal) ;) (expression_statement "fb_labels = (long *)xmalloc(0x40);" (assignment_expression "fb_labels = (long *)xmalloc(0x40)" identifier = (cast_expression "(long *)xmalloc(0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x40)" identifier (argument_list "(0x40)" ( number_literal ))))) ;) (expression_statement "fb_label_instances = (long *)xmalloc(0x40);" (assignment_expression "fb_label_instances = (long *)xmalloc(0x40)" identifier = (cast_expression "(long *)xmalloc(0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x40)" identifier (argument_list "(0x40)" ( number_literal ))))) ;) (expression_statement "fb_label_max = 0x10;" (assignment_expression "fb_label_max = 0x10" identifier = number_literal) ;) (expression_statement "lVar4 = 0xb;" (assignment_expression "lVar4 = 0xb" identifier = number_literal) ;) (expression_statement "piVar5 = fb_labels + 10;" (assignment_expression "piVar5 = fb_labels + 10" identifier = (binary_expression "fb_labels + 10" identifier + number_literal)) ;) }) (else_clause "else {\n piVar2 = fb_labels + 10;\n iVar3 = fb_label_count * 4;\n piVar5 = fb_labels + fb_label_count;\n if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }\nLAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }\n }" else (compound_statement "{\n piVar2 = fb_labels + 10;\n iVar3 = fb_label_count * 4;\n piVar5 = fb_labels + fb_label_count;\n if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }\nLAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }\n }" { (expression_statement "piVar2 = fb_labels + 10;" (assignment_expression "piVar2 = fb_labels + 10" identifier = (binary_expression "fb_labels + 10" identifier + number_literal)) ;) (expression_statement "iVar3 = fb_label_count * 4;" (assignment_expression "iVar3 = fb_label_count * 4" identifier = (binary_expression "fb_label_count * 4" identifier * number_literal)) ;) (expression_statement "piVar5 = fb_labels + fb_label_count;" (assignment_expression "piVar5 = fb_labels + fb_label_count" identifier = (binary_expression "fb_labels + fb_label_count" identifier + identifier)) ;) (if_statement "if (piVar2 < piVar5) {\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }" if (parenthesized_expression "(piVar2 < piVar5)" ( (binary_expression "piVar2 < piVar5" identifier < identifier) )) (compound_statement "{\n if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }\n *(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;\n return;\n }" { (if_statement "if (label == fb_labels[10]) {\n iVar3 = 0x28;\n }\n else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }" if (parenthesized_expression "(label == fb_labels[10])" ( (binary_expression "label == fb_labels[10]" identifier == (subscript_expression "fb_labels[10]" identifier [ number_literal ])) )) (compound_statement "{\n iVar3 = 0x28;\n }" { (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" identifier = number_literal) ;) }) (else_clause "else {\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }" else (compound_statement "{\n do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);\n iVar3 = (int)piVar2 - (int)fb_labels;\n }" { (do_statement "do {\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n } while (*piVar2 != label);" do (compound_statement "{\n piVar2 = piVar2 + 1;\n if (piVar5 <= piVar2) goto LAB_0003629b;\n }" { (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;) (if_statement "if (piVar5 <= piVar2) goto LAB_0003629b;" if (parenthesized_expression "(piVar5 <= piVar2)" ( (binary_expression "piVar5 <= piVar2" identifier <= identifier) )) (goto_statement "goto LAB_0003629b;" goto statement_identifier ;)) }) while (parenthesized_expression "(*piVar2 != label)" ( (binary_expression "*piVar2 != label" (pointer_expression "*piVar2" * identifier) != identifier) )) ;) (expression_statement "iVar3 = (int)piVar2 - (int)fb_labels;" (assignment_expression "iVar3 = (int)piVar2 - (int)fb_labels" identifier = (binary_expression "(int)piVar2 - (int)fb_labels" (cast_expression "(int)piVar2" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)fb_labels" ( (type_descriptor "int" primitive_type) ) identifier))) ;) }))) (expression_statement "*(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1;" (assignment_expression "*(int *)(iVar3 + (int)fb_label_instances) = *(int *)(iVar3 + (int)fb_label_instances) + 1" (pointer_expression "*(int *)(iVar3 + (int)fb_label_instances)" * (cast_expression "(int *)(iVar3 + (int)fb_label_instances)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + (int)fb_label_instances)" ( (binary_expression "iVar3 + (int)fb_label_instances" identifier + (cast_expression "(int)fb_label_instances" ( (type_descriptor "int" primitive_type) ) identifier)) )))) = (binary_expression "*(int *)(iVar3 + (int)fb_label_instances) + 1" (pointer_expression "*(int *)(iVar3 + (int)fb_label_instances)" * (cast_expression "(int *)(iVar3 + (int)fb_label_instances)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + (int)fb_label_instances)" ( (binary_expression "iVar3 + (int)fb_label_instances" identifier + (cast_expression "(int)fb_label_instances" ( (type_descriptor "int" primitive_type) ) identifier)) )))) + number_literal)) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_0003629b:\n if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }" statement_identifier : (if_statement "if (fb_label_max == fb_label_count) {\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }\n else {\n lVar4 = fb_label_count + 1;\n }" if (parenthesized_expression "(fb_label_max == fb_label_count)" ( (binary_expression "fb_label_max == fb_label_count" identifier == identifier) )) (compound_statement "{\n fb_label_max = fb_label_count + 0x10;\n fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);\n fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);\n iVar3 = fb_label_count * 4;\n lVar4 = fb_label_count + 1;\n piVar5 = fb_labels + fb_label_count;\n }" { (expression_statement "fb_label_max = fb_label_count + 0x10;" (assignment_expression "fb_label_max = fb_label_count + 0x10" identifier = (binary_expression "fb_label_count + 0x10" identifier + number_literal)) ;) (expression_statement "fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4);" (assignment_expression "fb_labels = (long *)xrealloc(fb_labels,fb_label_max * 4)" identifier = (cast_expression "(long *)xrealloc(fb_labels,fb_label_max * 4)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(fb_labels,fb_label_max * 4)" identifier (argument_list "(fb_labels,fb_label_max * 4)" ( identifier , (binary_expression "fb_label_max * 4" identifier * number_literal) ))))) ;) (expression_statement "fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2);" (assignment_expression "fb_label_instances = (long *)xrealloc(fb_label_instances,fb_label_max << 2)" identifier = (cast_expression "(long *)xrealloc(fb_label_instances,fb_label_max << 2)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "xrealloc(fb_label_instances,fb_label_max << 2)" identifier (argument_list "(fb_label_instances,fb_label_max << 2)" ( identifier , (binary_expression "fb_label_max << 2" identifier << number_literal) ))))) ;) (expression_statement "iVar3 = fb_label_count * 4;" (assignment_expression "iVar3 = fb_label_count * 4" identifier = (binary_expression "fb_label_count * 4" identifier * number_literal)) ;) (expression_statement "lVar4 = fb_label_count + 1;" (assignment_expression "lVar4 = fb_label_count + 1" identifier = (binary_expression "fb_label_count + 1" identifier + number_literal)) ;) (expression_statement "piVar5 = fb_labels + fb_label_count;" (assignment_expression "piVar5 = fb_labels + fb_label_count" identifier = (binary_expression "fb_labels + fb_label_count" identifier + identifier)) ;) }) (else_clause "else {\n lVar4 = fb_label_count + 1;\n }" else (compound_statement "{\n lVar4 = fb_label_count + 1;\n }" { (expression_statement "lVar4 = fb_label_count + 1;" (assignment_expression "lVar4 = fb_label_count + 1" identifier = (binary_expression "fb_label_count + 1" identifier + number_literal)) ;) })))) }))) (expression_statement "plVar1 = fb_label_instances;" (assignment_expression "plVar1 = fb_label_instances" identifier = identifier) ;) (expression_statement "*piVar5 = label;" (assignment_expression "*piVar5 = label" (pointer_expression "*piVar5" * identifier) = identifier) ;) (expression_statement "fb_label_count = lVar4;" (assignment_expression "fb_label_count = lVar4" identifier = identifier) ;) (expression_statement "*(undefined4 *)((int)plVar1 + iVar3) = 1;" (assignment_expression "*(undefined4 *)((int)plVar1 + iVar3) = 1" (pointer_expression "*(undefined4 *)((int)plVar1 + iVar3)" * (cast_expression "(undefined4 *)((int)plVar1 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)plVar1 + iVar3)" ( (binary_expression "(int)plVar1 + iVar3" (cast_expression "(int)plVar1" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00036240(uint param_1)\n\n{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}\n\n" (function_definition "void FUN_00036240(uint param_1)\n\n{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}" primitive_type (function_declarator "FUN_00036240(uint param_1)" identifier (parameter_list "(uint param_1)" ( (parameter_declaration "uint param_1" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "uint *puVar4;" type_identifier (pointer_declarator "*puVar4" * identifier) ;) (if_statement "if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }" if (parenthesized_expression "(param_1 < 10)" ( (binary_expression "param_1 < 10" identifier < number_literal) )) (compound_statement "{\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }" { (expression_statement "(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;" (assignment_expression "(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1" (subscript_expression "(&DAT_00083da0)[param_1]" (parenthesized_expression "(&DAT_00083da0)" ( (pointer_expression "&DAT_00083da0" & identifier) )) [ identifier ]) = (binary_expression "(&DAT_00083da0)[param_1] + 1" (subscript_expression "(&DAT_00083da0)[param_1]" (parenthesized_expression "(&DAT_00083da0)" ( (pointer_expression "&DAT_00083da0" & identifier) )) [ identifier ]) + number_literal)) ;) (return_statement "return;" return ;) })) (if_statement "if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" if (parenthesized_expression "(DAT_00083d9c == 0)" ( (binary_expression "DAT_00083d9c == 0" identifier == number_literal) )) (compound_statement "{\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }" { (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" identifier = number_literal) ;) (expression_statement "DAT_00083d9c = xmalloc(0x40);" (assignment_expression "DAT_00083d9c = xmalloc(0x40)" identifier = (call_expression "xmalloc(0x40)" identifier (argument_list "(0x40)" ( number_literal )))) ;) (expression_statement "DAT_00083d98 = xmalloc(0x40);" (assignment_expression "DAT_00083d98 = xmalloc(0x40)" identifier = (call_expression "xmalloc(0x40)" identifier (argument_list "(0x40)" ( number_literal )))) ;) (expression_statement "DAT_00083d90 = 0x10;" (assignment_expression "DAT_00083d90 = 0x10" identifier = number_literal) ;) (expression_statement "DAT_00083d94 = 0xb;" (assignment_expression "DAT_00083d94 = 0xb" identifier = number_literal) ;) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + 0x28);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + 0x28)" identifier = (cast_expression "(uint *)(DAT_00083d9c + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + 0x28)" ( (binary_expression "DAT_00083d9c + 0x28" identifier + number_literal) )))) ;) }) (else_clause "else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" else (compound_statement "{\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" { (expression_statement "puVar2 = (uint *)(DAT_00083d9c + 0x28);" (assignment_expression "puVar2 = (uint *)(DAT_00083d9c + 0x28)" identifier = (cast_expression "(uint *)(DAT_00083d9c + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + 0x28)" ( (binary_expression "DAT_00083d9c + 0x28" identifier + number_literal) )))) ;) (expression_statement "iVar3 = DAT_00083d94 * 4;" (assignment_expression "iVar3 = DAT_00083d94 * 4" identifier = (binary_expression "DAT_00083d94 * 4" identifier * number_literal)) ;) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + iVar3);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + iVar3)" identifier = (cast_expression "(uint *)(DAT_00083d9c + iVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + iVar3)" ( (binary_expression "DAT_00083d9c + iVar3" identifier + identifier) )))) ;) (if_statement "if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }" if (parenthesized_expression "(puVar2 < puVar4)" ( (binary_expression "puVar2 < puVar4" identifier < identifier) )) (compound_statement "{\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }" { (if_statement "if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" if (parenthesized_expression "(param_1 == *(uint *)(DAT_00083d9c + 0x28))" ( (binary_expression "param_1 == *(uint *)(DAT_00083d9c + 0x28)" identifier == (pointer_expression "*(uint *)(DAT_00083d9c + 0x28)" * (cast_expression "(uint *)(DAT_00083d9c + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + 0x28)" ( (binary_expression "DAT_00083d9c + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n iVar3 = 0x28;\n }" { (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" identifier = number_literal) ;) }) (else_clause "else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" else (compound_statement "{\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" { (do_statement "do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);" do (compound_statement "{\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n }" { (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" identifier = (binary_expression "puVar2 + 1" identifier + number_literal)) ;) (if_statement "if (puVar4 <= puVar2) goto LAB_0003629b;" if (parenthesized_expression "(puVar4 <= puVar2)" ( (binary_expression "puVar4 <= puVar2" identifier <= identifier) )) (goto_statement "goto LAB_0003629b;" goto statement_identifier ;)) }) while (parenthesized_expression "(*puVar2 != param_1)" ( (binary_expression "*puVar2 != param_1" (pointer_expression "*puVar2" * identifier) != identifier) )) ;) (expression_statement "iVar3 = (int)puVar2 - DAT_00083d9c;" (assignment_expression "iVar3 = (int)puVar2 - DAT_00083d9c" identifier = (binary_expression "(int)puVar2 - DAT_00083d9c" (cast_expression "(int)puVar2" ( (type_descriptor "int" primitive_type) ) identifier) - identifier)) ;) }))) (expression_statement "*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;" (assignment_expression "*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1" (pointer_expression "*(int *)(iVar3 + DAT_00083d98)" * (cast_expression "(int *)(iVar3 + DAT_00083d98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + DAT_00083d98)" ( (binary_expression "iVar3 + DAT_00083d98" identifier + identifier) )))) = (binary_expression "*(int *)(iVar3 + DAT_00083d98) + 1" (pointer_expression "*(int *)(iVar3 + DAT_00083d98)" * (cast_expression "(int *)(iVar3 + DAT_00083d98)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar3 + DAT_00083d98)" ( (binary_expression "iVar3 + DAT_00083d98" identifier + identifier) )))) + number_literal)) ;) (return_statement "return;" return ;) })) (labeled_statement "LAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" statement_identifier : (if_statement "if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" if (parenthesized_expression "(DAT_00083d90 == DAT_00083d94)" ( (binary_expression "DAT_00083d90 == DAT_00083d94" identifier == identifier) )) (compound_statement "{\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }" { (expression_statement "DAT_00083d90 = DAT_00083d94 + 0x10;" (assignment_expression "DAT_00083d90 = DAT_00083d94 + 0x10" identifier = (binary_expression "DAT_00083d94 + 0x10" identifier + number_literal)) ;) (expression_statement "DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);" (assignment_expression "DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4)" identifier = (call_expression "xrealloc(DAT_00083d9c,DAT_00083d90 * 4)" identifier (argument_list "(DAT_00083d9c,DAT_00083d90 * 4)" ( identifier , (binary_expression "DAT_00083d90 * 4" identifier * number_literal) )))) ;) (expression_statement "DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);" (assignment_expression "DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2)" identifier = (call_expression "xrealloc(DAT_00083d98,DAT_00083d90 << 2)" identifier (argument_list "(DAT_00083d98,DAT_00083d90 << 2)" ( identifier , (binary_expression "DAT_00083d90 << 2" identifier << number_literal) )))) ;) (expression_statement "iVar3 = DAT_00083d94 * 4;" (assignment_expression "iVar3 = DAT_00083d94 * 4" identifier = (binary_expression "DAT_00083d94 * 4" identifier * number_literal)) ;) (expression_statement "DAT_00083d94 = DAT_00083d94 + 1;" (assignment_expression "DAT_00083d94 = DAT_00083d94 + 1" identifier = (binary_expression "DAT_00083d94 + 1" identifier + number_literal)) ;) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + iVar3);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + iVar3)" identifier = (cast_expression "(uint *)(DAT_00083d9c + iVar3)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00083d9c + iVar3)" ( (binary_expression "DAT_00083d9c + iVar3" identifier + identifier) )))) ;) }) (else_clause "else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" else (compound_statement "{\n DAT_00083d94 = DAT_00083d94 + 1;\n }" { (expression_statement "DAT_00083d94 = DAT_00083d94 + 1;" (assignment_expression "DAT_00083d94 = DAT_00083d94 + 1" identifier = (binary_expression "DAT_00083d94 + 1" identifier + number_literal)) ;) })))) }))) (expression_statement "iVar1 = DAT_00083d98;" (assignment_expression "iVar1 = DAT_00083d98" identifier = identifier) ;) (expression_statement "*puVar4 = param_1;" (assignment_expression "*puVar4 = param_1" (pointer_expression "*puVar4" * identifier) = identifier) ;) (expression_statement "*(undefined4 *)(iVar1 + iVar3) = 1;" (assignment_expression "*(undefined4 *)(iVar1 + iVar3) = 1" (pointer_expression "*(undefined4 *)(iVar1 + iVar3)" * (cast_expression "(undefined4 *)(iVar1 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar1 + iVar3)" ( (binary_expression "iVar1 + iVar3" identifier + identifier) )))) = number_literal) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) = (binary_expression (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]) + LIT)) ;) (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) }) while (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != IDENT) )) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - IDENT)) ;) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) + LIT)) ;) (return_statement return ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT * LIT) )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT << LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })))) }))) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00036240(uint param_1)\n\n{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00036240(uint param_1)" (identifier "FUN_00036240") (parameter_list "(uint param_1)" (( "(") (parameter_declaration "uint param_1" (type_identifier "uint") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n uint *puVar2;\n int iVar3;\n uint *puVar4;\n \n if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }\n if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }\n iVar1 = DAT_00083d98;\n *puVar4 = param_1;\n *(undefined4 *)(iVar1 + iVar3) = 1;\n return;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint *puVar2;" (type_identifier "uint") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "uint *puVar4;" (type_identifier "uint") (pointer_declarator "*puVar4" (* "*") (identifier "puVar4")) (; ";")) (if_statement "if (param_1 < 10) {\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }" (if "if") (parenthesized_expression "(param_1 < 10)" (( "(") (binary_expression "param_1 < 10" (identifier "param_1") (< "<") (number_literal "10")) () ")")) (compound_statement "{\n (&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;\n return;\n }" ({ "{") (expression_statement "(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;" (assignment_expression "(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1" (subscript_expression "(&DAT_00083da0)[param_1]" (parenthesized_expression "(&DAT_00083da0)" (( "(") (pointer_expression "&DAT_00083da0" (& "&") (identifier "DAT_00083da0")) () ")")) ([ "[") (identifier "param_1") (] "]")) (= "=") (binary_expression "(&DAT_00083da0)[param_1] + 1" (subscript_expression "(&DAT_00083da0)[param_1]" (parenthesized_expression "(&DAT_00083da0)" (( "(") (pointer_expression "&DAT_00083da0" (& "&") (identifier "DAT_00083da0")) () ")")) ([ "[") (identifier "param_1") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if (DAT_00083d9c == 0) {\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }\n else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" (if "if") (parenthesized_expression "(DAT_00083d9c == 0)" (( "(") (binary_expression "DAT_00083d9c == 0" (identifier "DAT_00083d9c") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n iVar3 = 0x28;\n DAT_00083d9c = xmalloc(0x40);\n DAT_00083d98 = xmalloc(0x40);\n DAT_00083d90 = 0x10;\n DAT_00083d94 = 0xb;\n puVar4 = (uint *)(DAT_00083d9c + 0x28);\n }" ({ "{") (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" (identifier "iVar3") (= "=") (number_literal "0x28")) (; ";")) (expression_statement "DAT_00083d9c = xmalloc(0x40);" (assignment_expression "DAT_00083d9c = xmalloc(0x40)" (identifier "DAT_00083d9c") (= "=") (call_expression "xmalloc(0x40)" (identifier "xmalloc") (argument_list "(0x40)" (( "(") (number_literal "0x40") () ")")))) (; ";")) (expression_statement "DAT_00083d98 = xmalloc(0x40);" (assignment_expression "DAT_00083d98 = xmalloc(0x40)" (identifier "DAT_00083d98") (= "=") (call_expression "xmalloc(0x40)" (identifier "xmalloc") (argument_list "(0x40)" (( "(") (number_literal "0x40") () ")")))) (; ";")) (expression_statement "DAT_00083d90 = 0x10;" (assignment_expression "DAT_00083d90 = 0x10" (identifier "DAT_00083d90") (= "=") (number_literal "0x10")) (; ";")) (expression_statement "DAT_00083d94 = 0xb;" (assignment_expression "DAT_00083d94 = 0xb" (identifier "DAT_00083d94") (= "=") (number_literal "0xb")) (; ";")) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + 0x28);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + 0x28)" (identifier "puVar4") (= "=") (cast_expression "(uint *)(DAT_00083d9c + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00083d9c + 0x28)" (( "(") (binary_expression "DAT_00083d9c + 0x28" (identifier "DAT_00083d9c") (+ "+") (number_literal "0x28")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" (else "else") (compound_statement "{\n puVar2 = (uint *)(DAT_00083d9c + 0x28);\n iVar3 = DAT_00083d94 * 4;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }\nLAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }\n }" ({ "{") (expression_statement "puVar2 = (uint *)(DAT_00083d9c + 0x28);" (assignment_expression "puVar2 = (uint *)(DAT_00083d9c + 0x28)" (identifier "puVar2") (= "=") (cast_expression "(uint *)(DAT_00083d9c + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00083d9c + 0x28)" (( "(") (binary_expression "DAT_00083d9c + 0x28" (identifier "DAT_00083d9c") (+ "+") (number_literal "0x28")) () ")")))) (; ";")) (expression_statement "iVar3 = DAT_00083d94 * 4;" (assignment_expression "iVar3 = DAT_00083d94 * 4" (identifier "iVar3") (= "=") (binary_expression "DAT_00083d94 * 4" (identifier "DAT_00083d94") (* "*") (number_literal "4"))) (; ";")) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + iVar3);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + iVar3)" (identifier "puVar4") (= "=") (cast_expression "(uint *)(DAT_00083d9c + iVar3)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00083d9c + iVar3)" (( "(") (binary_expression "DAT_00083d9c + iVar3" (identifier "DAT_00083d9c") (+ "+") (identifier "iVar3")) () ")")))) (; ";")) (if_statement "if (puVar2 < puVar4) {\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }" (if "if") (parenthesized_expression "(puVar2 < puVar4)" (( "(") (binary_expression "puVar2 < puVar4" (identifier "puVar2") (< "<") (identifier "puVar4")) () ")")) (compound_statement "{\n if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }\n *(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;\n return;\n }" ({ "{") (if_statement "if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {\n iVar3 = 0x28;\n }\n else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" (if "if") (parenthesized_expression "(param_1 == *(uint *)(DAT_00083d9c + 0x28))" (( "(") (binary_expression "param_1 == *(uint *)(DAT_00083d9c + 0x28)" (identifier "param_1") (== "==") (pointer_expression "*(uint *)(DAT_00083d9c + 0x28)" (* "*") (cast_expression "(uint *)(DAT_00083d9c + 0x28)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00083d9c + 0x28)" (( "(") (binary_expression "DAT_00083d9c + 0x28" (identifier "DAT_00083d9c") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n iVar3 = 0x28;\n }" ({ "{") (expression_statement "iVar3 = 0x28;" (assignment_expression "iVar3 = 0x28" (identifier "iVar3") (= "=") (number_literal "0x28")) (; ";")) (} "}")) (else_clause "else {\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" (else "else") (compound_statement "{\n do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);\n iVar3 = (int)puVar2 - DAT_00083d9c;\n }" ({ "{") (do_statement "do {\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n } while (*puVar2 != param_1);" (do "do") (compound_statement "{\n puVar2 = puVar2 + 1;\n if (puVar4 <= puVar2) goto LAB_0003629b;\n }" ({ "{") (expression_statement "puVar2 = puVar2 + 1;" (assignment_expression "puVar2 = puVar2 + 1" (identifier "puVar2") (= "=") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (puVar4 <= puVar2) goto LAB_0003629b;" (if "if") (parenthesized_expression "(puVar4 <= puVar2)" (( "(") (binary_expression "puVar4 <= puVar2" (identifier "puVar4") (<= "<=") (identifier "puVar2")) () ")")) (goto_statement "goto LAB_0003629b;" (goto "goto") (statement_identifier "LAB_0003629b") (; ";"))) (} "}")) (while "while") (parenthesized_expression "(*puVar2 != param_1)" (( "(") (binary_expression "*puVar2 != param_1" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (!= "!=") (identifier "param_1")) () ")")) (; ";")) (expression_statement "iVar3 = (int)puVar2 - DAT_00083d9c;" (assignment_expression "iVar3 = (int)puVar2 - DAT_00083d9c" (identifier "iVar3") (= "=") (binary_expression "(int)puVar2 - DAT_00083d9c" (cast_expression "(int)puVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar2")) (- "-") (identifier "DAT_00083d9c"))) (; ";")) (} "}")))) (expression_statement "*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;" (assignment_expression "*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1" (pointer_expression "*(int *)(iVar3 + DAT_00083d98)" (* "*") (cast_expression "(int *)(iVar3 + DAT_00083d98)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + DAT_00083d98)" (( "(") (binary_expression "iVar3 + DAT_00083d98" (identifier "iVar3") (+ "+") (identifier "DAT_00083d98")) () ")")))) (= "=") (binary_expression "*(int *)(iVar3 + DAT_00083d98) + 1" (pointer_expression "*(int *)(iVar3 + DAT_00083d98)" (* "*") (cast_expression "(int *)(iVar3 + DAT_00083d98)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar3 + DAT_00083d98)" (( "(") (binary_expression "iVar3 + DAT_00083d98" (identifier "iVar3") (+ "+") (identifier "DAT_00083d98")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_0003629b:\n if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" (statement_identifier "LAB_0003629b") (: ":") (if_statement "if (DAT_00083d90 == DAT_00083d94) {\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }\n else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" (if "if") (parenthesized_expression "(DAT_00083d90 == DAT_00083d94)" (( "(") (binary_expression "DAT_00083d90 == DAT_00083d94" (identifier "DAT_00083d90") (== "==") (identifier "DAT_00083d94")) () ")")) (compound_statement "{\n DAT_00083d90 = DAT_00083d94 + 0x10;\n DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);\n DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);\n iVar3 = DAT_00083d94 * 4;\n DAT_00083d94 = DAT_00083d94 + 1;\n puVar4 = (uint *)(DAT_00083d9c + iVar3);\n }" ({ "{") (expression_statement "DAT_00083d90 = DAT_00083d94 + 0x10;" (assignment_expression "DAT_00083d90 = DAT_00083d94 + 0x10" (identifier "DAT_00083d90") (= "=") (binary_expression "DAT_00083d94 + 0x10" (identifier "DAT_00083d94") (+ "+") (number_literal "0x10"))) (; ";")) (expression_statement "DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);" (assignment_expression "DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4)" (identifier "DAT_00083d9c") (= "=") (call_expression "xrealloc(DAT_00083d9c,DAT_00083d90 * 4)" (identifier "xrealloc") (argument_list "(DAT_00083d9c,DAT_00083d90 * 4)" (( "(") (identifier "DAT_00083d9c") (, ",") (binary_expression "DAT_00083d90 * 4" (identifier "DAT_00083d90") (* "*") (number_literal "4")) () ")")))) (; ";")) (expression_statement "DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);" (assignment_expression "DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2)" (identifier "DAT_00083d98") (= "=") (call_expression "xrealloc(DAT_00083d98,DAT_00083d90 << 2)" (identifier "xrealloc") (argument_list "(DAT_00083d98,DAT_00083d90 << 2)" (( "(") (identifier "DAT_00083d98") (, ",") (binary_expression "DAT_00083d90 << 2" (identifier "DAT_00083d90") (<< "<<") (number_literal "2")) () ")")))) (; ";")) (expression_statement "iVar3 = DAT_00083d94 * 4;" (assignment_expression "iVar3 = DAT_00083d94 * 4" (identifier "iVar3") (= "=") (binary_expression "DAT_00083d94 * 4" (identifier "DAT_00083d94") (* "*") (number_literal "4"))) (; ";")) (expression_statement "DAT_00083d94 = DAT_00083d94 + 1;" (assignment_expression "DAT_00083d94 = DAT_00083d94 + 1" (identifier "DAT_00083d94") (= "=") (binary_expression "DAT_00083d94 + 1" (identifier "DAT_00083d94") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "puVar4 = (uint *)(DAT_00083d9c + iVar3);" (assignment_expression "puVar4 = (uint *)(DAT_00083d9c + iVar3)" (identifier "puVar4") (= "=") (cast_expression "(uint *)(DAT_00083d9c + iVar3)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00083d9c + iVar3)" (( "(") (binary_expression "DAT_00083d9c + iVar3" (identifier "DAT_00083d9c") (+ "+") (identifier "iVar3")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n DAT_00083d94 = DAT_00083d94 + 1;\n }" (else "else") (compound_statement "{\n DAT_00083d94 = DAT_00083d94 + 1;\n }" ({ "{") (expression_statement "DAT_00083d94 = DAT_00083d94 + 1;" (assignment_expression "DAT_00083d94 = DAT_00083d94 + 1" (identifier "DAT_00083d94") (= "=") (binary_expression "DAT_00083d94 + 1" (identifier "DAT_00083d94") (+ "+") (number_literal "1"))) (; ";")) (} "}"))))) (} "}")))) (expression_statement "iVar1 = DAT_00083d98;" (assignment_expression "iVar1 = DAT_00083d98" (identifier "iVar1") (= "=") (identifier "DAT_00083d98")) (; ";")) (expression_statement "*puVar4 = param_1;" (assignment_expression "*puVar4 = param_1" (pointer_expression "*puVar4" (* "*") (identifier "puVar4")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "*(undefined4 *)(iVar1 + iVar3) = 1;" (assignment_expression "*(undefined4 *)(iVar1 + iVar3) = 1" (pointer_expression "*(undefined4 *)(iVar1 + iVar3)" (* "*") (cast_expression "(undefined4 *)(iVar1 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar1 + iVar3)" (( "(") (binary_expression "iVar1 + iVar3" (identifier "iVar1") (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(long var_6)
{
long *plVar1;
int *var_4;
int var_7;
long lVar4;
int *var_5;
if ((type_1)var_6 < 10) {
fb_low_counter[var_6] = fb_low_counter[var_6] + 1;
return;
}
if (var_1 == (long *)0x0) {
var_7 = 0x28;
var_1 = (long *)var_2(0x40);
fb_label_instances = (long *)var_2(0x40);
var_8 = 0x10;
lVar4 = 0xb;
var_5 = var_1 + 10;
}
else {
var_4 = var_1 + 10;
var_7 = var_3 * 4;
var_5 = var_1 + var_3;
if (var_4 < var_5) {
if (var_6 == var_1[10]) {
var_7 = 0x28;
}
else {
do {
var_4 = var_4 + 1;
if (var_5 <= var_4) goto LAB_0003629b;
} while (*var_4 != var_6);
var_7 = (int)var_4 - (int)var_1;
}
*(int *)(var_7 + (int)fb_label_instances) = *(int *)(var_7 + (int)fb_label_instances) + 1;
return;
}
LAB_0003629b:
if (var_8 == var_3) {
var_8 = var_3 + 0x10;
var_1 = (long *)var_9(var_1,var_8 * 4);
fb_label_instances = (long *)var_9(fb_label_instances,var_8 << 2);
var_7 = var_3 * 4;
lVar4 = var_3 + 1;
var_5 = var_1 + var_3;
}
else {
lVar4 = var_3 + 1;
}
}
plVar1 = fb_label_instances;
*var_5 = var_6;
var_3 = lVar4;
*(type_2 *)((int)plVar1 + var_7) = 1;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (binary_expression left: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier)) right: (number_literal)))) (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier)))) condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (number_literal)))) (return_statement))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (number_literal))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(uint param_1)
{
int iVar1;
uint *puVar2;
int iVar3;
uint *puVar4;
if (param_1 < 10) {
(&DAT_00083da0)[param_1] = (&DAT_00083da0)[param_1] + 1;
return;
}
if (DAT_00083d9c == 0) {
iVar3 = 0x28;
DAT_00083d9c = xmalloc(0x40);
DAT_00083d98 = xmalloc(0x40);
DAT_00083d90 = 0x10;
DAT_00083d94 = 0xb;
puVar4 = (uint *)(DAT_00083d9c + 0x28);
}
else {
puVar2 = (uint *)(DAT_00083d9c + 0x28);
iVar3 = DAT_00083d94 * 4;
puVar4 = (uint *)(DAT_00083d9c + iVar3);
if (puVar2 < puVar4) {
if (param_1 == *(uint *)(DAT_00083d9c + 0x28)) {
iVar3 = 0x28;
}
else {
do {
puVar2 = puVar2 + 1;
if (puVar4 <= puVar2) goto LAB_0003629b;
} while (*puVar2 != param_1);
iVar3 = (int)puVar2 - DAT_00083d9c;
}
*(int *)(iVar3 + DAT_00083d98) = *(int *)(iVar3 + DAT_00083d98) + 1;
return;
}
LAB_0003629b:
if (DAT_00083d90 == DAT_00083d94) {
DAT_00083d90 = DAT_00083d94 + 0x10;
DAT_00083d9c = xrealloc(DAT_00083d9c,DAT_00083d90 * 4);
DAT_00083d98 = xrealloc(DAT_00083d98,DAT_00083d90 << 2);
iVar3 = DAT_00083d94 * 4;
DAT_00083d94 = DAT_00083d94 + 1;
puVar4 = (uint *)(DAT_00083d9c + iVar3);
}
else {
DAT_00083d94 = DAT_00083d94 + 1;
}
}
iVar1 = DAT_00083d98;
*puVar4 = param_1;
*(undefined4 *)(iVar1 + iVar3) = 1;
return;
}
|
4463_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
Output_reloc
|
FUN_00102890
|
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, Symbol *
gsym, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend,
bool is_relative, bool is_symbolless, bool use_plt_offset) */
void __thiscall
gold::Output_reloc<4,_true,_32,_false>::Output_reloc
(Output_reloc<4,_true,_32,_false> *this,Symbol *gsym,uint type,
Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,
bool is_symbolless,bool use_plt_offset)
{
Output_reloc<9,_true,_32,_false>::Output_reloc
(&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);
this->addend_ = addend;
return;
}
|
void FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,
undefined1 param_9,undefined1 param_10)
{
FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);
*(undefined4 *)(param_1 + 0x18) = param_7;
return;
}
|
PUSH EBX
SUB ESP,0x14
MOVZX EAX,byte ptr [ESP + 0x40]
MOV EBX,dword ptr [ESP + 0x1c]
PUSH EAX
MOVZX EAX,byte ptr [ESP + 0x40]
PUSH EAX
MOVZX EAX,byte ptr [ESP + 0x40]
PUSH EAX
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH dword ptr [ESP + 0x3c]
PUSH EBX
CALL 0x000feaf0
MOV EAX,dword ptr [ESP + 0x58]
MOV dword ptr [EBX + 0x18],EAX
ADD ESP,0x38
POP EBX
RET
| null | null | null | null |
[('tmp_247', u'STORE_-1206966000'), ('const-24', u'PTRSUB_-1206965856'), ('const-417', u'STORE_-1206966000'), (u'PTRSUB_-1206965856', u'STORE_-1206966000'), ('tmp_248', u'CALL_-1206966011'), ('const-0', u'PTRSUB_-1206965864'), ('tmp_245', u'CALL_-1206966011'), ('tmp_242', u'CALL_-1206966011'), ('tmp_249', u'CALL_-1206966011'), ('tmp_244', u'CALL_-1206966011'), ('tmp_241', u'PTRSUB_-1206965864'), ('const-0', u'RETURN_-1206965970'), ('tmp_246', u'CALL_-1206966011'), ('tmp_241', u'PTRSUB_-1206965856'), ('tmp_243', u'CALL_-1206966011'), (u'PTRSUB_-1206965864', u'CALL_-1206966011'), ('tmp_250', u'CALL_-1206966011')]
|
[('tmp_471', u'CALL_-1206966011'), ('tmp_464', u'INT_ADD_-1206965986'), ('tmp_465', u'CALL_-1206966011'), ('tmp_469', u'CALL_-1206966011'), ('const-24', u'INT_ADD_-1206965986'), ('const-417', u'STORE_-1206966000'), ('tmp_467', u'CALL_-1206966011'), ('tmp_472', u'STORE_-1206966000'), (u'INT_ADD_-1206965986', u'CAST_-1206965874'), ('const-0', u'RETURN_-1206965970'), ('tmp_470', u'CALL_-1206966011'), ('tmp_464', u'CALL_-1206966011'), ('tmp_463', u'CALL_-1206966011'), (u'CAST_-1206965874', u'STORE_-1206966000'), ('tmp_466', u'CALL_-1206966011'), ('tmp_468', u'CALL_-1206966011')]
| null | null |
00102890
|
x86
|
O1
|
(translation_unit "void FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}\n\n" (function_definition "void FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" primitive_type (function_declarator "FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined1 param_8" type_identifier identifier) , (parameter_declaration "undefined1 param_9" type_identifier identifier) , (parameter_declaration "undefined1 param_10" type_identifier identifier) ))) (compound_statement "{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" { (expression_statement "FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);" (call_expression "FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_1 + 0x18) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" * (cast_expression "(undefined4 *)(param_1 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, Symbol *\n gsym, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend,\n bool is_relative, bool is_symbolless, bool use_plt_offset) */\n\nvoid __thiscall\ngold::Output_reloc<4,_true,_32,_false>::Output_reloc\n (Output_reloc<4,_true,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_true,_32,_false>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);\n this->addend_ = addend;\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_reloc<4,_true,_32,_false>::Output_reloc\n (Output_reloc<4,_true,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{\n Output_reloc<9,_true,_32,_false>::Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::Output_reloc\n (Output_reloc<4,_true,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)\n\n{" identifier > : : (function_declarator "Output_reloc\n (Output_reloc<4,_true,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" identifier (parameter_list "(Output_reloc<4,_true,_32,_false> *this,Symbol *gsym,uint type,\n Sized_relobj<32,_false> *relobj,uint shndx,Address address,Addend addend,bool is_relative,\n bool is_symbolless,bool use_plt_offset)" ( (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Sized_relobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *relobj" type_identifier (ERROR ">" >) (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "Address address" type_identifier identifier) , (parameter_declaration "Addend addend" type_identifier identifier) , (parameter_declaration "bool is_relative" primitive_type identifier) , (parameter_declaration "bool is_symbolless" primitive_type identifier) , (parameter_declaration "bool use_plt_offset" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::" identifier > : :) (function_declarator "Output_reloc\n (&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" identifier (parameter_list "(&this->rel_,gsym,type,relobj,shndx,address,is_relative,is_symbolless,use_plt_offset)" ( (ERROR "&" &) (parameter_declaration "this->rel_" type_identifier (ERROR "->" ->) identifier) , (parameter_declaration "gsym" type_identifier) , (parameter_declaration "type" type_identifier) , (parameter_declaration "relobj" type_identifier) , (parameter_declaration "shndx" type_identifier) , (parameter_declaration "address" type_identifier) , (parameter_declaration "is_relative" type_identifier) , (parameter_declaration "is_symbolless" type_identifier) , (parameter_declaration "use_plt_offset" type_identifier) ))) ;) (expression_statement "this->addend_ = addend;" (assignment_expression "this->addend_ = addend" (field_expression "this->addend_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}\n\n" (function_definition "void FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" primitive_type (function_declarator "FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" identifier (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined1 param_8" type_identifier identifier) , (parameter_declaration "undefined1 param_9" type_identifier identifier) , (parameter_declaration "undefined1 param_10" type_identifier identifier) ))) (compound_statement "{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" { (expression_statement "FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);" (call_expression "FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" identifier (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "*(undefined4 *)(param_1 + 0x18) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" * (cast_expression "(undefined4 *)(param_1 + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) = identifier) ;) (return_statement "return;" return ;) })))
|
(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) , (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 ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)\n\n{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00102890(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" (identifier "FUN_00102890") (parameter_list "(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,\n undefined1 param_9,undefined1 param_10)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined1 param_8" (type_identifier "undefined1") (identifier "param_8")) (, ",") (parameter_declaration "undefined1 param_9" (type_identifier "undefined1") (identifier "param_9")) (, ",") (parameter_declaration "undefined1 param_10" (type_identifier "undefined1") (identifier "param_10")) () ")"))) (compound_statement "{\n FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);\n *(undefined4 *)(param_1 + 0x18) = param_7;\n return;\n}" ({ "{") (expression_statement "FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);" (call_expression "FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" (identifier "FUN_000feaf0") (argument_list "(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x18) = param_7;" (assignment_expression "*(undefined4 *)(param_1 + 0x18) = param_7" (pointer_expression "*(undefined4 *)(param_1 + 0x18)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x18)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "param_7")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* DWARF original prototype: void Output_reloc(Output_reloc<4,_true,_32,_false> * this, Symbol *
gsym, uint type, Sized_relobj<32,_false> * relobj, uint shndx, Address address, Addend addend,
bool is_relative, bool is_symbolless, bool use_plt_offset) */
void __thiscall
gold::function_1<4,_true,_32,_false>::function_1
(function_1<4,_true,_32,_false> *type_1,Symbol *type_2,uint type_3,
Sized_relobj<32,_false> *type_4,uint type_5,Address type_6,Addend addend,bool type_7,
bool type_8,bool type_9)
{
function_1<9,_true,_32,_false>::function_1
(&type_1->rel_,type_2,type_3,type_4,type_5,type_6,type_7,type_8,type_9);
type_1->addend_ = addend;
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)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (return_statement))))
| null |
void MASKED(int param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined1 param_8,
undefined1 param_9,undefined1 param_10)
{
FUN_000feaf0(param_1,param_2,param_3,param_4,param_5,param_6,param_8,param_9,param_10);
*(undefined4 *)(param_1 + 0x18) = param_7;
return;
}
|
2193_bash_and_bash_strip.c
|
_rl_pop_executing_macro
|
_rl_pop_executing_macro
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _rl_pop_executing_macro(void)
{
saved_macro *string;
if (rl_executing_macro != (char *)0x0) {
free(rl_executing_macro);
}
string = macro_list;
rl_executing_macro = (char *)0x0;
executing_macro_index = 0;
if (macro_list != (saved_macro *)0x0) {
rl_executing_macro = macro_list->string;
executing_macro_index = macro_list->sindex;
macro_list = macro_list->next;
xfree(string);
}
macro_level = macro_level + -1;
if (rl_executing_macro == (char *)0x0) {
rl_readline_state = rl_readline_state & 0xfffff7ff;
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void _rl_pop_executing_macro(void)
{
undefined4 *puVar1;
if (rl_executing_macro != (void *)0x0) {
free(rl_executing_macro);
}
puVar1 = DAT_00143764;
rl_executing_macro = (void *)0x0;
DAT_00143774 = 0;
if (DAT_00143764 != (undefined4 *)0x0) {
rl_executing_macro = (void *)DAT_00143764[1];
DAT_00143774 = DAT_00143764[2];
DAT_00143764 = (undefined4 *)*DAT_00143764;
xfree(puVar1);
}
DAT_00143760 = DAT_00143760 + -1;
if (rl_executing_macro == (void *)0x0) {
rl_readline_state = rl_readline_state & 0xfffff7ff;
}
return;
}
|
PUSH EBX
SUB ESP,0x8
CALL 0x0002fe00
ADD EBX,0x677fc
MOV EAX,dword ptr [EBX + 0x875c]
TEST EAX,EAX
JZ 0x000d3820
SUB ESP,0xc
PUSH EAX
CALL 0x0002f200
ADD ESP,0x10
MOV dword ptr [EBX + 0x875c],0x0
MOV dword ptr [EBX + 0x8774],0x0
MOV EAX,dword ptr [EBX + 0x8764]
TEST EAX,EAX
JZ 0x000d3864
MOV EDX,dword ptr [EAX + 0x4]
MOV dword ptr [EBX + 0x875c],EDX
MOV EDX,dword ptr [EAX + 0x8]
MOV dword ptr [EBX + 0x8774],EDX
MOV EDX,dword ptr [EAX]
MOV dword ptr [EBX + 0x8764],EDX
SUB ESP,0xc
PUSH EAX
CALL 0x00091505
ADD ESP,0x10
SUB dword ptr [EBX + 0x8760],0x1
CMP dword ptr [EBX + 0x875c],0x0
JZ 0x000d3879
ADD ESP,0x8
POP EBX
RET
LEA EAX,[EBX + 0x7b64]
AND dword ptr [EAX],0xfffff7ff
JMP 0x000d3874
| null | null | null | null |
[('const-4294965247', u'INT_AND_-1206765242'), (u'INT_AND_-1206765242', u'MULTIEQUAL_-1206765106'), (u'INDIRECT_-1206765184', u'MULTIEQUAL_-1206765173'), (u'MULTIEQUAL_-1206765173', u'PTRSUB_-1206765131'), ('const-417', u'LOAD_-1206765394'), (u'CALL_-1206765358', u'INDIRECT_-1206765131'), (u'INT_EQUAL_-1206765305', u'CBRANCH_-1206765299'), (u'MULTIEQUAL_-1206765173', u'MULTIEQUAL_-1206765106'), (u'CALL_-1206765358', u'INDIRECT_-1206765115'), ('tmp_100', u'CBRANCH_-1206765509'), ('tmp_996', u'MULTIEQUAL_-1206765188'), (u'MULTIEQUAL_-1206765173', u'PTRSUB_-1206765111'), (u'INDIRECT_-1206765115', u'MULTIEQUAL_-1206765106'), ('tmp_218', u'CBRANCH_-1206765424'), ('const-0', u'INT_EQUAL_-1206765305'), (u'CALL_-1206765486', u'INDIRECT_-1206765200'), (u'MULTIEQUAL_-1206765106', u'COPY_-1206765146'), ('const-0', u'INT_NOTEQUAL_-1206765424'), (u'MULTIEQUAL_-1206765178', u'MULTIEQUAL_-1206765111'), ('tmp_992', u'INT_NOTEQUAL_-1206765509'), (u'COPY_-1206765223', u'CALL_-1206765358'), (u'COPY_-1206765459', u'MULTIEQUAL_-1206765101'), (u'PTRSUB_-1206765121', u'LOAD_-1206765408'), (u'INDIRECT_-1206765131', u'MULTIEQUAL_-1206765121'), ('const-4', u'PTRSUB_-1206765131'), (u'MULTIEQUAL_-1206765121', u'MULTIEQUAL_-1206765106'), ('tmp_994', u'MULTIEQUAL_-1206765173'), (u'CALL_-1206765358', u'INDIRECT_-1206765120'), ('const-417', u'LOAD_-1206765408'), (u'INT_NOTEQUAL_-1206765509', u'CBRANCH_-1206765509'), ('tmp_992', u'CALL_-1206765486'), (u'CALL_-1206765358', u'INDIRECT_-1206765110'), (u'INDIRECT_-1206765110', u'MULTIEQUAL_-1206765101'), ('const-8', u'PTRSUB_-1206765121'), (u'CALL_-1206765486', u'INDIRECT_-1206765184'), ('const-0', u'COPY_-1206765459'), (u'MULTIEQUAL_-1206765111', u'INT_ADD_-1206765322'), ('const-0', u'INT_NOTEQUAL_-1206765509'), ('tmp_417', u'CBRANCH_-1206765299'), ('const-0', u'RETURN_-1206765272'), (u'MULTIEQUAL_-1206765173', u'INT_NOTEQUAL_-1206765424'), (u'MULTIEQUAL_-1206765173', u'COPY_-1206765223'), (u'MULTIEQUAL_-1206765116', u'INT_EQUAL_-1206765305'), (u'INDIRECT_-1206765120', u'MULTIEQUAL_-1206765111'), ('tmp_506', u'BRANCH_-1206765248'), ('tmp_995', u'MULTIEQUAL_-1206765178'), (u'MULTIEQUAL_-1206765106', u'COPY_-1206765162'), (u'PTRSUB_-1206765131', u'LOAD_-1206765423'), (u'INT_NOTEQUAL_-1206765424', u'CBRANCH_-1206765424'), ('const-417', u'LOAD_-1206765423'), (u'COPY_-1206765339', u'COPY_-1206765151'), (u'MULTIEQUAL_-1206765173', u'PTRSUB_-1206765121'), ('const-0', u'COPY_-1206765472'), ('const-4294967295', u'INT_ADD_-1206765322'), (u'INT_ADD_-1206765322', u'COPY_-1206765339'), (u'CALL_-1206765486', u'INDIRECT_-1206765194'), (u'CALL_-1206765486', u'INDIRECT_-1206765189'), (u'MULTIEQUAL_-1206765121', u'INT_AND_-1206765242'), (u'INDIRECT_-1206765189', u'MULTIEQUAL_-1206765178'), (u'PTRSUB_-1206765111', u'LOAD_-1206765394'), (u'CALL_-1206765486', u'INDIRECT_-1206765179'), (u'MULTIEQUAL_-1206765116', u'COPY_-1206765156'), (u'INDIRECT_-1206765200', u'MULTIEQUAL_-1206765188'), (u'MULTIEQUAL_-1206765101', u'COPY_-1206765141'), (u'INDIRECT_-1206765125', u'MULTIEQUAL_-1206765116'), ('const-0', u'PTRSUB_-1206765111'), (u'COPY_-1206765472', u'MULTIEQUAL_-1206765116'), (u'MULTIEQUAL_-1206765188', u'MULTIEQUAL_-1206765121'), (u'CALL_-1206765358', u'INDIRECT_-1206765125')]
|
[(u'MULTIEQUAL_-1206765173', u'PTRADD_-1206765132'), ('const-4294965247', u'INT_AND_-1206765242'), (u'INT_AND_-1206765242', u'MULTIEQUAL_-1206765106'), (u'INDIRECT_-1206765184', u'MULTIEQUAL_-1206765173'), ('tmp_1000', u'MULTIEQUAL_-1206765178'), (u'CALL_-1206765358', u'INDIRECT_-1206765131'), (u'INT_EQUAL_-1206765305', u'CBRANCH_-1206765299'), ('const-417', u'LOAD_-1206765408'), (u'MULTIEQUAL_-1206765173', u'MULTIEQUAL_-1206765106'), (u'CALL_-1206765358', u'INDIRECT_-1206765115'), ('tmp_100', u'CBRANCH_-1206765509'), (u'INDIRECT_-1206765115', u'MULTIEQUAL_-1206765106'), ('tmp_218', u'CBRANCH_-1206765424'), (u'CALL_-1206765486', u'INDIRECT_-1206765200'), ('const-1', u'PTRADD_-1206765132'), (u'MULTIEQUAL_-1206765106', u'COPY_-1206765146'), ('const-0', u'INT_NOTEQUAL_-1206765424'), (u'MULTIEQUAL_-1206765178', u'MULTIEQUAL_-1206765111'), (u'COPY_-1206765459', u'MULTIEQUAL_-1206765101'), (u'INDIRECT_-1206765131', u'MULTIEQUAL_-1206765121'), (u'MULTIEQUAL_-1206765173', u'PTRADD_-1206765122'), (u'MULTIEQUAL_-1206765121', u'MULTIEQUAL_-1206765106'), (u'CALL_-1206765358', u'INDIRECT_-1206765120'), (u'LOAD_-1206765423', u'CAST_-1206765130'), ('tmp_999', u'MULTIEQUAL_-1206765173'), (u'INT_NOTEQUAL_-1206765509', u'CBRANCH_-1206765509'), ('tmp_1001', u'MULTIEQUAL_-1206765188'), ('const-0', u'COPY_-1206765472'), (u'MULTIEQUAL_-1206765173', u'LOAD_-1206765394'), (u'CALL_-1206765358', u'INDIRECT_-1206765110'), (u'INDIRECT_-1206765110', u'MULTIEQUAL_-1206765101'), ('tmp_997', u'INT_NOTEQUAL_-1206765509'), (u'CALL_-1206765486', u'INDIRECT_-1206765184'), ('const-0', u'COPY_-1206765459'), ('const-2', u'PTRADD_-1206765122'), (u'MULTIEQUAL_-1206765111', u'INT_ADD_-1206765322'), ('const-0', u'INT_NOTEQUAL_-1206765509'), ('tmp_417', u'CBRANCH_-1206765299'), ('const-0', u'RETURN_-1206765272'), (u'MULTIEQUAL_-1206765173', u'INT_NOTEQUAL_-1206765424'), (u'MULTIEQUAL_-1206765116', u'INT_EQUAL_-1206765305'), ('const-417', u'LOAD_-1206765423'), ('const-4', u'PTRADD_-1206765122'), (u'INDIRECT_-1206765120', u'MULTIEQUAL_-1206765111'), ('tmp_506', u'BRANCH_-1206765248'), (u'MULTIEQUAL_-1206765106', u'COPY_-1206765162'), ('const-4294967295', u'INT_ADD_-1206765322'), ('const-417', u'LOAD_-1206765394'), (u'INT_NOTEQUAL_-1206765424', u'CBRANCH_-1206765424'), (u'COPY_-1206765339', u'COPY_-1206765151'), (u'INT_ADD_-1206765322', u'COPY_-1206765339'), ('const-4', u'PTRADD_-1206765132'), (u'CALL_-1206765486', u'INDIRECT_-1206765194'), (u'CALL_-1206765486', u'INDIRECT_-1206765189'), (u'PTRADD_-1206765122', u'LOAD_-1206765408'), (u'MULTIEQUAL_-1206765121', u'INT_AND_-1206765242'), (u'INDIRECT_-1206765189', u'MULTIEQUAL_-1206765178'), (u'PTRADD_-1206765132', u'LOAD_-1206765423'), (u'CALL_-1206765486', u'INDIRECT_-1206765179'), (u'MULTIEQUAL_-1206765116', u'COPY_-1206765156'), (u'MULTIEQUAL_-1206765173', u'COPY_-1206765224'), ('const-0', u'INT_EQUAL_-1206765305'), (u'INDIRECT_-1206765200', u'MULTIEQUAL_-1206765188'), (u'COPY_-1206765224', u'CALL_-1206765358'), (u'LOAD_-1206765394', u'CAST_-1206765111'), (u'MULTIEQUAL_-1206765101', u'COPY_-1206765141'), (u'INDIRECT_-1206765125', u'MULTIEQUAL_-1206765116'), ('tmp_997', u'CALL_-1206765486'), (u'COPY_-1206765472', u'MULTIEQUAL_-1206765116'), (u'MULTIEQUAL_-1206765188', u'MULTIEQUAL_-1206765121'), (u'CALL_-1206765358', u'INDIRECT_-1206765125')]
| null | null |
000d37fb
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid _rl_pop_executing_macro(void)\n\n{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}\n\n" comment (function_definition "void _rl_pop_executing_macro(void)\n\n{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" primitive_type (function_declarator "_rl_pop_executing_macro(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (if_statement "if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }" if (parenthesized_expression "(rl_executing_macro != (void *)0x0)" ( (binary_expression "rl_executing_macro != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(rl_executing_macro);\n }" { (expression_statement "free(rl_executing_macro);" (call_expression "free(rl_executing_macro)" identifier (argument_list "(rl_executing_macro)" ( identifier ))) ;) })) (expression_statement "puVar1 = DAT_00143764;" (assignment_expression "puVar1 = DAT_00143764" identifier = identifier) ;) (expression_statement "rl_executing_macro = (void *)0x0;" (assignment_expression "rl_executing_macro = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "DAT_00143774 = 0;" (assignment_expression "DAT_00143774 = 0" identifier = number_literal) ;) (if_statement "if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }" if (parenthesized_expression "(DAT_00143764 != (undefined4 *)0x0)" ( (binary_expression "DAT_00143764 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }" { (expression_statement "rl_executing_macro = (void *)DAT_00143764[1];" (assignment_expression "rl_executing_macro = (void *)DAT_00143764[1]" identifier = (cast_expression "(void *)DAT_00143764[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "DAT_00143764[1]" identifier [ number_literal ]))) ;) (expression_statement "DAT_00143774 = DAT_00143764[2];" (assignment_expression "DAT_00143774 = DAT_00143764[2]" identifier = (subscript_expression "DAT_00143764[2]" identifier [ number_literal ])) ;) (expression_statement "DAT_00143764 = (undefined4 *)*DAT_00143764;" (assignment_expression "DAT_00143764 = (undefined4 *)*DAT_00143764" identifier = (cast_expression "(undefined4 *)*DAT_00143764" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*DAT_00143764" * identifier))) ;) (expression_statement "xfree(puVar1);" (call_expression "xfree(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) })) (expression_statement "DAT_00143760 = DAT_00143760 + -1;" (assignment_expression "DAT_00143760 = DAT_00143760 + -1" identifier = (binary_expression "DAT_00143760 + -1" identifier + number_literal)) ;) (if_statement "if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" if (parenthesized_expression "(rl_executing_macro == (void *)0x0)" ( (binary_expression "rl_executing_macro == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" { (expression_statement "rl_readline_state = rl_readline_state & 0xfffff7ff;" (assignment_expression "rl_readline_state = rl_readline_state & 0xfffff7ff" identifier = (binary_expression "rl_readline_state & 0xfffff7ff" identifier & number_literal)) ;) })) (return_statement "return;" return ;) })))
|
(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\nvoid _rl_pop_executing_macro(void)\n\n{\n saved_macro *string;\n \n if (rl_executing_macro != (char *)0x0) {\n free(rl_executing_macro);\n }\n string = macro_list;\n rl_executing_macro = (char *)0x0;\n executing_macro_index = 0;\n if (macro_list != (saved_macro *)0x0) {\n rl_executing_macro = macro_list->string;\n executing_macro_index = macro_list->sindex;\n macro_list = macro_list->next;\n xfree(string);\n }\n macro_level = macro_level + -1;\n if (rl_executing_macro == (char *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}\n\n" comment comment (function_definition "void _rl_pop_executing_macro(void)\n\n{\n saved_macro *string;\n \n if (rl_executing_macro != (char *)0x0) {\n free(rl_executing_macro);\n }\n string = macro_list;\n rl_executing_macro = (char *)0x0;\n executing_macro_index = 0;\n if (macro_list != (saved_macro *)0x0) {\n rl_executing_macro = macro_list->string;\n executing_macro_index = macro_list->sindex;\n macro_list = macro_list->next;\n xfree(string);\n }\n macro_level = macro_level + -1;\n if (rl_executing_macro == (char *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" primitive_type (function_declarator "_rl_pop_executing_macro(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n saved_macro *string;\n \n if (rl_executing_macro != (char *)0x0) {\n free(rl_executing_macro);\n }\n string = macro_list;\n rl_executing_macro = (char *)0x0;\n executing_macro_index = 0;\n if (macro_list != (saved_macro *)0x0) {\n rl_executing_macro = macro_list->string;\n executing_macro_index = macro_list->sindex;\n macro_list = macro_list->next;\n xfree(string);\n }\n macro_level = macro_level + -1;\n if (rl_executing_macro == (char *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" { (declaration "saved_macro *string;" type_identifier (pointer_declarator "*string" * identifier) ;) (if_statement "if (rl_executing_macro != (char *)0x0) {\n free(rl_executing_macro);\n }" if (parenthesized_expression "(rl_executing_macro != (char *)0x0)" ( (binary_expression "rl_executing_macro != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(rl_executing_macro);\n }" { (expression_statement "free(rl_executing_macro);" (call_expression "free(rl_executing_macro)" identifier (argument_list "(rl_executing_macro)" ( identifier ))) ;) })) (expression_statement "string = macro_list;" (assignment_expression "string = macro_list" identifier = identifier) ;) (expression_statement "rl_executing_macro = (char *)0x0;" (assignment_expression "rl_executing_macro = (char *)0x0" identifier = (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "executing_macro_index = 0;" (assignment_expression "executing_macro_index = 0" identifier = number_literal) ;) (if_statement "if (macro_list != (saved_macro *)0x0) {\n rl_executing_macro = macro_list->string;\n executing_macro_index = macro_list->sindex;\n macro_list = macro_list->next;\n xfree(string);\n }" if (parenthesized_expression "(macro_list != (saved_macro *)0x0)" ( (binary_expression "macro_list != (saved_macro *)0x0" identifier != (cast_expression "(saved_macro *)0x0" ( (type_descriptor "saved_macro *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n rl_executing_macro = macro_list->string;\n executing_macro_index = macro_list->sindex;\n macro_list = macro_list->next;\n xfree(string);\n }" { (expression_statement "rl_executing_macro = macro_list->string;" (assignment_expression "rl_executing_macro = macro_list->string" identifier = (field_expression "macro_list->string" identifier -> field_identifier)) ;) (expression_statement "executing_macro_index = macro_list->sindex;" (assignment_expression "executing_macro_index = macro_list->sindex" identifier = (field_expression "macro_list->sindex" identifier -> field_identifier)) ;) (expression_statement "macro_list = macro_list->next;" (assignment_expression "macro_list = macro_list->next" identifier = (field_expression "macro_list->next" identifier -> field_identifier)) ;) (expression_statement "xfree(string);" (call_expression "xfree(string)" identifier (argument_list "(string)" ( identifier ))) ;) })) (expression_statement "macro_level = macro_level + -1;" (assignment_expression "macro_level = macro_level + -1" identifier = (binary_expression "macro_level + -1" identifier + number_literal)) ;) (if_statement "if (rl_executing_macro == (char *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" if (parenthesized_expression "(rl_executing_macro == (char *)0x0)" ( (binary_expression "rl_executing_macro == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" { (expression_statement "rl_readline_state = rl_readline_state & 0xfffff7ff;" (assignment_expression "rl_readline_state = rl_readline_state & 0xfffff7ff" identifier = (binary_expression "rl_readline_state & 0xfffff7ff" identifier & number_literal)) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void _rl_pop_executing_macro(void)\n\n{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}\n\n" (function_definition "void _rl_pop_executing_macro(void)\n\n{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" primitive_type (function_declarator "_rl_pop_executing_macro(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (if_statement "if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }" if (parenthesized_expression "(rl_executing_macro != (void *)0x0)" ( (binary_expression "rl_executing_macro != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free(rl_executing_macro);\n }" { (expression_statement "free(rl_executing_macro);" (call_expression "free(rl_executing_macro)" identifier (argument_list "(rl_executing_macro)" ( identifier ))) ;) })) (expression_statement "puVar1 = DAT_00143764;" (assignment_expression "puVar1 = DAT_00143764" identifier = identifier) ;) (expression_statement "rl_executing_macro = (void *)0x0;" (assignment_expression "rl_executing_macro = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "DAT_00143774 = 0;" (assignment_expression "DAT_00143774 = 0" identifier = number_literal) ;) (if_statement "if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }" if (parenthesized_expression "(DAT_00143764 != (undefined4 *)0x0)" ( (binary_expression "DAT_00143764 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }" { (expression_statement "rl_executing_macro = (void *)DAT_00143764[1];" (assignment_expression "rl_executing_macro = (void *)DAT_00143764[1]" identifier = (cast_expression "(void *)DAT_00143764[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "DAT_00143764[1]" identifier [ number_literal ]))) ;) (expression_statement "DAT_00143774 = DAT_00143764[2];" (assignment_expression "DAT_00143774 = DAT_00143764[2]" identifier = (subscript_expression "DAT_00143764[2]" identifier [ number_literal ])) ;) (expression_statement "DAT_00143764 = (undefined4 *)*DAT_00143764;" (assignment_expression "DAT_00143764 = (undefined4 *)*DAT_00143764" identifier = (cast_expression "(undefined4 *)*DAT_00143764" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*DAT_00143764" * identifier))) ;) (expression_statement "xfree(puVar1);" (call_expression "xfree(puVar1)" identifier (argument_list "(puVar1)" ( identifier ))) ;) })) (expression_statement "DAT_00143760 = DAT_00143760 + -1;" (assignment_expression "DAT_00143760 = DAT_00143760 + -1" identifier = (binary_expression "DAT_00143760 + -1" identifier + number_literal)) ;) (if_statement "if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" if (parenthesized_expression "(rl_executing_macro == (void *)0x0)" ( (binary_expression "rl_executing_macro == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" { (expression_statement "rl_readline_state = rl_readline_state & 0xfffff7ff;" (assignment_expression "rl_readline_state = rl_readline_state & 0xfffff7ff" identifier = (binary_expression "rl_readline_state & 0xfffff7ff" identifier & number_literal)) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) })) (return_statement return ;) })))
|
(function_definition "void _rl_pop_executing_macro(void)\n\n{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" (primitive_type "void") (function_declarator "_rl_pop_executing_macro(void)" (identifier "_rl_pop_executing_macro") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n \n if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }\n puVar1 = DAT_00143764;\n rl_executing_macro = (void *)0x0;\n DAT_00143774 = 0;\n if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }\n DAT_00143760 = DAT_00143760 + -1;\n if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }\n return;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (if_statement "if (rl_executing_macro != (void *)0x0) {\n free(rl_executing_macro);\n }" (if "if") (parenthesized_expression "(rl_executing_macro != (void *)0x0)" (( "(") (binary_expression "rl_executing_macro != (void *)0x0" (identifier "rl_executing_macro") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free(rl_executing_macro);\n }" ({ "{") (expression_statement "free(rl_executing_macro);" (call_expression "free(rl_executing_macro)" (identifier "free") (argument_list "(rl_executing_macro)" (( "(") (identifier "rl_executing_macro") () ")"))) (; ";")) (} "}"))) (expression_statement "puVar1 = DAT_00143764;" (assignment_expression "puVar1 = DAT_00143764" (identifier "puVar1") (= "=") (identifier "DAT_00143764")) (; ";")) (expression_statement "rl_executing_macro = (void *)0x0;" (assignment_expression "rl_executing_macro = (void *)0x0" (identifier "rl_executing_macro") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "DAT_00143774 = 0;" (assignment_expression "DAT_00143774 = 0" (identifier "DAT_00143774") (= "=") (number_literal "0")) (; ";")) (if_statement "if (DAT_00143764 != (undefined4 *)0x0) {\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }" (if "if") (parenthesized_expression "(DAT_00143764 != (undefined4 *)0x0)" (( "(") (binary_expression "DAT_00143764 != (undefined4 *)0x0" (identifier "DAT_00143764") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n rl_executing_macro = (void *)DAT_00143764[1];\n DAT_00143774 = DAT_00143764[2];\n DAT_00143764 = (undefined4 *)*DAT_00143764;\n xfree(puVar1);\n }" ({ "{") (expression_statement "rl_executing_macro = (void *)DAT_00143764[1];" (assignment_expression "rl_executing_macro = (void *)DAT_00143764[1]" (identifier "rl_executing_macro") (= "=") (cast_expression "(void *)DAT_00143764[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "DAT_00143764[1]" (identifier "DAT_00143764") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "DAT_00143774 = DAT_00143764[2];" (assignment_expression "DAT_00143774 = DAT_00143764[2]" (identifier "DAT_00143774") (= "=") (subscript_expression "DAT_00143764[2]" (identifier "DAT_00143764") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "DAT_00143764 = (undefined4 *)*DAT_00143764;" (assignment_expression "DAT_00143764 = (undefined4 *)*DAT_00143764" (identifier "DAT_00143764") (= "=") (cast_expression "(undefined4 *)*DAT_00143764" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*DAT_00143764" (* "*") (identifier "DAT_00143764")))) (; ";")) (expression_statement "xfree(puVar1);" (call_expression "xfree(puVar1)" (identifier "xfree") (argument_list "(puVar1)" (( "(") (identifier "puVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "DAT_00143760 = DAT_00143760 + -1;" (assignment_expression "DAT_00143760 = DAT_00143760 + -1" (identifier "DAT_00143760") (= "=") (binary_expression "DAT_00143760 + -1" (identifier "DAT_00143760") (+ "+") (number_literal "-1"))) (; ";")) (if_statement "if (rl_executing_macro == (void *)0x0) {\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" (if "if") (parenthesized_expression "(rl_executing_macro == (void *)0x0)" (( "(") (binary_expression "rl_executing_macro == (void *)0x0" (identifier "rl_executing_macro") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n rl_readline_state = rl_readline_state & 0xfffff7ff;\n }" ({ "{") (expression_statement "rl_readline_state = rl_readline_state & 0xfffff7ff;" (assignment_expression "rl_readline_state = rl_readline_state & 0xfffff7ff" (identifier "rl_readline_state") (= "=") (binary_expression "rl_readline_state & 0xfffff7ff" (identifier "rl_readline_state") (& "&") (number_literal "0xfffff7ff"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
type_1 *string;
if (var_1 != (char *)0x0) {
var_2(var_1);
}
string = var_3;
var_1 = (char *)0x0;
executing_macro_index = 0;
if (var_3 != (type_1 *)0x0) {
var_1 = var_3->string;
executing_macro_index = var_3->sindex;
var_3 = var_3->next;
var_4(string);
}
var_5 = var_5 + -1;
if (var_1 == (char *)0x0) {
var_6 = var_6 & 0xfffff7ff;
}
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 (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
undefined4 *puVar1;
if (rl_executing_macro != (void *)0x0) {
free(rl_executing_macro);
}
puVar1 = DAT_00143764;
rl_executing_macro = (void *)0x0;
DAT_00143774 = 0;
if (DAT_00143764 != (undefined4 *)0x0) {
rl_executing_macro = (void *)DAT_00143764[1];
DAT_00143774 = DAT_00143764[2];
DAT_00143764 = (undefined4 *)*DAT_00143764;
xfree(puVar1);
}
DAT_00143760 = DAT_00143760 + -1;
if (rl_executing_macro == (void *)0x0) {
rl_readline_state = rl_readline_state & 0xfffff7ff;
}
return;
}
|
1114_x86_64-linux-gnux32-ld_and_x86_64-linux-gnux32-ld_strip.c
|
fputs
|
fputs
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputs@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1207819382')]
|
[('const-1', u'RETURN_-1207819382')]
| null | null |
001d2380
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_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 fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputs@@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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8_ia64-linux-gnu-readelf_and_ia64-linux-gnu-readelf_strip.c
|
memmove
|
memmove
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();
return pvVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * memmove(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();
return pvVar1;
}
|
JMP dword ptr [EBX + 0x20]
| null | null | null | null |
[(u'CAST_-1205980949', u'CALLIND_-1205981030'), ('const-0', u'RETURN_-1205981027'), ('tmp_77', u'CAST_-1205980949'), (u'INDIRECT_-1205980957', u'COPY_-1205981016'), (u'CALLIND_-1205981030', u'INDIRECT_-1205980957'), (u'CALLIND_-1205981030', u'CAST_-1205980948'), (u'CAST_-1205980948', u'RETURN_-1205981027')]
|
[(u'CAST_-1205980949', u'CALLIND_-1205981030'), ('const-0', u'RETURN_-1205981027'), ('tmp_77', u'CAST_-1205980949'), (u'INDIRECT_-1205980957', u'COPY_-1205981016'), (u'CALLIND_-1205981030', u'INDIRECT_-1205980957'), (u'CALLIND_-1205981030', u'CAST_-1205980948'), (u'CAST_-1205980948', u'RETURN_-1205981027')]
| null | null |
00013090
|
x86
|
O1
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_000b4020)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_000b4020)()" (parenthesized_expression "(*(code *)PTR_memmove_000b4020)" ( (pointer_expression "*(code *)PTR_memmove_000b4020" * (cast_expression "(code *)PTR_memmove_000b4020" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}\n\n" comment (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_000b4020)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_000b4020)()" (parenthesized_expression "(*(code *)PTR_memmove_000b4020)" ( (pointer_expression "*(code *)PTR_memmove_000b4020" * (cast_expression "(code *)PTR_memmove_000b4020" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
|
(translation_unit "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}\n\n" (function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" primitive_type (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" * (function_declarator "memmove(void *__dest,void *__src,size_t __n)" identifier (parameter_list "(void *__dest,void *__src,size_t __n)" ( (parameter_declaration "void *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "void *__src" primitive_type (pointer_declarator "*__src" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) )))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" { (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)()" identifier = (cast_expression "(void *)(*(code *)PTR_memmove_000b4020)()" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_memmove_000b4020)()" (parenthesized_expression "(*(code *)PTR_memmove_000b4020)" ( (pointer_expression "*(code *)PTR_memmove_000b4020" * (cast_expression "(code *)PTR_memmove_000b4020" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pvVar1;" return identifier ;) })))
|
(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_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) })))
|
(function_definition "void * memmove(void *__dest,void *__src,size_t __n)\n\n{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" (primitive_type "void") (pointer_declarator "* memmove(void *__dest,void *__src,size_t __n)" (* "*") (function_declarator "memmove(void *__dest,void *__src,size_t __n)" (identifier "memmove") (parameter_list "(void *__dest,void *__src,size_t __n)" (( "(") (parameter_declaration "void *__dest" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "void *__src" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")")))) (compound_statement "{\n void *pvVar1;\n \n pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();\n return pvVar1;\n}" ({ "{") (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (expression_statement "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)();" (assignment_expression "pvVar1 = (void *)(*(code *)PTR_memmove_000b4020)()" (identifier "pvVar1") (= "=") (cast_expression "(void *)(*(code *)PTR_memmove_000b4020)()" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_memmove_000b4020)()" (parenthesized_expression "(*(code *)PTR_memmove_000b4020)" (( "(") (pointer_expression "*(code *)PTR_memmove_000b4020" (* "*") (cast_expression "(code *)PTR_memmove_000b4020" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_memmove_000b4020"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pvVar1;" (return "return") (identifier "pvVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void * function_1(void *__dest,void *__src,size_t __n)
{
void *pvVar1;
pvVar1 = (void *)(*(type_1 *)PTR_memmove_000b4020)();
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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier)))))
| 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_000b4020)();
return pvVar1;
}
|
7945_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
_M_rehash
|
FUN_0022cfc0
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>
* this, size_type __n, __rehash_state * __state) */
void __thiscall
std::
_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>
::_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>
*this,size_type __n,__rehash_state *__state)
{
__bucket_type *pp_Var1;
_Hash_node_base *p_Var2;
__bucket_type *pp_Var3;
_Hash_node_base *p_Var4;
uint uVar5;
uint uVar6;
_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_> *in_stack_ffffffd4;
size_t in_stack_ffffffd8;
if (__n == 1) {
pp_Var3 = &this->_M_single_bucket;
this->_M_single_bucket = (__bucket_type)0x0;
}
else {
/* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */
pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_>::
_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);
}
p_Var4 = (this->_M_before_begin)._M_nxt;
(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;
if (p_Var4 != (_Hash_node_base *)0x0) {
uVar6 = 0;
do {
while( true ) {
p_Var2 = p_Var4->_M_nxt;
uVar5 = (uint)p_Var4[1]._M_nxt % __n;
pp_Var1 = pp_Var3 + uVar5;
if (*pp_Var1 == (__bucket_type)0x0) break;
p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;
(*pp_Var1)->_M_nxt = p_Var4;
uVar5 = uVar6;
LAB_0022d018:
p_Var4 = p_Var2;
uVar6 = uVar5;
if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;
}
p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;
(this->_M_before_begin)._M_nxt = p_Var4;
*pp_Var1 = &this->_M_before_begin;
if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;
pp_Var3[uVar6] = p_Var4;
p_Var4 = p_Var2;
uVar6 = uVar5;
} while (p_Var2 != (_Hash_node_base *)0x0);
}
LAB_0022d060:
if (this->_M_buckets != &this->_M_single_bucket) {
operator_delete(this->_M_buckets);
}
this->_M_buckets = pp_Var3;
this->_M_bucket_count = __n;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0022cfc0(int *param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int *piVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *local_28;
if (param_2 == 1) {
piVar3 = param_1 + 6;
param_1[6] = 0;
}
else {
/* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */
piVar3 = (int *)FUN_0022a1b0();
}
local_28 = param_1 + 6;
piVar4 = (int *)param_1[2];
param_1[2] = 0;
if (piVar4 != (int *)0x0) {
uVar6 = 0;
do {
while( true ) {
piVar2 = (int *)*piVar4;
uVar5 = (uint)piVar4[1] % param_2;
piVar1 = piVar3 + uVar5;
if ((int *)*piVar1 == (int *)0x0) break;
*piVar4 = *(int *)*piVar1;
*(int **)*piVar1 = piVar4;
uVar5 = uVar6;
LAB_0022d018:
piVar4 = piVar2;
uVar6 = uVar5;
if (piVar2 == (int *)0x0) goto LAB_0022d060;
}
*piVar4 = param_1[2];
param_1[2] = (int)piVar4;
*piVar1 = (int)(param_1 + 2);
if (*piVar4 == 0) goto LAB_0022d018;
piVar3[uVar6] = (int)piVar4;
piVar4 = piVar2;
uVar6 = uVar5;
} while (piVar2 != (int *)0x0);
}
LAB_0022d060:
if ((int *)*param_1 != local_28) {
FUN_00248220((int *)*param_1);
}
*param_1 = (int)piVar3;
param_1[1] = param_2;
return;
}
|
CALL 0x000b4846
ADD EAX,0x1e703b
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x1c
CMP dword ptr [ESP + 0x34],0x1
MOV ESI,dword ptr [ESP + 0x30]
MOV dword ptr [ESP + 0xc],EAX
JZ 0x0022d098
MOV EAX,dword ptr [ESP + 0x34]
CALL 0x0022a1b0
MOV EDI,EAX
LEA EAX,[ESI + 0x18]
MOV dword ptr [ESP + 0x4],EAX
MOV ECX,dword ptr [ESI + 0x8]
MOV dword ptr [ESI + 0x8],0x0
TEST ECX,ECX
JZ 0x0022d060
LEA EAX,[ESI + 0x8]
XOR EBP,EBP
MOV dword ptr [ESP + 0x8],EAX
JMP 0x0022d01f
MOV EAX,dword ptr [EAX]
MOV dword ptr [ECX],EAX
MOV EAX,dword ptr [EBX]
MOV dword ptr [EAX],ECX
MOV ECX,dword ptr [ESP]
TEST ECX,ECX
JZ 0x0022d060
MOV EAX,dword ptr [ECX]
XOR EDX,EDX
MOV dword ptr [ESP],EAX
MOV EAX,dword ptr [ECX + 0x4]
DIV dword ptr [ESP + 0x34]
LEA EBX,[EDI + EDX*0x4]
MOV EAX,dword ptr [EBX]
TEST EAX,EAX
JNZ 0x0022d010
MOV EAX,dword ptr [ESI + 0x8]
MOV dword ptr [ECX],EAX
MOV EAX,dword ptr [ESP + 0x8]
MOV dword ptr [ESI + 0x8],ECX
MOV dword ptr [EBX],EAX
MOV EAX,dword ptr [ECX]
TEST EAX,EAX
JZ 0x0022d090
MOV dword ptr [EDI + EBP*0x4],ECX
MOV ECX,dword ptr [ESP]
MOV EBP,EDX
TEST ECX,ECX
JNZ 0x0022d01f
LEA ESI,[ESI]
LEA ESI,[ESI]
MOV EAX,dword ptr [ESI]
CMP EAX,dword ptr [ESP + 0x4]
JZ 0x0022d078
SUB ESP,0xc
PUSH EAX
MOV EBX,dword ptr [ESP + 0x1c]
CALL 0x00248220
ADD ESP,0x10
MOV EAX,dword ptr [ESP + 0x34]
MOV dword ptr [ESI],EDI
MOV dword ptr [ESI + 0x4],EAX
ADD ESP,0x1c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV EBP,EDX
JMP 0x0022d018
LEA EDI,[ESI + 0x18]
MOV dword ptr [ESI + 0x18],0x0
MOV dword ptr [ESP + 0x4],EDI
JMP 0x0022cff6
| null | null | null | null |
[(u'COPY_-1203908516', u'COPY_-1203908054'), (u'LOAD_-1203908307', u'PTRSUB_-1203908005'), ('const-0', u'INT_EQUAL_-1203908370'), (u'PTRSUB_-1203907968', u'PTRSUB_-1203907967'), (u'INT_EQUAL_-1203908370', u'CBRANCH_-1203908369'), (u'PTRSUB_-1203908043', u'INT_NOTEQUAL_-1203908306'), ('const-24', u'PTRSUB_-1203908043'), ('const-0', u'PTRSUB_-1203907986'), ('const-1', u'PTRADD_-1203907988'), ('const-0', u'COPY_-1203908516'), ('tmp_477', u'CBRANCH_-1203908339'), (u'MULTIEQUAL_-1203908151', u'PTRSUB_-1203907995'), ('const-0', u'PTRSUB_-1203908044'), (u'LOAD_-1203908480', u'INT_NOTEQUAL_-1203908340'), ('const-0', u'INT_NOTEQUAL_-1203908340'), ('tmp_785', u'PTRSUB_-1203907919'), ('const-0', u'INT_EQUAL_-1203908301'), (u'PTRSUB_-1203907963', u'STORE_-1203908406'), (u'LOAD_-1203908551', u'INT_NOTEQUAL_-1203908522'), ('tmp_785', u'PTRSUB_-1203908045'), (u'PTRSUB_-1203908026', u'STORE_-1203908389'), ('const-24', u'PTRSUB_-1203907860'), (u'MULTIEQUAL_-1203908135', u'COPY_-1203908046'), (u'LOAD_-1203908480', u'COPY_-1203907986'), (u'PTRSUB_-1203908045', u'PTRSUB_-1203908044'), (u'COPY_-1203908046', u'MULTIEQUAL_-1203908143'), (u'COPY_-1203908040', u'MULTIEQUAL_-1203908151'), (u'LOAD_-1203908459', u'CAST_-1203907959'), (u'MULTIEQUAL_-1203908151', u'STORE_-1203908301'), (u'MULTIEQUAL_-1203908173', u'STORE_-1203908252'), (u'PTRSUB_-1203907995', u'LOAD_-1203908480'), ('const-417', u'STORE_-1203908252'), ('const-0', u'PTRSUB_-1203908010'), ('tmp_431', u'CBRANCH_-1203908369'), (u'LOAD_-1203908327', u'CALL_-1203908274'), (u'MULTIEQUAL_-1203908143', u'COPY_-1203908036'), (u'COPY_-1203908036', u'MULTIEQUAL_-1203908135'), ('tmp_366', u'CBRANCH_-1203908414'), ('const-0', u'PTRSUB_-1203907955'), ('const-417', u'STORE_-1203908389'), ('const-417', u'LOAD_-1203908327'), ('const-4', u'PTRSUB_-1203907887'), ('const-0', u'PTRSUB_-1203907949'), ('const-0', u'PTRSUB_-1203908013'), (u'INT_EQUAL_-1203908604', u'CBRANCH_-1203908586'), ('tmp_785', u'PTRSUB_-1203908043'), ('const-0', u'RETURN_-1203908202'), (u'PTRSUB_-1203907986', u'LOAD_-1203908459'), ('const-0', u'PTRSUB_-1203907890'), (u'PTRSUB_-1203908039', u'PTRSUB_-1203908038'), ('tmp_215', u'CBRANCH_-1203908522'), (u'LOAD_-1203908433', u'PTRSUB_-1203908013'), (u'LOAD_-1203908480', u'COPY_-1203908040'), (u'INT_NOTEQUAL_-1203908340', u'CBRANCH_-1203908339'), ('const-0', u'INT_NOTEQUAL_-1203908522'), (u'PTRSUB_-1203907919', u'LOAD_-1203908327'), ('tmp_785', u'PTRSUB_-1203907856'), ('tmp_254', u'BRANCH_-1203908497'), (u'PTRSUB_-1203907955', u'STORE_-1203908394'), ('const-417', u'STORE_-1203908365'), ('const-0', u'PTRSUB_-1203907963'), (u'INT_NOTEQUAL_-1203908522', u'CBRANCH_-1203908522'), ('const-4', u'PTRADD_-1203907979'), (u'MULTIEQUAL_-1203908151', u'PTRSUB_-1203907949'), ('const-417', u'LOAD_-1203908307'), ('const-0', u'PTRSUB_-1203907919'), (u'PTRADD_-1203907943', u'STORE_-1203908365'), ('const-0', u'STORE_-1203908543'), ('const-8', u'PTRSUB_-1203908045'), (u'MULTIEQUAL_-1203908151', u'STORE_-1203908394'), ('const-417', u'LOAD_-1203908413'), (u'INT_EQUAL_-1203908416', u'CBRANCH_-1203908414'), (u'PTRSUB_-1203907890', u'STORE_-1203908252'), ('tmp_785', u'PTRSUB_-1203907887'), ('tmp_769', u'BRANCH_-1203908147'), ('const-8', u'PTRSUB_-1203907968'), ('const-0', u'PTRSUB_-1203907967'), ('tmp_786', u'STORE_-1203908247'), ('const-417', u'STORE_-1203908309'), (u'LOAD_-1203908433', u'INT_EQUAL_-1203908416'), ('const-417', u'LOAD_-1203908480'), ('tmp_785', u'PTRSUB_-1203907956'), ('tmp_786', u'INT_REM_-1203908412'), (u'PTRSUB_-1203908005', u'STORE_-1203908301'), ('const-0', u'PTRSUB_-1203908038'), (u'CAST_-1203907959', u'INT_REM_-1203908412'), ('const-0', u'PTRSUB_-1203908005'), ('tmp_785', u'PTRSUB_-1203907968'), (u'MULTIEQUAL_-1203908173', u'PTRADD_-1203907943'), (u'INT_REM_-1203908412', u'COPY_-1203907982'), ('const-4', u'PTRADD_-1203907943'), ('const-417', u'STORE_-1203908163'), ('const-8', u'PTRSUB_-1203907956'), (u'MULTIEQUAL_-1203908135', u'PTRADD_-1203907943'), (u'PTRSUB_-1203907887', u'STORE_-1203908247'), ('tmp_785', u'PTRSUB_-1203908026'), ('const-4', u'PTRADD_-1203907988'), (u'INT_REM_-1203908412', u'PTRADD_-1203907979'), ('const-417', u'STORE_-1203908394'), ('const-417', u'STORE_-1203908543'), ('const-8', u'PTRSUB_-1203908026'), (u'COPY_-1203907982', u'MULTIEQUAL_-1203908135'), ('const-417', u'LOAD_-1203908459'), ('const-417', u'LOAD_-1203908551'), ('const-1', u'INT_EQUAL_-1203908604'), (u'PTRSUB_-1203907860', u'MULTIEQUAL_-1203908173'), (u'PTRADD_-1203907979', u'STORE_-1203908389'), ('tmp_1568', u'CALL_-1203908568'), ('tmp_522', u'CBRANCH_-1203908304'), ('const-24', u'PTRSUB_-1203907856'), ('tmp_142', u'CBRANCH_-1203908586'), (u'INT_NOTEQUAL_-1203908306', u'CBRANCH_-1203908304'), (u'PTRSUB_-1203908044', u'LOAD_-1203908551'), ('const-417', u'STORE_-1203908406'), (u'LOAD_-1203908387', u'INT_EQUAL_-1203908370'), ('tmp_786', u'INT_EQUAL_-1203908604'), ('tmp_785', u'PTRSUB_-1203908039'), (u'PTRSUB_-1203908010', u'STORE_-1203908309'), ('const-0', u'STORE_-1203908163'), (u'PTRADD_-1203907979', u'LOAD_-1203908433'), ('const-417', u'LOAD_-1203908315'), (u'MULTIEQUAL_-1203908151', u'PTRSUB_-1203908010'), (u'MULTIEQUAL_-1203908151', u'STORE_-1203908365'), (u'LOAD_-1203908315', u'STORE_-1203908309'), (u'PTRADD_-1203907979', u'LOAD_-1203908307'), (u'INT_REM_-1203908412', u'MULTIEQUAL_-1203908143'), (u'LOAD_-1203908551', u'COPY_-1203908058'), ('const-0', u'PTRSUB_-1203907995'), ('const-417', u'STORE_-1203908247'), (u'MULTIEQUAL_-1203908151', u'PTRADD_-1203907988'), ('const-417', u'STORE_-1203908301'), (u'PTRSUB_-1203907949', u'LOAD_-1203908387'), (u'COPY_-1203908054', u'MULTIEQUAL_-1203908135'), (u'INT_EQUAL_-1203908301', u'CBRANCH_-1203908300'), (u'COPY_-1203907986', u'MULTIEQUAL_-1203908151'), ('const-0', u'INT_EQUAL_-1203908416'), (u'PTRSUB_-1203907956', u'PTRSUB_-1203907955'), (u'PTRSUB_-1203907856', u'STORE_-1203908163'), (u'PTRADD_-1203907988', u'PTRSUB_-1203907986'), ('const-8', u'PTRSUB_-1203908039'), (u'PTRSUB_-1203908013', u'LOAD_-1203908315'), (u'COPY_-1203908058', u'MULTIEQUAL_-1203908151'), ('tmp_785', u'PTRSUB_-1203907890'), (u'CALL_-1203908568', u'MULTIEQUAL_-1203908173'), (u'LOAD_-1203908480', u'INT_EQUAL_-1203908301'), ('tmp_1563', u'CALL_-1203908568'), ('tmp_726', u'CBRANCH_-1203908300'), (u'LOAD_-1203908413', u'STORE_-1203908406'), (u'PTRSUB_-1203908038', u'STORE_-1203908543'), (u'MULTIEQUAL_-1203908173', u'PTRADD_-1203907979'), ('const-417', u'LOAD_-1203908387'), ('const-417', u'LOAD_-1203908433'), (u'MULTIEQUAL_-1203908151', u'PTRSUB_-1203907963'), (u'LOAD_-1203908327', u'INT_NOTEQUAL_-1203908306'), ('tmp_785', u'PTRSUB_-1203907860'), (u'PTRSUB_-1203907967', u'LOAD_-1203908413')]
|
[('const-2', u'PTRADD_-1203907971'), ('const-417', u'STORE_-1203908365'), ('tmp_1562', u'LOAD_-1203908327'), (u'COPY_-1203908000', u'MULTIEQUAL_-1203908136'), (u'CAST_-1203907993', u'STORE_-1203908301'), ('const-417', u'STORE_-1203908163'), ('const-0', u'INT_EQUAL_-1203908370'), (u'INT_REM_-1203908412', u'MULTIEQUAL_-1203908144'), ('const-4', u'PTRADD_-1203907999'), (u'INT_EQUAL_-1203908370', u'CBRANCH_-1203908369'), (u'PTRADD_-1203907875', u'STORE_-1203908163'), (u'CAST_-1203907949', u'STORE_-1203908394'), ('tmp_477', u'CBRANCH_-1203908339'), ('const-0', u'STORE_-1203908163'), ('const-417', u'STORE_-1203908394'), (u'CAST_-1203907884', u'STORE_-1203908252'), ('const-4', u'PTRADD_-1203908051'), ('const-4', u'PTRADD_-1203907875'), ('const-0', u'INT_NOTEQUAL_-1203908340'), ('const-0', u'INT_EQUAL_-1203908301'), ('const-417', u'LOAD_-1203908387'), ('const-417', u'LOAD_-1203908433'), (u'LOAD_-1203908459', u'CAST_-1203907974'), (u'CAST_-1203907945', u'STORE_-1203908389'), (u'COPY_-1203908076', u'MULTIEQUAL_-1203908152'), ('const-4', u'PTRADD_-1203907981'), ('const-417', u'LOAD_-1203908413'), (u'PTRADD_-1203907959', u'STORE_-1203908365'), (u'COPY_-1203908072', u'MULTIEQUAL_-1203908136'), (u'PTRADD_-1203907991', u'STORE_-1203908389'), ('tmp_431', u'CBRANCH_-1203908369'), ('tmp_366', u'CBRANCH_-1203908414'), (u'CAST_-1203907913', u'CALL_-1203908274'), (u'PTRADD_-1203907906', u'STORE_-1203908247'), ('const-417', u'STORE_-1203908543'), (u'CAST_-1203907985', u'INT_NOTEQUAL_-1203908340'), ('const-417', u'LOAD_-1203908327'), ('const-4', u'PTRADD_-1203907991'), (u'CAST_-1203907985', u'COPY_-1203908004'), ('tmp_1561', u'INT_REM_-1203908412'), (u'LOAD_-1203908551', u'CAST_-1203908027'), (u'PTRADD_-1203907879', u'MULTIEQUAL_-1203908174'), (u'CAST_-1203908027', u'INT_NOTEQUAL_-1203908522'), (u'PTRADD_-1203908051', u'LOAD_-1203908551'), (u'INT_EQUAL_-1203908604', u'CBRANCH_-1203908586'), (u'MULTIEQUAL_-1203908152', u'LOAD_-1203908387'), (u'MULTIEQUAL_-1203908152', u'LOAD_-1203908480'), ('const-0', u'RETURN_-1203908202'), ('tmp_215', u'CBRANCH_-1203908522'), (u'INT_NOTEQUAL_-1203908340', u'CBRANCH_-1203908339'), (u'INT_REM_-1203908412', u'PTRADD_-1203907991'), ('const-0', u'INT_NOTEQUAL_-1203908522'), (u'PTRADD_-1203908046', u'STORE_-1203908543'), ('const-2', u'PTRADD_-1203908046'), ('tmp_254', u'BRANCH_-1203908497'), (u'PTRADD_-1203908034', u'CAST_-1203907945'), ('const-417', u'LOAD_-1203908459'), (u'INT_NOTEQUAL_-1203908522', u'CBRANCH_-1203908522'), ('const-1', u'INT_EQUAL_-1203908604'), (u'INT_REM_-1203908412', u'COPY_-1203908000'), ('const-417', u'STORE_-1203908247'), ('const-4', u'PTRADD_-1203907879'), (u'LOAD_-1203908433', u'CAST_-1203907966'), ('const-0', u'COPY_-1203908516'), ('const-4', u'PTRADD_-1203907959'), ('tmp_1562', u'PTRADD_-1203908034'), ('tmp_1562', u'PTRADD_-1203908051'), (u'COPY_-1203908004', u'MULTIEQUAL_-1203908152'), (u'INT_EQUAL_-1203908416', u'CBRANCH_-1203908414'), ('tmp_1562', u'PTRADD_-1203907981'), ('tmp_769', u'BRANCH_-1203908147'), ('tmp_1562', u'PTRADD_-1203907875'), ('const-6', u'PTRADD_-1203907875'), ('const-0', u'STORE_-1203908543'), (u'MULTIEQUAL_-1203908174', u'PTRADD_-1203907959'), ('const-417', u'LOAD_-1203908480'), (u'MULTIEQUAL_-1203908136', u'PTRADD_-1203907959'), ('const-4', u'PTRADD_-1203908046'), (u'PTRADD_-1203907999', u'LOAD_-1203908459'), (u'LOAD_-1203908480', u'CAST_-1203907985'), ('const-1', u'PTRADD_-1203907999'), (u'CAST_-1203907974', u'INT_REM_-1203908412'), ('const-4', u'PTRADD_-1203907971'), (u'COPY_-1203908064', u'MULTIEQUAL_-1203908144'), (u'CAST_-1203907966', u'LOAD_-1203908315'), (u'MULTIEQUAL_-1203908152', u'CAST_-1203907949'), (u'COPY_-1203908054', u'MULTIEQUAL_-1203908136'), (u'COPY_-1203908058', u'MULTIEQUAL_-1203908152'), (u'PTRADD_-1203907991', u'LOAD_-1203908433'), (u'COPY_-1203908516', u'COPY_-1203908072'), (u'MULTIEQUAL_-1203908152', u'STORE_-1203908301'), ('tmp_1561', u'INT_EQUAL_-1203908604'), ('const-4', u'PTRADD_-1203907906'), (u'CAST_-1203907985', u'INT_EQUAL_-1203908301'), (u'MULTIEQUAL_-1203908152', u'PTRADD_-1203907999'), ('const-6', u'PTRADD_-1203908050'), (u'CAST_-1203907913', u'INT_NOTEQUAL_-1203908306'), ('const-417', u'STORE_-1203908309'), ('const-2', u'PTRADD_-1203908051'), ('tmp_1562', u'PTRADD_-1203908050'), (u'MULTIEQUAL_-1203908152', u'CAST_-1203907936'), ('const-6', u'PTRADD_-1203907879'), (u'MULTIEQUAL_-1203908152', u'STORE_-1203908406'), (u'CAST_-1203908027', u'COPY_-1203908076'), (u'CAST_-1203907985', u'COPY_-1203908058'), ('tmp_1562', u'PTRADD_-1203908046'), (u'CAST_-1203907936', u'STORE_-1203908365'), ('tmp_522', u'CBRANCH_-1203908304'), ('tmp_142', u'CBRANCH_-1203908586'), (u'INT_NOTEQUAL_-1203908306', u'CBRANCH_-1203908304'), ('const-417', u'LOAD_-1203908315'), (u'CAST_-1203907966', u'INT_EQUAL_-1203908416'), (u'LOAD_-1203908387', u'INT_EQUAL_-1203908370'), (u'MULTIEQUAL_-1203908174', u'CAST_-1203907884'), ('tmp_1562', u'PTRADD_-1203907879'), (u'CAST_-1203908042', u'MULTIEQUAL_-1203908174'), (u'CALL_-1203908568', u'CAST_-1203908042'), ('tmp_1562', u'PTRADD_-1203907906'), (u'LOAD_-1203908315', u'STORE_-1203908309'), (u'PTRADD_-1203907981', u'LOAD_-1203908413'), ('const-2', u'PTRADD_-1203908034'), ('tmp_1561', u'STORE_-1203908247'), (u'MULTIEQUAL_-1203908174', u'PTRADD_-1203907991'), ('const-417', u'STORE_-1203908252'), (u'INT_EQUAL_-1203908301', u'CBRANCH_-1203908300'), ('const-4', u'PTRADD_-1203908034'), ('const-0', u'INT_EQUAL_-1203908416'), (u'PTRADD_-1203907971', u'STORE_-1203908394'), ('const-417', u'LOAD_-1203908307'), (u'PTRADD_-1203907991', u'LOAD_-1203908307'), ('const-417', u'LOAD_-1203908551'), ('const-2', u'PTRADD_-1203907981'), (u'LOAD_-1203908307', u'CAST_-1203907993'), ('tmp_726', u'CBRANCH_-1203908300'), (u'LOAD_-1203908413', u'STORE_-1203908406'), (u'LOAD_-1203908327', u'CAST_-1203907913'), ('const-1', u'PTRADD_-1203907906'), (u'MULTIEQUAL_-1203908152', u'STORE_-1203908309'), ('const-4', u'PTRADD_-1203908050'), ('const-417', u'STORE_-1203908389'), (u'MULTIEQUAL_-1203908136', u'COPY_-1203908064'), ('tmp_1562', u'PTRADD_-1203907971'), (u'PTRADD_-1203908050', u'INT_NOTEQUAL_-1203908306'), ('tmp_1562', u'STORE_-1203908252'), ('const-417', u'STORE_-1203908301'), (u'MULTIEQUAL_-1203908144', u'COPY_-1203908054'), ('const-417', u'STORE_-1203908406')]
| null | null |
0022cfc0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0022cfc0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}\n\n" comment (function_definition "void FUN_0022cfc0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" primitive_type (function_declarator "FUN_0022cfc0(int *param_1,uint param_2)" identifier (parameter_list "(int *param_1,uint param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int *local_28;" primitive_type (pointer_declarator "*local_28" * identifier) ;) (if_statement "if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n piVar3 = (int *)FUN_0022a1b0();\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }" { (expression_statement "piVar3 = param_1 + 6;" (assignment_expression "piVar3 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n piVar3 = (int *)FUN_0022a1b0();\n }" else (compound_statement "{\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n piVar3 = (int *)FUN_0022a1b0();\n }" { comment (expression_statement "piVar3 = (int *)FUN_0022a1b0();" (assignment_expression "piVar3 = (int *)FUN_0022a1b0()" identifier = (cast_expression "(int *)FUN_0022a1b0()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0022a1b0()" identifier (argument_list "()" ( ))))) ;) }))) (expression_statement "local_28 = param_1 + 6;" (assignment_expression "local_28 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "piVar4 = (int *)param_1[2];" (assignment_expression "piVar4 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" if (parenthesized_expression "(piVar4 != (int *)0x0)" ( (binary_expression "piVar4 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);" do (compound_statement "{\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n }" { (while_statement "while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }" { (expression_statement "piVar2 = (int *)*piVar4;" (assignment_expression "piVar2 = (int *)*piVar4" identifier = (cast_expression "(int *)*piVar4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar4" * identifier))) ;) (expression_statement "uVar5 = (uint)piVar4[1] % param_2;" (assignment_expression "uVar5 = (uint)piVar4[1] % param_2" identifier = (binary_expression "(uint)piVar4[1] % param_2" (cast_expression "(uint)piVar4[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[1]" identifier [ number_literal ])) % identifier)) ;) (expression_statement "piVar1 = piVar3 + uVar5;" (assignment_expression "piVar1 = piVar3 + uVar5" identifier = (binary_expression "piVar3 + uVar5" identifier + identifier)) ;) (if_statement "if ((int *)*piVar1 == (int *)0x0) break;" if (parenthesized_expression "((int *)*piVar1 == (int *)0x0)" ( (binary_expression "(int *)*piVar1 == (int *)0x0" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "*piVar4 = *(int *)*piVar1;" (assignment_expression "*piVar4 = *(int *)*piVar1" (pointer_expression "*piVar4" * identifier) = (pointer_expression "*(int *)*piVar1" * (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)))) ;) (expression_statement "*(int **)*piVar1 = piVar4;" (assignment_expression "*(int **)*piVar1 = piVar4" (pointer_expression "*(int **)*piVar1" * (cast_expression "(int **)*piVar1" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*piVar1" * identifier))) = identifier) ;) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" identifier = identifier) ;) (labeled_statement "LAB_0022d018:\n piVar4 = piVar2;" statement_identifier : (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;)) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (if_statement "if (piVar2 == (int *)0x0) goto LAB_0022d060;" if (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022d060;" goto statement_identifier ;)) })) (expression_statement "*piVar4 = param_1[2];" (assignment_expression "*piVar4 = param_1[2]" (pointer_expression "*piVar4" * identifier) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = (int)piVar4;" (assignment_expression "param_1[2] = (int)piVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*piVar1 = (int)(param_1 + 2);" (assignment_expression "*piVar1 = (int)(param_1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (*piVar4 == 0) goto LAB_0022d018;" if (parenthesized_expression "(*piVar4 == 0)" ( (binary_expression "*piVar4 == 0" (pointer_expression "*piVar4" * identifier) == number_literal) )) (goto_statement "goto LAB_0022d018;" goto statement_identifier ;)) (expression_statement "piVar3[uVar6] = (int)piVar4;" (assignment_expression "piVar3[uVar6] = (int)piVar4" (subscript_expression "piVar3[uVar6]" identifier [ identifier ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) }) while (parenthesized_expression "(piVar2 != (int *)0x0)" ( (binary_expression "piVar2 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (labeled_statement "LAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }" statement_identifier : (if_statement "if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }" if (parenthesized_expression "((int *)*param_1 != local_28)" ( (binary_expression "(int *)*param_1 != local_28" (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) != identifier) )) (compound_statement "{\n FUN_00248220((int *)*param_1);\n }" { (expression_statement "FUN_00248220((int *)*param_1);" (call_expression "FUN_00248220((int *)*param_1)" identifier (argument_list "((int *)*param_1)" ( (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) }))) (expression_statement "*param_1 = (int)piVar3;" (assignment_expression "*param_1 = (int)piVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[1] = param_2;" (assignment_expression "param_1[1] = param_2" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* DWARF original prototype: void\n _M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n * this, size_type __n, __rehash_state * __state) */\n\nvoid __thiscall\nstd::\n_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n::_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)\n\n{\n __bucket_type *pp_Var1;\n _Hash_node_base *p_Var2;\n __bucket_type *pp_Var3;\n _Hash_node_base *p_Var4;\n uint uVar5;\n uint uVar6;\n _Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_> *in_stack_ffffffd4;\n size_t in_stack_ffffffd8;\n \n if (__n == 1) {\n pp_Var3 = &this->_M_single_bucket;\n this->_M_single_bucket = (__bucket_type)0x0;\n }\n else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }\n p_Var4 = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;\n if (p_Var4 != (_Hash_node_base *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);\n }\nLAB_0022d060:\n if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n }\n this->_M_buckets = pp_Var3;\n this->_M_bucket_count = __n;\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::\n_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>_>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n::_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)\n\n{\n __bucket_type *pp_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<int" < primitive_type) , (ERROR "_std::pair<" identifier : : identifier <) identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<" identifier : : identifier < identifier : : identifier <) identifier , identifier (ERROR ">_>" > identifier >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::" identifier : :) identifier (ERROR "<int>" < primitive_type >) , identifier (ERROR "::hash<int>" : : identifier < primitive_type >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier (ERROR "<false" < false) , identifier , (ERROR "_true>_>\n::_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)\n\n{\n __bucket_type" identifier > identifier > : : (function_declarator "_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)" identifier (parameter_list "(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *this,size_type __n,__rehash_state *__state)" ( (parameter_declaration "_Hashtable<const_gold::Symbol*" type_identifier (ERROR "<const_gold::Symbol" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::pair<const_gold::Symbol*_const" type_identifier (ERROR "::pair<const_gold::Symbol" : : identifier < identifier : : identifier) (pointer_declarator "*_const" * identifier)) , (parameter_declaration "_int" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<const_gold::Symbol*_const" type_identifier (ERROR "::allocator<std::pair<const_gold::Symbol" : : identifier < identifier : : identifier < identifier : : identifier) (pointer_declarator "*_const" * identifier)) , (parameter_declaration "_int>_" type_identifier (ERROR ">" >) identifier) (ERROR ">" >) , (parameter_declaration "_std::__detail::_Select1st" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::equal_to<const_gold::Symbol" type_identifier (ERROR "::equal_to<const_gold::" : : identifier < identifier : :) identifier) (ERROR "*>" * >) , (parameter_declaration "_std::hash<const_gold::Symbol" type_identifier (ERROR "::hash<const_gold::" : : identifier < identifier : :) identifier) (ERROR "*>" * >) , (parameter_declaration "_std::__detail::_Mod_range_hashing" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Default_ranged_hash" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Prime_rehash_policy" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) , (parameter_declaration "_std::__detail::_Hashtable_traits" type_identifier (ERROR "::__detail::" : : identifier : :) identifier) (ERROR "<false" < false) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_true>_>\n *this" type_identifier (ERROR ">_>" > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "size_type __n" type_identifier identifier) , (parameter_declaration "__rehash_state *__state" type_identifier (pointer_declarator "*__state" * identifier)) ))) { identifier) (pointer_declarator "*pp_Var1" * identifier) ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "__bucket_type *pp_Var3;" type_identifier (pointer_declarator "*pp_Var3" * identifier) ;) (declaration "_Hash_node_base *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (ERROR "_Hashtable_alloc<std::allocator<std::" (binary_expression "_Hashtable_alloc<std::allocator<std" (binary_expression "_Hashtable_alloc<std" identifier < identifier) (ERROR "::allocator" : : identifier) < identifier) : :) (labeled_statement "__detail::_Hash_node<int,_true>_>_> *in_stack_ffffffd4;" statement_identifier : (ERROR ":" :) (expression_statement "_Hash_node<int,_true>_>_> *in_stack_ffffffd4;" (comma_expression "_Hash_node<int,_true>_>_> *in_stack_ffffffd4" (binary_expression "_Hash_node<int" identifier < identifier) , (binary_expression "_true>_>_> *in_stack_ffffffd4" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) > (pointer_expression "*in_stack_ffffffd4" * identifier))) ;)) (declaration "size_t in_stack_ffffffd8;" primitive_type identifier ;) (if_statement "if (__n == 1) {\n pp_Var3 = &this->_M_single_bucket;\n this->_M_single_bucket = (__bucket_type)0x0;\n }\n else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n pp_Var3 = &this->_M_single_bucket;\n this->_M_single_bucket = (__bucket_type)0x0;\n }" { (expression_statement "pp_Var3 = &this->_M_single_bucket;" (assignment_expression "pp_Var3 = &this->_M_single_bucket" identifier = (pointer_expression "&this->_M_single_bucket" & (field_expression "this->_M_single_bucket" identifier -> field_identifier))) ;) (expression_statement "this->_M_single_bucket = (__bucket_type)0x0;" (assignment_expression "this->_M_single_bucket = (__bucket_type)0x0" (field_expression "this->_M_single_bucket" identifier -> field_identifier) = (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) ;) }) (else_clause "else {\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }" else (compound_statement "{\n /* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */\n pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std::__detail::_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);\n }" { comment (ERROR "pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std::" (binary_expression "pp_Var3 = __detail::_Hashtable_alloc<std::allocator<std" (binary_expression "pp_Var3 = __detail::_Hashtable_alloc<std" (assignment_expression "pp_Var3 = __detail" identifier = identifier) (ERROR "::_Hashtable_alloc" : : identifier) < identifier) (ERROR "::allocator" : : identifier) < identifier) : :) (labeled_statement "__detail::_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);" statement_identifier : (ERROR ":" :) (expression_statement "_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8);" (comma_expression "_Hash_node<int,_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8)" (binary_expression "_Hash_node<int" identifier < identifier) , (binary_expression "_true>_>_>::\n _M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8)" (binary_expression "_true>_>_" (binary_expression "_true>_" identifier > identifier) > identifier) > (ERROR "::" : :) (call_expression "_M_allocate_buckets(in_stack_ffffffd4,in_stack_ffffffd8)" identifier (argument_list "(in_stack_ffffffd4,in_stack_ffffffd8)" ( identifier , identifier ))))) ;)) }))) (expression_statement "p_Var4 = (this->_M_before_begin)._M_nxt;" (assignment_expression "p_Var4 = (this->_M_before_begin)._M_nxt" identifier = (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "(this->_M_before_begin)._M_nxt = (_Hash_node_base *)0x0" (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (p_Var4 != (_Hash_node_base *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);\n }" if (parenthesized_expression "(p_Var4 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var4 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n } while (p_Var2 != (_Hash_node_base *)0x0);" do (compound_statement "{\n while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }\n p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;\n (this->_M_before_begin)._M_nxt = p_Var4;\n *pp_Var1 = &this->_M_before_begin;\n if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;\n pp_Var3[uVar6] = p_Var4;\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n }" { (while_statement "while( true ) {\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n p_Var2 = p_Var4->_M_nxt;\n uVar5 = (uint)p_Var4[1]._M_nxt % __n;\n pp_Var1 = pp_Var3 + uVar5;\n if (*pp_Var1 == (__bucket_type)0x0) break;\n p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;\n (*pp_Var1)->_M_nxt = p_Var4;\n uVar5 = uVar6;\nLAB_0022d018:\n p_Var4 = p_Var2;\n uVar6 = uVar5;\n if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;\n }" { (expression_statement "p_Var2 = p_Var4->_M_nxt;" (assignment_expression "p_Var2 = p_Var4->_M_nxt" identifier = (field_expression "p_Var4->_M_nxt" identifier -> field_identifier)) ;) (expression_statement "uVar5 = (uint)p_Var4[1]._M_nxt % __n;" (assignment_expression "uVar5 = (uint)p_Var4[1]._M_nxt % __n" identifier = (binary_expression "(uint)p_Var4[1]._M_nxt % __n" (cast_expression "(uint)p_Var4[1]._M_nxt" ( (type_descriptor "uint" type_identifier) ) (field_expression "p_Var4[1]._M_nxt" (subscript_expression "p_Var4[1]" identifier [ number_literal ]) . field_identifier)) % identifier)) ;) (expression_statement "pp_Var1 = pp_Var3 + uVar5;" (assignment_expression "pp_Var1 = pp_Var3 + uVar5" identifier = (binary_expression "pp_Var3 + uVar5" identifier + identifier)) ;) (if_statement "if (*pp_Var1 == (__bucket_type)0x0) break;" if (parenthesized_expression "(*pp_Var1 == (__bucket_type)0x0)" ( (binary_expression "*pp_Var1 == (__bucket_type)0x0" (pointer_expression "*pp_Var1" * identifier) == (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "p_Var4->_M_nxt = (*pp_Var1)->_M_nxt;" (assignment_expression "p_Var4->_M_nxt = (*pp_Var1)->_M_nxt" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) = (field_expression "(*pp_Var1)->_M_nxt" (parenthesized_expression "(*pp_Var1)" ( (pointer_expression "*pp_Var1" * identifier) )) -> field_identifier)) ;) (expression_statement "(*pp_Var1)->_M_nxt = p_Var4;" (assignment_expression "(*pp_Var1)->_M_nxt = p_Var4" (field_expression "(*pp_Var1)->_M_nxt" (parenthesized_expression "(*pp_Var1)" ( (pointer_expression "*pp_Var1" * identifier) )) -> field_identifier) = identifier) ;) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" identifier = identifier) ;) (labeled_statement "LAB_0022d018:\n p_Var4 = p_Var2;" statement_identifier : (expression_statement "p_Var4 = p_Var2;" (assignment_expression "p_Var4 = p_Var2" identifier = identifier) ;)) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (if_statement "if (p_Var2 == (_Hash_node_base *)0x0) goto LAB_0022d060;" if (parenthesized_expression "(p_Var2 == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var2 == (_Hash_node_base *)0x0" identifier == (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022d060;" goto statement_identifier ;)) })) (expression_statement "p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt;" (assignment_expression "p_Var4->_M_nxt = (this->_M_before_begin)._M_nxt" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) = (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(this->_M_before_begin)._M_nxt = p_Var4;" (assignment_expression "(this->_M_before_begin)._M_nxt = p_Var4" (field_expression "(this->_M_before_begin)._M_nxt" (parenthesized_expression "(this->_M_before_begin)" ( (field_expression "this->_M_before_begin" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*pp_Var1 = &this->_M_before_begin;" (assignment_expression "*pp_Var1 = &this->_M_before_begin" (pointer_expression "*pp_Var1" * identifier) = (pointer_expression "&this->_M_before_begin" & (field_expression "this->_M_before_begin" identifier -> field_identifier))) ;) (if_statement "if (p_Var4->_M_nxt == (_Hash_node_base *)0x0) goto LAB_0022d018;" if (parenthesized_expression "(p_Var4->_M_nxt == (_Hash_node_base *)0x0)" ( (binary_expression "p_Var4->_M_nxt == (_Hash_node_base *)0x0" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) == (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022d018;" goto statement_identifier ;)) (expression_statement "pp_Var3[uVar6] = p_Var4;" (assignment_expression "pp_Var3[uVar6] = p_Var4" (subscript_expression "pp_Var3[uVar6]" identifier [ identifier ]) = identifier) ;) (expression_statement "p_Var4 = p_Var2;" (assignment_expression "p_Var4 = p_Var2" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) }) while (parenthesized_expression "(p_Var2 != (_Hash_node_base *)0x0)" ( (binary_expression "p_Var2 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (labeled_statement "LAB_0022d060:\n if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n }" statement_identifier : (if_statement "if (this->_M_buckets != &this->_M_single_bucket) {\n operator_delete(this->_M_buckets);\n }" if (parenthesized_expression "(this->_M_buckets != &this->_M_single_bucket)" ( (binary_expression "this->_M_buckets != &this->_M_single_bucket" (field_expression "this->_M_buckets" identifier -> field_identifier) != (pointer_expression "&this->_M_single_bucket" & (field_expression "this->_M_single_bucket" identifier -> field_identifier))) )) (compound_statement "{\n operator_delete(this->_M_buckets);\n }" { (expression_statement "operator_delete(this->_M_buckets);" (call_expression "operator_delete(this->_M_buckets)" identifier (argument_list "(this->_M_buckets)" ( (field_expression "this->_M_buckets" identifier -> field_identifier) ))) ;) }))) (expression_statement "this->_M_buckets = pp_Var3;" (assignment_expression "this->_M_buckets = pp_Var3" (field_expression "this->_M_buckets" identifier -> field_identifier) = identifier) ;) (expression_statement "this->_M_bucket_count = __n;" (assignment_expression "this->_M_bucket_count = __n" (field_expression "this->_M_bucket_count" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0022cfc0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}\n\n" (function_definition "void FUN_0022cfc0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" primitive_type (function_declarator "FUN_0022cfc0(int *param_1,uint param_2)" identifier (parameter_list "(int *param_1,uint param_2)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (declaration "int *piVar3;" primitive_type (pointer_declarator "*piVar3" * identifier) ;) (declaration "int *piVar4;" primitive_type (pointer_declarator "*piVar4" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "int *local_28;" primitive_type (pointer_declarator "*local_28" * identifier) ;) (if_statement "if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }" if (parenthesized_expression "(param_2 == 1)" ( (binary_expression "param_2 == 1" identifier == number_literal) )) (compound_statement "{\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }" { (expression_statement "piVar3 = param_1 + 6;" (assignment_expression "piVar3 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) }) (else_clause "else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }" else (compound_statement "{\n \n piVar3 = (int *)FUN_0022a1b0();\n }" { (expression_statement "piVar3 = (int *)FUN_0022a1b0();" (assignment_expression "piVar3 = (int *)FUN_0022a1b0()" identifier = (cast_expression "(int *)FUN_0022a1b0()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_0022a1b0()" identifier (argument_list "()" ( ))))) ;) }))) (expression_statement "local_28 = param_1 + 6;" (assignment_expression "local_28 = param_1 + 6" identifier = (binary_expression "param_1 + 6" identifier + number_literal)) ;) (expression_statement "piVar4 = (int *)param_1[2];" (assignment_expression "piVar4 = (int *)param_1[2]" identifier = (cast_expression "(int *)param_1[2]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" if (parenthesized_expression "(piVar4 != (int *)0x0)" ( (binary_expression "piVar4 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" { (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" identifier = number_literal) ;) (do_statement "do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);" do (compound_statement "{\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n }" { (while_statement "while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }" { (expression_statement "piVar2 = (int *)*piVar4;" (assignment_expression "piVar2 = (int *)*piVar4" identifier = (cast_expression "(int *)*piVar4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar4" * identifier))) ;) (expression_statement "uVar5 = (uint)piVar4[1] % param_2;" (assignment_expression "uVar5 = (uint)piVar4[1] % param_2" identifier = (binary_expression "(uint)piVar4[1] % param_2" (cast_expression "(uint)piVar4[1]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "piVar4[1]" identifier [ number_literal ])) % identifier)) ;) (expression_statement "piVar1 = piVar3 + uVar5;" (assignment_expression "piVar1 = piVar3 + uVar5" identifier = (binary_expression "piVar3 + uVar5" identifier + identifier)) ;) (if_statement "if ((int *)*piVar1 == (int *)0x0) break;" if (parenthesized_expression "((int *)*piVar1 == (int *)0x0)" ( (binary_expression "(int *)*piVar1 == (int *)0x0" (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)) == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (break_statement "break;" break ;)) (expression_statement "*piVar4 = *(int *)*piVar1;" (assignment_expression "*piVar4 = *(int *)*piVar1" (pointer_expression "*piVar4" * identifier) = (pointer_expression "*(int *)*piVar1" * (cast_expression "(int *)*piVar1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar1" * identifier)))) ;) (expression_statement "*(int **)*piVar1 = piVar4;" (assignment_expression "*(int **)*piVar1 = piVar4" (pointer_expression "*(int **)*piVar1" * (cast_expression "(int **)*piVar1" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "*piVar1" * identifier))) = identifier) ;) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" identifier = identifier) ;) (labeled_statement "LAB_0022d018:\n piVar4 = piVar2;" statement_identifier : (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;)) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) (if_statement "if (piVar2 == (int *)0x0) goto LAB_0022d060;" if (parenthesized_expression "(piVar2 == (int *)0x0)" ( (binary_expression "piVar2 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022d060;" goto statement_identifier ;)) })) (expression_statement "*piVar4 = param_1[2];" (assignment_expression "*piVar4 = param_1[2]" (pointer_expression "*piVar4" * identifier) = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[2] = (int)piVar4;" (assignment_expression "param_1[2] = (int)piVar4" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*piVar1 = (int)(param_1 + 2);" (assignment_expression "*piVar1 = (int)(param_1 + 2)" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)(param_1 + 2)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (if_statement "if (*piVar4 == 0) goto LAB_0022d018;" if (parenthesized_expression "(*piVar4 == 0)" ( (binary_expression "*piVar4 == 0" (pointer_expression "*piVar4" * identifier) == number_literal) )) (goto_statement "goto LAB_0022d018;" goto statement_identifier ;)) (expression_statement "piVar3[uVar6] = (int)piVar4;" (assignment_expression "piVar3[uVar6] = (int)piVar4" (subscript_expression "piVar3[uVar6]" identifier [ identifier ]) = (cast_expression "(int)piVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" identifier = identifier) ;) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" identifier = identifier) ;) }) while (parenthesized_expression "(piVar2 != (int *)0x0)" ( (binary_expression "piVar2 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) })) (labeled_statement "LAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }" statement_identifier : (if_statement "if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }" if (parenthesized_expression "((int *)*param_1 != local_28)" ( (binary_expression "(int *)*param_1 != local_28" (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) != identifier) )) (compound_statement "{\n FUN_00248220((int *)*param_1);\n }" { (expression_statement "FUN_00248220((int *)*param_1);" (call_expression "FUN_00248220((int *)*param_1)" identifier (argument_list "((int *)*param_1)" ( (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) ))) ;) }))) (expression_statement "*param_1 = (int)piVar3;" (assignment_expression "*param_1 = (int)piVar3" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)piVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[1] = param_2;" (assignment_expression "param_1[1] = param_2" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) % IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (break_statement break ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression * IDENT))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) })) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) }))) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0022cfc0(int *param_1,uint param_2)\n\n{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022cfc0(int *param_1,uint param_2)" (identifier "FUN_0022cfc0") (parameter_list "(int *param_1,uint param_2)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n int *piVar3;\n int *piVar4;\n uint uVar5;\n uint uVar6;\n int *local_28;\n \n if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }\n local_28 = param_1 + 6;\n piVar4 = (int *)param_1[2];\n param_1[2] = 0;\n if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }\nLAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }\n *param_1 = (int)piVar3;\n param_1[1] = param_2;\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (declaration "int *piVar3;" (primitive_type "int") (pointer_declarator "*piVar3" (* "*") (identifier "piVar3")) (; ";")) (declaration "int *piVar4;" (primitive_type "int") (pointer_declarator "*piVar4" (* "*") (identifier "piVar4")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "uint uVar6;" (type_identifier "uint") (identifier "uVar6") (; ";")) (declaration "int *local_28;" (primitive_type "int") (pointer_declarator "*local_28" (* "*") (identifier "local_28")) (; ";")) (if_statement "if (param_2 == 1) {\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }\n else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }" (if "if") (parenthesized_expression "(param_2 == 1)" (( "(") (binary_expression "param_2 == 1" (identifier "param_2") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n piVar3 = param_1 + 6;\n param_1[6] = 0;\n }" ({ "{") (expression_statement "piVar3 = param_1 + 6;" (assignment_expression "piVar3 = param_1 + 6" (identifier "piVar3") (= "=") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n \n piVar3 = (int *)FUN_0022a1b0();\n }" (else "else") (compound_statement "{\n \n piVar3 = (int *)FUN_0022a1b0();\n }" ({ "{") (expression_statement "piVar3 = (int *)FUN_0022a1b0();" (assignment_expression "piVar3 = (int *)FUN_0022a1b0()" (identifier "piVar3") (= "=") (cast_expression "(int *)FUN_0022a1b0()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_0022a1b0()" (identifier "FUN_0022a1b0") (argument_list "()" (( "(") () ")"))))) (; ";")) (} "}")))) (expression_statement "local_28 = param_1 + 6;" (assignment_expression "local_28 = param_1 + 6" (identifier "local_28") (= "=") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "piVar4 = (int *)param_1[2];" (assignment_expression "piVar4 = (int *)param_1[2]" (identifier "piVar4") (= "=") (cast_expression "(int *)param_1[2]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (expression_statement "param_1[2] = 0;" (assignment_expression "param_1[2] = 0" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (if_statement "if (piVar4 != (int *)0x0) {\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" (if "if") (parenthesized_expression "(piVar4 != (int *)0x0)" (( "(") (binary_expression "piVar4 != (int *)0x0" (identifier "piVar4") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar6 = 0;\n do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);\n }" ({ "{") (expression_statement "uVar6 = 0;" (assignment_expression "uVar6 = 0" (identifier "uVar6") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n } while (piVar2 != (int *)0x0);" (do "do") (compound_statement "{\n while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }\n *piVar4 = param_1[2];\n param_1[2] = (int)piVar4;\n *piVar1 = (int)(param_1 + 2);\n if (*piVar4 == 0) goto LAB_0022d018;\n piVar3[uVar6] = (int)piVar4;\n piVar4 = piVar2;\n uVar6 = uVar5;\n }" ({ "{") (while_statement "while( true ) {\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n piVar2 = (int *)*piVar4;\n uVar5 = (uint)piVar4[1] % param_2;\n piVar1 = piVar3 + uVar5;\n if ((int *)*piVar1 == (int *)0x0) break;\n *piVar4 = *(int *)*piVar1;\n *(int **)*piVar1 = piVar4;\n uVar5 = uVar6;\nLAB_0022d018:\n piVar4 = piVar2;\n uVar6 = uVar5;\n if (piVar2 == (int *)0x0) goto LAB_0022d060;\n }" ({ "{") (expression_statement "piVar2 = (int *)*piVar4;" (assignment_expression "piVar2 = (int *)*piVar4" (identifier "piVar2") (= "=") (cast_expression "(int *)*piVar4" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar4" (* "*") (identifier "piVar4")))) (; ";")) (expression_statement "uVar5 = (uint)piVar4[1] % param_2;" (assignment_expression "uVar5 = (uint)piVar4[1] % param_2" (identifier "uVar5") (= "=") (binary_expression "(uint)piVar4[1] % param_2" (cast_expression "(uint)piVar4[1]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "piVar4[1]" (identifier "piVar4") ([ "[") (number_literal "1") (] "]"))) (% "%") (identifier "param_2"))) (; ";")) (expression_statement "piVar1 = piVar3 + uVar5;" (assignment_expression "piVar1 = piVar3 + uVar5" (identifier "piVar1") (= "=") (binary_expression "piVar3 + uVar5" (identifier "piVar3") (+ "+") (identifier "uVar5"))) (; ";")) (if_statement "if ((int *)*piVar1 == (int *)0x0) break;" (if "if") (parenthesized_expression "((int *)*piVar1 == (int *)0x0)" (( "(") (binary_expression "(int *)*piVar1 == (int *)0x0" (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "*piVar4 = *(int *)*piVar1;" (assignment_expression "*piVar4 = *(int *)*piVar1" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (= "=") (pointer_expression "*(int *)*piVar1" (* "*") (cast_expression "(int *)*piVar1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))))) (; ";")) (expression_statement "*(int **)*piVar1 = piVar4;" (assignment_expression "*(int **)*piVar1 = piVar4" (pointer_expression "*(int **)*piVar1" (* "*") (cast_expression "(int **)*piVar1" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")))) (= "=") (identifier "piVar4")) (; ";")) (expression_statement "uVar5 = uVar6;" (assignment_expression "uVar5 = uVar6" (identifier "uVar5") (= "=") (identifier "uVar6")) (; ";")) (labeled_statement "LAB_0022d018:\n piVar4 = piVar2;" (statement_identifier "LAB_0022d018") (: ":") (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" (identifier "piVar4") (= "=") (identifier "piVar2")) (; ";"))) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" (identifier "uVar6") (= "=") (identifier "uVar5")) (; ";")) (if_statement "if (piVar2 == (int *)0x0) goto LAB_0022d060;" (if "if") (parenthesized_expression "(piVar2 == (int *)0x0)" (( "(") (binary_expression "piVar2 == (int *)0x0" (identifier "piVar2") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0022d060;" (goto "goto") (statement_identifier "LAB_0022d060") (; ";"))) (} "}"))) (expression_statement "*piVar4 = param_1[2];" (assignment_expression "*piVar4 = param_1[2]" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[2] = (int)piVar4;" (assignment_expression "param_1[2] = (int)piVar4" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int)piVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar4"))) (; ";")) (expression_statement "*piVar1 = (int)(param_1 + 2);" (assignment_expression "*piVar1 = (int)(param_1 + 2)" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)(param_1 + 2)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (if_statement "if (*piVar4 == 0) goto LAB_0022d018;" (if "if") (parenthesized_expression "(*piVar4 == 0)" (( "(") (binary_expression "*piVar4 == 0" (pointer_expression "*piVar4" (* "*") (identifier "piVar4")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0022d018;" (goto "goto") (statement_identifier "LAB_0022d018") (; ";"))) (expression_statement "piVar3[uVar6] = (int)piVar4;" (assignment_expression "piVar3[uVar6] = (int)piVar4" (subscript_expression "piVar3[uVar6]" (identifier "piVar3") ([ "[") (identifier "uVar6") (] "]")) (= "=") (cast_expression "(int)piVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar4"))) (; ";")) (expression_statement "piVar4 = piVar2;" (assignment_expression "piVar4 = piVar2" (identifier "piVar4") (= "=") (identifier "piVar2")) (; ";")) (expression_statement "uVar6 = uVar5;" (assignment_expression "uVar6 = uVar5" (identifier "uVar6") (= "=") (identifier "uVar5")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar2 != (int *)0x0)" (( "(") (binary_expression "piVar2 != (int *)0x0" (identifier "piVar2") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (; ";")) (} "}"))) (labeled_statement "LAB_0022d060:\n if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }" (statement_identifier "LAB_0022d060") (: ":") (if_statement "if ((int *)*param_1 != local_28) {\n FUN_00248220((int *)*param_1);\n }" (if "if") (parenthesized_expression "((int *)*param_1 != local_28)" (( "(") (binary_expression "(int *)*param_1 != local_28" (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (!= "!=") (identifier "local_28")) () ")")) (compound_statement "{\n FUN_00248220((int *)*param_1);\n }" ({ "{") (expression_statement "FUN_00248220((int *)*param_1);" (call_expression "FUN_00248220((int *)*param_1)" (identifier "FUN_00248220") (argument_list "((int *)*param_1)" (( "(") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) () ")"))) (; ";")) (} "}")))) (expression_statement "*param_1 = (int)piVar3;" (assignment_expression "*param_1 = (int)piVar3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)piVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar3"))) (; ";")) (expression_statement "param_1[1] = param_2;" (assignment_expression "param_1[1] = param_2" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* DWARF original prototype: void
_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>
* this, size_type __n, __rehash_state * __state) */
void __thiscall
std::
_Hashtable<int,_std::pair<int_const,_unsigned_int>,_std::allocator<std::pair<int_const,_unsigned_int>var_4>,_std::__detail::_Select1st,_std::equal_to<int>,_std::hash<int>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,var_3>var_4>
::_M_rehash(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>var_4>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,var_3>var_4>
*this,size_type var_5,__rehash_state *__state)
{
type_2 *pp_Var1;
type_1 *var_10;
type_2 *var_8;
type_1 *var_7;
type_3 var_9;
type_3 uVar6;
_Hashtable_alloc<std::allocator<std::__detail::var_1<var_2,var_3>var_4>var_4> *in_stack_ffffffd4;
size_t in_stack_ffffffd8;
if (var_5 == 1) {
var_8 = &this->_M_single_bucket;
this->_M_single_bucket = (type_2)0x0;
}
else {
/* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */
var_8 = __detail::_Hashtable_alloc<std::allocator<std::__detail::var_1<var_2,var_3>var_4>var_4>::
var_6(in_stack_ffffffd4,in_stack_ffffffd8);
}
var_7 = (this->_M_before_begin)._M_nxt;
(this->_M_before_begin)._M_nxt = (type_1 *)0x0;
if (var_7 != (type_1 *)0x0) {
uVar6 = 0;
do {
while( true ) {
var_10 = var_7->_M_nxt;
var_9 = (type_3)var_7[1]._M_nxt % var_5;
pp_Var1 = var_8 + var_9;
if (*pp_Var1 == (type_2)0x0) break;
var_7->_M_nxt = (*pp_Var1)->_M_nxt;
(*pp_Var1)->_M_nxt = var_7;
var_9 = uVar6;
LAB_0022d018:
var_7 = var_10;
uVar6 = var_9;
if (var_10 == (type_1 *)0x0) goto LAB_0022d060;
}
var_7->_M_nxt = (this->_M_before_begin)._M_nxt;
(this->_M_before_begin)._M_nxt = var_7;
*pp_Var1 = &this->_M_before_begin;
if (var_7->_M_nxt == (type_1 *)0x0) goto LAB_0022d018;
var_8[uVar6] = var_7;
var_7 = var_10;
uVar6 = var_9;
} while (var_10 != (type_1 *)0x0);
}
LAB_0022d060:
if (this->_M_buckets != &this->_M_single_bucket) {
var_11(this->_M_buckets);
}
this->_M_buckets = var_8;
this->_M_bucket_count = var_5;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier)))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))))))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(int *param_1,uint param_2)
{
int *piVar1;
int *piVar2;
int *piVar3;
int *piVar4;
uint uVar5;
uint uVar6;
int *local_28;
if (param_2 == 1) {
piVar3 = param_1 + 6;
param_1[6] = 0;
}
else {
/* try { // try from 0022cfe8 to 0022cfec has its CatchHandler @ 0022d0ab */
piVar3 = (int *)FUN_0022a1b0();
}
local_28 = param_1 + 6;
piVar4 = (int *)param_1[2];
param_1[2] = 0;
if (piVar4 != (int *)0x0) {
uVar6 = 0;
do {
while( true ) {
piVar2 = (int *)*piVar4;
uVar5 = (uint)piVar4[1] % param_2;
piVar1 = piVar3 + uVar5;
if ((int *)*piVar1 == (int *)0x0) break;
*piVar4 = *(int *)*piVar1;
*(int **)*piVar1 = piVar4;
uVar5 = uVar6;
LAB_0022d018:
piVar4 = piVar2;
uVar6 = uVar5;
if (piVar2 == (int *)0x0) goto LAB_0022d060;
}
*piVar4 = param_1[2];
param_1[2] = (int)piVar4;
*piVar1 = (int)(param_1 + 2);
if (*piVar4 == 0) goto LAB_0022d018;
piVar3[uVar6] = (int)piVar4;
piVar4 = piVar2;
uVar6 = uVar5;
} while (piVar2 != (int *)0x0);
}
LAB_0022d060:
if ((int *)*param_1 != local_28) {
FUN_00248220((int *)*param_1);
}
*param_1 = (int)piVar3;
param_1[1] = param_2;
return;
}
|
398_hppa-linux-gnu-ld_and_hppa-linux-gnu-ld_strip.c
|
lang_enter_overlay_section
|
FUN_00027360
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void lang_enter_overlay_section(char *name)
{
overlay_list *poVar1;
etree_type *rhs;
lang_enter_output_section_statement
(name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0
,0);
if (overlay_list == (overlay_list *)0x0) {
overlay_vma = exp_nameop(0x143,name);
}
poVar1 = (overlay_list *)xmalloc(8);
poVar1->os = current_section;
poVar1->next = overlay_list;
overlay_list = poVar1;
rhs = exp_nameop(0x141,name);
if (overlay_max != (etree_type *)0x0) {
overlay_max = exp_binop(0x145,overlay_max,rhs);
return;
}
overlay_max = rhs;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00027360(undefined4 param_1)
{
int *piVar1;
undefined4 uVar2;
FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);
if (DAT_000917b4 == (int *)0x0) {
DAT_000917c0 = FUN_0002f6b0(0x143,param_1);
}
piVar1 = (int *)xmalloc(8);
piVar1[1] = DAT_000917d8;
*piVar1 = (int)DAT_000917b4;
DAT_000917b4 = piVar1;
uVar2 = FUN_0002f6b0(0x141,param_1);
if (DAT_000917b8 != 0) {
DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);
return;
}
DAT_000917b8 = uVar2;
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x00015a80
ADD EBX,0x69c99
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
PUSH 0x0
PUSH 0x0
PUSH 0x0
PUSH dword ptr [EBX + 0x7bc]
PUSH 0x0
PUSH 0x1
PUSH dword ptr [EBX + 0x7c0]
PUSH ESI
CALL 0x00025d90
MOV ECX,dword ptr [EBX + 0x7b4]
ADD ESP,0x20
TEST ECX,ECX
JZ 0x00027410
SUB ESP,0xc
PUSH 0x8
CALL 0x00014cc8
MOV EDX,dword ptr [EBX + 0x7d8]
MOV dword ptr [EAX + 0x4],EDX
MOV EDX,dword ptr [EBX + 0x7b4]
MOV dword ptr [EBX + 0x7b4],EAX
MOV dword ptr [EAX],EDX
POP EAX
POP EDX
PUSH ESI
PUSH 0x141
CALL 0x0002f6b0
MOV EDX,dword ptr [EBX + 0x7b8]
ADD ESP,0x10
TEST EDX,EDX
JZ 0x00027400
SUB ESP,0x4
PUSH EAX
PUSH EDX
PUSH 0x145
CALL 0x0002f530
ADD ESP,0x10
MOV dword ptr [EBX + 0x7b8],EAX
ADD ESP,0x4
POP EBX
POP ESI
RET
MOV dword ptr [EBX + 0x7b8],EAX
ADD ESP,0x4
POP EBX
POP ESI
RET
SUB ESP,0x8
PUSH ESI
PUSH 0x143
CALL 0x0002f6b0
ADD ESP,0x10
MOV dword ptr [EBX + 0x7c0],EAX
JMP 0x0002739d
| null | null | null | null |
[('const-0', u'CALL_-1206029362'), ('const-417', u'STORE_-1206029289'), (u'INDIRECT_-1206028827', u'INT_NOTEQUAL_-1206029199'), (u'INDIRECT_-1206028797', u'COPY_-1206028785'), ('tmp_1763', u'CALL_-1206029362'), ('tmp_701', u'BRANCH_-1206029012'), (u'INDIRECT_-1206028869', u'MULTIEQUAL_-1206028843'), ('const-321', u'CALL_-1206029235'), (u'INDIRECT_-1206028716', u'MULTIEQUAL_-1206028833'), (u'INDIRECT_-1206028899', u'INT_EQUAL_-1206029327'), (u'INDIRECT_-1206028778', u'COPY_-1206028818'), (u'CALL_-1206029235', u'COPY_-1206029105'), (u'CALL_-1206029036', u'INDIRECT_-1206028736'), (u'COPY_-1206029150', u'COPY_-1206028838'), (u'INDIRECT_-1206028808', u'COPY_-1206028848'), ('tmp_727', u'CALL_-1206029235'), (u'STORE_-1206029289', u'INDIRECT_-1206028848'), (u'STORE_-1206029266', u'INDIRECT_-1206028842'), (u'INDIRECT_-1206028807', u'COPY_-1206028795'), (u'CALL_-1206029362', u'INDIRECT_-1206028899'), (u'CAST_-1206028819', u'PTRSUB_-1206028810'), (u'INDIRECT_-1206028756', u'MULTIEQUAL_-1206028873'), ('tmp_727', u'CALL_-1206029036'), (u'INDIRECT_-1206028858', u'STORE_-1206029266'), (u'CALL_-1206029164', u'INDIRECT_-1206028798'), ('const-0', u'CALL_-1206029362'), (u'CALL_-1206029362', u'INDIRECT_-1206028869'), (u'STORE_-1206029289', u'INDIRECT_-1206028818'), ('const-0', u'INT_EQUAL_-1206029327'), (u'CALL_-1206029302', u'INDIRECT_-1206028874'), (u'CALL_-1206029036', u'MULTIEQUAL_-1206028843'), (u'CALL_-1206029235', u'INDIRECT_-1206028827'), (u'COPY_-1206029105', u'COPY_-1206028815'), (u'CALL_-1206029164', u'COPY_-1206029150'), ('const-0', u'RETURN_-1206029110'), (u'CALL_-1206029302', u'INDIRECT_-1206028844'), ('const-417', u'STORE_-1206029266'), (u'CALL_-1206029036', u'INDIRECT_-1206028746'), (u'INDIRECT_-1206028879', u'MULTIEQUAL_-1206028853'), ('const-323', u'CALL_-1206029036'), ('const-0', u'RETURN_-1206029065'), ('tmp_409', u'CBRANCH_-1206029199'), (u'INDIRECT_-1206028827', u'CALL_-1206029164'), (u'STORE_-1206029266', u'INDIRECT_-1206028832'), (u'CALL_-1206029235', u'INDIRECT_-1206028837'), (u'CALL_-1206029235', u'CALL_-1206029164'), ('tmp_226', u'CBRANCH_-1206029326'), (u'CALL_-1206029362', u'INDIRECT_-1206028879'), (u'CALL_-1206029362', u'INDIRECT_-1206028859'), (u'CALL_-1206029235', u'INDIRECT_-1206028797'), (u'CALL_-1206029362', u'INDIRECT_-1206028889'), (u'INDIRECT_-1206028899', u'MULTIEQUAL_-1206028873'), (u'INDIRECT_-1206028736', u'MULTIEQUAL_-1206028853'), (u'STORE_-1206029266', u'INDIRECT_-1206028802'), (u'CAST_-1206028819', u'COPY_-1206028858'), (u'INDIRECT_-1206028889', u'MULTIEQUAL_-1206028863'), (u'CALL_-1206029302', u'CAST_-1206028819'), (u'INT_EQUAL_-1206029327', u'CBRANCH_-1206029326'), (u'CALL_-1206029164', u'INDIRECT_-1206028778'), (u'INDIRECT_-1206028834', u'STORE_-1206029289'), (u'INDIRECT_-1206028837', u'COPY_-1206028825'), ('const-8', u'CALL_-1206029302'), ('tmp_727', u'CALL_-1206029362'), (u'INDIRECT_-1206028817', u'COPY_-1206028805'), (u'INDIRECT_-1206028859', u'MULTIEQUAL_-1206028833'), (u'PTRSUB_-1206028810', u'STORE_-1206029289'), (u'CALL_-1206029235', u'INDIRECT_-1206028817'), (u'CAST_-1206028819', u'PTRSUB_-1206028794'), (u'INDIRECT_-1206028788', u'COPY_-1206028828'), (u'INDIRECT_-1206028842', u'COPY_-1206028857'), (u'INT_NOTEQUAL_-1206029199', u'CBRANCH_-1206029199'), (u'STORE_-1206029266', u'INDIRECT_-1206028812'), (u'CALL_-1206029302', u'INDIRECT_-1206028854'), (u'CALL_-1206029036', u'INDIRECT_-1206028726'), ('const-1', u'CALL_-1206029362'), (u'CALL_-1206029164', u'INDIRECT_-1206028788'), ('const-0', u'CALL_-1206029362'), (u'CALL_-1206029302', u'INDIRECT_-1206028864'), (u'CALL_-1206029036', u'INDIRECT_-1206028756'), (u'STORE_-1206029289', u'INDIRECT_-1206028858'), ('const-0', u'PTRSUB_-1206028794'), (u'PTRSUB_-1206028794', u'STORE_-1206029266'), ('const-0', u'CALL_-1206029362'), (u'INDIRECT_-1206028746', u'MULTIEQUAL_-1206028863'), (u'INDIRECT_-1206028768', u'COPY_-1206028808'), (u'CALL_-1206029235', u'INDIRECT_-1206028807'), ('const-325', u'CALL_-1206029164'), (u'STORE_-1206029289', u'INDIRECT_-1206028838'), (u'STORE_-1206029266', u'INDIRECT_-1206028822'), ('const-4', u'PTRSUB_-1206028810'), (u'CALL_-1206029164', u'INDIRECT_-1206028768'), ('tmp_1764', u'CALL_-1206029362'), ('const-0', u'INT_NOTEQUAL_-1206029199'), (u'STORE_-1206029289', u'INDIRECT_-1206028828'), (u'CALL_-1206029164', u'INDIRECT_-1206028808'), (u'CALL_-1206029036', u'INDIRECT_-1206028716'), (u'CALL_-1206029302', u'INDIRECT_-1206028834')]
|
[('const-0', u'CALL_-1206029362'), (u'CALL_-1206029036', u'INDIRECT_-1206028774'), ('tmp_1495', u'CALL_-1206029362'), (u'CALL_-1206029235', u'INDIRECT_-1206028835'), (u'STORE_-1206029266', u'INDIRECT_-1206028860'), (u'INDIRECT_-1206028806', u'COPY_-1206028846'), (u'CALL_-1206029036', u'INDIRECT_-1206028744'), ('tmp_701', u'BRANCH_-1206029012'), (u'STORE_-1206029266', u'INDIRECT_-1206028840'), (u'STORE_-1206029289', u'INDIRECT_-1206028866'), (u'INDIRECT_-1206028907', u'MULTIEQUAL_-1206028881'), (u'CAST_-1206028838', u'COPY_-1206028877'), (u'CALL_-1206029036', u'INDIRECT_-1206028764'), (u'CALL_-1206029235', u'INDIRECT_-1206028825'), (u'CALL_-1206029164', u'INDIRECT_-1206028796'), (u'INDIRECT_-1206028917', u'MULTIEQUAL_-1206028891'), (u'CAST_-1206028811', u'STORE_-1206029266'), (u'CALL_-1206029235', u'COPY_-1206029105'), (u'CALL_-1206029362', u'INDIRECT_-1206028897'), (u'CAST_-1206028838', u'STORE_-1206029266'), (u'CALL_-1206029235', u'INDIRECT_-1206028815'), ('const-417', u'STORE_-1206029266'), (u'INDIRECT_-1206028734', u'MULTIEQUAL_-1206028851'), (u'INDIRECT_-1206028754', u'MULTIEQUAL_-1206028871'), ('const-1', u'PTRADD_-1206028829'), ('const-0', u'INT_EQUAL_-1206029327'), (u'INDIRECT_-1206028897', u'MULTIEQUAL_-1206028871'), (u'CAST_-1206028838', u'PTRADD_-1206028829'), (u'INDIRECT_-1206028815', u'COPY_-1206028803'), ('const-325', u'CALL_-1206029164'), (u'INDIRECT_-1206028877', u'MULTIEQUAL_-1206028851'), (u'CALL_-1206029164', u'INDIRECT_-1206028826'), (u'CALL_-1206029164', u'COPY_-1206029150'), ('tmp_1495', u'CALL_-1206029036'), ('const-1', u'CALL_-1206029362'), ('const-0', u'RETURN_-1206029110'), (u'CALL_-1206029302', u'INDIRECT_-1206028892'), (u'INDIRECT_-1206028786', u'COPY_-1206028826'), (u'CALL_-1206029302', u'CAST_-1206028838'), (u'CALL_-1206029302', u'INDIRECT_-1206028882'), ('const-0', u'CALL_-1206029362'), (u'INDIRECT_-1206028887', u'MULTIEQUAL_-1206028861'), ('const-0', u'RETURN_-1206029065'), ('tmp_1713', u'CALL_-1206029362'), (u'INDIRECT_-1206028845', u'INT_NOTEQUAL_-1206029199'), (u'CALL_-1206029362', u'INDIRECT_-1206028887'), ('tmp_409', u'CBRANCH_-1206029199'), (u'PTRADD_-1206028829', u'STORE_-1206029289'), (u'CALL_-1206029362', u'INDIRECT_-1206028917'), (u'INDIRECT_-1206028796', u'COPY_-1206028836'), (u'CALL_-1206029235', u'CALL_-1206029164'), (u'INDIRECT_-1206028917', u'INT_EQUAL_-1206029327'), ('tmp_226', u'CBRANCH_-1206029326'), (u'CALL_-1206029164', u'INDIRECT_-1206028806'), (u'INDIRECT_-1206028845', u'CALL_-1206029164'), (u'CALL_-1206029362', u'INDIRECT_-1206028907'), (u'STORE_-1206029289', u'INDIRECT_-1206028836'), (u'STORE_-1206029266', u'INDIRECT_-1206028820'), ('const-0', u'CALL_-1206029362'), (u'INDIRECT_-1206028855', u'COPY_-1206028843'), (u'COPY_-1206029150', u'COPY_-1206028856'), ('const-4', u'PTRADD_-1206028829'), (u'CALL_-1206029235', u'INDIRECT_-1206028855'), (u'CALL_-1206029036', u'INDIRECT_-1206028734'), (u'INDIRECT_-1206028764', u'MULTIEQUAL_-1206028881'), (u'STORE_-1206029289', u'INDIRECT_-1206028846'), (u'INT_EQUAL_-1206029327', u'CBRANCH_-1206029326'), (u'INDIRECT_-1206028774', u'MULTIEQUAL_-1206028891'), (u'CALL_-1206029164', u'INDIRECT_-1206028786'), ('const-321', u'CALL_-1206029235'), (u'STORE_-1206029266', u'INDIRECT_-1206028850'), ('const-0', u'CALL_-1206029362'), (u'INDIRECT_-1206028835', u'COPY_-1206028823'), (u'INDIRECT_-1206028876', u'CAST_-1206028811'), (u'INT_NOTEQUAL_-1206029199', u'CBRANCH_-1206029199'), (u'CALL_-1206029362', u'INDIRECT_-1206028877'), ('tmp_1712', u'CALL_-1206029362'), (u'INDIRECT_-1206028852', u'STORE_-1206029289'), (u'CALL_-1206029302', u'INDIRECT_-1206028862'), (u'CALL_-1206029164', u'INDIRECT_-1206028816'), ('tmp_1495', u'CALL_-1206029235'), (u'STORE_-1206029289', u'INDIRECT_-1206028876'), (u'INDIRECT_-1206028860', u'COPY_-1206028876'), (u'INDIRECT_-1206028826', u'COPY_-1206028866'), (u'CALL_-1206029036', u'MULTIEQUAL_-1206028861'), (u'CALL_-1206029302', u'INDIRECT_-1206028872'), (u'INDIRECT_-1206028825', u'COPY_-1206028813'), ('const-323', u'CALL_-1206029036'), (u'STORE_-1206029289', u'INDIRECT_-1206028856'), (u'CALL_-1206029036', u'INDIRECT_-1206028754'), (u'CALL_-1206029235', u'INDIRECT_-1206028845'), (u'COPY_-1206029105', u'COPY_-1206028833'), ('const-417', u'STORE_-1206029289'), ('const-0', u'INT_NOTEQUAL_-1206029199'), (u'STORE_-1206029266', u'INDIRECT_-1206028830'), ('const-8', u'CALL_-1206029302'), (u'CALL_-1206029302', u'INDIRECT_-1206028852')]
| null | null |
00027360
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00027360(undefined4 param_1)\n\n{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}\n\n" comment (function_definition "void FUN_00027360(undefined4 param_1)\n\n{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}" primitive_type (function_declarator "FUN_00027360(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);" (call_expression "FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0)" identifier (argument_list "(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0)" ( identifier , identifier , number_literal , number_literal , identifier , number_literal , number_literal , number_literal ))) ;) (if_statement "if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }" if (parenthesized_expression "(DAT_000917b4 == (int *)0x0)" ( (binary_expression "DAT_000917b4 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }" { (expression_statement "DAT_000917c0 = FUN_0002f6b0(0x143,param_1);" (assignment_expression "DAT_000917c0 = FUN_0002f6b0(0x143,param_1)" identifier = (call_expression "FUN_0002f6b0(0x143,param_1)" identifier (argument_list "(0x143,param_1)" ( number_literal , identifier )))) ;) })) (expression_statement "piVar1 = (int *)xmalloc(8);" (assignment_expression "piVar1 = (int *)xmalloc(8)" identifier = (cast_expression "(int *)xmalloc(8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "piVar1[1] = DAT_000917d8;" (assignment_expression "piVar1[1] = DAT_000917d8" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*piVar1 = (int)DAT_000917b4;" (assignment_expression "*piVar1 = (int)DAT_000917b4" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)DAT_000917b4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "DAT_000917b4 = piVar1;" (assignment_expression "DAT_000917b4 = piVar1" identifier = identifier) ;) (expression_statement "uVar2 = FUN_0002f6b0(0x141,param_1);" (assignment_expression "uVar2 = FUN_0002f6b0(0x141,param_1)" identifier = (call_expression "FUN_0002f6b0(0x141,param_1)" identifier (argument_list "(0x141,param_1)" ( number_literal , identifier )))) ;) (if_statement "if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }" if (parenthesized_expression "(DAT_000917b8 != 0)" ( (binary_expression "DAT_000917b8 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }" { (expression_statement "DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);" (assignment_expression "DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2)" identifier = (call_expression "FUN_0002f530(0x145,DAT_000917b8,uVar2)" identifier (argument_list "(0x145,DAT_000917b8,uVar2)" ( number_literal , identifier , identifier )))) ;) (return_statement "return;" return ;) })) (expression_statement "DAT_000917b8 = uVar2;" (assignment_expression "DAT_000917b8 = uVar2" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid lang_enter_overlay_section(char *name)\n\n{\n overlay_list *poVar1;\n etree_type *rhs;\n \n lang_enter_output_section_statement\n (name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0\n ,0);\n if (overlay_list == (overlay_list *)0x0) {\n overlay_vma = exp_nameop(0x143,name);\n }\n poVar1 = (overlay_list *)xmalloc(8);\n poVar1->os = current_section;\n poVar1->next = overlay_list;\n overlay_list = poVar1;\n rhs = exp_nameop(0x141,name);\n if (overlay_max != (etree_type *)0x0) {\n overlay_max = exp_binop(0x145,overlay_max,rhs);\n return;\n }\n overlay_max = rhs;\n return;\n}\n\n" comment comment (function_definition "void lang_enter_overlay_section(char *name)\n\n{\n overlay_list *poVar1;\n etree_type *rhs;\n \n lang_enter_output_section_statement\n (name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0\n ,0);\n if (overlay_list == (overlay_list *)0x0) {\n overlay_vma = exp_nameop(0x143,name);\n }\n poVar1 = (overlay_list *)xmalloc(8);\n poVar1->os = current_section;\n poVar1->next = overlay_list;\n overlay_list = poVar1;\n rhs = exp_nameop(0x141,name);\n if (overlay_max != (etree_type *)0x0) {\n overlay_max = exp_binop(0x145,overlay_max,rhs);\n return;\n }\n overlay_max = rhs;\n return;\n}" primitive_type (function_declarator "lang_enter_overlay_section(char *name)" identifier (parameter_list "(char *name)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n overlay_list *poVar1;\n etree_type *rhs;\n \n lang_enter_output_section_statement\n (name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0\n ,0);\n if (overlay_list == (overlay_list *)0x0) {\n overlay_vma = exp_nameop(0x143,name);\n }\n poVar1 = (overlay_list *)xmalloc(8);\n poVar1->os = current_section;\n poVar1->next = overlay_list;\n overlay_list = poVar1;\n rhs = exp_nameop(0x141,name);\n if (overlay_max != (etree_type *)0x0) {\n overlay_max = exp_binop(0x145,overlay_max,rhs);\n return;\n }\n overlay_max = rhs;\n return;\n}" { (declaration "overlay_list *poVar1;" type_identifier (pointer_declarator "*poVar1" * identifier) ;) (declaration "etree_type *rhs;" type_identifier (pointer_declarator "*rhs" * identifier) ;) (expression_statement "lang_enter_output_section_statement\n (name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0\n ,0);" (call_expression "lang_enter_output_section_statement\n (name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0\n ,0)" identifier (argument_list "(name,overlay_vma,overlay_section,(etree_type *)0x0,overlay_subalign,(etree_type *)0x0,0\n ,0)" ( identifier , identifier , identifier , (cast_expression "(etree_type *)0x0" ( (type_descriptor "etree_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , identifier , (cast_expression "(etree_type *)0x0" ( (type_descriptor "etree_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) , number_literal , number_literal ))) ;) (if_statement "if (overlay_list == (overlay_list *)0x0) {\n overlay_vma = exp_nameop(0x143,name);\n }" if (parenthesized_expression "(overlay_list == (overlay_list *)0x0)" ( (binary_expression "overlay_list == (overlay_list *)0x0" identifier == (cast_expression "(overlay_list *)0x0" ( (type_descriptor "overlay_list *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n overlay_vma = exp_nameop(0x143,name);\n }" { (expression_statement "overlay_vma = exp_nameop(0x143,name);" (assignment_expression "overlay_vma = exp_nameop(0x143,name)" identifier = (call_expression "exp_nameop(0x143,name)" identifier (argument_list "(0x143,name)" ( number_literal , identifier )))) ;) })) (expression_statement "poVar1 = (overlay_list *)xmalloc(8);" (assignment_expression "poVar1 = (overlay_list *)xmalloc(8)" identifier = (cast_expression "(overlay_list *)xmalloc(8)" ( (type_descriptor "overlay_list *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "poVar1->os = current_section;" (assignment_expression "poVar1->os = current_section" (field_expression "poVar1->os" identifier -> field_identifier) = identifier) ;) (expression_statement "poVar1->next = overlay_list;" (assignment_expression "poVar1->next = overlay_list" (field_expression "poVar1->next" identifier -> field_identifier) = identifier) ;) (expression_statement "overlay_list = poVar1;" (assignment_expression "overlay_list = poVar1" identifier = identifier) ;) (expression_statement "rhs = exp_nameop(0x141,name);" (assignment_expression "rhs = exp_nameop(0x141,name)" identifier = (call_expression "exp_nameop(0x141,name)" identifier (argument_list "(0x141,name)" ( number_literal , identifier )))) ;) (if_statement "if (overlay_max != (etree_type *)0x0) {\n overlay_max = exp_binop(0x145,overlay_max,rhs);\n return;\n }" if (parenthesized_expression "(overlay_max != (etree_type *)0x0)" ( (binary_expression "overlay_max != (etree_type *)0x0" identifier != (cast_expression "(etree_type *)0x0" ( (type_descriptor "etree_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n overlay_max = exp_binop(0x145,overlay_max,rhs);\n return;\n }" { (expression_statement "overlay_max = exp_binop(0x145,overlay_max,rhs);" (assignment_expression "overlay_max = exp_binop(0x145,overlay_max,rhs)" identifier = (call_expression "exp_binop(0x145,overlay_max,rhs)" identifier (argument_list "(0x145,overlay_max,rhs)" ( number_literal , identifier , identifier )))) ;) (return_statement "return;" return ;) })) (expression_statement "overlay_max = rhs;" (assignment_expression "overlay_max = rhs" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00027360(undefined4 param_1)\n\n{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}\n\n" (function_definition "void FUN_00027360(undefined4 param_1)\n\n{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}" primitive_type (function_declarator "FUN_00027360(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);" (call_expression "FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0)" identifier (argument_list "(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0)" ( identifier , identifier , number_literal , number_literal , identifier , number_literal , number_literal , number_literal ))) ;) (if_statement "if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }" if (parenthesized_expression "(DAT_000917b4 == (int *)0x0)" ( (binary_expression "DAT_000917b4 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }" { (expression_statement "DAT_000917c0 = FUN_0002f6b0(0x143,param_1);" (assignment_expression "DAT_000917c0 = FUN_0002f6b0(0x143,param_1)" identifier = (call_expression "FUN_0002f6b0(0x143,param_1)" identifier (argument_list "(0x143,param_1)" ( number_literal , identifier )))) ;) })) (expression_statement "piVar1 = (int *)xmalloc(8);" (assignment_expression "piVar1 = (int *)xmalloc(8)" identifier = (cast_expression "(int *)xmalloc(8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "piVar1[1] = DAT_000917d8;" (assignment_expression "piVar1[1] = DAT_000917d8" (subscript_expression "piVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*piVar1 = (int)DAT_000917b4;" (assignment_expression "*piVar1 = (int)DAT_000917b4" (pointer_expression "*piVar1" * identifier) = (cast_expression "(int)DAT_000917b4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "DAT_000917b4 = piVar1;" (assignment_expression "DAT_000917b4 = piVar1" identifier = identifier) ;) (expression_statement "uVar2 = FUN_0002f6b0(0x141,param_1);" (assignment_expression "uVar2 = FUN_0002f6b0(0x141,param_1)" identifier = (call_expression "FUN_0002f6b0(0x141,param_1)" identifier (argument_list "(0x141,param_1)" ( number_literal , identifier )))) ;) (if_statement "if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }" if (parenthesized_expression "(DAT_000917b8 != 0)" ( (binary_expression "DAT_000917b8 != 0" identifier != number_literal) )) (compound_statement "{\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }" { (expression_statement "DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);" (assignment_expression "DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2)" identifier = (call_expression "FUN_0002f530(0x145,DAT_000917b8,uVar2)" identifier (argument_list "(0x145,DAT_000917b8,uVar2)" ( number_literal , identifier , identifier )))) ;) (return_statement "return;" return ;) })) (expression_statement "DAT_000917b8 = uVar2;" (assignment_expression "DAT_000917b8 = uVar2" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT , LIT , IDENT , LIT , LIT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT , IDENT )))) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00027360(undefined4 param_1)\n\n{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00027360(undefined4 param_1)" (identifier "FUN_00027360") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n int *piVar1;\n undefined4 uVar2;\n \n FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);\n if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }\n piVar1 = (int *)xmalloc(8);\n piVar1[1] = DAT_000917d8;\n *piVar1 = (int)DAT_000917b4;\n DAT_000917b4 = piVar1;\n uVar2 = FUN_0002f6b0(0x141,param_1);\n if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }\n DAT_000917b8 = uVar2;\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (expression_statement "FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);" (call_expression "FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0)" (identifier "FUN_00025d90") (argument_list "(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0)" (( "(") (identifier "param_1") (, ",") (identifier "DAT_000917c0") (, ",") (number_literal "1") (, ",") (number_literal "0") (, ",") (identifier "DAT_000917bc") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (DAT_000917b4 == (int *)0x0) {\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }" (if "if") (parenthesized_expression "(DAT_000917b4 == (int *)0x0)" (( "(") (binary_expression "DAT_000917b4 == (int *)0x0" (identifier "DAT_000917b4") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n DAT_000917c0 = FUN_0002f6b0(0x143,param_1);\n }" ({ "{") (expression_statement "DAT_000917c0 = FUN_0002f6b0(0x143,param_1);" (assignment_expression "DAT_000917c0 = FUN_0002f6b0(0x143,param_1)" (identifier "DAT_000917c0") (= "=") (call_expression "FUN_0002f6b0(0x143,param_1)" (identifier "FUN_0002f6b0") (argument_list "(0x143,param_1)" (( "(") (number_literal "0x143") (, ",") (identifier "param_1") () ")")))) (; ";")) (} "}"))) (expression_statement "piVar1 = (int *)xmalloc(8);" (assignment_expression "piVar1 = (int *)xmalloc(8)" (identifier "piVar1") (= "=") (cast_expression "(int *)xmalloc(8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(8)" (identifier "xmalloc") (argument_list "(8)" (( "(") (number_literal "8") () ")"))))) (; ";")) (expression_statement "piVar1[1] = DAT_000917d8;" (assignment_expression "piVar1[1] = DAT_000917d8" (subscript_expression "piVar1[1]" (identifier "piVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "DAT_000917d8")) (; ";")) (expression_statement "*piVar1 = (int)DAT_000917b4;" (assignment_expression "*piVar1 = (int)DAT_000917b4" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (cast_expression "(int)DAT_000917b4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "DAT_000917b4"))) (; ";")) (expression_statement "DAT_000917b4 = piVar1;" (assignment_expression "DAT_000917b4 = piVar1" (identifier "DAT_000917b4") (= "=") (identifier "piVar1")) (; ";")) (expression_statement "uVar2 = FUN_0002f6b0(0x141,param_1);" (assignment_expression "uVar2 = FUN_0002f6b0(0x141,param_1)" (identifier "uVar2") (= "=") (call_expression "FUN_0002f6b0(0x141,param_1)" (identifier "FUN_0002f6b0") (argument_list "(0x141,param_1)" (( "(") (number_literal "0x141") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (DAT_000917b8 != 0) {\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }" (if "if") (parenthesized_expression "(DAT_000917b8 != 0)" (( "(") (binary_expression "DAT_000917b8 != 0" (identifier "DAT_000917b8") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);\n return;\n }" ({ "{") (expression_statement "DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);" (assignment_expression "DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2)" (identifier "DAT_000917b8") (= "=") (call_expression "FUN_0002f530(0x145,DAT_000917b8,uVar2)" (identifier "FUN_0002f530") (argument_list "(0x145,DAT_000917b8,uVar2)" (( "(") (number_literal "0x145") (, ",") (identifier "DAT_000917b8") (, ",") (identifier "uVar2") () ")")))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "DAT_000917b8 = uVar2;" (assignment_expression "DAT_000917b8 = uVar2" (identifier "DAT_000917b8") (= "=") (identifier "uVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(char *name)
{
type_1 *poVar1;
type_2 *rhs;
var_1
(name,overlay_vma,overlay_section,(type_2 *)0x0,overlay_subalign,(type_2 *)0x0,0
,0);
if (type_1 == (type_1 *)0x0) {
overlay_vma = var_2(0x143,name);
}
poVar1 = (type_1 *)var_3(8);
poVar1->os = current_section;
poVar1->next = type_1;
type_1 = poVar1;
rhs = var_2(0x141,name);
if (var_4 != (type_2 *)0x0) {
var_4 = var_5(0x145,var_4,rhs);
return;
}
var_4 = rhs;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal) (number_literal) (identifier) (number_literal) (number_literal) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier) (identifier))))) (return_statement))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
int *piVar1;
undefined4 uVar2;
FUN_00025d90(param_1,DAT_000917c0,1,0,DAT_000917bc,0,0,0);
if (DAT_000917b4 == (int *)0x0) {
DAT_000917c0 = FUN_0002f6b0(0x143,param_1);
}
piVar1 = (int *)xmalloc(8);
piVar1[1] = DAT_000917d8;
*piVar1 = (int)DAT_000917b4;
DAT_000917b4 = piVar1;
uVar2 = FUN_0002f6b0(0x141,param_1);
if (DAT_000917b8 != 0) {
DAT_000917b8 = FUN_0002f530(0x145,DAT_000917b8,uVar2);
return;
}
DAT_000917b8 = uVar2;
return;
}
|
30_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
gettext
|
gettext
|
void gettext(void)
{
(*(code *)PTR_gettext_005ea10c)();
return;
}
|
void gettext(void)
{
(*(code *)PTR_gettext_005ea10c)();
return;
}
|
JMP dword ptr [EBX + 0x10c]
| null | null | null | null |
[('tmp_58', u'CAST_-1206086505'), (u'INDIRECT_-1206086510', u'COPY_-1206086569'), (u'CAST_-1206086505', u'CALLIND_-1206086582'), (u'CALLIND_-1206086582', u'INDIRECT_-1206086510'), ('const-0', u'RETURN_-1206086579')]
|
[('tmp_58', u'CAST_-1206086505'), (u'INDIRECT_-1206086510', u'COPY_-1206086569'), (u'CAST_-1206086505', u'CALLIND_-1206086582'), (u'CALLIND_-1206086582', u'INDIRECT_-1206086510'), ('const-0', u'RETURN_-1206086579')]
| null | null |
00039440
|
x86
|
O1
|
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" { (expression_statement "(*(code *)PTR_gettext_005ea10c)();" (call_expression "(*(code *)PTR_gettext_005ea10c)()" (parenthesized_expression "(*(code *)PTR_gettext_005ea10c)" ( (pointer_expression "*(code *)PTR_gettext_005ea10c" * (cast_expression "(code *)PTR_gettext_005ea10c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" { (expression_statement "(*(code *)PTR_gettext_005ea10c)();" (call_expression "(*(code *)PTR_gettext_005ea10c)()" (parenthesized_expression "(*(code *)PTR_gettext_005ea10c)" ( (pointer_expression "*(code *)PTR_gettext_005ea10c" * (cast_expression "(code *)PTR_gettext_005ea10c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}\n\n" (function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" primitive_type (function_declarator "gettext(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" { (expression_statement "(*(code *)PTR_gettext_005ea10c)();" (call_expression "(*(code *)PTR_gettext_005ea10c)()" (parenthesized_expression "(*(code *)PTR_gettext_005ea10c)" ( (pointer_expression "*(code *)PTR_gettext_005ea10c" * (cast_expression "(code *)PTR_gettext_005ea10c" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(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)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void gettext(void)\n\n{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" (primitive_type "void") (function_declarator "gettext(void)" (identifier "gettext") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_gettext_005ea10c)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_gettext_005ea10c)();" (call_expression "(*(code *)PTR_gettext_005ea10c)()" (parenthesized_expression "(*(code *)PTR_gettext_005ea10c)" (( "(") (pointer_expression "*(code *)PTR_gettext_005ea10c" (* "*") (cast_expression "(code *)PTR_gettext_005ea10c" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_gettext_005ea10c"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_gettext_005ea10c)();
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 argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_005ea10c)();
return;
}
|
1186_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
~Struct_noexecstack
|
FUN_0003c7d0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_noexecstack(Struct_noexecstack * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_noexecstack::~Struct_noexecstack
(Struct_noexecstack *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382b68;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
operator_delete(this,0x40);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003c7d0(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00382b68;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x40);
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x352829
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0xc]
LEA EAX,[EBX + 0xffff3b68]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
CMP EAX,EDX
JZ 0x0003c802
SUB ESP,0xc
PUSH EAX
CALL 0x001e6db0
ADD ESP,0x10
SUB ESP,0x8
PUSH 0x40
PUSH ESI
CALL 0x001e6d90
ADD ESP,0x14
POP EBX
POP ESI
RET
| null | null | null | null |
[(u'LOAD_-1206073322', u'CALL_-1206073279'), ('const-0', u'PTRSUB_-1206073108'), ('const-0', u'PTRSUB_-1206073105'), ('const-8', u'PTRSUB_-1206073104'), ('const-0', u'PTRSUB_-1206073102'), ('const-417', u'STORE_-1206073325'), (u'PTRSUB_-1206073108', u'PTRSUB_-1206073104'), (u'PTRSUB_-1206073105', u'CAST_-1206073095'), ('const-417', u'LOAD_-1206073322'), (u'PTRSUB_-1206073097', u'STORE_-1206073325'), ('tmp_323', u'PTRSUB_-1206073113'), ('const-4', u'PTRSUB_-1206073099'), ('const-4', u'PTRSUB_-1206073113'), (u'PTRSUB_-1206073098', u'PTRSUB_-1206073094'), (u'PTRSUB_-1206073104', u'INT_NOTEQUAL_-1206073302'), ('const-0', u'RETURN_-1206073205'), (u'LOAD_-1206073322', u'CAST_-1206073089'), (u'PTRSUB_-1206073099', u'PTRSUB_-1206073098'), ('const-64', u'CALL_-1206073238'), (u'INT_NOTEQUAL_-1206073302', u'CBRANCH_-1206073302'), (u'PTRSUB_-1206073113', u'PTRSUB_-1206073108'), (u'PTRSUB_-1206073102', u'PTRSUB_-1206073097'), ('const-0', u'PTRSUB_-1206073098'), (u'CAST_-1206073089', u'INT_NOTEQUAL_-1206073302'), (u'PTRSUB_-1206073092', u'LOAD_-1206073322'), ('const-3681128', u'PTRSUB_-1206073105'), ('tmp_323', u'PTRSUB_-1206073102'), (u'PTRSUB_-1206073094', u'PTRSUB_-1206073092'), ('tmp_323', u'CALL_-1206073238'), (u'CAST_-1206073095', u'STORE_-1206073325'), ('const-0', u'PTRSUB_-1206073092'), ('tmp_323', u'PTRSUB_-1206073099'), ('const-0', u'PTRSUB_-1206073097'), ('tmp_135', u'CBRANCH_-1206073302'), ('const-0', u'PTRSUB_-1206073094')]
|
[('const-3681128', u'PTRSUB_-1206073110'), (u'LOAD_-1206073322', u'CAST_-1206073107'), ('const-1', u'PTRADD_-1206073107'), ('tmp_597', u'CALL_-1206073238'), (u'INT_NOTEQUAL_-1206073302', u'CBRANCH_-1206073302'), ('const-417', u'STORE_-1206073325'), ('const-4', u'PTRADD_-1206073119'), ('tmp_597', u'STORE_-1206073325'), ('const-417', u'LOAD_-1206073322'), ('tmp_597', u'PTRADD_-1206073107'), ('tmp_597', u'PTRADD_-1206073119'), ('const-64', u'CALL_-1206073238'), (u'PTRSUB_-1206073110', u'STORE_-1206073325'), ('const-4', u'PTRADD_-1206073107'), ('const-3', u'PTRADD_-1206073119'), (u'PTRADD_-1206073119', u'INT_NOTEQUAL_-1206073302'), (u'CAST_-1206073107', u'CALL_-1206073279'), (u'CAST_-1206073107', u'INT_NOTEQUAL_-1206073302'), ('tmp_135', u'CBRANCH_-1206073302'), (u'PTRADD_-1206073107', u'LOAD_-1206073322'), ('const-0', u'PTRSUB_-1206073110'), ('const-0', u'RETURN_-1206073205')]
| null | null |
0003c7d0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003c7d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}\n\n" comment (function_definition "void FUN_0003c7d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_0003c7d0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00382b68;" (assignment_expression "*param_1 = &PTR_FUN_00382b68" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00382b68" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x40);" (call_expression "FUN_001e6d90(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_noexecstack(Struct_noexecstack * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_noexecstack::~Struct_noexecstack\n (Struct_noexecstack *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382b68;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x40);\n return;\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_noexecstack::~Struct_noexecstack\n (Struct_noexecstack *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382b68;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x40);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_noexecstack::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_noexecstack\n (Struct_noexecstack *this,int __in_chrg)" identifier (parameter_list "(Struct_noexecstack *this,int __in_chrg)" ( (parameter_declaration "Struct_noexecstack *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382b68;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x40);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382b68;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00382b68" (field_expression "(this->super_Struct_var)._vptr_Struct_var" (parenthesized_expression "(this->super_Struct_var)" ( (field_expression "this->super_Struct_var" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00382b68" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00382b68" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x40);" (call_expression "operator_delete(this,0x40)" identifier (argument_list "(this,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0003c7d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}\n\n" (function_definition "void FUN_0003c7d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" primitive_type (function_declarator "FUN_0003c7d0(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00382b68;" (assignment_expression "*param_1 = &PTR_FUN_00382b68" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00382b68" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (expression_statement "FUN_001e6d90(param_1,0x40);" (call_expression "FUN_001e6d90(param_1,0x40)" identifier (argument_list "(param_1,0x40)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) })))
|
(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_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0003c7d0(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003c7d0(undefined4 *param_1)" (identifier "FUN_0003c7d0") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_00382b68;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }\n FUN_001e6d90(param_1,0x40);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00382b68;" (assignment_expression "*param_1 = &PTR_FUN_00382b68" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00382b68" (& "&") (identifier "PTR_FUN_00382b68"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_001e6db0((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[1]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[1])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_001e6d90(param_1,0x40);" (call_expression "FUN_001e6d90(param_1,0x40)" (identifier "FUN_001e6d90") (argument_list "(param_1,0x40)" (( "(") (identifier "param_1") (, ",") (number_literal "0x40") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_noexecstack(Struct_noexecstack * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00382b68;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
var_6(this,0x40);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_00382b68;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_001e6db0((undefined4 *)param_1[1]);
}
FUN_001e6d90(param_1,0x40);
return;
}
|
631_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
|
walWriteOneFrame
|
FUN_00021207
|
int __regparm3 walWriteOneFrame(WalWriter *p,PgHdr *pPage,int nTruncate,sqlite3_int64 iOffset)
{
int iVar1;
u8 *aData;
int iVar2;
int in_GS_OFFSET;
u8 aFrame [24];
iVar1 = *(int *)(in_GS_OFFSET + 0x14);
aData = (u8 *)pPage->pData;
walEncodeFrame(p->pWal,pPage->pgno,nTruncate,aData,aFrame);
iVar2 = walWriteToLog(p,aFrame,0x18,iOffset);
if (iVar2 == 0) {
iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);
}
if (iVar1 == *(int *)(in_GS_OFFSET + 0x14)) {
return iVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail_local();
}
|
void __regparm2 FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)
{
int iVar1;
int in_GS_OFFSET;
undefined1 local_38 [24];
int local_20;
local_20 = *(int *)(in_GS_OFFSET + 0x14);
FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);
iVar1 = FUN_000193c4(param_3,param_4);
if (iVar1 == 0) {
FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));
}
if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {
return;
}
/* WARNING: Subroutine does not return */
FUN_00094ed0();
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x3c
MOV EBX,EAX
MOV EDI,dword ptr [ESP + 0x50]
MOV EBP,dword ptr [ESP + 0x54]
MOV EAX,GS:[0x14]
MOV dword ptr [ESP + 0x2c],EAX
XOR EAX,EAX
MOV EAX,dword ptr [EDX + 0x4]
MOV dword ptr [ESP + 0xc],EAX
MOV EDX,dword ptr [EDX + 0x18]
LEA ESI,[ESP + 0x14]
PUSH ESI
PUSH EAX
MOV EAX,dword ptr [EBX]
CALL 0x00021169
PUSH EBP
PUSH EDI
MOV ECX,0x18
MOV EDX,ESI
MOV EAX,EBX
CALL 0x000193c4
ADD ESP,0x10
TEST EAX,EAX
JZ 0x00021267
MOV EDI,dword ptr [ESP + 0x2c]
XOR EDI,dword ptr GS:[0x14]
JNZ 0x00021289
ADD ESP,0x3c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV ECX,dword ptr [EBX + 0x14]
SUB ESP,0x8
MOV EAX,EDI
MOV EDX,EBP
ADD EAX,0x18
ADC EDX,0x0
PUSH EDX
PUSH EAX
MOV EDX,dword ptr [ESP + 0x1c]
MOV EAX,EBX
CALL 0x000193c4
ADD ESP,0x10
JMP 0x00021252
CALL 0x00094ed0
| null | null | null | null |
[('tmp_565', u'PTRSUB_-1206053901'), ('const-20', u'INT_ADD_-1206054329'), ('const-24', u'PTRSUB_-1206053912'), (u'LOAD_-1206054318', u'CAST_-1206053916'), (u'CAST_-1206053916', u'CALL_-1206054071'), (u'CAST_-1206053929', u'LOAD_-1206054345'), ('tmp_566', u'PTRSUB_-1206053912'), ('tmp_565', u'CALL_-1206054071'), (u'INT_ADD_-1206054196', u'CAST_-1206053865'), (u'PTRSUB_-1206053920', u'LOAD_-1206054318'), ('const-24', u'CALL_-1206054247'), (u'INDIRECT_-1206054022', u'MULTIEQUAL_-1206054008'), (u'INT_EQUAL_-1206054221', u'CBRANCH_-1206054220'), ('const-417', u'LOAD_-1206054345'), (u'PTRSUB_-1206053908', u'CALL_-1206054275'), (u'PTRSUB_-1206053901', u'LOAD_-1206054286'), (u'CALL_-1206054071', u'MULTIEQUAL_-1206054024'), ('const-20', u'INT_ADD_-1206054196'), ('tmp_806', u'INT_ADD_-1206054329'), ('const-4', u'PTRSUB_-1206053920'), ('tmp_568', u'CALL_-1206054247'), (u'CALL_-1206054275', u'INDIRECT_-1206054039'), (u'LOAD_-1206054210', u'INT_EQUAL_-1206054198'), ('const-417', u'LOAD_-1206054305'), (u'CALL_-1206054247', u'INDIRECT_-1206054022'), (u'MULTIEQUAL_-1206054008', u'INT_ADD_-1206054196'), (u'CAST_-1206053865', u'LOAD_-1206054210'), (u'LOAD_-1206054305', u'CALL_-1206054275'), ('const-0', u'PTRSUB_-1206053901'), (u'INT_ADD_-1206053934', u'CALL_-1206054071'), (u'LOAD_-1206054286', u'CALL_-1206054275'), ('tmp_254', u'CBRANCH_-1206054220'), ('const-4294967240', u'PTRSUB_-1206053908'), (u'CAST_-1206053916', u'CALL_-1206054275'), ('const-24', u'INT_ADD_-1206053934'), ('const-417', u'LOAD_-1206054318'), (u'MULTIEQUAL_-1206054024', u'RETURN_-1206054149'), ('tmp_565', u'CALL_-1206054247'), ('tmp_566', u'PTRSUB_-1206053920'), (u'PTRSUB_-1206053908', u'CALL_-1206054247'), ('const-1', u'RETURN_-1206054109'), (u'LOAD_-1206054149', u'CALL_-1206054071'), ('const-0', u'INT_EQUAL_-1206054221'), ('tmp_296', u'CBRANCH_-1206054191'), ('const-417', u'LOAD_-1206054149'), (u'PTRSUB_-1206053912', u'LOAD_-1206054305'), ('tmp_567', u'CALL_-1206054275'), (u'LOAD_-1206054345', u'INT_EQUAL_-1206054198'), ('const-0', u'RETURN_-1206054149'), (u'INT_EQUAL_-1206054198', u'CBRANCH_-1206054191'), (u'CALL_-1206054247', u'MULTIEQUAL_-1206054024'), ('tmp_568', u'INT_ADD_-1206053934'), ('tmp_548', u'BRANCH_-1206054056'), (u'INDIRECT_-1206053964', u'MULTIEQUAL_-1206054008'), (u'CALL_-1206054071', u'INDIRECT_-1206053964'), ('tmp_565', u'PTRSUB_-1206053849'), (u'INT_ADD_-1206054329', u'CAST_-1206053929'), ('const-417', u'LOAD_-1206054210'), (u'PTRSUB_-1206053849', u'LOAD_-1206054149'), (u'CALL_-1206054247', u'INT_EQUAL_-1206054221'), ('const-20', u'PTRSUB_-1206053849'), ('tmp_801', u'PTRSUB_-1206053908'), ('const-417', u'LOAD_-1206054286')]
|
[(u'CALL_-1206054275', u'INDIRECT_-1206053943'), ('const-20', u'INT_ADD_-1206054329'), (u'INT_ADD_-1206054302', u'CAST_-1206053930'), (u'LOAD_-1206054318', u'CALL_-1206054275'), (u'INT_LESS_-1206054113', u'INT_ZEXT_-1206054099'), (u'CAST_-1206053943', u'LOAD_-1206054345'), (u'CAST_-1206053930', u'LOAD_-1206054318'), (u'INDIRECT_-1206054022', u'MULTIEQUAL_-1206054008'), ('tmp_1176', u'INT_ADD_-1206054089'), (u'INT_ADD_-1206054089', u'CALL_-1206054071'), (u'INT_EQUAL_-1206054221', u'CBRANCH_-1206054220'), ('const-4', u'INT_ADD_-1206054302'), ('const-20', u'INT_ADD_-1206054196'), (u'CAST_-1206053879', u'LOAD_-1206054210'), (u'LOAD_-1206054210', u'INT_EQUAL_-1206054198'), (u'CALL_-1206054275', u'INDIRECT_-1206054039'), (u'CALL_-1206054247', u'INDIRECT_-1206054022'), (u'MULTIEQUAL_-1206054008', u'INT_ADD_-1206054196'), ('tmp_1175', u'CALL_-1206054247'), ('tmp_793', u'INT_ADD_-1206054329'), (u'CALL_-1206054114', u'INDIRECT_-1206053857'), ('const-417', u'LOAD_-1206054318'), ('tmp_254', u'CBRANCH_-1206054220'), ('tmp_788', u'PTRSUB_-1206053920'), ('tmp_1175', u'INT_LESS_-1206054113'), ('const-24', u'INT_ADD_-1206054107'), (u'INT_ADD_-1206054329', u'CAST_-1206053943'), ('const-1', u'RETURN_-1206054109'), ('tmp_1176', u'CALL_-1206054247'), ('const-0', u'INT_EQUAL_-1206054221'), (u'INDIRECT_-1206053868', u'MULTIEQUAL_-1206053912'), ('tmp_296', u'CBRANCH_-1206054191'), ('const-417', u'LOAD_-1206054345'), (u'INDIRECT_-1206053926', u'MULTIEQUAL_-1206053912'), ('tmp_1175', u'INT_ADD_-1206054107'), ('const-0', u'RETURN_-1206054149'), ('const-417', u'LOAD_-1206054210'), (u'INT_EQUAL_-1206054198', u'CBRANCH_-1206054191'), (u'INT_ADD_-1206054107', u'CALL_-1206054071'), ('tmp_548', u'BRANCH_-1206054056'), (u'PTRSUB_-1206053920', u'CALL_-1206054275'), (u'INDIRECT_-1206053964', u'MULTIEQUAL_-1206054008'), (u'CALL_-1206054247', u'INDIRECT_-1206053926'), ('const-4294967240', u'PTRSUB_-1206053920'), ('const-4294967271', u'INT_LESS_-1206054113'), (u'INT_ZEXT_-1206054099', u'INT_ADD_-1206054089'), (u'CALL_-1206054071', u'INDIRECT_-1206053964'), (u'CALL_-1206054071', u'INDIRECT_-1206053868'), (u'MULTIEQUAL_-1206053912', u'INT_EQUAL_-1206054198'), ('tmp_794', u'INT_ADD_-1206054302'), (u'CALL_-1206054247', u'INT_EQUAL_-1206054221'), (u'INT_ADD_-1206054196', u'CAST_-1206053879')]
| null | null |
00021207
|
x86
|
O1
|
(translation_unit "void __regparm2 FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)\n\n{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00094ed0();\n}\n\n" (function_definition "void __regparm2 FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)\n\n{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00094ed0();\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)" identifier (parameter_list "(undefined4 param_1,int param_2,uint param_3,int param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00094ed0();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "undefined1 local_38 [24];" type_identifier (array_declarator "local_38 [24]" identifier [ number_literal ]) ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);" (call_expression "FUN_00021169(*(undefined4 *)(param_2 + 4),local_38)" identifier (argument_list "(*(undefined4 *)(param_2 + 4),local_38)" ( (pointer_expression "*(undefined4 *)(param_2 + 4)" * (cast_expression "(undefined4 *)(param_2 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "iVar1 = FUN_000193c4(param_3,param_4);" (assignment_expression "iVar1 = FUN_000193c4(param_3,param_4)" identifier = (call_expression "FUN_000193c4(param_3,param_4)" identifier (argument_list "(param_3,param_4)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }" { (expression_statement "FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));" (call_expression "FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3))" identifier (argument_list "(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3))" ( (binary_expression "param_3 + 0x18" identifier + number_literal) , (binary_expression "param_4 + (uint)(0xffffffe7 < param_3)" identifier + (call_expression "(uint)(0xffffffe7 < param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xffffffe7 < param_3)" ( (binary_expression "0xffffffe7 < param_3" number_literal < identifier) )))) ))) ;) })) (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_00094ed0();" (call_expression "FUN_00094ed0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int __regparm3 walWriteOneFrame(WalWriter *p,PgHdr *pPage,int nTruncate,sqlite3_int64 iOffset)\n\n{\n int iVar1;\n u8 *aData;\n int iVar2;\n int in_GS_OFFSET;\n u8 aFrame [24];\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n aData = (u8 *)pPage->pData;\n walEncodeFrame(p->pWal,pPage->pgno,nTruncate,aData,aFrame);\n iVar2 = walWriteToLog(p,aFrame,0x18,iOffset);\n if (iVar2 == 0) {\n iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);\n }\n if (iVar1 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}\n\n" (function_definition "int __regparm3 walWriteOneFrame(WalWriter *p,PgHdr *pPage,int nTruncate,sqlite3_int64 iOffset)\n\n{\n int iVar1;\n u8 *aData;\n int iVar2;\n int in_GS_OFFSET;\n u8 aFrame [24];\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n aData = (u8 *)pPage->pData;\n walEncodeFrame(p->pWal,pPage->pgno,nTruncate,aData,aFrame);\n iVar2 = walWriteToLog(p,aFrame,0x18,iOffset);\n if (iVar2 == 0) {\n iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);\n }\n if (iVar1 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "walWriteOneFrame(WalWriter *p,PgHdr *pPage,int nTruncate,sqlite3_int64 iOffset)" identifier (parameter_list "(WalWriter *p,PgHdr *pPage,int nTruncate,sqlite3_int64 iOffset)" ( (parameter_declaration "WalWriter *p" type_identifier (pointer_declarator "*p" * identifier)) , (parameter_declaration "PgHdr *pPage" type_identifier (pointer_declarator "*pPage" * identifier)) , (parameter_declaration "int nTruncate" primitive_type identifier) , (parameter_declaration "sqlite3_int64 iOffset" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n u8 *aData;\n int iVar2;\n int in_GS_OFFSET;\n u8 aFrame [24];\n \n iVar1 = *(int *)(in_GS_OFFSET + 0x14);\n aData = (u8 *)pPage->pData;\n walEncodeFrame(p->pWal,pPage->pgno,nTruncate,aData,aFrame);\n iVar2 = walWriteToLog(p,aFrame,0x18,iOffset);\n if (iVar2 == 0) {\n iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);\n }\n if (iVar1 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail_local();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "u8 *aData;" type_identifier (pointer_declarator "*aData" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "u8 aFrame [24];" type_identifier (array_declarator "aFrame [24]" identifier [ number_literal ]) ;) (expression_statement "iVar1 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "iVar1 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "aData = (u8 *)pPage->pData;" (assignment_expression "aData = (u8 *)pPage->pData" identifier = (cast_expression "(u8 *)pPage->pData" ( (type_descriptor "u8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "pPage->pData" identifier -> field_identifier))) ;) (expression_statement "walEncodeFrame(p->pWal,pPage->pgno,nTruncate,aData,aFrame);" (call_expression "walEncodeFrame(p->pWal,pPage->pgno,nTruncate,aData,aFrame)" identifier (argument_list "(p->pWal,pPage->pgno,nTruncate,aData,aFrame)" ( (field_expression "p->pWal" identifier -> field_identifier) , (field_expression "pPage->pgno" identifier -> field_identifier) , identifier , identifier , identifier ))) ;) (expression_statement "iVar2 = walWriteToLog(p,aFrame,0x18,iOffset);" (assignment_expression "iVar2 = walWriteToLog(p,aFrame,0x18,iOffset)" identifier = (call_expression "walWriteToLog(p,aFrame,0x18,iOffset)" identifier (argument_list "(p,aFrame,0x18,iOffset)" ( identifier , identifier , number_literal , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);\n }" { (expression_statement "iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18);" (assignment_expression "iVar2 = walWriteToLog(p,aData,p->szPage,iOffset + 0x18)" identifier = (call_expression "walWriteToLog(p,aData,p->szPage,iOffset + 0x18)" identifier (argument_list "(p,aData,p->szPage,iOffset + 0x18)" ( identifier , identifier , (field_expression "p->szPage" identifier -> field_identifier) , (binary_expression "iOffset + 0x18" identifier + number_literal) )))) ;) })) (if_statement "if (iVar1 == *(int *)(in_GS_OFFSET + 0x14)) {\n return iVar2;\n }" if (parenthesized_expression "(iVar1 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "iVar1 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return iVar2;\n }" { (return_statement "return iVar2;" return identifier ;) })) comment (expression_statement "__stack_chk_fail_local();" (call_expression "__stack_chk_fail_local()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void __regparm2 FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)\n\n{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n \n FUN_00094ed0();\n}\n\n" (function_definition "void __regparm2 FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)\n\n{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n \n FUN_00094ed0();\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)" identifier (parameter_list "(undefined4 param_1,int param_2,uint param_3,int param_4)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n \n FUN_00094ed0();\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int in_GS_OFFSET;" primitive_type identifier ;) (declaration "undefined1 local_38 [24];" type_identifier (array_declarator "local_38 [24]" identifier [ number_literal ]) ;) (declaration "int local_20;" primitive_type identifier ;) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" identifier = (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) ;) (expression_statement "FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);" (call_expression "FUN_00021169(*(undefined4 *)(param_2 + 4),local_38)" identifier (argument_list "(*(undefined4 *)(param_2 + 4),local_38)" ( (pointer_expression "*(undefined4 *)(param_2 + 4)" * (cast_expression "(undefined4 *)(param_2 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "iVar1 = FUN_000193c4(param_3,param_4);" (assignment_expression "iVar1 = FUN_000193c4(param_3,param_4)" identifier = (call_expression "FUN_000193c4(param_3,param_4)" identifier (argument_list "(param_3,param_4)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }" { (expression_statement "FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));" (call_expression "FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3))" identifier (argument_list "(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3))" ( (binary_expression "param_3 + 0x18" identifier + number_literal) , (binary_expression "param_4 + (uint)(0xffffffe7 < param_3)" identifier + (call_expression "(uint)(0xffffffe7 < param_3)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xffffffe7 < param_3)" ( (binary_expression "0xffffffe7 < param_3" number_literal < identifier) )))) ))) ;) })) (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }" if (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" ( (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" identifier == (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" * (cast_expression "(int *)(in_GS_OFFSET + 0x14)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_GS_OFFSET + 0x14)" ( (binary_expression "in_GS_OFFSET + 0x14" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_00094ed0();" (call_expression "FUN_00094ed0()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) )))) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void __regparm2 FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)\n\n{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n \n FUN_00094ed0();\n}" (primitive_type "void") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_00021207(undefined4 param_1,int param_2,uint param_3,int param_4)" (identifier "FUN_00021207") (parameter_list "(undefined4 param_1,int param_2,uint param_3,int param_4)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n int iVar1;\n int in_GS_OFFSET;\n undefined1 local_38 [24];\n int local_20;\n \n local_20 = *(int *)(in_GS_OFFSET + 0x14);\n FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);\n iVar1 = FUN_000193c4(param_3,param_4);\n if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }\n if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }\n \n FUN_00094ed0();\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int in_GS_OFFSET;" (primitive_type "int") (identifier "in_GS_OFFSET") (; ";")) (declaration "undefined1 local_38 [24];" (type_identifier "undefined1") (array_declarator "local_38 [24]" (identifier "local_38") ([ "[") (number_literal "24") (] "]")) (; ";")) (declaration "int local_20;" (primitive_type "int") (identifier "local_20") (; ";")) (expression_statement "local_20 = *(int *)(in_GS_OFFSET + 0x14);" (assignment_expression "local_20 = *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (= "=") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);" (call_expression "FUN_00021169(*(undefined4 *)(param_2 + 4),local_38)" (identifier "FUN_00021169") (argument_list "(*(undefined4 *)(param_2 + 4),local_38)" (( "(") (pointer_expression "*(undefined4 *)(param_2 + 4)" (* "*") (cast_expression "(undefined4 *)(param_2 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (, ",") (identifier "local_38") () ")"))) (; ";")) (expression_statement "iVar1 = FUN_000193c4(param_3,param_4);" (assignment_expression "iVar1 = FUN_000193c4(param_3,param_4)" (identifier "iVar1") (= "=") (call_expression "FUN_000193c4(param_3,param_4)" (identifier "FUN_000193c4") (argument_list "(param_3,param_4)" (( "(") (identifier "param_3") (, ",") (identifier "param_4") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));\n }" ({ "{") (expression_statement "FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));" (call_expression "FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3))" (identifier "FUN_000193c4") (argument_list "(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3))" (( "(") (binary_expression "param_3 + 0x18" (identifier "param_3") (+ "+") (number_literal "0x18")) (, ",") (binary_expression "param_4 + (uint)(0xffffffe7 < param_3)" (identifier "param_4") (+ "+") (call_expression "(uint)(0xffffffe7 < param_3)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0xffffffe7 < param_3)" (( "(") (binary_expression "0xffffffe7 < param_3" (number_literal "0xffffffe7") (< "<") (identifier "param_3")) () ")")))) () ")"))) (; ";")) (} "}"))) (if_statement "if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {\n return;\n }" (if "if") (parenthesized_expression "(local_20 == *(int *)(in_GS_OFFSET + 0x14))" (( "(") (binary_expression "local_20 == *(int *)(in_GS_OFFSET + 0x14)" (identifier "local_20") (== "==") (pointer_expression "*(int *)(in_GS_OFFSET + 0x14)" (* "*") (cast_expression "(int *)(in_GS_OFFSET + 0x14)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_GS_OFFSET + 0x14)" (( "(") (binary_expression "in_GS_OFFSET + 0x14" (identifier "in_GS_OFFSET") (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_00094ed0();" (call_expression "FUN_00094ed0()" (identifier "FUN_00094ed0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
int __regparm3 function_1(type_1 *p,type_2 *pPage,int nTruncate,type_3 var_5)
{
int var_6;
type_4 *aData;
int var_4;
int var_1;
type_4 aFrame [24];
var_6 = *(int *)(var_1 + 0x14);
aData = (type_4 *)pPage->pData;
var_2(p->pWal,pPage->pgno,nTruncate,aData,aFrame);
var_4 = var_3(p,aFrame,0x18,var_5);
if (var_4 == 0) {
var_4 = var_3(p,aData,p->szPage,var_5 + 0x18);
}
if (var_6 == *(int *)(var_1 + 0x14)) {
return var_4;
}
/* WARNING: Subroutine does not return */
var_7();
}
| null |
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void __regparm2 MASKED(undefined4 param_1,int param_2,uint param_3,int param_4)
{
int iVar1;
int in_GS_OFFSET;
undefined1 local_38 [24];
int local_20;
local_20 = *(int *)(in_GS_OFFSET + 0x14);
FUN_00021169(*(undefined4 *)(param_2 + 4),local_38);
iVar1 = FUN_000193c4(param_3,param_4);
if (iVar1 == 0) {
FUN_000193c4(param_3 + 0x18,param_4 + (uint)(0xffffffe7 < param_3));
}
if (local_20 == *(int *)(in_GS_OFFSET + 0x14)) {
return;
}
/* WARNING: Subroutine does not return */
FUN_00094ed0();
}
|
12810_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
~underflow_error
|
FUN_003f5460
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* ~underflow_error() */
void __thiscall std::underflow_error::~underflow_error(underflow_error *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_003f5460(undefined4 param_1)
{
undefined4 uVar1;
uVar1 = FUN_003f4880(param_1);
FUN_003f4830(uVar1);
return;
}
|
PUSH EBX
CALL 0x00050b50
ADD EBX,0x1f4b9a
SUB ESP,0x14
PUSH dword ptr [ESP + 0x1c]
CALL 0x003f4880
MOV dword ptr [ESP],EAX
CALL 0x003f4830
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[('const-1', u'RETURN_-1205840782')]
|
[('const-0', u'RETURN_-1205840702'), ('tmp_306', u'CALL_-1205840743'), (u'CALL_-1205840743', u'CALL_-1205840730')]
| null | null |
003f5460
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_003f5460(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}\n\n" comment (function_definition "void FUN_003f5460(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}" primitive_type (function_declarator "FUN_003f5460(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_003f4880(param_1);" (assignment_expression "uVar1 = FUN_003f4880(param_1)" identifier = (call_expression "FUN_003f4880(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_003f4830(uVar1);" (call_expression "FUN_003f4830(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* ~underflow_error() */\n\nvoid __thiscall std::underflow_error::~underflow_error(underflow_error *this)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall std::underflow_error::~underflow_error(underflow_error *this)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::underflow_error::~" identifier : : identifier : : ~) (function_declarator "underflow_error(underflow_error *this)" identifier (parameter_list "(underflow_error *this)" ( (parameter_declaration "underflow_error *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n}" { })))
|
(translation_unit "void FUN_003f5460(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}\n\n" (function_definition "void FUN_003f5460(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}" primitive_type (function_declarator "FUN_003f5460(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_003f4880(param_1);" (assignment_expression "uVar1 = FUN_003f4880(param_1)" identifier = (call_expression "FUN_003f4880(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_003f4830(uVar1);" (call_expression "FUN_003f4830(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_003f5460(undefined4 param_1)\n\n{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_003f5460(undefined4 param_1)" (identifier "FUN_003f5460") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n \n uVar1 = FUN_003f4880(param_1);\n FUN_003f4830(uVar1);\n return;\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (expression_statement "uVar1 = FUN_003f4880(param_1);" (assignment_expression "uVar1 = FUN_003f4880(param_1)" (identifier "uVar1") (= "=") (call_expression "FUN_003f4880(param_1)" (identifier "FUN_003f4880") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_003f4830(uVar1);" (call_expression "FUN_003f4830(uVar1)" (identifier "FUN_003f4830") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* ~underflow_error() */
void __thiscall std::function_1::~function_1(function_1 *this)
{
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 param_1)
{
undefined4 uVar1;
uVar1 = FUN_003f4880(param_1);
FUN_003f4830(uVar1);
return;
}
|
117_powerpc-linux-gnu-nm_and_powerpc-linux-gnu-nm_strip.c
|
print_archive_member_sysv
|
FUN_000147e0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void print_archive_member_sysv(char *archive,char *filename)
{
char *__format;
__format = (char *)dcgettext(0,
"Name Value Class Type Size Line Section\n\n"
,5);
printf(__format);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_000147e0(void)
{
char *__format;
__format = (char *)dcgettext(0,
"Name Value Class Type Size Line Section\n\n"
,5);
printf(__format);
return;
}
|
PUSH EBX
CALL 0x00012a60
ADD EBX,0x881a
SUB ESP,0xc
PUSH 0x5
LEA EAX,[EBX + 0xffffbc84]
PUSH EAX
PUSH 0x0
CALL 0x00012160
MOV dword ptr [ESP],EAX
CALL 0x00012080
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[(u'CALL_-1205975002', u'CAST_-1205974872'), ('const-0', u'RETURN_-1205974961'), (u'COPY_-1205974936', u'CALL_-1205975002'), ('const-101508', u'COPY_-1205974936'), ('const-5', u'CALL_-1205975002'), ('const-0', u'CALL_-1205975002'), (u'CAST_-1205974872', u'CALL_-1205974989')]
|
[('const-101508', u'COPY_-1205974940'), ('const-0', u'RETURN_-1205974961'), (u'COPY_-1205974940', u'CALL_-1205975002'), ('const-0', u'CALL_-1205975002'), (u'CAST_-1205974876', u'CALL_-1205974989'), ('const-5', u'CALL_-1205975002'), (u'CALL_-1205975002', u'CAST_-1205974876')]
| null | null |
000147e0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_000147e0(void)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}\n\n" comment (function_definition "void FUN_000147e0(void)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" primitive_type (function_declarator "FUN_000147e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);" (assignment_expression "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" identifier (argument_list "(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" ( number_literal , (string_literal ""Name Value Class Type Size Line Section\n\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format);" (call_expression "printf(__format)" identifier (argument_list "(__format)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid print_archive_member_sysv(char *archive,char *filename)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}\n\n" comment (function_definition "void print_archive_member_sysv(char *archive,char *filename)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" primitive_type (function_declarator "print_archive_member_sysv(char *archive,char *filename)" identifier (parameter_list "(char *archive,char *filename)" ( (parameter_declaration "char *archive" primitive_type (pointer_declarator "*archive" * identifier)) , (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) ))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);" (assignment_expression "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" identifier (argument_list "(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" ( number_literal , (string_literal ""Name Value Class Type Size Line Section\n\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format);" (call_expression "printf(__format)" identifier (argument_list "(__format)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_000147e0(void)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}\n\n" (function_definition "void FUN_000147e0(void)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" primitive_type (function_declarator "FUN_000147e0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" { (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (expression_statement "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);" (assignment_expression "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" identifier (argument_list "(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" ( number_literal , (string_literal ""Name Value Class Type Size Line Section\n\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format);" (call_expression "printf(__format)" identifier (argument_list "(__format)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_000147e0(void)\n\n{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" (primitive_type "void") (function_declarator "FUN_000147e0(void)" (identifier "FUN_000147e0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n char *__format;\n \n __format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);\n printf(__format);\n return;\n}" ({ "{") (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (expression_statement "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5);" (assignment_expression "__format = (char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n "Name Value Class Type Size Line Section\n\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal ""Name Value Class Type Size Line Section\n\n"" (" """) (string_content "Name Value Class Type Size Line Section") (escape_sequence "\n") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(__format);" (call_expression "printf(__format)" (identifier "printf") (argument_list "(__format)" (( "(") (identifier "__format") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void function_1(char *archive,char *filename)
{
char *__format;
__format = (char *)var_1(0,
"Name Value Class Type Size Line Section\n\n"
,5);
var_2(__format);
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 (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
char *__format;
__format = (char *)dcgettext(0,
"Name Value Class Type Size Line Section\n\n"
,5);
printf(__format);
return;
}
|
2862_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
_M_realloc_insert<gold::Incremental_input_entry*_const&>
|
FUN_0007e510
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original name: _M_realloc_insert<gold::Incremental_input_entry* const&>
DWARF original prototype: void
_M_realloc_insert<gold::Incremental_input_entry*_const&>(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
* this, iterator __position, Incremental_input_entry * * __args#0) */
void __thiscall
std::vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>::
_M_realloc_insert<gold::Incremental_input_entry*_const&>
(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
*this,iterator __position,Incremental_input_entry **__args_0)
{
void *__dest;
pointer __src;
pointer ppIVar1;
uint uVar2;
pointer __dest_00;
uint uVar3;
uint uVar4;
size_t __n;
pointer local_28;
__src = (this->
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
)._M_impl._M_start;
ppIVar1 = (this->
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
)._M_impl._M_finish;
__n = (int)__position._M_current - (int)__src;
uVar2 = (int)ppIVar1 - (int)__src >> 2;
if (uVar2 == 0) {
uVar3 = 1;
LAB_0007e645:
uVar4 = uVar3 * 4;
LAB_0007e555:
__dest_00 = (pointer)operator_new(uVar4);
local_28 = (pointer)((int)__dest_00 + uVar4);
}
else {
uVar3 = uVar2 * 2;
uVar4 = 0xfffffffc;
if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;
local_28 = (pointer)0x0;
__dest_00 = (pointer)0x0;
if (uVar3 != 0) goto LAB_0007e645;
}
*(Incremental_input_entry **)((int)__dest_00 + __n) = *__args_0;
__dest = (void *)((int)__dest_00 + __n + 4);
if (__position._M_current == __src) {
if (__position._M_current != ppIVar1) goto LAB_0007e5c7;
LAB_0007e5d8:
if (__src == (pointer)0x0) goto LAB_0007e5dc;
}
else {
memmove(__dest_00,__src,__n);
if (__position._M_current != ppIVar1) {
LAB_0007e5c7:
memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);
goto LAB_0007e5d8;
}
}
operator_delete(__src);
LAB_0007e5dc:
(this->
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
)._M_impl._M_start = __dest_00;
(this->
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
)._M_impl._M_finish = (pointer)((int)__dest + ((int)ppIVar1 - (int)__position._M_current));
(this->
super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
)._M_impl._M_end_of_storage = local_28;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)
{
void *__dest;
void *__src;
void *pvVar1;
uint uVar2;
void *__dest_00;
uint uVar3;
size_t __n;
int local_28;
__src = (void *)*param_1;
pvVar1 = (void *)param_1[1];
__n = (int)param_2 - (int)__src;
uVar2 = (int)pvVar1 - (int)__src >> 2;
if (uVar2 == 0) {
uVar3 = 1;
LAB_0007e645:
local_28 = uVar3 * 4;
LAB_0007e555:
__dest_00 = (void *)FUN_001e5200(local_28);
local_28 = (int)__dest_00 + local_28;
}
else {
uVar3 = uVar2 * 2;
local_28 = -4;
if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;
local_28 = 0;
__dest_00 = (void *)0x0;
if (uVar3 != 0) goto LAB_0007e645;
}
*(undefined4 *)((int)__dest_00 + __n) = *param_3;
__dest = (void *)((int)__dest_00 + __n + 4);
if (param_2 == __src) {
if (param_2 != pvVar1) goto LAB_0007e5c7;
LAB_0007e5d8:
if (__src == (void *)0x0) goto LAB_0007e5dc;
}
else {
memmove(__dest_00,__src,__n);
if (param_2 != pvVar1) {
LAB_0007e5c7:
memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);
goto LAB_0007e5d8;
}
}
FUN_001e6db0(__src);
LAB_0007e5dc:
*param_1 = __dest_00;
param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);
param_1[2] = local_28;
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x310ae7
SUB ESP,0x2c
MOV EBP,dword ptr [ESP + 0x40]
MOV EDI,dword ptr [ESP + 0x44]
MOV ESI,dword ptr [EBP]
MOV EAX,dword ptr [EBP + 0x4]
MOV dword ptr [ESP + 0xc],EAX
SUB EAX,ESI
SUB EDI,ESI
SAR EAX,0x2
MOV dword ptr [ESP + 0x8],EDI
JZ 0x0007e640
LEA ECX,[EAX + EAX*0x1]
MOV EDX,0xfffffffc
CMP EAX,ECX
JBE 0x0007e610
SUB ESP,0xc
PUSH EDX
MOV dword ptr [ESP + 0x20],EDX
CALL 0x001e5200
MOV EDX,dword ptr [ESP + 0x20]
MOV EDI,EAX
LEA EAX,[EAX + EDX*0x1]
MOV dword ptr [ESP + 0x24],EAX
ADD ESP,0x10
MOV EAX,dword ptr [ESP + 0x48]
MOV ECX,dword ptr [ESP + 0x8]
MOV EDX,dword ptr [ESP + 0xc]
SUB EDX,dword ptr [ESP + 0x44]
MOV EAX,dword ptr [EAX]
MOV dword ptr [EDI + ECX*0x1],EAX
LEA ECX,[EDI + ECX*0x1 + 0x4]
LEA EAX,[ECX + EDX*0x1]
MOV dword ptr [ESP + 0x10],EAX
CMP dword ptr [ESP + 0x44],ESI
JZ 0x0007e630
MOV dword ptr [ESP + 0x1c],ECX
SUB ESP,0x4
MOV dword ptr [ESP + 0x1c],EDX
PUSH dword ptr [ESP + 0xc]
PUSH ESI
PUSH EDI
CALL 0x000298a0
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0xc]
MOV ECX,dword ptr [ESP + 0x1c]
CMP dword ptr [ESP + 0x44],EDX
MOV EDX,dword ptr [ESP + 0x18]
JZ 0x0007e5f8
SUB ESP,0x4
PUSH EDX
PUSH dword ptr [ESP + 0x4c]
PUSH ECX
CALL 0x000295c0
ADD ESP,0x10
TEST ESI,ESI
JNZ 0x0007e5f8
MOV EAX,dword ptr [ESP + 0x10]
MOV dword ptr [EBP],EDI
MOV dword ptr [EBP + 0x4],EAX
MOV EAX,dword ptr [ESP + 0x14]
MOV dword ptr [EBP + 0x8],EAX
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0xc
PUSH ESI
CALL 0x001e6db0
ADD ESP,0x10
JMP 0x0007e5dc
CMP ECX,0x3fffffff
JA 0x0007e555
MOV dword ptr [ESP + 0x14],0x0
XOR EDI,EDI
TEST ECX,ECX
JZ 0x0007e572
JMP 0x0007e645
MOV EAX,dword ptr [ESP + 0xc]
CMP dword ptr [ESP + 0x44],EAX
JNZ 0x0007e5c7
JMP 0x0007e5d8
MOV ECX,0x1
LEA EDX,[ECX*0x4 + 0x0]
JMP 0x0007e555
| null | null | null | null |
[(u'CAST_-1206326964', u'STORE_-1206327517'), ('const-0', u'PTRSUB_-1206327086'), ('const-8', u'PTRSUB_-1206326882'), (u'CAST_-1206327008', u'INT_ADD_-1206327799'), (u'MULTIEQUAL_-1206327304', u'CAST_-1206326971'), (u'INT_ADD_-1206327799', u'CAST_-1206327007'), ('const-0', u'PTRSUB_-1206326901'), ('tmp_1209', u'INT_NOTEQUAL_-1206327605'), (u'CAST_-1206327061', u'INT_SUB_-1206327932'), (u'PTRSUB_-1206327078', u'LOAD_-1206327981'), (u'LOAD_-1206327754', u'STORE_-1206327746'), ('tmp_1115', u'CBRANCH_-1206327374'), ('const-417', u'LOAD_-1206327981'), ('const-2', u'INT_SRIGHT_-1206327910'), (u'INT_SUB_-1206327932', u'INT_ADD_-1206327046'), ('tmp_1209', u'CALL_-1206327560'), ('const-0', u'INT_EQUAL_-1206327911'), (u'INT_ADD_-1206327724', u'CAST_-1206326970'), (u'PTRSUB_-1206327074', u'LOAD_-1206327975'), ('const-0', u'PTRSUB_-1206327091'), (u'LOAD_-1206327981', u'CALL_-1206327649'), ('tmp_1034', u'BRANCH_-1206327424'), (u'CAST_-1206326965', u'INT_ADD_-1206327717'), ('const-417', u'LOAD_-1206327975'), (u'CAST_-1206327065', u'INT_SUB_-1206327943'), (u'CAST_-1206326983', u'INT_SUB_-1206327747'), (u'PTRSUB_-1206326901', u'PTRSUB_-1206326894'), ('const-0', u'PTRSUB_-1206327078'), (u'PTRSUB_-1206326894', u'STORE_-1206327523'), (u'LOAD_-1206327975', u'CAST_-1206327065'), (u'INT_EQUAL_-1206327706', u'CBRANCH_-1206327703'), (u'PTRSUB_-1206326890', u'STORE_-1206327517'), ('tmp_1208', u'PTRSUB_-1206327091'), ('tmp_1209', u'CAST_-1206326983'), ('const-0', u'INT_NOTEQUAL_-1206327334'), (u'INT_SUB_-1206327932', u'INT_ADD_-1206327732'), (u'LOAD_-1206327975', u'INT_NOTEQUAL_-1206327605'), (u'CAST_-1206326975', u'STORE_-1206327746'), (u'LOAD_-1206327981', u'INT_EQUAL_-1206327534'), (u'PTRSUB_-1206327091', u'PTRSUB_-1206327082'), (u'PTRSUB_-1206326888', u'PTRSUB_-1206326882'), (u'PTRSUB_-1206327082', u'PTRSUB_-1206327074'), ('const-0', u'PTRSUB_-1206326894'), ('const-1', u'COPY_-1206327308'), ('const-417', u'STORE_-1206327746'), ('const-417', u'STORE_-1206327523'), (u'INT_MULT_-1206327271', u'INT_NOTEQUAL_-1206327334'), (u'INT_SUB_-1206327932', u'CALL_-1206327649'), ('tmp_1208', u'PTRSUB_-1206326909'), (u'COPY_-1206327885', u'MULTIEQUAL_-1206327341'), (u'MULTIEQUAL_-1206327304', u'CAST_-1206326976'), (u'LOAD_-1206327981', u'CAST_-1206327060'), (u'INT_ADD_-1206327046', u'INT_ADD_-1206327724'), (u'INT_MULT_-1206327276', u'MULTIEQUAL_-1206327341'), ('const-0', u'PTRSUB_-1206326888'), (u'INT_EQUAL_-1206327911', u'CBRANCH_-1206327894'), (u'MULTIEQUAL_-1206327341', u'INT_ADD_-1206327799'), (u'INT_ADD_-1206327717', u'CAST_-1206326964'), (u'LOAD_-1206327981', u'CALL_-1206327439'), (u'INT_SRIGHT_-1206327910', u'INT_EQUAL_-1206327911'), ('const-0', u'PTRSUB_-1206327095'), (u'LOAD_-1206327981', u'INT_EQUAL_-1206327706'), (u'MULTIEQUAL_-1206327341', u'CALL_-1206327828'), ('tmp_570', u'CBRANCH_-1206327703'), ('const-417', u'STORE_-1206327517'), ('const-417', u'LOAD_-1206327754'), (u'PTRSUB_-1206326905', u'PTRSUB_-1206326897'), ('tmp_284', u'CBRANCH_-1206327894'), (u'LOAD_-1206327975', u'CAST_-1206326984'), (u'MULTIEQUAL_-1206327304', u'CALL_-1206327649'), (u'INT_NOTEQUAL_-1206327357', u'CBRANCH_-1206327354'), ('const-4', u'INT_MULT_-1206327276'), (u'MULTIEQUAL_-1206327103', u'STORE_-1206327504'), (u'CAST_-1206327020', u'MULTIEQUAL_-1206327304'), ('tmp_1184', u'BRANCH_-1206327294'), (u'CAST_-1206326970', u'CAST_-1206326965'), (u'INT_SUB_-1206327747', u'INT_ADD_-1206327717'), ('const-4294967292', u'COPY_-1206327885'), (u'CAST_-1206326976', u'INT_ADD_-1206327732'), (u'INT_MULT_-1206327271', u'INT_LESS_-1206327366'), ('const-4', u'INT_ADD_-1206327046'), ('const-4', u'PTRSUB_-1206326890'), ('tmp_1208', u'PTRSUB_-1206326905'), ('tmp_1079', u'CBRANCH_-1206327354'), (u'INT_SUB_-1206327747', u'CALL_-1206327560'), (u'INT_MULT_-1206327271', u'MULTIEQUAL_-1206327111'), ('const-0', u'PTRSUB_-1206326909'), ('tmp_854', u'CBRANCH_-1206327532'), ('tmp_1208', u'PTRSUB_-1206326896'), (u'CALL_-1206327828', u'CAST_-1206327020'), ('tmp_1209', u'INT_EQUAL_-1206327706'), (u'MULTIEQUAL_-1206327304', u'STORE_-1206327523'), ('const-0', u'PTRSUB_-1206326905'), (u'MULTIEQUAL_-1206327111', u'INT_MULT_-1206327276'), (u'INT_ADD_-1206327732', u'CAST_-1206326975'), (u'PTRSUB_-1206326896', u'PTRSUB_-1206326888'), (u'INT_MULT_-1206327271', u'INT_LESS_-1206327853'), (u'PTRSUB_-1206326909', u'PTRSUB_-1206326901'), (u'INT_NOTEQUAL_-1206327334', u'CBRANCH_-1206327334'), (u'INT_SRIGHT_-1206327910', u'INT_LESS_-1206327853'), (u'COPY_-1206327358', u'MULTIEQUAL_-1206327304'), (u'COPY_-1206327308', u'MULTIEQUAL_-1206327111'), (u'CAST_-1206326971', u'INT_ADD_-1206327724'), ('const-0', u'RETURN_-1206327459'), ('tmp_1209', u'CAST_-1206327061'), (u'INT_LESS_-1206327853', u'CBRANCH_-1206327862'), (u'INT_NOTEQUAL_-1206327605', u'CBRANCH_-1206327596'), ('const-4', u'PTRSUB_-1206327074'), (u'CAST_-1206327064', u'INT_SUB_-1206327943'), (u'CAST_-1206327020', u'CAST_-1206327008'), (u'CAST_-1206327060', u'INT_SUB_-1206327932'), ('const-417', u'STORE_-1206327504'), ('const-2', u'INT_MULT_-1206327271'), (u'INT_LESS_-1206327366', u'CBRANCH_-1206327374'), ('const-0', u'INT_EQUAL_-1206327534'), ('tmp_1208', u'PTRSUB_-1206327095'), ('const-1073741823', u'INT_LESS_-1206327366'), ('const-0', u'PTRSUB_-1206326896'), (u'INT_SRIGHT_-1206327910', u'INT_MULT_-1206327271'), (u'PTRSUB_-1206326882', u'STORE_-1206327504'), (u'CAST_-1206327007', u'MULTIEQUAL_-1206327103'), ('tmp_1209', u'INT_NOTEQUAL_-1206327357'), (u'CAST_-1206326970', u'CALL_-1206327560'), ('const-0', u'COPY_-1206327369'), (u'INT_EQUAL_-1206327534', u'CBRANCH_-1206327532'), (u'PTRSUB_-1206326897', u'PTRSUB_-1206326890'), ('const-0', u'COPY_-1206327358'), (u'COPY_-1206327369', u'MULTIEQUAL_-1206327103'), ('const-0', u'PTRSUB_-1206327082'), (u'INT_SUB_-1206327943', u'INT_SRIGHT_-1206327910'), ('tmp_327', u'CBRANCH_-1206327862'), (u'CAST_-1206326984', u'INT_SUB_-1206327747'), ('tmp_1210', u'LOAD_-1206327754'), ('tmp_736', u'CBRANCH_-1206327596'), ('const-0', u'PTRSUB_-1206326897'), (u'LOAD_-1206327981', u'CAST_-1206327064'), ('tmp_1173', u'CBRANCH_-1206327334'), (u'PTRSUB_-1206327086', u'PTRSUB_-1206327078'), (u'LOAD_-1206327975', u'INT_NOTEQUAL_-1206327357'), (u'PTRSUB_-1206327095', u'PTRSUB_-1206327086')]
|
[('const-1', u'PTRADD_-1206327092'), (u'CAST_-1206327076', u'INT_SUB_-1206327932'), (u'INT_MULT_-1206327276', u'MULTIEQUAL_-1206327340'), (u'CAST_-1206326981', u'INT_ADD_-1206327717'), ('const-1073741823', u'INT_LESS_-1206327366'), (u'MULTIEQUAL_-1206327102', u'STORE_-1206327504'), (u'LOAD_-1206327981', u'CAST_-1206327092'), (u'LOAD_-1206327754', u'STORE_-1206327746'), (u'CAST_-1206327023', u'INT_ADD_-1206327799'), ('tmp_2737', u'PTRADD_-1206326900'), ('tmp_1115', u'CBRANCH_-1206327374'), (u'CAST_-1206327080', u'INT_SUB_-1206327943'), (u'INT_MULT_-1206327270', u'INT_LESS_-1206327366'), (u'CAST_-1206326986', u'CALL_-1206327560'), ('const-0', u'COPY_-1206327358'), (u'CAST_-1206327035', u'CAST_-1206327023'), ('const-0', u'INT_EQUAL_-1206327911'), (u'COPY_-1206327308', u'MULTIEQUAL_-1206327110'), ('const-4', u'INT_ADD_-1206327047'), (u'CAST_-1206326992', u'INT_ADD_-1206327732'), ('tmp_1034', u'BRANCH_-1206327424'), ('const-4', u'PTRADD_-1206327092'), (u'CAST_-1206327092', u'CAST_-1206327075'), ('const-417', u'STORE_-1206327523'), (u'MULTIEQUAL_-1206327303', u'CALL_-1206327649'), (u'INT_EQUAL_-1206327706', u'CBRANCH_-1206327703'), (u'CALL_-1206327828', u'CAST_-1206327035'), (u'MULTIEQUAL_-1206327303', u'CAST_-1206326987'), (u'MULTIEQUAL_-1206327340', u'CALL_-1206327828'), ('tmp_2738', u'CALL_-1206327560'), ('const-2', u'PTRADD_-1206326900'), ('const-0', u'INT_NOTEQUAL_-1206327334'), (u'INT_SUB_-1206327932', u'INT_ADD_-1206327732'), (u'CAST_-1206327035', u'MULTIEQUAL_-1206327303'), (u'INT_MULT_-1206327270', u'INT_LESS_-1206327853'), ('const-1', u'COPY_-1206327308'), (u'INT_SUB_-1206327932', u'CALL_-1206327649'), (u'CAST_-1206326987', u'INT_ADD_-1206327724'), ('const-4', u'PTRADD_-1206326908'), ('const-4', u'PTRADD_-1206326900'), ('tmp_2738', u'INT_NOTEQUAL_-1206327357'), ('tmp_2738', u'INT_NOTEQUAL_-1206327605'), (u'INT_EQUAL_-1206327911', u'CBRANCH_-1206327894'), (u'CAST_-1206327092', u'CALL_-1206327649'), (u'MULTIEQUAL_-1206327340', u'INT_ADD_-1206327799'), (u'MULTIEQUAL_-1206327110', u'INT_MULT_-1206327276'), (u'CAST_-1206326999', u'INT_SUB_-1206327747'), (u'PTRADD_-1206326900', u'STORE_-1206327504'), ('const-2', u'INT_MULT_-1206327270'), (u'INT_SRIGHT_-1206327910', u'INT_EQUAL_-1206327911'), (u'INT_SUB_-1206327932', u'INT_ADD_-1206327047'), (u'INT_MULT_-1206327270', u'INT_NOTEQUAL_-1206327334'), (u'CAST_-1206327079', u'INT_SUB_-1206327943'), ('tmp_570', u'CBRANCH_-1206327703'), (u'COPY_-1206327885', u'MULTIEQUAL_-1206327340'), ('tmp_2737', u'PTRADD_-1206326908'), ('tmp_284', u'CBRANCH_-1206327894'), (u'CAST_-1206326991', u'STORE_-1206327746'), (u'INT_NOTEQUAL_-1206327357', u'CBRANCH_-1206327354'), ('const-4', u'INT_MULT_-1206327276'), ('tmp_2747', u'LOAD_-1206327754'), (u'PTRADD_-1206326908', u'STORE_-1206327517'), (u'INT_ADD_-1206327732', u'CAST_-1206326991'), ('tmp_1184', u'BRANCH_-1206327294'), (u'LOAD_-1206327975', u'CAST_-1206327088'), ('const-417', u'LOAD_-1206327975'), (u'INT_SUB_-1206327747', u'INT_ADD_-1206327717'), ('const-4294967292', u'COPY_-1206327885'), ('tmp_2737', u'STORE_-1206327523'), ('tmp_1079', u'CBRANCH_-1206327354'), (u'INT_SUB_-1206327747', u'CALL_-1206327560'), ('const-417', u'STORE_-1206327517'), ('const-417', u'LOAD_-1206327981'), ('tmp_854', u'CBRANCH_-1206327532'), ('tmp_2737', u'PTRADD_-1206327092'), (u'CAST_-1206326986', u'CAST_-1206326981'), (u'MULTIEQUAL_-1206327303', u'CAST_-1206326992'), (u'INT_ADD_-1206327047', u'INT_ADD_-1206327724'), ('const-417', u'STORE_-1206327746'), (u'COPY_-1206327358', u'MULTIEQUAL_-1206327303'), ('tmp_2738', u'INT_EQUAL_-1206327706'), (u'CAST_-1206327088', u'INT_NOTEQUAL_-1206327357'), ('tmp_2737', u'LOAD_-1206327981'), (u'INT_NOTEQUAL_-1206327334', u'CBRANCH_-1206327334'), (u'INT_SRIGHT_-1206327910', u'INT_LESS_-1206327853'), (u'CAST_-1206327075', u'INT_SUB_-1206327932'), (u'COPY_-1206327369', u'MULTIEQUAL_-1206327102'), ('const-0', u'RETURN_-1206327459'), (u'INT_LESS_-1206327853', u'CBRANCH_-1206327862'), (u'INT_NOTEQUAL_-1206327605', u'CBRANCH_-1206327596'), ('const-417', u'STORE_-1206327504'), (u'CAST_-1206327092', u'CAST_-1206327079'), (u'CAST_-1206327088', u'INT_NOTEQUAL_-1206327605'), (u'INT_LESS_-1206327366', u'CBRANCH_-1206327374'), (u'INT_MULT_-1206327270', u'MULTIEQUAL_-1206327110'), (u'CAST_-1206327088', u'CAST_-1206327080'), ('const-0', u'INT_EQUAL_-1206327534'), (u'CAST_-1206327088', u'CAST_-1206327000'), (u'PTRADD_-1206327092', u'LOAD_-1206327975'), (u'CAST_-1206327000', u'INT_SUB_-1206327747'), (u'MULTIEQUAL_-1206327303', u'STORE_-1206327523'), ('const-417', u'LOAD_-1206327754'), ('const-2', u'INT_SRIGHT_-1206327910'), (u'INT_ADD_-1206327717', u'STORE_-1206327517'), (u'CAST_-1206327092', u'INT_EQUAL_-1206327534'), ('const-1', u'PTRADD_-1206326908'), (u'INT_ADD_-1206327724', u'CAST_-1206326986'), (u'INT_EQUAL_-1206327534', u'CBRANCH_-1206327532'), (u'INT_ADD_-1206327799', u'MULTIEQUAL_-1206327102'), ('tmp_2738', u'CAST_-1206326999'), (u'CAST_-1206327092', u'CALL_-1206327439'), (u'CAST_-1206327092', u'INT_EQUAL_-1206327706'), (u'INT_SRIGHT_-1206327910', u'INT_MULT_-1206327270'), (u'INT_SUB_-1206327943', u'INT_SRIGHT_-1206327910'), ('tmp_327', u'CBRANCH_-1206327862'), ('tmp_736', u'CBRANCH_-1206327596'), ('tmp_2738', u'CAST_-1206327076'), ('const-0', u'COPY_-1206327369'), ('tmp_1173', u'CBRANCH_-1206327334')]
| null | null |
0007e510
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}\n\n" comment (function_definition "void FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}" primitive_type (function_declarator "FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 *param_1,void *param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__n = (int)param_2 - (int)__src;" (assignment_expression "__n = (int)param_2 - (int)__src" identifier = (binary_expression "(int)param_2 - (int)__src" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar2 = (int)pvVar1 - (int)__src >> 2;" (assignment_expression "uVar2 = (int)pvVar1 - (int)__src >> 2" identifier = (binary_expression "(int)pvVar1 - (int)__src >> 2" (binary_expression "(int)pvVar1 - (int)__src" (cast_expression "(int)pvVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0007e645:\n local_28 = uVar3 * 4;" statement_identifier : (expression_statement "local_28 = uVar3 * 4;" (assignment_expression "local_28 = uVar3 * 4" identifier = (binary_expression "uVar3 * 4" identifier * number_literal)) ;)) (labeled_statement "LAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_001e5200(local_28);" (assignment_expression "__dest_00 = (void *)FUN_001e5200(local_28)" identifier = (cast_expression "(void *)FUN_001e5200(local_28)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001e5200(local_28)" identifier (argument_list "(local_28)" ( identifier ))))) ;)) (expression_statement "local_28 = (int)__dest_00 + local_28;" (assignment_expression "local_28 = (int)__dest_00 + local_28" identifier = (binary_expression "(int)__dest_00 + local_28" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "local_28 = -4;" (assignment_expression "local_28 = -4" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;" if (parenthesized_expression "((uVar3 < uVar2) || (0x3fffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x3fffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x3fffffff < uVar3)" ( (binary_expression "0x3fffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0007e555;" goto statement_identifier ;)) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0007e645;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0007e645;" goto statement_identifier ;)) }))) (expression_statement "*(undefined4 *)((int)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined4 *)((int)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined4 *)((int)__dest_00 + __n)" * (cast_expression "(undefined4 *)((int)__dest_00 + __n)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest_00 + __n)" ( (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "__dest = (void *)((int)__dest_00 + __n + 4);" (assignment_expression "__dest = (void *)((int)__dest_00 + __n + 4)" identifier = (cast_expression "(void *)((int)__dest_00 + __n + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest_00 + __n + 4)" ( (binary_expression "(int)__dest_00 + __n + 4" (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0007e5c7;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0007e5c7;" goto statement_identifier ;)) (labeled_statement "LAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0007e5dc;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0007e5dc;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }" { (labeled_statement "LAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);" (call_expression "memcpy(__dest,param_2,(int)pvVar1 - (int)param_2)" identifier (argument_list "(__dest,param_2,(int)pvVar1 - (int)param_2)" ( identifier , identifier , (binary_expression "(int)pvVar1 - (int)param_2" (cast_expression "(int)pvVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;)) (goto_statement "goto LAB_0007e5d8;" goto statement_identifier ;) })) }))) (expression_statement "FUN_001e6db0(__src);" (call_expression "FUN_001e6db0(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0007e5dc:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);" (assignment_expression "param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(int)__dest + ((int)pvVar1 - (int)param_2)" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "((int)pvVar1 - (int)param_2)" ( (binary_expression "(int)pvVar1 - (int)param_2" (cast_expression "(int)pvVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "param_1[2] = local_28;" (assignment_expression "param_1[2] = local_28" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original name: _M_realloc_insert<gold::Incremental_input_entry* const&>\n DWARF original prototype: void\n _M_realloc_insert<gold::Incremental_input_entry*_const&>(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n * this, iterator __position, Incremental_input_entry * * __args#0) */\n\nvoid __thiscall\nstd::vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>::\n_M_realloc_insert<gold::Incremental_input_entry*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)\n\n{\n void *__dest;\n pointer __src;\n pointer ppIVar1;\n uint uVar2;\n pointer __dest_00;\n uint uVar3;\n uint uVar4;\n size_t __n;\n pointer local_28;\n \n __src = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start;\n ppIVar1 = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish;\n __n = (int)__position._M_current - (int)__src;\n uVar2 = (int)ppIVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n uVar4 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (pointer)operator_new(uVar4);\n local_28 = (pointer)((int)__dest_00 + uVar4);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffc;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(Incremental_input_entry **)((int)__dest_00 + __n) = *__args_0;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (__position._M_current == __src) {\n if (__position._M_current != ppIVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (pointer)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);\n goto LAB_0007e5d8;\n }\n }\n operator_delete(__src);\nLAB_0007e5dc:\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00;\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish = (pointer)((int)__dest + ((int)ppIVar1 - (int)__position._M_current));\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage = local_28;\n return;\n}\n\n" comment comment (declaration "void __thiscall\nstd::vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>::\n_M_realloc_insert<gold::Incremental_input_entry*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)\n\n{\n void *__dest;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_std::allocator<gold::Incremental_input_entry*>_>::\n_M_realloc_insert<gold::Incremental_input_entry*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)\n\n{\n void" identifier : : identifier < identifier : : identifier * > identifier > : : identifier < identifier : : identifier (pointer_declarator "*_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)" * (function_declarator "_const&>\n (vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)" identifier (ERROR "&>" & >) (parameter_list "(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n *this,iterator __position,Incremental_input_entry **__args_0)" ( (parameter_declaration "vector<gold::Incremental_input_entry*" type_identifier (ERROR "<gold::Incremental_input_entry" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_std::allocator<gold::Incremental_input_entry*>_>\n *this" type_identifier (ERROR "::allocator<gold::Incremental_input_entry*>_>" : : identifier < identifier : : identifier * > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Incremental_input_entry **__args_0" type_identifier (pointer_declarator "**__args_0" * (pointer_declarator "*__args_0" * identifier))) )))) { primitive_type) (pointer_declarator "*__dest" * identifier) ;) (declaration "pointer __src;" type_identifier identifier ;) (declaration "pointer ppIVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "pointer __dest_00;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "pointer local_28;" type_identifier identifier ;) (expression_statement "__src = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start;" (assignment_expression "__src = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "ppIVar1 = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish;" (assignment_expression "ppIVar1 = (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "__n = (int)__position._M_current - (int)__src;" (assignment_expression "__n = (int)__position._M_current - (int)__src" identifier = (binary_expression "(int)__position._M_current - (int)__src" (cast_expression "(int)__position._M_current" ( (type_descriptor "int" primitive_type) ) (field_expression "__position._M_current" identifier . field_identifier)) - (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar2 = (int)ppIVar1 - (int)__src >> 2;" (assignment_expression "uVar2 = (int)ppIVar1 - (int)__src >> 2" identifier = (binary_expression "(int)ppIVar1 - (int)__src >> 2" (binary_expression "(int)ppIVar1 - (int)__src" (cast_expression "(int)ppIVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n uVar4 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (pointer)operator_new(uVar4);\n local_28 = (pointer)((int)__dest_00 + uVar4);\n }\n else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffc;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0007e645:\n uVar4 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (pointer)operator_new(uVar4);\n local_28 = (pointer)((int)__dest_00 + uVar4);\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0007e645:\n uVar4 = uVar3 * 4;" statement_identifier : (expression_statement "uVar4 = uVar3 * 4;" (assignment_expression "uVar4 = uVar3 * 4" identifier = (binary_expression "uVar3 * 4" identifier * number_literal)) ;)) (labeled_statement "LAB_0007e555:\n __dest_00 = (pointer)operator_new(uVar4);" statement_identifier : (expression_statement "__dest_00 = (pointer)operator_new(uVar4);" (assignment_expression "__dest_00 = (pointer)operator_new(uVar4)" identifier = (cast_expression "(pointer)operator_new(uVar4)" ( (type_descriptor "pointer" type_identifier) ) (call_expression "operator_new(uVar4)" identifier (argument_list "(uVar4)" ( identifier ))))) ;)) (expression_statement "local_28 = (pointer)((int)__dest_00 + uVar4);" (assignment_expression "local_28 = (pointer)((int)__dest_00 + uVar4)" identifier = (call_expression "(pointer)((int)__dest_00 + uVar4)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((int)__dest_00 + uVar4)" ( (binary_expression "(int)__dest_00 + uVar4" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffc;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n uVar4 = 0xfffffffc;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = (pointer)0x0;\n __dest_00 = (pointer)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "uVar4 = 0xfffffffc;" (assignment_expression "uVar4 = 0xfffffffc" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;" if (parenthesized_expression "((uVar3 < uVar2) || (0x3fffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x3fffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x3fffffff < uVar3)" ( (binary_expression "0x3fffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0007e555;" goto statement_identifier ;)) (expression_statement "local_28 = (pointer)0x0;" (assignment_expression "local_28 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "__dest_00 = (pointer)0x0;" (assignment_expression "__dest_00 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0007e645;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0007e645;" goto statement_identifier ;)) }))) (expression_statement "*(Incremental_input_entry **)((int)__dest_00 + __n) = *__args_0;" (assignment_expression "*(Incremental_input_entry **)((int)__dest_00 + __n) = *__args_0" (pointer_expression "*(Incremental_input_entry **)((int)__dest_00 + __n)" * (cast_expression "(Incremental_input_entry **)((int)__dest_00 + __n)" ( (type_descriptor "Incremental_input_entry **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)__dest_00 + __n)" ( (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = (pointer_expression "*__args_0" * identifier)) ;) (expression_statement "__dest = (void *)((int)__dest_00 + __n + 4);" (assignment_expression "__dest = (void *)((int)__dest_00 + __n + 4)" identifier = (cast_expression "(void *)((int)__dest_00 + __n + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest_00 + __n + 4)" ( (binary_expression "(int)__dest_00 + __n + 4" (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ;) (if_statement "if (__position._M_current == __src) {\n if (__position._M_current != ppIVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (pointer)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);\n goto LAB_0007e5d8;\n }\n }" if (parenthesized_expression "(__position._M_current == __src)" ( (binary_expression "__position._M_current == __src" (field_expression "__position._M_current" identifier . field_identifier) == identifier) )) (compound_statement "{\n if (__position._M_current != ppIVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (pointer)0x0) goto LAB_0007e5dc;\n }" { (if_statement "if (__position._M_current != ppIVar1) goto LAB_0007e5c7;" if (parenthesized_expression "(__position._M_current != ppIVar1)" ( (binary_expression "__position._M_current != ppIVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (goto_statement "goto LAB_0007e5c7;" goto statement_identifier ;)) (labeled_statement "LAB_0007e5d8:\n if (__src == (pointer)0x0) goto LAB_0007e5dc;" statement_identifier : (if_statement "if (__src == (pointer)0x0) goto LAB_0007e5dc;" if (parenthesized_expression "(__src == (pointer)0x0)" ( (binary_expression "__src == (pointer)0x0" identifier == (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_0007e5dc;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);\n goto LAB_0007e5d8;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (__position._M_current != ppIVar1) {\nLAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);\n goto LAB_0007e5d8;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (__position._M_current != ppIVar1) {\nLAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);\n goto LAB_0007e5d8;\n }" if (parenthesized_expression "(__position._M_current != ppIVar1)" ( (binary_expression "__position._M_current != ppIVar1" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\nLAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);\n goto LAB_0007e5d8;\n }" { (labeled_statement "LAB_0007e5c7:\n memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);" statement_identifier : (expression_statement "memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current);" (call_expression "memcpy(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current)" identifier (argument_list "(__dest,__position._M_current,(int)ppIVar1 - (int)__position._M_current)" ( identifier , (field_expression "__position._M_current" identifier . field_identifier) , (binary_expression "(int)ppIVar1 - (int)__position._M_current" (cast_expression "(int)ppIVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__position._M_current" ( (type_descriptor "int" primitive_type) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) ;)) (goto_statement "goto LAB_0007e5d8;" goto statement_identifier ;) })) }))) (expression_statement "operator_delete(__src);" (call_expression "operator_delete(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0007e5dc:\n (this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00;" statement_identifier : (expression_statement "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00;" (assignment_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start = __dest_00" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish = (pointer)((int)__dest + ((int)ppIVar1 - (int)__position._M_current));" (assignment_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish = (pointer)((int)__dest + ((int)ppIVar1 - (int)__position._M_current))" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = (call_expression "(pointer)((int)__dest + ((int)ppIVar1 - (int)__position._M_current))" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "((int)__dest + ((int)ppIVar1 - (int)__position._M_current))" ( (binary_expression "(int)__dest + ((int)ppIVar1 - (int)__position._M_current)" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "((int)ppIVar1 - (int)__position._M_current)" ( (binary_expression "(int)ppIVar1 - (int)__position._M_current" (cast_expression "(int)ppIVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__position._M_current" ( (type_descriptor "int" primitive_type) ) (field_expression "__position._M_current" identifier . field_identifier))) ))) )))) ;) (expression_statement "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage = local_28;" (assignment_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage = local_28" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>\n )" ( (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std::allocator<gold" (binary_expression "this->\n super__Vector_base<gold::Incremental_input_entry*,_std" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Incremental_input_entry" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = identifier) ;) (return_statement "return;" return ;) (ERROR "}" }))
|
(translation_unit "void FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}\n\n" (function_definition "void FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}" primitive_type (function_declarator "FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)" identifier (parameter_list "(undefined4 *param_1,void *param_2,undefined4 *param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "void *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}" { (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "void *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "void *pvVar1;" primitive_type (pointer_declarator "*pvVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "void *__dest_00;" primitive_type (pointer_declarator "*__dest_00" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int local_28;" primitive_type identifier ;) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" identifier = (cast_expression "(void *)*param_1" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" identifier = (cast_expression "(void *)param_1[1]" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) ;) (expression_statement "__n = (int)param_2 - (int)__src;" (assignment_expression "__n = (int)param_2 - (int)__src" identifier = (binary_expression "(int)param_2 - (int)__src" (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "uVar2 = (int)pvVar1 - (int)__src >> 2;" (assignment_expression "uVar2 = (int)pvVar1 - (int)__src >> 2" identifier = (binary_expression "(int)pvVar1 - (int)__src >> 2" (binary_expression "(int)pvVar1 - (int)__src" (cast_expression "(int)pvVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)__src" ( (type_descriptor "int" primitive_type) ) identifier)) >> number_literal)) ;) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0007e645:\n local_28 = uVar3 * 4;" statement_identifier : (expression_statement "local_28 = uVar3 * 4;" (assignment_expression "local_28 = uVar3 * 4" identifier = (binary_expression "uVar3 * 4" identifier * number_literal)) ;)) (labeled_statement "LAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);" statement_identifier : (expression_statement "__dest_00 = (void *)FUN_001e5200(local_28);" (assignment_expression "__dest_00 = (void *)FUN_001e5200(local_28)" identifier = (cast_expression "(void *)FUN_001e5200(local_28)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001e5200(local_28)" identifier (argument_list "(local_28)" ( identifier ))))) ;)) (expression_statement "local_28 = (int)__dest_00 + local_28;" (assignment_expression "local_28 = (int)__dest_00 + local_28" identifier = (binary_expression "(int)__dest_00 + local_28" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier)) ;) }) (else_clause "else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" else (compound_statement "{\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" { (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" identifier = (binary_expression "uVar2 * 2" identifier * number_literal)) ;) (expression_statement "local_28 = -4;" (assignment_expression "local_28 = -4" identifier = number_literal) ;) (if_statement "if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;" if (parenthesized_expression "((uVar3 < uVar2) || (0x3fffffff < uVar3))" ( (binary_expression "(uVar3 < uVar2) || (0x3fffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" ( (binary_expression "uVar3 < uVar2" identifier < identifier) )) || (parenthesized_expression "(0x3fffffff < uVar3)" ( (binary_expression "0x3fffffff < uVar3" number_literal < identifier) ))) )) (goto_statement "goto LAB_0007e555;" goto statement_identifier ;)) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" identifier = number_literal) ;) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" identifier = (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (if_statement "if (uVar3 != 0) goto LAB_0007e645;" if (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) (goto_statement "goto LAB_0007e645;" goto statement_identifier ;)) }))) (expression_statement "*(undefined4 *)((int)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined4 *)((int)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined4 *)((int)__dest_00 + __n)" * (cast_expression "(undefined4 *)((int)__dest_00 + __n)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest_00 + __n)" ( (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "__dest = (void *)((int)__dest_00 + __n + 4);" (assignment_expression "__dest = (void *)((int)__dest_00 + __n + 4)" identifier = (cast_expression "(void *)((int)__dest_00 + __n + 4)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest_00 + __n + 4)" ( (binary_expression "(int)__dest_00 + __n + 4" (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ;) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" if (parenthesized_expression "(param_2 == __src)" ( (binary_expression "param_2 == __src" identifier == identifier) )) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }" { (if_statement "if (param_2 != pvVar1) goto LAB_0007e5c7;" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (goto_statement "goto LAB_0007e5c7;" goto statement_identifier ;)) (labeled_statement "LAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;" statement_identifier : (if_statement "if (__src == (void *)0x0) goto LAB_0007e5dc;" if (parenthesized_expression "(__src == (void *)0x0)" ( (binary_expression "__src == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0007e5dc;" goto statement_identifier ;))) }) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" else (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" { (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" identifier (argument_list "(__dest_00,__src,__n)" ( identifier , identifier , identifier ))) ;) (if_statement "if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }" if (parenthesized_expression "(param_2 != pvVar1)" ( (binary_expression "param_2 != pvVar1" identifier != identifier) )) (compound_statement "{\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }" { (labeled_statement "LAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);" statement_identifier : (expression_statement "memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);" (call_expression "memcpy(__dest,param_2,(int)pvVar1 - (int)param_2)" identifier (argument_list "(__dest,param_2,(int)pvVar1 - (int)param_2)" ( identifier , identifier , (binary_expression "(int)pvVar1 - (int)param_2" (cast_expression "(int)pvVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) ))) ;)) (goto_statement "goto LAB_0007e5d8;" goto statement_identifier ;) })) }))) (expression_statement "FUN_001e6db0(__src);" (call_expression "FUN_001e6db0(__src)" identifier (argument_list "(__src)" ( identifier ))) ;) (labeled_statement "LAB_0007e5dc:\n *param_1 = __dest_00;" statement_identifier : (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);" (assignment_expression "param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2)" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "(int)__dest + ((int)pvVar1 - (int)param_2)" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + (parenthesized_expression "((int)pvVar1 - (int)param_2)" ( (binary_expression "(int)pvVar1 - (int)param_2" (cast_expression "(int)pvVar1" ( (type_descriptor "int" primitive_type) ) identifier) - (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (expression_statement "param_1[2] = local_28;" (assignment_expression "param_1[2] = local_28" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;)) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < IDENT) )) || (parenthesized_expression ( (binary_expression LIT < IDENT) ))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;))) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))) ;)) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) - (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)\n\n{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0007e510(undefined4 *param_1,void *param_2,undefined4 *param_3)" (identifier "FUN_0007e510") (parameter_list "(undefined4 *param_1,void *param_2,undefined4 *param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "void *param_2" (primitive_type "void") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n void *__dest;\n void *__src;\n void *pvVar1;\n uint uVar2;\n void *__dest_00;\n uint uVar3;\n size_t __n;\n int local_28;\n \n __src = (void *)*param_1;\n pvVar1 = (void *)param_1[1];\n __n = (int)param_2 - (int)__src;\n uVar2 = (int)pvVar1 - (int)__src >> 2;\n if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }\n *(undefined4 *)((int)__dest_00 + __n) = *param_3;\n __dest = (void *)((int)__dest_00 + __n + 4);\n if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }\n FUN_001e6db0(__src);\nLAB_0007e5dc:\n *param_1 = __dest_00;\n param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);\n param_1[2] = local_28;\n return;\n}" ({ "{") (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "void *__src;" (primitive_type "void") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "void *pvVar1;" (primitive_type "void") (pointer_declarator "*pvVar1" (* "*") (identifier "pvVar1")) (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "void *__dest_00;" (primitive_type "void") (pointer_declarator "*__dest_00" (* "*") (identifier "__dest_00")) (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "int local_28;" (primitive_type "int") (identifier "local_28") (; ";")) (expression_statement "__src = (void *)*param_1;" (assignment_expression "__src = (void *)*param_1" (identifier "__src") (= "=") (cast_expression "(void *)*param_1" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (expression_statement "pvVar1 = (void *)param_1[1];" (assignment_expression "pvVar1 = (void *)param_1[1]" (identifier "pvVar1") (= "=") (cast_expression "(void *)param_1[1]" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (; ";")) (expression_statement "__n = (int)param_2 - (int)__src;" (assignment_expression "__n = (int)param_2 - (int)__src" (identifier "__n") (= "=") (binary_expression "(int)param_2 - (int)__src" (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) (- "-") (cast_expression "(int)__src" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__src")))) (; ";")) (expression_statement "uVar2 = (int)pvVar1 - (int)__src >> 2;" (assignment_expression "uVar2 = (int)pvVar1 - (int)__src >> 2" (identifier "uVar2") (= "=") (binary_expression "(int)pvVar1 - (int)__src >> 2" (binary_expression "(int)pvVar1 - (int)__src" (cast_expression "(int)pvVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(int)__src" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__src"))) (>> ">>") (number_literal "2"))) (; ";")) (if_statement "if (uVar2 == 0) {\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }\n else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" (if "if") (parenthesized_expression "(uVar2 == 0)" (( "(") (binary_expression "uVar2 == 0" (identifier "uVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\nLAB_0007e645:\n local_28 = uVar3 * 4;\nLAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);\n local_28 = (int)__dest_00 + local_28;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_0007e645:\n local_28 = uVar3 * 4;" (statement_identifier "LAB_0007e645") (: ":") (expression_statement "local_28 = uVar3 * 4;" (assignment_expression "local_28 = uVar3 * 4" (identifier "local_28") (= "=") (binary_expression "uVar3 * 4" (identifier "uVar3") (* "*") (number_literal "4"))) (; ";"))) (labeled_statement "LAB_0007e555:\n __dest_00 = (void *)FUN_001e5200(local_28);" (statement_identifier "LAB_0007e555") (: ":") (expression_statement "__dest_00 = (void *)FUN_001e5200(local_28);" (assignment_expression "__dest_00 = (void *)FUN_001e5200(local_28)" (identifier "__dest_00") (= "=") (cast_expression "(void *)FUN_001e5200(local_28)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001e5200(local_28)" (identifier "FUN_001e5200") (argument_list "(local_28)" (( "(") (identifier "local_28") () ")"))))) (; ";"))) (expression_statement "local_28 = (int)__dest_00 + local_28;" (assignment_expression "local_28 = (int)__dest_00 + local_28" (identifier "local_28") (= "=") (binary_expression "(int)__dest_00 + local_28" (cast_expression "(int)__dest_00" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest_00")) (+ "+") (identifier "local_28"))) (; ";")) (} "}")) (else_clause "else {\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" (else "else") (compound_statement "{\n uVar3 = uVar2 * 2;\n local_28 = -4;\n if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;\n local_28 = 0;\n __dest_00 = (void *)0x0;\n if (uVar3 != 0) goto LAB_0007e645;\n }" ({ "{") (expression_statement "uVar3 = uVar2 * 2;" (assignment_expression "uVar3 = uVar2 * 2" (identifier "uVar3") (= "=") (binary_expression "uVar2 * 2" (identifier "uVar2") (* "*") (number_literal "2"))) (; ";")) (expression_statement "local_28 = -4;" (assignment_expression "local_28 = -4" (identifier "local_28") (= "=") (number_literal "-4")) (; ";")) (if_statement "if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;" (if "if") (parenthesized_expression "((uVar3 < uVar2) || (0x3fffffff < uVar3))" (( "(") (binary_expression "(uVar3 < uVar2) || (0x3fffffff < uVar3)" (parenthesized_expression "(uVar3 < uVar2)" (( "(") (binary_expression "uVar3 < uVar2" (identifier "uVar3") (< "<") (identifier "uVar2")) () ")")) (|| "||") (parenthesized_expression "(0x3fffffff < uVar3)" (( "(") (binary_expression "0x3fffffff < uVar3" (number_literal "0x3fffffff") (< "<") (identifier "uVar3")) () ")"))) () ")")) (goto_statement "goto LAB_0007e555;" (goto "goto") (statement_identifier "LAB_0007e555") (; ";"))) (expression_statement "local_28 = 0;" (assignment_expression "local_28 = 0" (identifier "local_28") (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest_00 = (void *)0x0;" (assignment_expression "__dest_00 = (void *)0x0" (identifier "__dest_00") (= "=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar3 != 0) goto LAB_0007e645;" (if "if") (parenthesized_expression "(uVar3 != 0)" (( "(") (binary_expression "uVar3 != 0" (identifier "uVar3") (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_0007e645;" (goto "goto") (statement_identifier "LAB_0007e645") (; ";"))) (} "}")))) (expression_statement "*(undefined4 *)((int)__dest_00 + __n) = *param_3;" (assignment_expression "*(undefined4 *)((int)__dest_00 + __n) = *param_3" (pointer_expression "*(undefined4 *)((int)__dest_00 + __n)" (* "*") (cast_expression "(undefined4 *)((int)__dest_00 + __n)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__dest_00 + __n)" (( "(") (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "__dest = (void *)((int)__dest_00 + __n + 4);" (assignment_expression "__dest = (void *)((int)__dest_00 + __n + 4)" (identifier "__dest") (= "=") (cast_expression "(void *)((int)__dest_00 + __n + 4)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__dest_00 + __n + 4)" (( "(") (binary_expression "(int)__dest_00 + __n + 4" (binary_expression "(int)__dest_00 + __n" (cast_expression "(int)__dest_00" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest_00")) (+ "+") (identifier "__n")) (+ "+") (number_literal "4")) () ")")))) (; ";")) (if_statement "if (param_2 == __src) {\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }\n else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" (if "if") (parenthesized_expression "(param_2 == __src)" (( "(") (binary_expression "param_2 == __src" (identifier "param_2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n if (param_2 != pvVar1) goto LAB_0007e5c7;\nLAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;\n }" ({ "{") (if_statement "if (param_2 != pvVar1) goto LAB_0007e5c7;" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (goto_statement "goto LAB_0007e5c7;" (goto "goto") (statement_identifier "LAB_0007e5c7") (; ";"))) (labeled_statement "LAB_0007e5d8:\n if (__src == (void *)0x0) goto LAB_0007e5dc;" (statement_identifier "LAB_0007e5d8") (: ":") (if_statement "if (__src == (void *)0x0) goto LAB_0007e5dc;" (if "if") (parenthesized_expression "(__src == (void *)0x0)" (( "(") (binary_expression "__src == (void *)0x0" (identifier "__src") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0007e5dc;" (goto "goto") (statement_identifier "LAB_0007e5dc") (; ";")))) (} "}")) (else_clause "else {\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" (else "else") (compound_statement "{\n memmove(__dest_00,__src,__n);\n if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }\n }" ({ "{") (expression_statement "memmove(__dest_00,__src,__n);" (call_expression "memmove(__dest_00,__src,__n)" (identifier "memmove") (argument_list "(__dest_00,__src,__n)" (( "(") (identifier "__dest_00") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (if_statement "if (param_2 != pvVar1) {\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }" (if "if") (parenthesized_expression "(param_2 != pvVar1)" (( "(") (binary_expression "param_2 != pvVar1" (identifier "param_2") (!= "!=") (identifier "pvVar1")) () ")")) (compound_statement "{\nLAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);\n goto LAB_0007e5d8;\n }" ({ "{") (labeled_statement "LAB_0007e5c7:\n memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);" (statement_identifier "LAB_0007e5c7") (: ":") (expression_statement "memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);" (call_expression "memcpy(__dest,param_2,(int)pvVar1 - (int)param_2)" (identifier "memcpy") (argument_list "(__dest,param_2,(int)pvVar1 - (int)param_2)" (( "(") (identifier "__dest") (, ",") (identifier "param_2") (, ",") (binary_expression "(int)pvVar1 - (int)param_2" (cast_expression "(int)pvVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2"))) () ")"))) (; ";"))) (goto_statement "goto LAB_0007e5d8;" (goto "goto") (statement_identifier "LAB_0007e5d8") (; ";")) (} "}"))) (} "}")))) (expression_statement "FUN_001e6db0(__src);" (call_expression "FUN_001e6db0(__src)" (identifier "FUN_001e6db0") (argument_list "(__src)" (( "(") (identifier "__src") () ")"))) (; ";")) (labeled_statement "LAB_0007e5dc:\n *param_1 = __dest_00;" (statement_identifier "LAB_0007e5dc") (: ":") (expression_statement "*param_1 = __dest_00;" (assignment_expression "*param_1 = __dest_00" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "__dest_00")) (; ";"))) (expression_statement "param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);" (assignment_expression "param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2)" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "(int)__dest + ((int)pvVar1 - (int)param_2)" (cast_expression "(int)__dest" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest")) (+ "+") (parenthesized_expression "((int)pvVar1 - (int)param_2)" (( "(") (binary_expression "(int)pvVar1 - (int)param_2" (cast_expression "(int)pvVar1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "pvVar1")) (- "-") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2"))) () ")")))) (; ";")) (expression_statement "param_1[2] = local_28;" (assignment_expression "param_1[2] = local_28" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_28")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original name: _M_realloc_insert<gold::Incremental_input_entry* const&>
DWARF original prototype: void
_M_realloc_insert<gold::Incremental_input_entry*_const&>(vector<gold::Incremental_input_entry*,_std::allocator<gold::Incremental_input_entry*>_>
* this, iterator __position, Incremental_input_entry * * __args#0) */
void __thiscall
std::vector<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>::
_M_realloc_insert<var_1::type_3*_const&>
(vector<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>
*this,iterator __position,type_3 **__args_0)
{
void *__dest;
type_1 var_10;
type_1 var_11;
type_2 var_5;
type_1 __dest_00;
type_2 var_6;
type_2 var_8;
size_t var_9;
type_1 local_28;
var_10 = (this->
super__Vector_base<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>var_4
)._M_impl._M_start;
var_11 = (this->
super__Vector_base<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>var_4
)._M_impl._M_finish;
var_9 = (int)__position._M_current - (int)var_10;
var_5 = (int)var_11 - (int)var_10 >> 2;
if (var_5 == 0) {
var_6 = 1;
LAB_0007e645:
var_8 = var_6 * 4;
LAB_0007e555:
__dest_00 = (type_1)var_7(var_8);
local_28 = (type_1)((int)__dest_00 + var_8);
}
else {
var_6 = var_5 * 2;
var_8 = 0xfffffffc;
if ((var_6 < var_5) || (0x3fffffff < var_6)) goto LAB_0007e555;
local_28 = (type_1)0x0;
__dest_00 = (type_1)0x0;
if (var_6 != 0) goto LAB_0007e645;
}
*(type_3 **)((int)__dest_00 + var_9) = *__args_0;
__dest = (void *)((int)__dest_00 + var_9 + 4);
if (__position._M_current == var_10) {
if (__position._M_current != var_11) goto LAB_0007e5c7;
LAB_0007e5d8:
if (var_10 == (type_1)0x0) goto LAB_0007e5dc;
}
else {
var_12(__dest_00,var_10,var_9);
if (__position._M_current != var_11) {
LAB_0007e5c7:
var_13(__dest,__position._M_current,(int)var_11 - (int)__position._M_current);
goto LAB_0007e5d8;
}
}
var_14(var_10);
LAB_0007e5dc:
(this->
super__Vector_base<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>var_4
)._M_impl._M_start = __dest_00;
(this->
super__Vector_base<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>var_4
)._M_impl._M_finish = (type_1)((int)__dest + ((int)var_11 - (int)__position._M_current));
(this->
super__Vector_base<var_1::type_3*,var_2::allocator<var_1::type_3*>var_3>var_4
)._M_impl._M_end_of_storage = local_28;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) right: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (goto_statement label: (statement_identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,void *param_2,undefined4 *param_3)
{
void *__dest;
void *__src;
void *pvVar1;
uint uVar2;
void *__dest_00;
uint uVar3;
size_t __n;
int local_28;
__src = (void *)*param_1;
pvVar1 = (void *)param_1[1];
__n = (int)param_2 - (int)__src;
uVar2 = (int)pvVar1 - (int)__src >> 2;
if (uVar2 == 0) {
uVar3 = 1;
LAB_0007e645:
local_28 = uVar3 * 4;
LAB_0007e555:
__dest_00 = (void *)FUN_001e5200(local_28);
local_28 = (int)__dest_00 + local_28;
}
else {
uVar3 = uVar2 * 2;
local_28 = -4;
if ((uVar3 < uVar2) || (0x3fffffff < uVar3)) goto LAB_0007e555;
local_28 = 0;
__dest_00 = (void *)0x0;
if (uVar3 != 0) goto LAB_0007e645;
}
*(undefined4 *)((int)__dest_00 + __n) = *param_3;
__dest = (void *)((int)__dest_00 + __n + 4);
if (param_2 == __src) {
if (param_2 != pvVar1) goto LAB_0007e5c7;
LAB_0007e5d8:
if (__src == (void *)0x0) goto LAB_0007e5dc;
}
else {
memmove(__dest_00,__src,__n);
if (param_2 != pvVar1) {
LAB_0007e5c7:
memcpy(__dest,param_2,(int)pvVar1 - (int)param_2);
goto LAB_0007e5d8;
}
}
FUN_001e6db0(__src);
LAB_0007e5dc:
*param_1 = __dest_00;
param_1[1] = (int)__dest + ((int)pvVar1 - (int)param_2);
param_1[2] = local_28;
return;
}
|
539_powerpc64le-linux-gnu-objcopy_and_powerpc64le-linux-gnu-objcopy_strip.c
|
bfd_map_over_sections
|
bfd_map_over_sections
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_map_over_sections(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_map_over_sections(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206185398')]
|
[('const-1', u'RETURN_-1206185398')]
| null | null |
00041240
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_map_over_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_map_over_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_map_over_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_map_over_sections(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void bfd_map_over_sections(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_map_over_sections(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void bfd_map_over_sections(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_map_over_sections(void)" (identifier "bfd_map_over_sections") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* 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();
}
|
7097_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
read_line_mappings
|
FUN_001cc000
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void read_line_mappings(Sized_dwarf_line_info<64,_false> * this, uint
shndx) */
void __thiscall
gold::Sized_dwarf_line_info<64,_false>::read_line_mappings
(Sized_dwarf_line_info<64,_false> *this,uint shndx)
{
_Hash_node_base *p_Var1;
int iVar2;
uchar *puVar3;
uint uVar4;
if (this->data_valid_ != false) {
read_relocs(this);
puVar3 = this->buffer_;
if (puVar3 < this->buffer_end_) {
do {
puVar3 = read_header_prolog(this,puVar3);
puVar3 = read_header_tables(this,puVar3);
puVar3 = read_lines(this,puVar3,shndx);
this->buffer_ = puVar3;
} while (puVar3 < this->buffer_end_);
}
for (p_Var1 = (this->line_number_map_)._M_h._M_before_begin._M_nxt;
p_Var1 != (_Hash_node_base *)0x0; p_Var1 = p_Var1->_M_nxt) {
if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {
uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;
iVar2 = 0x1f;
if (uVar4 != 0) {
for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {
}
}
std::
__introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>
();
std::
__final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>
();
}
}
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/dwarf_reader.cc",0x801,"read_line_mappings");
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001cc000(int param_1,undefined4 param_2)
{
undefined4 *puVar1;
int iVar2;
undefined4 uVar3;
uint uVar4;
if (*(char *)(param_1 + 4) != '\0') {
FUN_001cac80(param_1);
uVar4 = *(uint *)(param_1 + 0x40);
if (uVar4 < *(uint *)(param_1 + 0x44)) {
do {
uVar3 = FUN_001c45b0(param_1,uVar4);
uVar3 = FUN_001c7b90(param_1,uVar3);
uVar4 = FUN_001c96e0(param_1,uVar3,param_2);
*(uint *)(param_1 + 0x40) = uVar4;
} while (uVar4 < *(uint *)(param_1 + 0x44));
}
for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;
puVar1 = (undefined4 *)*puVar1) {
if (puVar1[3] != puVar1[2]) {
uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;
iVar2 = 0x1f;
if (uVar4 != 0) {
for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {
}
}
FUN_001c1d60();
FUN_001c1cf0();
}
}
return;
}
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00036f20
ADD EBX,0x1e2ff7
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x20]
MOV EDI,dword ptr [ESP + 0x24]
CMP byte ptr [ESI + 0x4],0x0
JZ 0x001cc0c3
SUB ESP,0xc
PUSH ESI
CALL 0x001cac80
MOV EAX,dword ptr [ESI + 0x40]
ADD ESP,0x10
CMP dword ptr [ESI + 0x44],EAX
JBE 0x001cc069
LEA ESI,[ESI]
NOP
SUB ESP,0x8
PUSH EAX
PUSH ESI
CALL 0x001c45b0
POP EDX
POP ECX
PUSH EAX
PUSH ESI
CALL 0x001c7b90
ADD ESP,0xc
PUSH EDI
PUSH EAX
PUSH ESI
CALL 0x001c96e0
ADD ESP,0x10
MOV dword ptr [ESI + 0x40],EAX
CMP dword ptr [ESI + 0x44],EAX
JA 0x001cc040
MOV ESI,dword ptr [ESI + 0x98]
TEST ESI,ESI
JZ 0x001cc0bb
MOV EBP,0x1f
LEA ESI,[ESI]
NOP
MOV EDI,dword ptr [ESI + 0xc]
MOV EBX,dword ptr [ESI + 0x8]
CMP EDI,EBX
JZ 0x001cc0b5
MOV EAX,EDI
MOV ECX,EBP
MOV EDX,EDI
SUB EAX,EBX
SAR EAX,0x2
IMUL EAX,EAX,-0x33333333
BSR EAX,EAX
XOR EAX,0x1f
SUB ECX,EAX
MOV EAX,EBX
ADD ECX,ECX
CALL 0x001c1d60
MOV EDX,EDI
MOV EAX,EBX
CALL 0x001c1cf0
MOV ESI,dword ptr [ESI]
TEST ESI,ESI
JNZ 0x001cc080
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
LEA EAX,[EBX + 0xfff0bb88]
PUSH ESI
PUSH EAX
LEA EAX,[EBX + 0xfff0b945]
PUSH 0x801
PUSH EAX
CALL 0x0007d010
| null | null | null | null |
[('const-0', u'PTRSUB_-1207712703'), (u'LOAD_-1207713724', u'INT_NOTEQUAL_-1207713708'), (u'COPY_-1207712692', u'CALL_-1207713202'), (u'MULTIEQUAL_-1207712720', u'INT_NOTEQUAL_-1207713485'), (u'LOAD_-1207713469', u'CAST_-1207712678'), (u'LOAD_-1207713527', u'INT_LESS_-1207713500'), (u'INT_SRIGHT_-1207713392', u'INT_MULT_-1207713354'), ('const-417', u'LOAD_-1207713300'), (u'INT_MULT_-1207713354', u'INT_NOTEQUAL_-1207713361'), (u'CALL_-1207713547', u'INT_LESS_-1207713500'), (u'MULTIEQUAL_-1207713091', u'CALL_-1207713605'), ('const-4', u'PTRADD_-1207712705'), (u'LOAD_-1207713677', u'INT_LESS_-1207713632'), ('tmp_1029', u'CALL_-1207713579'), ('const-0', u'INT_NOTEQUAL_-1207713361'), ('const-68', u'PTRSUB_-1207712736'), (u'INT_NOTEQUAL_-1207713485', u'CBRANCH_-1207713485'), ('const-4294967295', u'INT_ADD_-1207713348'), (u'INT_MULT_-1207713354', u'INT_RIGHT_-1207713340'), ('const-64', u'PTRSUB_-1207712740'), (u'CALL_-1207713605', u'CALL_-1207713579'), (u'PTRSUB_-1207712740', u'STORE_-1207713531'), (u'INT_NOTEQUAL_-1207713708', u'CBRANCH_-1207713706'), (u'MULTIEQUAL_-1207713053', u'INT_ADD_-1207713348'), ('const-3', u'PTRADD_-1207712705'), (u'CAST_-1207712678', u'INT_SUB_-1207713414'), ('tmp_1029', u'PTRSUB_-1207712794'), ('const-68', u'PTRSUB_-1207712787'), ('tmp_520', u'CBRANCH_-1207713485'), ('tmp_1029', u'CALL_-1207713547'), ('const-4', u'PTRSUB_-1207712814'), ('tmp_570', u'CBRANCH_-1207713443'), ('const-0', u'PTRSUB_-1207712719'), (u'CALL_-1207713547', u'STORE_-1207713531'), ('const-0', u'INT_NOTEQUAL_-1207713485'), (u'CALL_-1207713579', u'CALL_-1207713547'), ('const-417', u'STORE_-1207713531'), (u'MULTIEQUAL_-1207713053', u'INT_RIGHT_-1207713340'), ('tmp_486', u'CBRANCH_-1207713508'), ('const-2', u'PTRADD_-1207712700'), (u'PTRSUB_-1207712794', u'LOAD_-1207713677'), ('tmp_1029', u'PTRSUB_-1207712736'), (u'LOAD_-1207713463', u'CAST_-1207712677'), (u'LOAD_-1207713677', u'MULTIEQUAL_-1207713091'), ('const-6', u'CBRANCH_-1207713366'), (u'INT_RIGHT_-1207713340', u'INT_EQUAL_-1207713358'), (u'CAST_-1207712677', u'INT_SUB_-1207713414'), (u'PTRADD_-1207712700', u'PTRSUB_-1207712698'), ('const-0', u'PTRSUB_-1207712728'), ('tmp_1030', u'CALL_-1207713547'), ('tmp_1029', u'PTRSUB_-1207712730'), (u'LOAD_-1207713659', u'INT_LESS_-1207713632'), (u'PTRSUB_-1207712730', u'PTRSUB_-1207712719'), ('const-2', u'INT_SRIGHT_-1207713392'), (u'PTRSUB_-1207712719', u'PTRSUB_-1207712716'), ('tmp_1029', u'PTRSUB_-1207712814'), (u'INT_ADD_-1207713348', u'MULTIEQUAL_-1207713053'), ('const-64', u'PTRSUB_-1207712794'), (u'MULTIEQUAL_-1207712720', u'PTRADD_-1207712700'), (u'PTRSUB_-1207712716', u'PTRSUB_-1207712728'), ('const-417', u'LOAD_-1207713724'), ('const-144', u'PTRSUB_-1207712730'), (u'COPY_-1207712691', u'CALL_-1207713202'), ('const-2861381', u'COPY_-1207712692'), ('const-0', u'RETURN_-1207713239'), (u'LOAD_-1207713469', u'INT_NOTEQUAL_-1207713443'), (u'INT_LESS_-1207713632', u'CBRANCH_-1207713641'), (u'COPY_-1207713373', u'MULTIEQUAL_-1207713053'), ('const-3435973837', u'INT_MULT_-1207713354'), (u'PTRSUB_-1207712728', u'LOAD_-1207713507'), ('const-0', u'PTRSUB_-1207712647'), (u'MULTIEQUAL_-1207712720', u'PTRADD_-1207712705'), ('const-31', u'COPY_-1207713373'), ('const-417', u'LOAD_-1207713507'), (u'LOAD_-1207713507', u'MULTIEQUAL_-1207712720'), ('tmp_1029', u'CALL_-1207713679'), ('tmp_1029', u'PTRSUB_-1207712787'), (u'LOAD_-1207713463', u'INT_NOTEQUAL_-1207713443'), (u'CALL_-1207713547', u'MULTIEQUAL_-1207713091'), ('const-1', u'RETURN_-1207713197'), (u'MULTIEQUAL_-1207712720', u'PTRSUB_-1207712647'), ('const-417', u'LOAD_-1207713659'), ('const-4', u'PTRADD_-1207712700'), ('tmp_257', u'CBRANCH_-1207713641'), ('tmp_1029', u'CALL_-1207713605'), (u'INT_SUB_-1207713414', u'INT_SRIGHT_-1207713392'), ('tmp_142', u'CBRANCH_-1207713706'), ('const-4294967292', u'BRANCH_-1207713362'), ('const-0', u'INT_EQUAL_-1207713358'), ('const-8', u'PTRSUB_-1207712716'), ('const-0', u'PTRSUB_-1207712698'), (u'PTRSUB_-1207712736', u'LOAD_-1207713527'), ('const-0', u'INT_NOTEQUAL_-1207713708'), (u'PTRADD_-1207712705', u'PTRSUB_-1207712703'), ('const-417', u'LOAD_-1207713463'), ('const-2861960', u'COPY_-1207712691'), ('const-417', u'LOAD_-1207713527'), (u'PTRSUB_-1207712647', u'LOAD_-1207713300'), ('const-417', u'LOAD_-1207713677'), ('const-417', u'LOAD_-1207713469'), (u'PTRSUB_-1207712698', u'LOAD_-1207713463'), (u'INT_NOTEQUAL_-1207713361', u'CBRANCH_-1207713366'), (u'PTRSUB_-1207712814', u'LOAD_-1207713724'), (u'INT_NOTEQUAL_-1207713443', u'CBRANCH_-1207713443'), (u'PTRSUB_-1207712703', u'LOAD_-1207713469'), (u'INT_LESS_-1207713500', u'CBRANCH_-1207713508'), (u'PTRSUB_-1207712787', u'LOAD_-1207713659'), (u'INT_EQUAL_-1207713358', u'CBRANCH_-1207713363'), ('const-2049', u'CALL_-1207713202'), ('tmp_1029', u'PTRSUB_-1207712740'), ('const-3', u'CBRANCH_-1207713363'), (u'LOAD_-1207713300', u'MULTIEQUAL_-1207712720')]
|
[(u'LOAD_-1207713724', u'INT_NOTEQUAL_-1207713708'), (u'MULTIEQUAL_-1207713100', u'CALL_-1207713605'), ('const-68', u'INT_ADD_-1207713511'), ('const-417', u'STORE_-1207713531'), (u'LOAD_-1207713677', u'MULTIEQUAL_-1207713100'), (u'LOAD_-1207713527', u'INT_LESS_-1207713500'), ('const-417', u'LOAD_-1207713469'), (u'LOAD_-1207713469', u'INT_SUB_-1207713414'), (u'INT_SRIGHT_-1207713392', u'INT_MULT_-1207713354'), (u'INT_MULT_-1207713354', u'INT_NOTEQUAL_-1207713361'), (u'CALL_-1207713547', u'INT_LESS_-1207713500'), (u'LOAD_-1207713677', u'INT_LESS_-1207713632'), (u'MULTIEQUAL_-1207713065', u'INT_ADD_-1207713348'), ('const-0', u'INT_NOTEQUAL_-1207713361'), ('const-4', u'INT_ADD_-1207713708'), (u'INT_NOTEQUAL_-1207713485', u'CBRANCH_-1207713485'), (u'CALL_-1207713547', u'MULTIEQUAL_-1207713100'), (u'INT_MULT_-1207713354', u'INT_RIGHT_-1207713340'), ('const-417', u'LOAD_-1207713527'), ('const-4', u'PTRADD_-1207712718'), ('const-3', u'PTRADD_-1207712722'), ('tmp_2750', u'INT_ADD_-1207713517'), (u'CALL_-1207713605', u'CALL_-1207713579'), (u'CAST_-1207712792', u'LOAD_-1207713659'), ('tmp_2751', u'CALL_-1207713547'), (u'MULTIEQUAL_-1207712740', u'INT_NOTEQUAL_-1207713485'), ('const-417', u'LOAD_-1207713677'), (u'INT_NOTEQUAL_-1207713708', u'CBRANCH_-1207713706'), (u'CAST_-1207712741', u'LOAD_-1207713527'), ('tmp_520', u'CBRANCH_-1207713485'), ('const-417', u'LOAD_-1207713724'), ('tmp_2750', u'CALL_-1207713202'), ('tmp_570', u'CBRANCH_-1207713443'), ('const-2049', u'CALL_-1207713202'), ('const-2861960', u'COPY_-1207712700'), (u'CALL_-1207713547', u'STORE_-1207713531'), ('const-0', u'INT_NOTEQUAL_-1207713485'), (u'CALL_-1207713579', u'CALL_-1207713547'), ('tmp_2750', u'INT_ADD_-1207713511'), ('tmp_486', u'CBRANCH_-1207713508'), (u'MULTIEQUAL_-1207713065', u'INT_RIGHT_-1207713340'), (u'INT_ADD_-1207713348', u'MULTIEQUAL_-1207713065'), ('const-2861381', u'COPY_-1207712701'), (u'CAST_-1207712799', u'LOAD_-1207713677'), ('const-6', u'CBRANCH_-1207713366'), (u'INT_RIGHT_-1207713340', u'INT_EQUAL_-1207713358'), (u'CAST_-1207712745', u'STORE_-1207713531'), (u'CAST_-1207712735', u'LOAD_-1207713507'), ('const-64', u'INT_ADD_-1207713661'), (u'COPY_-1207712700', u'CALL_-1207713202'), ('const-417', u'LOAD_-1207713659'), (u'LOAD_-1207713659', u'INT_LESS_-1207713632'), ('const-0', u'INT_NOTEQUAL_-1207713708'), ('tmp_2750', u'CALL_-1207713605'), (u'INT_ADD_-1207713511', u'CAST_-1207712741'), ('tmp_2750', u'CALL_-1207713547'), (u'INT_ADD_-1207713643', u'CAST_-1207712792'), (u'LOAD_-1207713463', u'INT_SUB_-1207713414'), (u'CAST_-1207712657', u'MULTIEQUAL_-1207712740'), (u'PTRADD_-1207712718', u'LOAD_-1207713463'), ('const-0', u'RETURN_-1207713239'), (u'CAST_-1207712819', u'LOAD_-1207713724'), (u'LOAD_-1207713469', u'INT_NOTEQUAL_-1207713443'), (u'INT_LESS_-1207713632', u'CBRANCH_-1207713641'), ('tmp_2750', u'CALL_-1207713679'), (u'COPY_-1207713373', u'MULTIEQUAL_-1207713065'), (u'INT_ADD_-1207713661', u'CAST_-1207712799'), (u'INT_ADD_-1207713517', u'CAST_-1207712745'), ('const-2', u'PTRADD_-1207712718'), (u'MULTIEQUAL_-1207712740', u'LOAD_-1207713300'), ('const-31', u'COPY_-1207713373'), (u'INT_SUB_-1207713414', u'CAST_-1207712693'), ('const-417', u'LOAD_-1207713300'), (u'PTRADD_-1207712722', u'LOAD_-1207713469'), ('const-3435973837', u'INT_MULT_-1207713354'), ('tmp_2750', u'INT_ADD_-1207713661'), (u'LOAD_-1207713463', u'INT_NOTEQUAL_-1207713443'), ('tmp_2750', u'CALL_-1207713579'), ('const-1', u'RETURN_-1207713197'), ('const-4294967295', u'INT_ADD_-1207713348'), ('tmp_2750', u'INT_ADD_-1207713491'), ('tmp_257', u'CBRANCH_-1207713641'), ('const-152', u'INT_ADD_-1207713491'), ('tmp_142', u'CBRANCH_-1207713706'), ('const-4294967292', u'BRANCH_-1207713362'), (u'INT_ADD_-1207713708', u'CAST_-1207712819'), ('const-417', u'LOAD_-1207713507'), ('const-0', u'INT_EQUAL_-1207713358'), ('tmp_2750', u'INT_ADD_-1207713708'), ('const-417', u'LOAD_-1207713463'), ('const-68', u'INT_ADD_-1207713643'), (u'MULTIEQUAL_-1207712740', u'PTRADD_-1207712722'), ('const-2', u'INT_SRIGHT_-1207713392'), (u'LOAD_-1207713300', u'CAST_-1207712657'), (u'MULTIEQUAL_-1207712740', u'PTRADD_-1207712718'), (u'COPY_-1207712701', u'CALL_-1207713202'), (u'INT_NOTEQUAL_-1207713361', u'CBRANCH_-1207713366'), (u'INT_NOTEQUAL_-1207713443', u'CBRANCH_-1207713443'), (u'INT_LESS_-1207713500', u'CBRANCH_-1207713508'), (u'LOAD_-1207713507', u'MULTIEQUAL_-1207712740'), ('const-4', u'PTRADD_-1207712722'), ('tmp_2750', u'INT_ADD_-1207713643'), (u'CAST_-1207712693', u'INT_SRIGHT_-1207713392'), (u'INT_EQUAL_-1207713358', u'CBRANCH_-1207713363'), ('const-3', u'CBRANCH_-1207713363'), (u'INT_ADD_-1207713491', u'CAST_-1207712735'), ('const-64', u'INT_ADD_-1207713517')]
| null | null |
001cc000
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001cc000(int param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}\n\n" comment (function_definition "void FUN_001cc000(int param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}" primitive_type (function_declarator "FUN_001cc000(int param_1,undefined4 param_2)" identifier (parameter_list "(int param_1,undefined4 param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 4) != '\0')" ( (binary_expression "*(char *)(param_1 + 4) != '\0'" (pointer_expression "*(char *)(param_1 + 4)" * (cast_expression "(char *)(param_1 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }" { (expression_statement "FUN_001cac80(param_1);" (call_expression "FUN_001cac80(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar4 = *(uint *)(param_1 + 0x40);" (assignment_expression "uVar4 = *(uint *)(param_1 + 0x40)" identifier = (pointer_expression "*(uint *)(param_1 + 0x40)" * (cast_expression "(uint *)(param_1 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }" if (parenthesized_expression "(uVar4 < *(uint *)(param_1 + 0x44))" ( (binary_expression "uVar4 < *(uint *)(param_1 + 0x44)" identifier < (pointer_expression "*(uint *)(param_1 + 0x44)" * (cast_expression "(uint *)(param_1 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x44)" ( (binary_expression "param_1 + 0x44" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }" { (do_statement "do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));" do (compound_statement "{\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n }" { (expression_statement "uVar3 = FUN_001c45b0(param_1,uVar4);" (assignment_expression "uVar3 = FUN_001c45b0(param_1,uVar4)" identifier = (call_expression "FUN_001c45b0(param_1,uVar4)" identifier (argument_list "(param_1,uVar4)" ( identifier , identifier )))) ;) (expression_statement "uVar3 = FUN_001c7b90(param_1,uVar3);" (assignment_expression "uVar3 = FUN_001c7b90(param_1,uVar3)" identifier = (call_expression "FUN_001c7b90(param_1,uVar3)" identifier (argument_list "(param_1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "uVar4 = FUN_001c96e0(param_1,uVar3,param_2);" (assignment_expression "uVar4 = FUN_001c96e0(param_1,uVar3,param_2)" identifier = (call_expression "FUN_001c96e0(param_1,uVar3,param_2)" identifier (argument_list "(param_1,uVar3,param_2)" ( identifier , identifier , identifier )))) ;) (expression_statement "*(uint *)(param_1 + 0x40) = uVar4;" (assignment_expression "*(uint *)(param_1 + 0x40) = uVar4" (pointer_expression "*(uint *)(param_1 + 0x40)" * (cast_expression "(uint *)(param_1 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = identifier) ;) }) while (parenthesized_expression "(uVar4 < *(uint *)(param_1 + 0x44))" ( (binary_expression "uVar4 < *(uint *)(param_1 + 0x44)" identifier < (pointer_expression "*(uint *)(param_1 + 0x44)" * (cast_expression "(uint *)(param_1 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x44)" ( (binary_expression "param_1 + 0x44" identifier + number_literal) ))))) )) ;) })) (for_statement "for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }" for ( (assignment_expression "puVar1 = *(undefined4 **)(param_1 + 0x98)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x98)" * (cast_expression "(undefined4 **)(param_1 + 0x98)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ; (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar1 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ) (compound_statement "{\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }" { (if_statement "if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }" if (parenthesized_expression "(puVar1[3] != puVar1[2])" ( (binary_expression "puVar1[3] != puVar1[2]" (subscript_expression "puVar1[3]" identifier [ number_literal ]) != (subscript_expression "puVar1[2]" identifier [ number_literal ])) )) (compound_statement "{\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }" { (expression_statement "uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;" (assignment_expression "uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333" identifier = (binary_expression "((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333" (parenthesized_expression "((int)(puVar1[3] - puVar1[2]) >> 2)" ( (binary_expression "(int)(puVar1[3] - puVar1[2]) >> 2" (cast_expression "(int)(puVar1[3] - puVar1[2])" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(puVar1[3] - puVar1[2])" ( (binary_expression "puVar1[3] - puVar1[2]" (subscript_expression "puVar1[3]" identifier [ number_literal ]) - (subscript_expression "puVar1[2]" identifier [ number_literal ])) ))) >> number_literal) )) * number_literal)) ;) (expression_statement "iVar2 = 0x1f;" (assignment_expression "iVar2 = 0x1f" identifier = number_literal) ;) (if_statement "if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" if (parenthesized_expression "(uVar4 != 0)" ( (binary_expression "uVar4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" { (for_statement "for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }" for ( ; (binary_expression "uVar4 >> iVar2 == 0" (binary_expression "uVar4 >> iVar2" identifier >> identifier) == number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (expression_statement "FUN_001c1d60();" (call_expression "FUN_001c1d60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001c1cf0();" (call_expression "FUN_001c1cf0()" identifier (argument_list "()" ( ))) ;) })) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);" (call_expression "FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1)" identifier (argument_list "("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1)" ( (string_literal ""../../gold/dwarf_reader.cc"" " string_content ") , number_literal , (string_literal ""read_line_mappings"" " string_content ") , identifier ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void read_line_mappings(Sized_dwarf_line_info<64,_false> * this, uint\n shndx) */\n\nvoid __thiscall\ngold::Sized_dwarf_line_info<64,_false>::read_line_mappings\n (Sized_dwarf_line_info<64,_false> *this,uint shndx)\n\n{\n _Hash_node_base *p_Var1;\n int iVar2;\n uchar *puVar3;\n uint uVar4;\n \n if (this->data_valid_ != false) {\n read_relocs(this);\n puVar3 = this->buffer_;\n if (puVar3 < this->buffer_end_) {\n do {\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n } while (puVar3 < this->buffer_end_);\n }\n for (p_Var1 = (this->line_number_map_)._M_h._M_before_begin._M_nxt;\n p_Var1 != (_Hash_node_base *)0x0; p_Var1 = p_Var1->_M_nxt) {\n if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/dwarf_reader.cc",0x801,"read_line_mappings");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Sized_dwarf_line_info<64,_false>::read_line_mappings\n (Sized_dwarf_line_info<64,_false> *this,uint shndx)\n\n{\n _Hash_node_base *p_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_false>::read_line_mappings\n (Sized_dwarf_line_info<64,_false> *this,uint shndx)\n\n{\n _Hash_node_base" identifier > : : (function_declarator "read_line_mappings\n (Sized_dwarf_line_info<64,_false> *this,uint shndx)" identifier (parameter_list "(Sized_dwarf_line_info<64,_false> *this,uint shndx)" ( (parameter_declaration "Sized_dwarf_line_info" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) ))) { identifier) (pointer_declarator "*p_Var1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "uchar *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (this->data_valid_ != false) {\n read_relocs(this);\n puVar3 = this->buffer_;\n if (puVar3 < this->buffer_end_) {\n do {\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n } while (puVar3 < this->buffer_end_);\n }\n for (p_Var1 = (this->line_number_map_)._M_h._M_before_begin._M_nxt;\n p_Var1 != (_Hash_node_base *)0x0; p_Var1 = p_Var1->_M_nxt) {\n if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }\n }\n return;\n }" if (parenthesized_expression "(this->data_valid_ != false)" ( (binary_expression "this->data_valid_ != false" (field_expression "this->data_valid_" identifier -> field_identifier) != false) )) (compound_statement "{\n read_relocs(this);\n puVar3 = this->buffer_;\n if (puVar3 < this->buffer_end_) {\n do {\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n } while (puVar3 < this->buffer_end_);\n }\n for (p_Var1 = (this->line_number_map_)._M_h._M_before_begin._M_nxt;\n p_Var1 != (_Hash_node_base *)0x0; p_Var1 = p_Var1->_M_nxt) {\n if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }\n }\n return;\n }" { (expression_statement "read_relocs(this);" (call_expression "read_relocs(this)" identifier (argument_list "(this)" ( identifier ))) ;) (expression_statement "puVar3 = this->buffer_;" (assignment_expression "puVar3 = this->buffer_" identifier = (field_expression "this->buffer_" identifier -> field_identifier)) ;) (if_statement "if (puVar3 < this->buffer_end_) {\n do {\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n } while (puVar3 < this->buffer_end_);\n }" if (parenthesized_expression "(puVar3 < this->buffer_end_)" ( (binary_expression "puVar3 < this->buffer_end_" identifier < (field_expression "this->buffer_end_" identifier -> field_identifier)) )) (compound_statement "{\n do {\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n } while (puVar3 < this->buffer_end_);\n }" { (do_statement "do {\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n } while (puVar3 < this->buffer_end_);" do (compound_statement "{\n puVar3 = read_header_prolog(this,puVar3);\n puVar3 = read_header_tables(this,puVar3);\n puVar3 = read_lines(this,puVar3,shndx);\n this->buffer_ = puVar3;\n }" { (expression_statement "puVar3 = read_header_prolog(this,puVar3);" (assignment_expression "puVar3 = read_header_prolog(this,puVar3)" identifier = (call_expression "read_header_prolog(this,puVar3)" identifier (argument_list "(this,puVar3)" ( identifier , identifier )))) ;) (expression_statement "puVar3 = read_header_tables(this,puVar3);" (assignment_expression "puVar3 = read_header_tables(this,puVar3)" identifier = (call_expression "read_header_tables(this,puVar3)" identifier (argument_list "(this,puVar3)" ( identifier , identifier )))) ;) (expression_statement "puVar3 = read_lines(this,puVar3,shndx);" (assignment_expression "puVar3 = read_lines(this,puVar3,shndx)" identifier = (call_expression "read_lines(this,puVar3,shndx)" identifier (argument_list "(this,puVar3,shndx)" ( identifier , identifier , identifier )))) ;) (expression_statement "this->buffer_ = puVar3;" (assignment_expression "this->buffer_ = puVar3" (field_expression "this->buffer_" identifier -> field_identifier) = identifier) ;) }) while (parenthesized_expression "(puVar3 < this->buffer_end_)" ( (binary_expression "puVar3 < this->buffer_end_" identifier < (field_expression "this->buffer_end_" identifier -> field_identifier)) )) ;) })) (for_statement "for (p_Var1 = (this->line_number_map_)._M_h._M_before_begin._M_nxt;\n p_Var1 != (_Hash_node_base *)0x0; p_Var1 = p_Var1->_M_nxt) {\n if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }\n }" for ( (assignment_expression "p_Var1 = (this->line_number_map_)._M_h._M_before_begin._M_nxt" identifier = (field_expression "(this->line_number_map_)._M_h._M_before_begin._M_nxt" (field_expression "(this->line_number_map_)._M_h._M_before_begin" (field_expression "(this->line_number_map_)._M_h" (parenthesized_expression "(this->line_number_map_)" ( (field_expression "this->line_number_map_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ; (binary_expression "p_Var1 != (_Hash_node_base *)0x0" identifier != (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "p_Var1 = p_Var1->_M_nxt" identifier = (field_expression "p_Var1->_M_nxt" identifier -> field_identifier)) ) (compound_statement "{\n if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }\n }" { (if_statement "if (p_Var1[3]._M_nxt != p_Var1[2]._M_nxt) {\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }" if (parenthesized_expression "(p_Var1[3]._M_nxt != p_Var1[2]._M_nxt)" ( (binary_expression "p_Var1[3]._M_nxt != p_Var1[2]._M_nxt" (field_expression "p_Var1[3]._M_nxt" (subscript_expression "p_Var1[3]" identifier [ number_literal ]) . field_identifier) != (field_expression "p_Var1[2]._M_nxt" (subscript_expression "p_Var1[2]" identifier [ number_literal ]) . field_identifier)) )) (compound_statement "{\n uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::_Iter_less_iter>\n ();\n }" { (expression_statement "uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333;" (assignment_expression "uVar4 = ((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333" identifier = (binary_expression "((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2) * -0x33333333" (parenthesized_expression "((int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2)" ( (binary_expression "(int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt >> 2" (binary_expression "(int)p_Var1[3]._M_nxt - (int)p_Var1[2]._M_nxt" (cast_expression "(int)p_Var1[3]._M_nxt" ( (type_descriptor "int" primitive_type) ) (field_expression "p_Var1[3]._M_nxt" (subscript_expression "p_Var1[3]" identifier [ number_literal ]) . field_identifier)) - (cast_expression "(int)p_Var1[2]._M_nxt" ( (type_descriptor "int" primitive_type) ) (field_expression "p_Var1[2]._M_nxt" (subscript_expression "p_Var1[2]" identifier [ number_literal ]) . field_identifier))) >> number_literal) )) * number_literal)) ;) (expression_statement "iVar2 = 0x1f;" (assignment_expression "iVar2 = 0x1f" identifier = number_literal) ;) (if_statement "if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" if (parenthesized_expression "(uVar4 != 0)" ( (binary_expression "uVar4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" { (for_statement "for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }" for ( ; (binary_expression "uVar4 >> iVar2 == 0" (binary_expression "uVar4 >> iVar2" identifier >> identifier) == number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (ERROR "std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::" (comma_expression "std::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std" identifier (ERROR "::\n __introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*" : : (binary_expression "__introsort_loop<__gnu_cxx" identifier < identifier) : : (binary_expression "__normal_iterator<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Offset_to_lineno_entry>_>,_int,___gnu_cxx" (binary_expression "Offset_to_lineno_entry>_>,_int" (binary_expression "Offset_to_lineno_entry>_" identifier > identifier) > (ERROR "," ,) identifier) , identifier) : :) (labeled_statement "__ops::_Iter_less_iter>\n ();" statement_identifier : (ERROR ":" :) (expression_statement "_Iter_less_iter>\n ();" (binary_expression "_Iter_less_iter>\n ()" identifier > (parenthesized_expression "()" ( identifier ))) ;)) (ERROR "std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::" (comma_expression "std::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std" identifier (ERROR "::\n __final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*" : : (binary_expression "__final_insertion_sort<__gnu_cxx" identifier < identifier) : : (binary_expression "__normal_iterator<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "vector<gold" identifier < identifier) : : (binary_expression "Offset_to_lineno_entry>_>,___gnu_cxx" (binary_expression "Offset_to_lineno_entry>_" identifier > identifier) > (ERROR "," ,) identifier) : :) (labeled_statement "__ops::_Iter_less_iter>\n ();" statement_identifier : (ERROR ":" :) (expression_statement "_Iter_less_iter>\n ();" (binary_expression "_Iter_less_iter>\n ()" identifier > (parenthesized_expression "()" ( identifier ))) ;)) })) })) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/dwarf_reader.cc",0x801,"read_line_mappings");" (call_expression "do_gold_unreachable("../../gold/dwarf_reader.cc",0x801,"read_line_mappings")" identifier (argument_list "("../../gold/dwarf_reader.cc",0x801,"read_line_mappings")" ( (string_literal ""../../gold/dwarf_reader.cc"" " string_content ") , number_literal , (string_literal ""read_line_mappings"" " string_content ") ))) ;) (ERROR "}" }))
|
(translation_unit "void FUN_001cc000(int param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n \n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}\n\n" (function_definition "void FUN_001cc000(int param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n \n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}" primitive_type (function_declarator "FUN_001cc000(int param_1,undefined4 param_2)" identifier (parameter_list "(int param_1,undefined4 param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n \n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }" if (parenthesized_expression "(*(char *)(param_1 + 4) != '\0')" ( (binary_expression "*(char *)(param_1 + 4) != '\0'" (pointer_expression "*(char *)(param_1 + 4)" * (cast_expression "(char *)(param_1 + 4)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }" { (expression_statement "FUN_001cac80(param_1);" (call_expression "FUN_001cac80(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar4 = *(uint *)(param_1 + 0x40);" (assignment_expression "uVar4 = *(uint *)(param_1 + 0x40)" identifier = (pointer_expression "*(uint *)(param_1 + 0x40)" * (cast_expression "(uint *)(param_1 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) ))))) ;) (if_statement "if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }" if (parenthesized_expression "(uVar4 < *(uint *)(param_1 + 0x44))" ( (binary_expression "uVar4 < *(uint *)(param_1 + 0x44)" identifier < (pointer_expression "*(uint *)(param_1 + 0x44)" * (cast_expression "(uint *)(param_1 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x44)" ( (binary_expression "param_1 + 0x44" identifier + number_literal) ))))) )) (compound_statement "{\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }" { (do_statement "do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));" do (compound_statement "{\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n }" { (expression_statement "uVar3 = FUN_001c45b0(param_1,uVar4);" (assignment_expression "uVar3 = FUN_001c45b0(param_1,uVar4)" identifier = (call_expression "FUN_001c45b0(param_1,uVar4)" identifier (argument_list "(param_1,uVar4)" ( identifier , identifier )))) ;) (expression_statement "uVar3 = FUN_001c7b90(param_1,uVar3);" (assignment_expression "uVar3 = FUN_001c7b90(param_1,uVar3)" identifier = (call_expression "FUN_001c7b90(param_1,uVar3)" identifier (argument_list "(param_1,uVar3)" ( identifier , identifier )))) ;) (expression_statement "uVar4 = FUN_001c96e0(param_1,uVar3,param_2);" (assignment_expression "uVar4 = FUN_001c96e0(param_1,uVar3,param_2)" identifier = (call_expression "FUN_001c96e0(param_1,uVar3,param_2)" identifier (argument_list "(param_1,uVar3,param_2)" ( identifier , identifier , identifier )))) ;) (expression_statement "*(uint *)(param_1 + 0x40) = uVar4;" (assignment_expression "*(uint *)(param_1 + 0x40) = uVar4" (pointer_expression "*(uint *)(param_1 + 0x40)" * (cast_expression "(uint *)(param_1 + 0x40)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x40)" ( (binary_expression "param_1 + 0x40" identifier + number_literal) )))) = identifier) ;) }) while (parenthesized_expression "(uVar4 < *(uint *)(param_1 + 0x44))" ( (binary_expression "uVar4 < *(uint *)(param_1 + 0x44)" identifier < (pointer_expression "*(uint *)(param_1 + 0x44)" * (cast_expression "(uint *)(param_1 + 0x44)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x44)" ( (binary_expression "param_1 + 0x44" identifier + number_literal) ))))) )) ;) })) (for_statement "for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }" for ( (assignment_expression "puVar1 = *(undefined4 **)(param_1 + 0x98)" identifier = (pointer_expression "*(undefined4 **)(param_1 + 0x98)" * (cast_expression "(undefined4 **)(param_1 + 0x98)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x98)" ( (binary_expression "param_1 + 0x98" identifier + number_literal) ))))) ; (binary_expression "puVar1 != (undefined4 *)0x0" identifier != (cast_expression "(undefined4 *)0x0" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ; (assignment_expression "puVar1 = (undefined4 *)*puVar1" identifier = (cast_expression "(undefined4 *)*puVar1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar1" * identifier))) ) (compound_statement "{\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }" { (if_statement "if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }" if (parenthesized_expression "(puVar1[3] != puVar1[2])" ( (binary_expression "puVar1[3] != puVar1[2]" (subscript_expression "puVar1[3]" identifier [ number_literal ]) != (subscript_expression "puVar1[2]" identifier [ number_literal ])) )) (compound_statement "{\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }" { (expression_statement "uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;" (assignment_expression "uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333" identifier = (binary_expression "((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333" (parenthesized_expression "((int)(puVar1[3] - puVar1[2]) >> 2)" ( (binary_expression "(int)(puVar1[3] - puVar1[2]) >> 2" (cast_expression "(int)(puVar1[3] - puVar1[2])" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(puVar1[3] - puVar1[2])" ( (binary_expression "puVar1[3] - puVar1[2]" (subscript_expression "puVar1[3]" identifier [ number_literal ]) - (subscript_expression "puVar1[2]" identifier [ number_literal ])) ))) >> number_literal) )) * number_literal)) ;) (expression_statement "iVar2 = 0x1f;" (assignment_expression "iVar2 = 0x1f" identifier = number_literal) ;) (if_statement "if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" if (parenthesized_expression "(uVar4 != 0)" ( (binary_expression "uVar4 != 0" identifier != number_literal) )) (compound_statement "{\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" { (for_statement "for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }" for ( ; (binary_expression "uVar4 >> iVar2 == 0" (binary_expression "uVar4 >> iVar2" identifier >> identifier) == number_literal) ; (assignment_expression "iVar2 = iVar2 + -1" identifier = (binary_expression "iVar2 + -1" identifier + number_literal)) ) (compound_statement "{\n }" { })) })) (expression_statement "FUN_001c1d60();" (call_expression "FUN_001c1d60()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_001c1cf0();" (call_expression "FUN_001c1cf0()" identifier (argument_list "()" ( ))) ;) })) })) (return_statement "return;" return ;) })) (expression_statement "FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);" (call_expression "FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1)" identifier (argument_list "("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1)" ( (string_literal ""../../gold/dwarf_reader.cc"" " string_content ") , number_literal , (string_literal ""read_line_mappings"" " string_content ") , identifier ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) ;) })) (for_statement for ( (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ; (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ; (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (subscript_expression IDENT [ LIT ])) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) - (subscript_expression IDENT [ LIT ])) ))) >> LIT) )) * LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (for_statement for ( ; (binary_expression (binary_expression IDENT >> IDENT) == LIT) ; (assignment_expression IDENT = (binary_expression IDENT + LIT)) ) (compound_statement { })) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
|
(function_definition "void FUN_001cc000(int param_1,undefined4 param_2)\n\n{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n \n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}" (primitive_type "void") (function_declarator "FUN_001cc000(int param_1,undefined4 param_2)" (identifier "FUN_001cc000") (parameter_list "(int param_1,undefined4 param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n undefined4 *puVar1;\n int iVar2;\n undefined4 uVar3;\n uint uVar4;\n \n if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }\n \n FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (if_statement "if (*(char *)(param_1 + 4) != '\0') {\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(param_1 + 4) != '\0')" (( "(") (binary_expression "*(char *)(param_1 + 4) != '\0'" (pointer_expression "*(char *)(param_1 + 4)" (* "*") (cast_expression "(char *)(param_1 + 4)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n FUN_001cac80(param_1);\n uVar4 = *(uint *)(param_1 + 0x40);\n if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }\n for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }\n return;\n }" ({ "{") (expression_statement "FUN_001cac80(param_1);" (call_expression "FUN_001cac80(param_1)" (identifier "FUN_001cac80") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "uVar4 = *(uint *)(param_1 + 0x40);" (assignment_expression "uVar4 = *(uint *)(param_1 + 0x40)" (identifier "uVar4") (= "=") (pointer_expression "*(uint *)(param_1 + 0x40)" (* "*") (cast_expression "(uint *)(param_1 + 0x40)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")"))))) (; ";")) (if_statement "if (uVar4 < *(uint *)(param_1 + 0x44)) {\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }" (if "if") (parenthesized_expression "(uVar4 < *(uint *)(param_1 + 0x44))" (( "(") (binary_expression "uVar4 < *(uint *)(param_1 + 0x44)" (identifier "uVar4") (< "<") (pointer_expression "*(uint *)(param_1 + 0x44)" (* "*") (cast_expression "(uint *)(param_1 + 0x44)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x44)" (( "(") (binary_expression "param_1 + 0x44" (identifier "param_1") (+ "+") (number_literal "0x44")) () ")"))))) () ")")) (compound_statement "{\n do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));\n }" ({ "{") (do_statement "do {\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n } while (uVar4 < *(uint *)(param_1 + 0x44));" (do "do") (compound_statement "{\n uVar3 = FUN_001c45b0(param_1,uVar4);\n uVar3 = FUN_001c7b90(param_1,uVar3);\n uVar4 = FUN_001c96e0(param_1,uVar3,param_2);\n *(uint *)(param_1 + 0x40) = uVar4;\n }" ({ "{") (expression_statement "uVar3 = FUN_001c45b0(param_1,uVar4);" (assignment_expression "uVar3 = FUN_001c45b0(param_1,uVar4)" (identifier "uVar3") (= "=") (call_expression "FUN_001c45b0(param_1,uVar4)" (identifier "FUN_001c45b0") (argument_list "(param_1,uVar4)" (( "(") (identifier "param_1") (, ",") (identifier "uVar4") () ")")))) (; ";")) (expression_statement "uVar3 = FUN_001c7b90(param_1,uVar3);" (assignment_expression "uVar3 = FUN_001c7b90(param_1,uVar3)" (identifier "uVar3") (= "=") (call_expression "FUN_001c7b90(param_1,uVar3)" (identifier "FUN_001c7b90") (argument_list "(param_1,uVar3)" (( "(") (identifier "param_1") (, ",") (identifier "uVar3") () ")")))) (; ";")) (expression_statement "uVar4 = FUN_001c96e0(param_1,uVar3,param_2);" (assignment_expression "uVar4 = FUN_001c96e0(param_1,uVar3,param_2)" (identifier "uVar4") (= "=") (call_expression "FUN_001c96e0(param_1,uVar3,param_2)" (identifier "FUN_001c96e0") (argument_list "(param_1,uVar3,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "uVar3") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "*(uint *)(param_1 + 0x40) = uVar4;" (assignment_expression "*(uint *)(param_1 + 0x40) = uVar4" (pointer_expression "*(uint *)(param_1 + 0x40)" (* "*") (cast_expression "(uint *)(param_1 + 0x40)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x40)" (( "(") (binary_expression "param_1 + 0x40" (identifier "param_1") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar4 < *(uint *)(param_1 + 0x44))" (( "(") (binary_expression "uVar4 < *(uint *)(param_1 + 0x44)" (identifier "uVar4") (< "<") (pointer_expression "*(uint *)(param_1 + 0x44)" (* "*") (cast_expression "(uint *)(param_1 + 0x44)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x44)" (( "(") (binary_expression "param_1 + 0x44" (identifier "param_1") (+ "+") (number_literal "0x44")) () ")"))))) () ")")) (; ";")) (} "}"))) (for_statement "for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;\n puVar1 = (undefined4 *)*puVar1) {\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }" (for "for") (( "(") (assignment_expression "puVar1 = *(undefined4 **)(param_1 + 0x98)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined4 **)(param_1 + 0x98)" (* "*") (cast_expression "(undefined4 **)(param_1 + 0x98)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x98)" (( "(") (binary_expression "param_1 + 0x98" (identifier "param_1") (+ "+") (number_literal "0x98")) () ")"))))) (; ";") (binary_expression "puVar1 != (undefined4 *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined4 *)0x0" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";") (assignment_expression "puVar1 = (undefined4 *)*puVar1" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)*puVar1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar1" (* "*") (identifier "puVar1")))) () ")") (compound_statement "{\n if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }\n }" ({ "{") (if_statement "if (puVar1[3] != puVar1[2]) {\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }" (if "if") (parenthesized_expression "(puVar1[3] != puVar1[2])" (( "(") (binary_expression "puVar1[3] != puVar1[2]" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (!= "!=") (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]"))) () ")")) (compound_statement "{\n uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;\n iVar2 = 0x1f;\n if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }\n FUN_001c1d60();\n FUN_001c1cf0();\n }" ({ "{") (expression_statement "uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;" (assignment_expression "uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333" (identifier "uVar4") (= "=") (binary_expression "((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333" (parenthesized_expression "((int)(puVar1[3] - puVar1[2]) >> 2)" (( "(") (binary_expression "(int)(puVar1[3] - puVar1[2]) >> 2" (cast_expression "(int)(puVar1[3] - puVar1[2])" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(puVar1[3] - puVar1[2])" (( "(") (binary_expression "puVar1[3] - puVar1[2]" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (- "-") (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]"))) () ")"))) (>> ">>") (number_literal "2")) () ")")) (* "*") (number_literal "-0x33333333"))) (; ";")) (expression_statement "iVar2 = 0x1f;" (assignment_expression "iVar2 = 0x1f" (identifier "iVar2") (= "=") (number_literal "0x1f")) (; ";")) (if_statement "if (uVar4 != 0) {\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" (if "if") (parenthesized_expression "(uVar4 != 0)" (( "(") (binary_expression "uVar4 != 0" (identifier "uVar4") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }\n }" ({ "{") (for_statement "for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {\n }" (for "for") (( "(") (; ";") (binary_expression "uVar4 >> iVar2 == 0" (binary_expression "uVar4 >> iVar2" (identifier "uVar4") (>> ">>") (identifier "iVar2")) (== "==") (number_literal "0")) (; ";") (assignment_expression "iVar2 = iVar2 + -1" (identifier "iVar2") (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) () ")") (compound_statement "{\n }" ({ "{") (} "}"))) (} "}"))) (expression_statement "FUN_001c1d60();" (call_expression "FUN_001c1d60()" (identifier "FUN_001c1d60") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_001c1cf0();" (call_expression "FUN_001c1cf0()" (identifier "FUN_001c1cf0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);" (call_expression "FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1)" (identifier "FUN_0007d010") (argument_list "("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1)" (( "(") (string_literal ""../../gold/dwarf_reader.cc"" (" """) (string_content "../../gold/dwarf_reader.cc") (" """)) (, ",") (number_literal "0x801") (, ",") (string_literal ""read_line_mappings"" (" """) (string_content "read_line_mappings") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void read_line_mappings(Sized_dwarf_line_info<64,_false> * this, uint
shndx) */
void __thiscall
gold::Sized_dwarf_line_info<64,_false>::read_line_mappings
(Sized_dwarf_line_info<64,_false> *this,type_2 shndx)
{
type_3 *var_6;
int var_8;
type_1 *var_2;
type_2 var_7;
if (this->data_valid_ != false) {
var_1(this);
var_2 = this->buffer_;
if (var_2 < this->buffer_end_) {
do {
var_2 = var_3(this,var_2);
var_2 = var_4(this,var_2);
var_2 = var_5(this,var_2,shndx);
this->buffer_ = var_2;
} while (var_2 < this->buffer_end_);
}
for (var_6 = (this->line_number_map_)._M_h._M_before_begin._M_nxt;
var_6 != (type_3 *)0x0; var_6 = var_6->_M_nxt) {
if (var_6[3]._M_nxt != var_6[2]._M_nxt) {
var_7 = ((int)var_6[3]._M_nxt - (int)var_6[2]._M_nxt >> 2) * -0x33333333;
var_8 = 0x1f;
if (var_7 != 0) {
for (; var_7 >> var_8 == 0; var_8 = var_8 + -1) {
}
}
std::
__introsort_loop<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,_int,___gnu_cxx::__ops::var_9>
();
std::
__final_insertion_sort<__gnu_cxx::__normal_iterator<gold::Offset_to_lineno_entry*,_std::vector<gold::Offset_to_lineno_entry>_>,___gnu_cxx::__ops::var_9>
();
}
}
return;
}
/* WARNING: Subroutine does not return */
var_10("../../gold/dwarf_reader.cc",0x801,"read_line_mappings");
}
| 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 (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (for_statement initializer: (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) condition: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))) update: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) right: (number_literal))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (for_statement condition: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) update: (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1,undefined4 param_2)
{
undefined4 *puVar1;
int iVar2;
undefined4 uVar3;
uint uVar4;
if (*(char *)(param_1 + 4) != '\0') {
FUN_001cac80(param_1);
uVar4 = *(uint *)(param_1 + 0x40);
if (uVar4 < *(uint *)(param_1 + 0x44)) {
do {
uVar3 = FUN_001c45b0(param_1,uVar4);
uVar3 = FUN_001c7b90(param_1,uVar3);
uVar4 = FUN_001c96e0(param_1,uVar3,param_2);
*(uint *)(param_1 + 0x40) = uVar4;
} while (uVar4 < *(uint *)(param_1 + 0x44));
}
for (puVar1 = *(undefined4 **)(param_1 + 0x98); puVar1 != (undefined4 *)0x0;
puVar1 = (undefined4 *)*puVar1) {
if (puVar1[3] != puVar1[2]) {
uVar4 = ((int)(puVar1[3] - puVar1[2]) >> 2) * -0x33333333;
iVar2 = 0x1f;
if (uVar4 != 0) {
for (; uVar4 >> iVar2 == 0; iVar2 = iVar2 + -1) {
}
}
FUN_001c1d60();
FUN_001c1cf0();
}
}
return;
}
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/dwarf_reader.cc",0x801,"read_line_mappings",param_1);
}
|
9433_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
__time_get<char>
|
FUN_0023d110
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::istreambuf_iterator<char, std::char_traits<char> >
std::__facet_shims::__time_get<char>(std::integral_constant<bool, true>, std::locale::facet
const*, std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*, char) */
undefined4
std::__facet_shims::__time_get<char>
(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5,
undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,
undefined4 param_10,char param_11)
{
/* WARNING (jumptable): Sanity check requires truncation of jumptable */
/* WARNING: Could not find normalized switch variable to match jumptable */
switch(param_11 + -100) {
case '\0':
(**(code **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
default:
(**(code **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\t':
(**(code **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x10':
(**(code **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x13':
(**(code **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x16':
(**(code **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x17':
case '\x18':
case '\x19':
case '\x1a':
case '\x1b':
case '\x1c':
case '\x1d':
case '\x1e':
case ' ':
case '!':
case '\"':
case '#':
case '$':
case '%':
case '\'':
case '(':
case '*':
case '+':
(**(code **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x1f':
(**(code **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '&':
(**(code **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case ')':
(**(code **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
}
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
undefined4
FUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9,undefined4 param_10,char param_11)
{
/* WARNING (jumptable): Sanity check requires truncation of jumptable */
/* WARNING: Could not find normalized switch variable to match jumptable */
switch(param_11 + -100) {
case '\0':
(**(code **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
default:
(**(code **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\t':
(**(code **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x10':
(**(code **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x13':
(**(code **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x16':
(**(code **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x17':
case '\x18':
case '\x19':
case '\x1a':
case '\x1b':
case '\x1c':
case '\x1d':
case '\x1e':
case ' ':
case '!':
case '\"':
case '#':
case '$':
case '%':
case '\'':
case '(':
case '*':
case '+':
(**(code **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x1f':
(**(code **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '&':
(**(code **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case ')':
(**(code **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
}
}
|
CALL 0x00037055
ADD EDX,0x171eeb
PUSH EBX
SUB ESP,0x8
MOVZX EAX,byte ptr [ESP + 0x38]
MOV EBX,dword ptr [ESP + 0x10]
MOV ECX,dword ptr [ESP + 0x18]
SUB EAX,0x64
MOVZX EAX,AL
ADD EDX,dword ptr [EDX + EAX*0x4 + 0xfff11810]
JMP EDX
| null | null | null | null |
[(u'LOAD_-1203972854', u'CALLIND_-1203972844'), ('tmp_4686', u'CALLIND_-1203973153'), ('tmp_4683', u'COPY_-1203972847'), ('tmp_4690', u'CALLIND_-1203972844'), ('tmp_4683', u'COPY_-1203972878'), (u'CAST_-1203971960', u'LOAD_-1203973281'), ('const-0', u'RETURN_-1203972803'), ('tmp_4684', u'CALLIND_-1203972786'), ('tmp_4688', u'CALLIND_-1203973153'), ('const-0', u'RETURN_-1203973141'), (u'LOAD_-1203972943', u'CALLIND_-1203972933'), ('tmp_4683', u'CALLIND_-1203972844'), (u'LOAD_-1203973163', u'CALLIND_-1203973153'), ('tmp_4686', u'CALLIND_-1203973182'), (u'COPY_-1203972818', u'RETURN_-1203972774'), ('tmp_4689', u'CALLIND_-1203972904'), (u'COPY_-1203973185', u'RETURN_-1203973141'), ('const-0', u'RETURN_-1203972745'), ('tmp_4691', u'CALLIND_-1203973271'), ('tmp_4686', u'CALLIND_-1203972904'), ('tmp_4684', u'LOAD_-1203972942'), ('const-417', u'LOAD_-1203973192'), ('tmp_4684', u'LOAD_-1203972884'), ('const-156', u'INT_ADD_-1203972453'), ('const-417', u'LOAD_-1203972973'), ('tmp_4690', u'CALLIND_-1203972815'), (u'INT_ADD_-1203972927', u'CAST_-1203971794'), ('const-417', u'LOAD_-1203972914'), ('tmp_4684', u'LOAD_-1203973340'), ('const-417', u'LOAD_-1203972796'), ('tmp_4683', u'COPY_-1203972789'), ('const-417', u'LOAD_-1203972825'), ('tmp_4688', u'CALLIND_-1203972786'), ('const-417', u'LOAD_-1203973340'), ('const-12', u'INT_ADD_-1203972838'), ('tmp_4689', u'CALLIND_-1203972815'), ('const-417', u'LOAD_-1203973252'), (u'INT_ADD_-1203972869', u'CAST_-1203971903'), (u'COPY_-1203972878', u'RETURN_-1203972834'), (u'LOAD_-1203973340', u'INT_ADD_-1203973236'), ('tmp_4685', u'CALLIND_-1203972904'), ('tmp_4685', u'CALLIND_-1203972875'), (u'CAST_-1203971794', u'LOAD_-1203972943'), ('tmp_4684', u'CALLIND_-1203972844'), ('tmp_4691', u'CALLIND_-1203973182'), (u'LOAD_-1203972914', u'CALLIND_-1203972904'), ('tmp_4689', u'CALLIND_-1203973242'), ('tmp_4683', u'CALLIND_-1203972815'), ('tmp_4687', u'CALLIND_-1203972844'), (u'COPY_-1203972936', u'RETURN_-1203972892'), ('tmp_4687', u'CALLIND_-1203973182'), ('const-417', u'LOAD_-1203972913'), ('tmp_4687', u'CALLIND_-1203973153'), (u'CAST_-1203972019', u'LOAD_-1203973252'), ('tmp_4683', u'COPY_-1203973245'), ('tmp_4683', u'CALLIND_-1203972904'), ('tmp_4686', u'CALLIND_-1203972933'), (u'CAST_-1203972125', u'LOAD_-1203972854'), (u'COPY_-1203973274', u'RETURN_-1203973230'), ('tmp_4685', u'CALLIND_-1203973182'), ('tmp_4683', u'CALLIND_-1203973242'), (u'CAST_-1203972180', u'LOAD_-1203972825'), ('const-417', u'LOAD_-1203973251'), ('const-417', u'LOAD_-1203972884'), ('tmp_4683', u'COPY_-1203972818'), ('const-417', u'LOAD_-1203973163'), ('tmp_4683', u'COPY_-1203973156'), ('tmp_4688', u'CALLIND_-1203973182'), ('const-417', u'LOAD_-1203973281'), ('const-28', u'INT_ADD_-1203973265'), ('tmp_4688', u'CALLIND_-1203973271'), ('tmp_4687', u'CALLIND_-1203973242'), ('tmp_4688', u'CALLIND_-1203972933'), ('tmp_4686', u'CALLIND_-1203972844'), ('tmp_4684', u'CALLIND_-1203972815'), ('tmp_4684', u'CALLIND_-1203972875'), ('tmp_4683', u'CALLIND_-1203972933'), ('tmp_4684', u'CALLIND_-1203972933'), ('tmp_4689', u'CALLIND_-1203972875'), ('tmp_4684', u'LOAD_-1203973002'), ('const-16', u'INT_ADD_-1203972780'), (u'INT_ADD_-1203972780', u'CAST_-1203972234'), ('const-417', u'LOAD_-1203972943'), (u'LOAD_-1203972913', u'INT_ADD_-1203972809'), ('tmp_4687', u'CALLIND_-1203972815'), ('tmp_4691', u'CALLIND_-1203972815'), ('const-417', u'LOAD_-1203973031'), ('tmp_4691', u'CALLIND_-1203972786'), ('const-417', u'LOAD_-1203972942'), ('tmp_4684', u'LOAD_-1203972913'), (u'COPY_-1203972847', u'RETURN_-1203972803'), ('tmp_4683', u'COPY_-1203973185'), ('tmp_4688', u'CALLIND_-1203972815'), ('const-417', u'LOAD_-1203973002'), ('tmp_4686', u'CALLIND_-1203973271'), ('const-417', u'LOAD_-1203972854'), ('tmp_4682', u'INT_ADD_-1203972453'), (u'COPY_-1203972907', u'RETURN_-1203972863'), (u'COPY_-1203973156', u'RETURN_-1203973112'), ('tmp_4684', u'CALLIND_-1203973182'), ('tmp_4688', u'CALLIND_-1203972875'), ('const-417', u'LOAD_-1203973280'), ('tmp_4683', u'CALLIND_-1203972875'), (u'LOAD_-1203973002', u'INT_ADD_-1203972898'), ('const-24', u'INT_ADD_-1203972898'), ('tmp_4684', u'CALLIND_-1203973153'), ('const-16', u'INT_ADD_-1203972869'), ('tmp_4684', u'CALLIND_-1203972904'), ('tmp_4683', u'COPY_-1203972907'), (u'LOAD_-1203972884', u'INT_ADD_-1203972780'), (u'LOAD_-1203973369', u'INT_ADD_-1203973265'), ('tmp_4689', u'CALLIND_-1203973271'), ('tmp_4691', u'CALLIND_-1203972904'), ('tmp_4685', u'CALLIND_-1203972844'), ('tmp_4686', u'CALLIND_-1203973242'), ('tmp_4683', u'COPY_-1203972936'), ('tmp_4690', u'CALLIND_-1203972786'), (u'CAST_-1203972291', u'LOAD_-1203973192'), (u'CAST_-1203972350', u'LOAD_-1203973163'), ('tmp_4689', u'CALLIND_-1203973182'), ('tmp_4691', u'CALLIND_-1203973242'), (u'COPY_-1203972789', u'RETURN_-1203972745'), (u'INT_ADD_-1203973265', u'CAST_-1203971960'), ('tmp_4684', u'CALLIND_-1203973271'), ('tmp_4690', u'CALLIND_-1203973153'), ('tmp_4684', u'LOAD_-1203972973'), (u'LOAD_-1203972796', u'CALLIND_-1203972786'), ('tmp_4689', u'CALLIND_-1203972786'), ('tmp_4687', u'CALLIND_-1203972875'), (u'COPY_-1203973245', u'RETURN_-1203973201'), ('tmp_4688', u'CALLIND_-1203972904'), ('tmp_4685', u'CALLIND_-1203973242'), (u'CAST_-1203971849', u'LOAD_-1203972914'), (u'LOAD_-1203972942', u'INT_ADD_-1203972838'), ('tmp_4684', u'LOAD_-1203973031'), ('tmp_4685', u'CALLIND_-1203972933'), (u'INT_ADD_-1203973236', u'CAST_-1203972019'), ('tmp_4684', u'LOAD_-1203973251'), ('const-0', u'RETURN_-1203973112'), ('tmp_4684', u'LOAD_-1203973280'), ('tmp_4691', u'CALLIND_-1203972875'), ('tmp_4691', u'CALLIND_-1203972933'), ('tmp_4684', u'LOAD_-1203973369'), ('tmp_4683', u'CALLIND_-1203973271'), ('tmp_4683', u'COPY_-1203973274'), ('tmp_4688', u'CALLIND_-1203972844'), ('tmp_4685', u'CALLIND_-1203972815'), ('tmp_4686', u'CALLIND_-1203972786'), (u'LOAD_-1203973252', u'CALLIND_-1203973242'), ('tmp_4683', u'CALLIND_-1203972786'), ('tmp_4685', u'CALLIND_-1203972786'), ('tmp_4690', u'CALLIND_-1203973242'), (u'LOAD_-1203973280', u'INT_ADD_-1203973176'), (u'INT_ADD_-1203973147', u'CAST_-1203972350'), ('tmp_4687', u'CALLIND_-1203972786'), (u'INT_ADD_-1203972898', u'CAST_-1203971849'), ('tmp_4690', u'CALLIND_-1203973271'), ('const-417', u'LOAD_-1203972885'), ('const-24', u'INT_ADD_-1203972809'), (u'CAST_-1203972234', u'LOAD_-1203972796'), ('tmp_4691', u'CALLIND_-1203973153'), ('const-0', u'RETURN_-1203972774'), ('const-28', u'INT_ADD_-1203973176'), ('tmp_4691', u'CALLIND_-1203972844'), ('const-0', u'RETURN_-1203972863'), (u'LOAD_-1203973281', u'CALLIND_-1203973271'), ('tmp_4685', u'CALLIND_-1203973271'), (u'LOAD_-1203972973', u'INT_ADD_-1203972869'), ('tmp_4688', u'CALLIND_-1203973242'), ('tmp_4683', u'CALLIND_-1203973182'), ('tmp_4690', u'CALLIND_-1203972933'), ('const-0', u'RETURN_-1203972892'), ('tmp_4689', u'CALLIND_-1203973153'), ('const-0', u'RETURN_-1203972834'), (u'INT_ADD_-1203972809', u'CAST_-1203972180'), (u'LOAD_-1203972825', u'CALLIND_-1203972815'), ('const-20', u'INT_ADD_-1203973147'), (u'LOAD_-1203973192', u'CALLIND_-1203973182'), ('tmp_4689', u'CALLIND_-1203972844'), ('tmp_4687', u'CALLIND_-1203973271'), ('tmp_4685', u'CALLIND_-1203973153'), (u'CAST_-1203971903', u'LOAD_-1203972885'), (u'INT_ADD_-1203972453', u'BRANCHIND_-1203973767'), ('tmp_4690', u'CALLIND_-1203973182'), ('const-20', u'INT_ADD_-1203973236'), (u'INT_ADD_-1203973176', u'CAST_-1203972291'), (u'LOAD_-1203973031', u'INT_ADD_-1203972927'), ('tmp_4683', u'CALLIND_-1203973153'), (u'LOAD_-1203973251', u'INT_ADD_-1203973147'), ('tmp_4686', u'CALLIND_-1203972815'), ('tmp_4687', u'CALLIND_-1203972904'), (u'LOAD_-1203972885', u'CALLIND_-1203972875'), ('tmp_4689', u'CALLIND_-1203972933'), (u'INT_ADD_-1203972838', u'CAST_-1203972125'), ('tmp_4690', u'CALLIND_-1203972875'), ('tmp_4690', u'CALLIND_-1203972904'), ('tmp_4687', u'CALLIND_-1203972933'), ('tmp_4686', u'CALLIND_-1203972875'), ('const-0', u'RETURN_-1203973201'), ('const-12', u'INT_ADD_-1203972927'), ('const-0', u'RETURN_-1203973230'), ('const-417', u'LOAD_-1203973369'), ('tmp_4684', u'CALLIND_-1203973242')]
|
[(u'LOAD_-1203972854', u'CALLIND_-1203972844'), ('tmp_4686', u'CALLIND_-1203973153'), ('tmp_4683', u'COPY_-1203972847'), ('tmp_4690', u'CALLIND_-1203972844'), ('tmp_4683', u'COPY_-1203972878'), (u'CAST_-1203971960', u'LOAD_-1203973281'), ('const-0', u'RETURN_-1203972803'), ('tmp_4684', u'CALLIND_-1203972786'), ('tmp_4688', u'CALLIND_-1203973153'), ('const-0', u'RETURN_-1203973141'), (u'LOAD_-1203972943', u'CALLIND_-1203972933'), ('tmp_4683', u'CALLIND_-1203972844'), (u'LOAD_-1203973163', u'CALLIND_-1203973153'), ('tmp_4686', u'CALLIND_-1203973182'), (u'COPY_-1203972818', u'RETURN_-1203972774'), ('tmp_4689', u'CALLIND_-1203972904'), (u'COPY_-1203973185', u'RETURN_-1203973141'), ('const-0', u'RETURN_-1203972745'), ('tmp_4691', u'CALLIND_-1203973271'), ('tmp_4686', u'CALLIND_-1203972904'), ('tmp_4684', u'LOAD_-1203972942'), ('const-417', u'LOAD_-1203973192'), ('tmp_4684', u'LOAD_-1203972884'), ('const-156', u'INT_ADD_-1203972453'), ('const-417', u'LOAD_-1203972973'), ('tmp_4690', u'CALLIND_-1203972815'), (u'INT_ADD_-1203972927', u'CAST_-1203971794'), ('const-417', u'LOAD_-1203972914'), ('tmp_4684', u'LOAD_-1203973340'), ('const-417', u'LOAD_-1203972796'), ('tmp_4683', u'COPY_-1203972789'), ('const-417', u'LOAD_-1203972825'), ('tmp_4688', u'CALLIND_-1203972786'), ('const-417', u'LOAD_-1203973340'), ('const-12', u'INT_ADD_-1203972838'), ('tmp_4689', u'CALLIND_-1203972815'), ('const-417', u'LOAD_-1203973252'), (u'INT_ADD_-1203972869', u'CAST_-1203971903'), (u'COPY_-1203972878', u'RETURN_-1203972834'), (u'LOAD_-1203973340', u'INT_ADD_-1203973236'), ('tmp_4685', u'CALLIND_-1203972904'), ('tmp_4685', u'CALLIND_-1203972875'), (u'CAST_-1203971794', u'LOAD_-1203972943'), ('tmp_4684', u'CALLIND_-1203972844'), ('tmp_4691', u'CALLIND_-1203973182'), (u'LOAD_-1203972914', u'CALLIND_-1203972904'), ('tmp_4689', u'CALLIND_-1203973242'), ('tmp_4683', u'CALLIND_-1203972815'), ('tmp_4687', u'CALLIND_-1203972844'), (u'COPY_-1203972936', u'RETURN_-1203972892'), ('tmp_4687', u'CALLIND_-1203973182'), ('const-417', u'LOAD_-1203972913'), ('tmp_4687', u'CALLIND_-1203973153'), (u'CAST_-1203972019', u'LOAD_-1203973252'), ('tmp_4683', u'COPY_-1203973245'), ('tmp_4683', u'CALLIND_-1203972904'), ('tmp_4686', u'CALLIND_-1203972933'), (u'CAST_-1203972125', u'LOAD_-1203972854'), (u'COPY_-1203973274', u'RETURN_-1203973230'), ('tmp_4685', u'CALLIND_-1203973182'), ('tmp_4683', u'CALLIND_-1203973242'), (u'CAST_-1203972180', u'LOAD_-1203972825'), ('const-417', u'LOAD_-1203973251'), ('const-417', u'LOAD_-1203972884'), ('tmp_4683', u'COPY_-1203972818'), ('const-417', u'LOAD_-1203973163'), ('tmp_4683', u'COPY_-1203973156'), ('tmp_4688', u'CALLIND_-1203973182'), ('const-417', u'LOAD_-1203973281'), ('const-28', u'INT_ADD_-1203973265'), ('tmp_4688', u'CALLIND_-1203973271'), ('tmp_4687', u'CALLIND_-1203973242'), ('tmp_4688', u'CALLIND_-1203972933'), ('tmp_4686', u'CALLIND_-1203972844'), ('tmp_4684', u'CALLIND_-1203972815'), ('tmp_4684', u'CALLIND_-1203972875'), ('tmp_4683', u'CALLIND_-1203972933'), ('tmp_4684', u'CALLIND_-1203972933'), ('tmp_4689', u'CALLIND_-1203972875'), ('tmp_4684', u'LOAD_-1203973002'), ('const-16', u'INT_ADD_-1203972780'), (u'INT_ADD_-1203972780', u'CAST_-1203972234'), ('const-417', u'LOAD_-1203972943'), (u'LOAD_-1203972913', u'INT_ADD_-1203972809'), ('tmp_4687', u'CALLIND_-1203972815'), ('tmp_4691', u'CALLIND_-1203972815'), ('const-417', u'LOAD_-1203973031'), ('tmp_4691', u'CALLIND_-1203972786'), ('const-417', u'LOAD_-1203972942'), ('tmp_4684', u'LOAD_-1203972913'), (u'COPY_-1203972847', u'RETURN_-1203972803'), ('tmp_4683', u'COPY_-1203973185'), ('tmp_4688', u'CALLIND_-1203972815'), ('const-417', u'LOAD_-1203973002'), ('tmp_4686', u'CALLIND_-1203973271'), ('const-417', u'LOAD_-1203972854'), ('tmp_4682', u'INT_ADD_-1203972453'), (u'COPY_-1203972907', u'RETURN_-1203972863'), (u'COPY_-1203973156', u'RETURN_-1203973112'), ('tmp_4684', u'CALLIND_-1203973182'), ('tmp_4688', u'CALLIND_-1203972875'), ('const-417', u'LOAD_-1203973280'), ('tmp_4683', u'CALLIND_-1203972875'), (u'LOAD_-1203973002', u'INT_ADD_-1203972898'), ('const-24', u'INT_ADD_-1203972898'), ('tmp_4684', u'CALLIND_-1203973153'), ('const-16', u'INT_ADD_-1203972869'), ('tmp_4684', u'CALLIND_-1203972904'), ('tmp_4683', u'COPY_-1203972907'), (u'LOAD_-1203972884', u'INT_ADD_-1203972780'), (u'LOAD_-1203973369', u'INT_ADD_-1203973265'), ('tmp_4689', u'CALLIND_-1203973271'), ('tmp_4691', u'CALLIND_-1203972904'), ('tmp_4685', u'CALLIND_-1203972844'), ('tmp_4686', u'CALLIND_-1203973242'), ('tmp_4683', u'COPY_-1203972936'), ('tmp_4690', u'CALLIND_-1203972786'), (u'CAST_-1203972291', u'LOAD_-1203973192'), (u'CAST_-1203972350', u'LOAD_-1203973163'), ('tmp_4689', u'CALLIND_-1203973182'), ('tmp_4691', u'CALLIND_-1203973242'), (u'COPY_-1203972789', u'RETURN_-1203972745'), (u'INT_ADD_-1203973265', u'CAST_-1203971960'), ('tmp_4684', u'CALLIND_-1203973271'), ('tmp_4690', u'CALLIND_-1203973153'), ('tmp_4684', u'LOAD_-1203972973'), (u'LOAD_-1203972796', u'CALLIND_-1203972786'), ('tmp_4689', u'CALLIND_-1203972786'), ('tmp_4687', u'CALLIND_-1203972875'), (u'COPY_-1203973245', u'RETURN_-1203973201'), ('tmp_4688', u'CALLIND_-1203972904'), ('tmp_4685', u'CALLIND_-1203973242'), (u'CAST_-1203971849', u'LOAD_-1203972914'), (u'LOAD_-1203972942', u'INT_ADD_-1203972838'), ('tmp_4684', u'LOAD_-1203973031'), ('tmp_4685', u'CALLIND_-1203972933'), (u'INT_ADD_-1203973236', u'CAST_-1203972019'), ('tmp_4684', u'LOAD_-1203973251'), ('const-0', u'RETURN_-1203973112'), ('tmp_4684', u'LOAD_-1203973280'), ('tmp_4691', u'CALLIND_-1203972875'), ('tmp_4691', u'CALLIND_-1203972933'), ('tmp_4684', u'LOAD_-1203973369'), ('tmp_4683', u'CALLIND_-1203973271'), ('tmp_4683', u'COPY_-1203973274'), ('tmp_4688', u'CALLIND_-1203972844'), ('tmp_4685', u'CALLIND_-1203972815'), ('tmp_4686', u'CALLIND_-1203972786'), (u'LOAD_-1203973252', u'CALLIND_-1203973242'), ('tmp_4683', u'CALLIND_-1203972786'), ('tmp_4685', u'CALLIND_-1203972786'), ('tmp_4690', u'CALLIND_-1203973242'), (u'LOAD_-1203973280', u'INT_ADD_-1203973176'), (u'INT_ADD_-1203973147', u'CAST_-1203972350'), ('tmp_4687', u'CALLIND_-1203972786'), (u'INT_ADD_-1203972898', u'CAST_-1203971849'), ('tmp_4690', u'CALLIND_-1203973271'), ('const-417', u'LOAD_-1203972885'), ('const-24', u'INT_ADD_-1203972809'), (u'CAST_-1203972234', u'LOAD_-1203972796'), ('tmp_4691', u'CALLIND_-1203973153'), ('const-0', u'RETURN_-1203972774'), ('const-28', u'INT_ADD_-1203973176'), ('tmp_4691', u'CALLIND_-1203972844'), ('const-0', u'RETURN_-1203972863'), (u'LOAD_-1203973281', u'CALLIND_-1203973271'), ('tmp_4685', u'CALLIND_-1203973271'), (u'LOAD_-1203972973', u'INT_ADD_-1203972869'), ('tmp_4688', u'CALLIND_-1203973242'), ('tmp_4683', u'CALLIND_-1203973182'), ('tmp_4690', u'CALLIND_-1203972933'), ('const-0', u'RETURN_-1203972892'), ('tmp_4689', u'CALLIND_-1203973153'), ('const-0', u'RETURN_-1203972834'), (u'INT_ADD_-1203972809', u'CAST_-1203972180'), (u'LOAD_-1203972825', u'CALLIND_-1203972815'), ('const-20', u'INT_ADD_-1203973147'), (u'LOAD_-1203973192', u'CALLIND_-1203973182'), ('tmp_4689', u'CALLIND_-1203972844'), ('tmp_4687', u'CALLIND_-1203973271'), ('tmp_4685', u'CALLIND_-1203973153'), (u'CAST_-1203971903', u'LOAD_-1203972885'), (u'INT_ADD_-1203972453', u'BRANCHIND_-1203973767'), ('tmp_4690', u'CALLIND_-1203973182'), ('const-20', u'INT_ADD_-1203973236'), (u'INT_ADD_-1203973176', u'CAST_-1203972291'), (u'LOAD_-1203973031', u'INT_ADD_-1203972927'), ('tmp_4683', u'CALLIND_-1203973153'), (u'LOAD_-1203973251', u'INT_ADD_-1203973147'), ('tmp_4686', u'CALLIND_-1203972815'), ('tmp_4687', u'CALLIND_-1203972904'), (u'LOAD_-1203972885', u'CALLIND_-1203972875'), ('tmp_4689', u'CALLIND_-1203972933'), (u'INT_ADD_-1203972838', u'CAST_-1203972125'), ('tmp_4690', u'CALLIND_-1203972875'), ('tmp_4690', u'CALLIND_-1203972904'), ('tmp_4687', u'CALLIND_-1203972933'), ('tmp_4686', u'CALLIND_-1203972875'), ('const-0', u'RETURN_-1203973201'), ('const-12', u'INT_ADD_-1203972927'), ('const-0', u'RETURN_-1203973230'), ('const-417', u'LOAD_-1203973369'), ('tmp_4684', u'CALLIND_-1203973242')]
| null | null |
0023d110
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nundefined4\nFUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)\n\n{\n /* WARNING (jumptable): Sanity check requires truncation of jumptable */\n /* WARNING: Could not find normalized switch variable to match jumptable */\n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}\n\n" comment (function_definition "undefined4\nFUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)\n\n{\n /* WARNING (jumptable): Sanity check requires truncation of jumptable */\n /* WARNING: Could not find normalized switch variable to match jumptable */\n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" type_identifier (function_declarator "FUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "char param_11" primitive_type identifier) ))) (compound_statement "{\n /* WARNING (jumptable): Sanity check requires truncation of jumptable */\n /* WARNING: Could not find normalized switch variable to match jumptable */\n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" { comment comment (switch_statement "switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" switch (parenthesized_expression "(param_11 + -100)" ( (binary_expression "param_11 + -100" identifier + number_literal) )) (compound_statement "{\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" { (case_statement "case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\0'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" default : (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" ( (pointer_expression "**(code **)(*param_3 + 0x1c)" * (pointer_expression "*(code **)(*param_3 + 0x1c)" * (cast_expression "(code **)(*param_3 + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x1c)" ( (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\t'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" ( (pointer_expression "**(code **)(*param_3 + 0x18)" * (pointer_expression "*(code **)(*param_3 + 0x18)" * (cast_expression "(code **)(*param_3 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x18)" ( (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x10'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x13'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" ( (pointer_expression "**(code **)(*param_3 + 0x14)" * (pointer_expression "*(code **)(*param_3 + 0x14)" * (cast_expression "(code **)(*param_3 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x14)" ( (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x16'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x17':" case (char_literal "'\x17'" ' escape_sequence ') :) (case_statement "case '\x18':" case (char_literal "'\x18'" ' escape_sequence ') :) (case_statement "case '\x19':" case (char_literal "'\x19'" ' escape_sequence ') :) (case_statement "case '\x1a':" case (char_literal "'\x1a'" ' escape_sequence ') :) (case_statement "case '\x1b':" case (char_literal "'\x1b'" ' escape_sequence ') :) (case_statement "case '\x1c':" case (char_literal "'\x1c'" ' escape_sequence ') :) (case_statement "case '\x1d':" case (char_literal "'\x1d'" ' escape_sequence ') :) (case_statement "case '\x1e':" case (char_literal "'\x1e'" ' escape_sequence ') :) (case_statement "case ' ':" case (char_literal "' '" ' character ') :) (case_statement "case '!':" case (char_literal "'!'" ' character ') :) (case_statement "case '\"':" case (char_literal "'\"'" ' escape_sequence ') :) (case_statement "case '#':" case (char_literal "'#'" ' character ') :) (case_statement "case '$':" case (char_literal "'$'" ' character ') :) (case_statement "case '%':" case (char_literal "'%'" ' character ') :) (case_statement "case '\'':" case (char_literal "'\''" ' escape_sequence ') :) (case_statement "case '(':" case (char_literal "'('" ' character ') :) (case_statement "case '*':" case (char_literal "'*'" ' character ') :) (case_statement "case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'+'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" ( (pointer_expression "**(code **)(*param_3 + 0x1c)" * (pointer_expression "*(code **)(*param_3 + 0x1c)" * (cast_expression "(code **)(*param_3 + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x1c)" ( (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x1f'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" ( (pointer_expression "**(code **)(*param_3 + 0x18)" * (pointer_expression "*(code **)(*param_3 + 0x18)" * (cast_expression "(code **)(*param_3 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x18)" ( (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'&'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "')'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" ( (pointer_expression "**(code **)(*param_3 + 0x14)" * (pointer_expression "*(code **)(*param_3 + 0x14)" * (cast_expression "(code **)(*param_3 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x14)" ( (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) })) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* std::istreambuf_iterator<char, std::char_traits<char> >\n std::__facet_shims::__time_get<char>(std::integral_constant<bool, true>, std::locale::facet\n const*, std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,\n std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*, char) */\n\nundefined4\nstd::__facet_shims::__time_get<char>\n (undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11)\n\n{\n /* WARNING (jumptable): Sanity check requires truncation of jumptable */\n /* WARNING: Could not find normalized switch variable to match jumptable */\n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}\n\n" comment comment (function_definition "undefined4\nstd::__facet_shims::__time_get<char>\n (undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11)\n\n{\n /* WARNING (jumptable): Sanity check requires truncation of jumptable */\n /* WARNING: Could not find normalized switch variable to match jumptable */\n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" type_identifier (ERROR "std::__facet_shims::" identifier : : identifier : :) (function_declarator "__time_get<char>\n (undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11)" identifier (ERROR "<char>" < primitive_type >) (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,undefined4 param_5,\n undefined4 param_6,undefined4 param_7,undefined4 param_8,undefined4 param_9,\n undefined4 param_10,char param_11)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "char param_11" primitive_type identifier) ))) (compound_statement "{\n /* WARNING (jumptable): Sanity check requires truncation of jumptable */\n /* WARNING: Could not find normalized switch variable to match jumptable */\n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" { comment comment (switch_statement "switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" switch (parenthesized_expression "(param_11 + -100)" ( (binary_expression "param_11 + -100" identifier + number_literal) )) (compound_statement "{\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" { (case_statement "case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\0'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" default : (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" ( (pointer_expression "**(code **)(*param_3 + 0x1c)" * (pointer_expression "*(code **)(*param_3 + 0x1c)" * (cast_expression "(code **)(*param_3 + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x1c)" ( (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\t'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" ( (pointer_expression "**(code **)(*param_3 + 0x18)" * (pointer_expression "*(code **)(*param_3 + 0x18)" * (cast_expression "(code **)(*param_3 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x18)" ( (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x10'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x13'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" ( (pointer_expression "**(code **)(*param_3 + 0x14)" * (pointer_expression "*(code **)(*param_3 + 0x14)" * (cast_expression "(code **)(*param_3 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x14)" ( (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x16'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x17':" case (char_literal "'\x17'" ' escape_sequence ') :) (case_statement "case '\x18':" case (char_literal "'\x18'" ' escape_sequence ') :) (case_statement "case '\x19':" case (char_literal "'\x19'" ' escape_sequence ') :) (case_statement "case '\x1a':" case (char_literal "'\x1a'" ' escape_sequence ') :) (case_statement "case '\x1b':" case (char_literal "'\x1b'" ' escape_sequence ') :) (case_statement "case '\x1c':" case (char_literal "'\x1c'" ' escape_sequence ') :) (case_statement "case '\x1d':" case (char_literal "'\x1d'" ' escape_sequence ') :) (case_statement "case '\x1e':" case (char_literal "'\x1e'" ' escape_sequence ') :) (case_statement "case ' ':" case (char_literal "' '" ' character ') :) (case_statement "case '!':" case (char_literal "'!'" ' character ') :) (case_statement "case '\"':" case (char_literal "'\"'" ' escape_sequence ') :) (case_statement "case '#':" case (char_literal "'#'" ' character ') :) (case_statement "case '$':" case (char_literal "'$'" ' character ') :) (case_statement "case '%':" case (char_literal "'%'" ' character ') :) (case_statement "case '\'':" case (char_literal "'\''" ' escape_sequence ') :) (case_statement "case '(':" case (char_literal "'('" ' character ') :) (case_statement "case '*':" case (char_literal "'*'" ' character ') :) (case_statement "case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'+'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" ( (pointer_expression "**(code **)(*param_3 + 0x1c)" * (pointer_expression "*(code **)(*param_3 + 0x1c)" * (cast_expression "(code **)(*param_3 + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x1c)" ( (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x1f'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" ( (pointer_expression "**(code **)(*param_3 + 0x18)" * (pointer_expression "*(code **)(*param_3 + 0x18)" * (cast_expression "(code **)(*param_3 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x18)" ( (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'&'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "')'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" ( (pointer_expression "**(code **)(*param_3 + 0x14)" * (pointer_expression "*(code **)(*param_3 + 0x14)" * (cast_expression "(code **)(*param_3 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x14)" ( (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) })) })))
|
(translation_unit "undefined4\nFUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)\n\n{\n \n \n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}\n\n" (function_definition "undefined4\nFUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)\n\n{\n \n \n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" type_identifier (function_declarator "FUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined4 param_7" type_identifier identifier) , (parameter_declaration "undefined4 param_8" type_identifier identifier) , (parameter_declaration "undefined4 param_9" type_identifier identifier) , (parameter_declaration "undefined4 param_10" type_identifier identifier) , (parameter_declaration "char param_11" primitive_type identifier) ))) (compound_statement "{\n \n \n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" { (switch_statement "switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" switch (parenthesized_expression "(param_11 + -100)" ( (binary_expression "param_11 + -100" identifier + number_literal) )) (compound_statement "{\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" { (case_statement "case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\0'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" default : (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" ( (pointer_expression "**(code **)(*param_3 + 0x1c)" * (pointer_expression "*(code **)(*param_3 + 0x1c)" * (cast_expression "(code **)(*param_3 + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x1c)" ( (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\t'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" ( (pointer_expression "**(code **)(*param_3 + 0x18)" * (pointer_expression "*(code **)(*param_3 + 0x18)" * (cast_expression "(code **)(*param_3 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x18)" ( (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x10'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x13'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" ( (pointer_expression "**(code **)(*param_3 + 0x14)" * (pointer_expression "*(code **)(*param_3 + 0x14)" * (cast_expression "(code **)(*param_3 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x14)" ( (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x16'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" ( (pointer_expression "**(code **)(*param_3 + 0x10)" * (pointer_expression "*(code **)(*param_3 + 0x10)" * (cast_expression "(code **)(*param_3 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x10)" ( (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x17':" case (char_literal "'\x17'" ' escape_sequence ') :) (case_statement "case '\x18':" case (char_literal "'\x18'" ' escape_sequence ') :) (case_statement "case '\x19':" case (char_literal "'\x19'" ' escape_sequence ') :) (case_statement "case '\x1a':" case (char_literal "'\x1a'" ' escape_sequence ') :) (case_statement "case '\x1b':" case (char_literal "'\x1b'" ' escape_sequence ') :) (case_statement "case '\x1c':" case (char_literal "'\x1c'" ' escape_sequence ') :) (case_statement "case '\x1d':" case (char_literal "'\x1d'" ' escape_sequence ') :) (case_statement "case '\x1e':" case (char_literal "'\x1e'" ' escape_sequence ') :) (case_statement "case ' ':" case (char_literal "' '" ' character ') :) (case_statement "case '!':" case (char_literal "'!'" ' character ') :) (case_statement "case '\"':" case (char_literal "'\"'" ' escape_sequence ') :) (case_statement "case '#':" case (char_literal "'#'" ' character ') :) (case_statement "case '$':" case (char_literal "'$'" ' character ') :) (case_statement "case '%':" case (char_literal "'%'" ' character ') :) (case_statement "case '\'':" case (char_literal "'\''" ' escape_sequence ') :) (case_statement "case '(':" case (char_literal "'('" ' character ') :) (case_statement "case '*':" case (char_literal "'*'" ' character ') :) (case_statement "case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'+'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" ( (pointer_expression "**(code **)(*param_3 + 0x1c)" * (pointer_expression "*(code **)(*param_3 + 0x1c)" * (cast_expression "(code **)(*param_3 + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x1c)" ( (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'\x1f'" ' escape_sequence ') : (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" ( (pointer_expression "**(code **)(*param_3 + 0x18)" * (pointer_expression "*(code **)(*param_3 + 0x18)" * (cast_expression "(code **)(*param_3 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x18)" ( (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "'&'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" ( (pointer_expression "**(code **)(*param_3 + 0xc)" * (pointer_expression "*(code **)(*param_3 + 0xc)" * (cast_expression "(code **)(*param_3 + 0xc)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0xc)" ( (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) (case_statement "case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" case (char_literal "')'" ' character ') : (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" ( (pointer_expression "**(code **)(*param_3 + 0x14)" * (pointer_expression "*(code **)(*param_3 + 0x14)" * (cast_expression "(code **)(*param_3 + 0x14)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_3 + 0x14)" ( (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" ( identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;)) })) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (switch_statement switch (parenthesized_expression ( (binary_expression IDENT + LIT) )) (compound_statement { (case_statement case (char_literal ' escape_sequence ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement default : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' escape_sequence ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' escape_sequence ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' escape_sequence ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' escape_sequence ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' escape_sequence ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') :) (case_statement case (char_literal ' character ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' escape_sequence ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' character ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) (case_statement case (char_literal ' character ') : (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (return_statement return IDENT ;)) })) })))
|
(function_definition "undefined4\nFUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)\n\n{\n \n \n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" (type_identifier "undefined4") (function_declarator "FUN_0023d110(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)" (identifier "FUN_0023d110") (parameter_list "(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,\n undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,\n undefined4 param_9,undefined4 param_10,char param_11)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined4 param_7" (type_identifier "undefined4") (identifier "param_7")) (, ",") (parameter_declaration "undefined4 param_8" (type_identifier "undefined4") (identifier "param_8")) (, ",") (parameter_declaration "undefined4 param_9" (type_identifier "undefined4") (identifier "param_9")) (, ",") (parameter_declaration "undefined4 param_10" (type_identifier "undefined4") (identifier "param_10")) (, ",") (parameter_declaration "char param_11" (primitive_type "char") (identifier "param_11")) () ")"))) (compound_statement "{\n \n \n switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }\n}" ({ "{") (switch_statement "switch(param_11 + -100) {\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" (switch "switch") (parenthesized_expression "(param_11 + -100)" (( "(") (binary_expression "param_11 + -100" (identifier "param_11") (+ "+") (number_literal "-100")) () ")")) (compound_statement "{\n case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x17':\n case '\x18':\n case '\x19':\n case '\x1a':\n case '\x1b':\n case '\x1c':\n case '\x1d':\n case '\x1e':\n case ' ':\n case '!':\n case '\"':\n case '#':\n case '$':\n case '%':\n case '\'':\n case '(':\n case '*':\n case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;\n }" ({ "{") (case_statement "case '\0':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x10)" (* "*") (cast_expression "(code **)(*param_3 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x10)" (( "(") (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "default:\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (default "default") (: ":") (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x1c)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x1c)" (* "*") (cast_expression "(code **)(*param_3 + 0x1c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x1c)" (( "(") (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x1c")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '\t':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'\t'" (' "'") (escape_sequence "\t") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x18)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x18)" (* "*") (cast_expression "(code **)(*param_3 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x18)" (( "(") (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '\x10':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'\x10'" (' "'") (escape_sequence "\x10") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" (( "(") (pointer_expression "**(code **)(*param_3 + 0xc)" (* "*") (pointer_expression "*(code **)(*param_3 + 0xc)" (* "*") (cast_expression "(code **)(*param_3 + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0xc)" (( "(") (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0xc")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '\x13':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'\x13'" (' "'") (escape_sequence "\x13") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x14)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x14)" (* "*") (cast_expression "(code **)(*param_3 + 0x14)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x14)" (( "(") (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '\x16':\n (**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'\x16'" (' "'") (escape_sequence "\x16") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x10))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x10)" (* "*") (cast_expression "(code **)(*param_3 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x10)" (( "(") (binary_expression "*param_3 + 0x10" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '\x17':" (case "case") (char_literal "'\x17'" (' "'") (escape_sequence "\x17") (' "'")) (: ":")) (case_statement "case '\x18':" (case "case") (char_literal "'\x18'" (' "'") (escape_sequence "\x18") (' "'")) (: ":")) (case_statement "case '\x19':" (case "case") (char_literal "'\x19'" (' "'") (escape_sequence "\x19") (' "'")) (: ":")) (case_statement "case '\x1a':" (case "case") (char_literal "'\x1a'" (' "'") (escape_sequence "\x1a") (' "'")) (: ":")) (case_statement "case '\x1b':" (case "case") (char_literal "'\x1b'" (' "'") (escape_sequence "\x1b") (' "'")) (: ":")) (case_statement "case '\x1c':" (case "case") (char_literal "'\x1c'" (' "'") (escape_sequence "\x1c") (' "'")) (: ":")) (case_statement "case '\x1d':" (case "case") (char_literal "'\x1d'" (' "'") (escape_sequence "\x1d") (' "'")) (: ":")) (case_statement "case '\x1e':" (case "case") (char_literal "'\x1e'" (' "'") (escape_sequence "\x1e") (' "'")) (: ":")) (case_statement "case ' ':" (case "case") (char_literal "' '" (' "'") (character " ") (' "'")) (: ":")) (case_statement "case '!':" (case "case") (char_literal "'!'" (' "'") (character "!") (' "'")) (: ":")) (case_statement "case '\"':" (case "case") (char_literal "'\"'" (' "'") (escape_sequence "\"") (' "'")) (: ":")) (case_statement "case '#':" (case "case") (char_literal "'#'" (' "'") (character "#") (' "'")) (: ":")) (case_statement "case '$':" (case "case") (char_literal "'$'" (' "'") (character "$") (' "'")) (: ":")) (case_statement "case '%':" (case "case") (char_literal "'%'" (' "'") (character "%") (' "'")) (: ":")) (case_statement "case '\'':" (case "case") (char_literal "'\''" (' "'") (escape_sequence "\'") (' "'")) (: ":")) (case_statement "case '(':" (case "case") (char_literal "'('" (' "'") (character "(") (' "'")) (: ":")) (case_statement "case '*':" (case "case") (char_literal "'*'" (' "'") (character "*") (' "'")) (: ":")) (case_statement "case '+':\n (**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'+'" (' "'") (character "+") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x1c))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x1c))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x1c)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x1c)" (* "*") (cast_expression "(code **)(*param_3 + 0x1c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x1c)" (( "(") (binary_expression "*param_3 + 0x1c" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x1c")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '\x1f':\n (**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'\x1f'" (' "'") (escape_sequence "\x1f") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x18))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x18))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x18)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x18)" (* "*") (cast_expression "(code **)(*param_3 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x18)" (( "(") (binary_expression "*param_3 + 0x18" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case '&':\n (**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "'&'" (' "'") (character "&") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0xc))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0xc))" (( "(") (pointer_expression "**(code **)(*param_3 + 0xc)" (* "*") (pointer_expression "*(code **)(*param_3 + 0xc)" (* "*") (cast_expression "(code **)(*param_3 + 0xc)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0xc)" (( "(") (binary_expression "*param_3 + 0xc" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0xc")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (case_statement "case ')':\n (**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);\n return param_1;" (case "case") (char_literal "')'" (' "'") (character ")") (' "'")) (: ":") (expression_statement "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);" (call_expression "(**(code **)(*param_3 + 0x14))\n (param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (parenthesized_expression "(**(code **)(*param_3 + 0x14))" (( "(") (pointer_expression "**(code **)(*param_3 + 0x14)" (* "*") (pointer_expression "*(code **)(*param_3 + 0x14)" (* "*") (cast_expression "(code **)(*param_3 + 0x14)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_3 + 0x14)" (( "(") (binary_expression "*param_3 + 0x14" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "0x14")) () ")"))))) () ")")) (argument_list "(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") (, ",") (identifier "param_4") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (identifier "param_8") (, ",") (identifier "param_9") (, ",") (identifier "param_10") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";"))) (} "}"))) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* std::istreambuf_iterator<char, std::char_traits<char> >
std::__facet_shims::__time_get<char>(std::integral_constant<bool, true>, std::locale::facet
const*, std::istreambuf_iterator<char, std::char_traits<char> >, std::istreambuf_iterator<char,
std::char_traits<char> >, std::ios_base&, std::_Ios_Iostate&, tm*, char) */
type_1
std::__facet_shims::function_1<char>
(type_1 param_1,type_1 param_2,int *param_3,type_1 param_4,type_1 param_5,
type_1 param_6,type_1 param_7,type_1 param_8,type_1 param_9,
type_1 param_10,char var_1)
{
/* WARNING (jumptable): Sanity check requires truncation of jumptable */
/* WARNING: Could not find normalized switch variable to match jumptable */
switch(var_1 + -100) {
case '\0':
(**(type_2 **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
default:
(**(type_2 **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\t':
(**(type_2 **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x10':
(**(type_2 **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x13':
(**(type_2 **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x16':
(**(type_2 **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x17':
case '\x18':
case '\x19':
case '\x1a':
case '\x1b':
case '\x1c':
case '\x1d':
case '\x1e':
case ' ':
case '!':
case '\"':
case '#':
case '$':
case '%':
case '\'':
case '(':
case '*':
case '+':
(**(type_2 **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x1f':
(**(type_2 **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '&':
(**(type_2 **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case ')':
(**(type_2 **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
}
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (switch_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (case_statement value: (char_literal (escape_sequence)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (escape_sequence)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (escape_sequence)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (escape_sequence)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (escape_sequence)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (escape_sequence))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character))) (case_statement value: (char_literal (character)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (escape_sequence)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (character)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))) (case_statement value: (char_literal (character)) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier) (identifier)))) (return_statement (identifier))))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
undefined4
MASKED(undefined4 param_1,undefined4 param_2,int *param_3,undefined4 param_4,
undefined4 param_5,undefined4 param_6,undefined4 param_7,undefined4 param_8,
undefined4 param_9,undefined4 param_10,char param_11)
{
/* WARNING (jumptable): Sanity check requires truncation of jumptable */
/* WARNING: Could not find normalized switch variable to match jumptable */
switch(param_11 + -100) {
case '\0':
(**(code **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
default:
(**(code **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\t':
(**(code **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x10':
(**(code **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x13':
(**(code **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x16':
(**(code **)(*param_3 + 0x10))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x17':
case '\x18':
case '\x19':
case '\x1a':
case '\x1b':
case '\x1c':
case '\x1d':
case '\x1e':
case ' ':
case '!':
case '\"':
case '#':
case '$':
case '%':
case '\'':
case '(':
case '*':
case '+':
(**(code **)(*param_3 + 0x1c))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '\x1f':
(**(code **)(*param_3 + 0x18))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case '&':
(**(code **)(*param_3 + 0xc))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
case ')':
(**(code **)(*param_3 + 0x14))
(param_1,param_3,param_4,param_5,param_6,param_7,param_8,param_9,param_10);
return param_1;
}
}
|
245_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c
|
init_dwarf_regnames_aarch64
|
FUN_0002d9c0
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void init_dwarf_regnames_aarch64(void)
{
dwarf_regnames_count = 0x60;
dwarf_regnames = dwarf_regnames_aarch64;
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_0002d9c0(void)
{
DAT_000768b0 = 0x60;
DAT_000768b4 = &DAT_00072540;
return;
}
|
CALL 0x0001c79a
ADD EAX,0x4563b
MOV dword ptr [EAX + 0x38b0],0x60
LEA EDX,[EAX + 0xfffff540]
MOV dword ptr [EAX + 0x38b4],EDX
RET
| null | null | null | null |
[('const-0', u'RETURN_-1206003200'), ('const-0', u'PTRSUB_-1206003153'), ('const-96', u'COPY_-1206003239'), ('const-468288', u'PTRSUB_-1206003153'), (u'PTRSUB_-1206003153', u'COPY_-1206003203'), (u'COPY_-1206003239', u'COPY_-1206003204')]
|
[('const-468288', u'PTRSUB_-1206003153'), ('const-0', u'RETURN_-1206003200'), ('const-0', u'PTRSUB_-1206003153'), ('const-96', u'COPY_-1206003239'), (u'PTRSUB_-1206003153', u'COPY_-1206003203'), (u'COPY_-1206003239', u'COPY_-1206003204')]
| null | null |
0002d9c0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_0002d9c0(void)\n\n{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}\n\n" comment (function_definition "void FUN_0002d9c0(void)\n\n{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}" primitive_type (function_declarator "FUN_0002d9c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}" { (expression_statement "DAT_000768b0 = 0x60;" (assignment_expression "DAT_000768b0 = 0x60" identifier = number_literal) ;) (expression_statement "DAT_000768b4 = &DAT_00072540;" (assignment_expression "DAT_000768b4 = &DAT_00072540" identifier = (pointer_expression "&DAT_00072540" & identifier)) ;) (return_statement "return;" return ;) })))
|
(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 init_dwarf_regnames_aarch64(void)\n\n{\n dwarf_regnames_count = 0x60;\n dwarf_regnames = dwarf_regnames_aarch64;\n return;\n}\n\n" comment comment (function_definition "void init_dwarf_regnames_aarch64(void)\n\n{\n dwarf_regnames_count = 0x60;\n dwarf_regnames = dwarf_regnames_aarch64;\n return;\n}" primitive_type (function_declarator "init_dwarf_regnames_aarch64(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n dwarf_regnames_count = 0x60;\n dwarf_regnames = dwarf_regnames_aarch64;\n return;\n}" { (expression_statement "dwarf_regnames_count = 0x60;" (assignment_expression "dwarf_regnames_count = 0x60" identifier = number_literal) ;) (expression_statement "dwarf_regnames = dwarf_regnames_aarch64;" (assignment_expression "dwarf_regnames = dwarf_regnames_aarch64" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0002d9c0(void)\n\n{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}\n\n" (function_definition "void FUN_0002d9c0(void)\n\n{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}" primitive_type (function_declarator "FUN_0002d9c0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}" { (expression_statement "DAT_000768b0 = 0x60;" (assignment_expression "DAT_000768b0 = 0x60" identifier = number_literal) ;) (expression_statement "DAT_000768b4 = &DAT_00072540;" (assignment_expression "DAT_000768b4 = &DAT_00072540" identifier = (pointer_expression "&DAT_00072540" & identifier)) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0002d9c0(void)\n\n{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0002d9c0(void)" (identifier "FUN_0002d9c0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n DAT_000768b0 = 0x60;\n DAT_000768b4 = &DAT_00072540;\n return;\n}" ({ "{") (expression_statement "DAT_000768b0 = 0x60;" (assignment_expression "DAT_000768b0 = 0x60" (identifier "DAT_000768b0") (= "=") (number_literal "0x60")) (; ";")) (expression_statement "DAT_000768b4 = &DAT_00072540;" (assignment_expression "DAT_000768b4 = &DAT_00072540" (identifier "DAT_000768b4") (= "=") (pointer_expression "&DAT_00072540" (& "&") (identifier "DAT_00072540"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* 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)
{
dwarf_regnames_count = 0x60;
dwarf_regnames = dwarf_regnames_aarch64;
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(void)
{
DAT_000768b0 = 0x60;
DAT_000768b4 = &DAT_00072540;
return;
}
|
223_alpha-linux-gnu-objdump_and_alpha-linux-gnu-objdump_strip.c
|
display_debug_str
|
FUN_0001f880
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int display_debug_str(dwarf_section *section,void *file)
{
byte *pbVar1;
dwarf_section *section_00;
undefined *puVar2;
uint uVar3;
char *__format;
uint uVar4;
int iVar5;
uint uVar6;
uchar *puVar7;
uint local_30;
uint local_2c;
local_30 = (uint)section->size;
section_00 = (dwarf_section *)section->name;
if (local_30 == 0) {
__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);
printf(__format,section_00);
return 0;
}
local_2c = (uint)section->address;
puVar7 = section->start;
introduce(section_00,(bfd_boolean)§ion->filename,
*(dwarf_section **)((int)§ion->address + 4));
puVar2 = PTR_stdout_00072fdc;
do {
uVar6 = 0x10;
if (local_30 < 0x11) {
uVar6 = local_30;
}
uVar4 = 0;
uVar3 = local_2c;
printf(" 0x%8.8lx ",local_2c);
do {
while ((int)uVar4 < (int)uVar6) {
uVar3 = (uint)puVar7[uVar4];
printf("%2.2x",uVar3);
if ((uVar4 & 3) != 3) goto LAB_0001f93e;
LAB_0001f963:
uVar4 = uVar4 + 1;
putchar(0x20);
if (uVar4 == 0x10) goto LAB_0001f978;
}
printf(" ",uVar3);
if ((uVar4 & 3) == 3) goto LAB_0001f963;
LAB_0001f93e:
uVar4 = uVar4 + 1;
} while (uVar4 != 0x10);
LAB_0001f978:
iVar5 = 0;
do {
while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {
iVar5 = iVar5 + 1;
putchar(0x2e);
if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;
}
iVar5 = iVar5 + 1;
putchar((uint)*pbVar1);
} while (iVar5 < (int)uVar6);
LAB_0001f9b3:
puVar7 = puVar7 + uVar6;
putc(10,*(FILE **)puVar2);
local_2c = local_2c + uVar6;
local_30 = local_30 - uVar6;
if (local_30 == 0) {
putc(10,*(FILE **)puVar2);
return 1;
}
} while( true );
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 FUN_0001f880(int param_1)
{
byte *pbVar1;
undefined4 uVar2;
undefined *puVar3;
uint uVar4;
char *__format;
uint uVar5;
int iVar6;
uint uVar7;
int iVar8;
uint local_30;
uint local_2c;
local_30 = *(uint *)(param_1 + 0x1c);
uVar2 = *(undefined4 *)(param_1 + 8);
if (local_30 == 0) {
__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);
printf(__format,uVar2);
return 0;
}
local_2c = *(uint *)(param_1 + 0x14);
iVar8 = *(int *)(param_1 + 0x10);
FUN_0001ec20();
puVar3 = PTR_stdout_00072fdc;
do {
uVar7 = 0x10;
if (local_30 < 0x11) {
uVar7 = local_30;
}
uVar5 = 0;
uVar4 = local_2c;
printf(" 0x%8.8lx ",local_2c);
do {
while ((int)uVar5 < (int)uVar7) {
uVar4 = (uint)*(byte *)(iVar8 + uVar5);
printf("%2.2x",uVar4);
if ((uVar5 & 3) != 3) goto LAB_0001f93e;
LAB_0001f963:
uVar5 = uVar5 + 1;
putchar(0x20);
if (uVar5 == 0x10) goto LAB_0001f978;
}
printf(" ",uVar4);
if ((uVar5 & 3) == 3) goto LAB_0001f963;
LAB_0001f93e:
uVar5 = uVar5 + 1;
} while (uVar5 != 0x10);
LAB_0001f978:
iVar6 = 0;
do {
while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {
iVar6 = iVar6 + 1;
putchar(0x2e);
if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;
}
iVar6 = iVar6 + 1;
putchar((uint)*pbVar1);
} while (iVar6 < (int)uVar7);
LAB_0001f9b3:
iVar8 = iVar8 + uVar7;
putc(10,*(FILE **)puVar3);
local_2c = local_2c + uVar7;
local_30 = local_30 - uVar7;
if (local_30 == 0) {
putc(10,*(FILE **)puVar3);
return 1;
}
} while( true );
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x53777
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x40]
MOV ECX,dword ptr [EAX + 0x1c]
MOV ESI,dword ptr [EAX + 0x8]
MOV dword ptr [ESP + 0xc],ECX
TEST ECX,ECX
JZ 0x0001f9fd
MOV EDX,dword ptr [EAX + 0x14]
MOV ECX,dword ptr [EAX + 0x18]
MOV EDI,dword ptr [EAX + 0x10]
MOV dword ptr [ESP + 0x10],EDX
LEA EDX,[EAX + 0xc]
MOV EAX,ESI
MOV dword ptr [ESP + 0x14],ECX
CALL 0x0001ec20
LEA EAX,[EBX + 0xfffe0996]
MOV dword ptr [ESP + 0x1c],EAX
MOV EAX,dword ptr [EBX + 0xffffffdc]
MOV dword ptr [ESP + 0x18],EAX
LEA EAX,[EBX + 0xfffdc64e]
MOV dword ptr [ESP + 0x8],EAX
LEA ESI,[ESI]
MOV EAX,dword ptr [ESP + 0xc]
MOV ESI,0x10
CMP EAX,0x10
CMOVBE ESI,EAX
SUB ESP,0x8
XOR EBP,EBP
PUSH dword ptr [ESP + 0x18]
PUSH dword ptr [ESP + 0x28]
CALL 0x000140b0
ADD ESP,0x10
LEA EAX,[EBX + 0xfffe09a2]
MOV dword ptr [ESP + 0x4],EAX
JMP 0x0001f946
MOVZX EAX,byte ptr [EDI + EBP*0x1]
SUB ESP,0x8
PUSH EAX
PUSH dword ptr [ESP + 0x10]
CALL 0x000140b0
MOV EAX,EBP
ADD ESP,0x10
AND EAX,0x3
CMP EAX,0x3
JZ 0x0001f963
ADD EBP,0x1
CMP EBP,0x10
JZ 0x0001f978
CMP ESI,EBP
JG 0x0001f920
SUB ESP,0xc
PUSH dword ptr [ESP + 0x14]
CALL 0x000140b0
MOV EAX,EBP
ADD ESP,0x10
AND EAX,0x3
CMP EAX,0x3
JNZ 0x0001f93e
SUB ESP,0xc
ADD EBP,0x1
PUSH 0x20
CALL 0x00014530
ADD ESP,0x10
CMP EBP,0x10
JNZ 0x0001f946
XOR EBP,EBP
JMP 0x0001f993
SUB ESP,0xc
ADD EBP,0x1
PUSH EAX
CALL 0x00014530
ADD ESP,0x10
CMP ESI,EBP
JLE 0x0001f9b3
MOVZX EAX,byte ptr [EDI + EBP*0x1]
LEA EDX,[EAX + -0x20]
CMP EDX,0x5f
JBE 0x0001f980
SUB ESP,0xc
ADD EBP,0x1
PUSH 0x2e
CALL 0x00014530
ADD ESP,0x10
CMP ESI,EBP
JG 0x0001f993
SUB ESP,0x8
ADD EDI,ESI
MOV EAX,dword ptr [ESP + 0x20]
PUSH dword ptr [EAX]
PUSH 0xa
CALL 0x000146a0
MOV EAX,ESI
CDQ
ADD dword ptr [ESP + 0x20],ESI
ADC dword ptr [ESP + 0x24],EDX
ADD ESP,0x10
SUB dword ptr [ESP + 0xc],ESI
JNZ 0x0001f8e8
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x20]
PUSH dword ptr [EAX]
PUSH 0xa
CALL 0x000146a0
ADD ESP,0x10
MOV EAX,0x1
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0x4
LEA EAX,[EBX + 0xfffe072f]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x000141f0
POP EDX
POP ECX
PUSH ESI
PUSH EAX
CALL 0x000140b0
ADD ESP,0x10
XOR EAX,EAX
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[('const-16', u'PTRSUB_-1205928252'), (u'INDIRECT_-1205928091', u'MULTIEQUAL_-1205928119'), (u'COPY_-1205927976', u'CALL_-1205928810'), (u'MULTIEQUAL_-1205928670', u'INT_AND_-1205929409'), (u'INDIRECT_-1205928062', u'MULTIEQUAL_-1205928011'), (u'CAST_-1205928247', u'INT_ADD_-1205928303'), (u'CALL_-1205928810', u'INDIRECT_-1205927937'), (u'CAST_-1205927896', u'CALL_-1205928784'), (u'CAST_-1205928267', u'CALL_-1205928784'), ('const-417', u'LOAD_-1205929752'), ('const-417', u'LOAD_-1205929746'), ('const-0', u'RETURN_-1205928718'), (u'PTRSUB_-1205928252', u'LOAD_-1205929746'), (u'PTRSUB_-1205928281', u'LOAD_-1205929795'), (u'INDIRECT_-1205928397', u'MULTIEQUAL_-1205928368'), (u'CAST_-1205927926', u'LOAD_-1205929044'), (u'PTRADD_-1205929062', u'LOAD_-1205929124'), (u'INDIRECT_-1205928118', u'MULTIEQUAL_-1205928125'), (u'SUBPIECE_-1205928277', u'MULTIEQUAL_-1205928405'), (u'INT_SLESSEQUAL_-1205929199', u'CBRANCH_-1205929207'), (u'INT_SLESS_-1205929473', u'CBRANCH_-1205929480'), (u'CAST_-1205928086', u'INT_SLESS_-1205929473'), (u'MULTIEQUAL_-1205928670', u'PTRADD_-1205929062'), (u'INT_ADD_-1205929065', u'MULTIEQUAL_-1205928596'), ('const-0', u'RETURN_-1205928965'), (u'INDIRECT_-1205928435', u'MULTIEQUAL_-1205928406'), (u'INDIRECT_-1205928476', u'MULTIEQUAL_-1205928400'), (u'MULTIEQUAL_-1205928760', u'PTRADD_-1205929062'), (u'CALL_-1205929575', u'INDIRECT_-1205928476'), (u'INDIRECT_-1205928003', u'MULTIEQUAL_-1205928216'), (u'INDIRECT_-1205928091', u'MULTIEQUAL_-1205928068'), (u'CAST_-1205928246', u'LOAD_-1205929752'), ('const-417', u'LOAD_-1205929124'), (u'INT_EQUAL_-1205929344', u'CBRANCH_-1205929341'), (u'MULTIEQUAL_-1205928596', u'INT_ADD_-1205929243'), (u'CAST_-1205928226', u'CALL_-1205929712'), (u'MULTIEQUAL_-1205928068', u'MULTIEQUAL_-1205928044'), ('const-341807', u'COPY_-1205927976'), (u'MULTIEQUAL_-1205928387', u'CALL_-1205929575'), ('const-417', u'LOAD_-1205929177'), (u'MULTIEQUAL_-1205928747', u'PTRADD_-1205929130'), (u'MULTIEQUAL_-1205928400', u'CALL_-1205929452'), (u'CALL_-1205929452', u'INDIRECT_-1205928397'), ('const-1', u'INT_ADD_-1205929065'), (u'CAST_-1205928087', u'INT_SLESS_-1205929473'), ('tmp_1215', u'CBRANCH_-1205929067'), (u'COPY_-1205928770', u'RETURN_-1205928718'), (u'INT_EQUAL_-1205929764', u'CBRANCH_-1205929763'), ('tmp_423', u'BRANCH_-1205929545'), (u'LOAD_-1205929302', u'INT_ZEXT_-1205929286'), (u'CALL_-1205928810', u'CAST_-1205927896'), ('const-0', u'CALL_-1205928810'), ('const-417', u'LOAD_-1205929795'), ('const-10', u'CALL_-1205929159'), (u'MULTIEQUAL_-1205928406', u'MULTIEQUAL_-1205928400'), (u'CAST_-1205928012', u'INT_SLESS_-1205929024'), (u'MULTIEQUAL_-1205928670', u'INT_ADD_-1205929376'), (u'COPY_-1205929610', u'MULTIEQUAL_-1205928670'), (u'MULTIEQUAL_-1205928596', u'INT_ADD_-1205929065'), (u'SUBPIECE_-1205928277', u'INT_EQUAL_-1205929764'), (u'MULTIEQUAL_-1205928387', u'INT_ADD_-1205929129'), ('const-3', u'INT_AND_-1205929043'), (u'COPY_-1205929340', u'MULTIEQUAL_-1205928596'), (u'MULTIEQUAL_-1205928747', u'INT_ADD_-1205929129'), ('const-325198', u'COPY_-1205928163'), ('const-5', u'CALL_-1205928810'), (u'CALL_-1205929159', u'INDIRECT_-1205928003'), (u'MULTIEQUAL_-1205928747', u'CAST_-1205927979'), (u'INDIRECT_-1205928029', u'MULTIEQUAL_-1205928044'), (u'CALL_-1205929575', u'INDIRECT_-1205928197'), (u'PTRSUB_-1205928277', u'LOAD_-1205929789'), ('const-16', u'COPY_-1205929651'), (u'CALL_-1205929452', u'INDIRECT_-1205928118'), (u'INT_ADD_-1205929129', u'MULTIEQUAL_-1205928387'), (u'MULTIEQUAL_-1205928760', u'PTRADD_-1205929240'), (u'CALL_-1205929086', u'INDIRECT_-1205928156'), ('tmp_460', u'CBRANCH_-1205929480'), (u'MULTIEQUAL_-1205928747', u'CAST_-1205928086'), ('tmp_1563', u'CBRANCH_-1205929088'), ('const-0', u'COPY_-1205928770'), ('const-1', u'INT_ADD_-1205929243'), (u'INT_ADD_-1205929376', u'MULTIEQUAL_-1205928670'), (u'INT_NOTEQUAL_-1205929043', u'CBRANCH_-1205929042'), (u'MULTIEQUAL_-1205928405', u'COPY_-1205928241'), ('const-0', u'COPY_-1205929610'), (u'INDIRECT_-1205927927', u'COPY_-1205927959'), (u'MULTIEQUAL_-1205928125', u'MULTIEQUAL_-1205928068'), (u'INDIRECT_-1205928268', u'COPY_-1205928297'), (u'PTRSUB_-1205928261', u'LOAD_-1205929758'), (u'INT_SUB_-1205929068', u'MULTIEQUAL_-1205928405'), ('tmp_744', u'BRANCH_-1205929328'), (u'PTRSUB_-1205928244', u'CAST_-1205928226'), (u'COPY_-1205928241', u'MULTIEQUAL_-1205928747'), ('tmp_924', u'CBRANCH_-1205929207'), (u'INDIRECT_-1205928268', u'MULTIEQUAL_-1205928216'), ('const-46', u'CALL_-1205929238'), ('const-20', u'PTRSUB_-1205928257'), (u'INT_LESS_-1205929265', u'CBRANCH_-1205929274'), ('tmp_1989', u'PTRSUB_-1205928281'), ('const-1', u'PTRADD_-1205929130'), ('tmp_1507', u'CBRANCH_-1205929031'), (u'INDIRECT_-1205928029', u'MULTIEQUAL_-1205928011'), (u'INT_EQUAL_-1205929072', u'CBRANCH_-1205929067'), (u'INDIRECT_-1205928118', u'MULTIEQUAL_-1205928087'), (u'MULTIEQUAL_-1205928670', u'INT_AND_-1205929043'), (u'CALL_-1205929061', u'INDIRECT_-1205928062'), (u'COPY_-1205928197', u'CALL_-1205929086'), (u'INT_ZEXT_-1205929108', u'CALL_-1205929086'), (u'MULTIEQUAL_-1205928596', u'PTRADD_-1205929240'), (u'INT_NOTEQUAL_-1205929089', u'CBRANCH_-1205929088'), ('const-17', u'INT_LESS_-1205929618'), (u'CAST_-1205928267', u'CALL_-1205929712'), (u'MULTIEQUAL_-1205928670', u'CAST_-1205928087'), ('const-16', u'INT_NOTEQUAL_-1205929089'), (u'INDIRECT_-1205927962', u'COPY_-1205928001'), ('tmp_718', u'CBRANCH_-1205929341'), ('const-20', u'PTRSUB_-1205928261'), (u'INDIRECT_-1205928435', u'MULTIEQUAL_-1205928368'), (u'SUBPIECE_-1205928258', u'MULTIEQUAL_-1205928387'), (u'CAST_-1205927979', u'INT_SLESSEQUAL_-1205929199'), ('const-10', u'CALL_-1205929026'), (u'LOAD_-1205929746', u'MULTIEQUAL_-1205928760'), (u'LOAD_-1205929752', u'CALL_-1205929712'), (u'INT_ADD_-1205929097', u'INT_NOTEQUAL_-1205929089'), (u'INT_EQUAL_-1205929410', u'CBRANCH_-1205929407'), (u'MULTIEQUAL_-1205928387', u'COPY_-1205928224'), ('const-417', u'LOAD_-1205929758'), ('const-0', u'INT_EQUAL_-1205929072'), (u'COPY_-1205928297', u'CAST_-1205927967'), (u'INT_ADD_-1205929065', u'INT_SLESS_-1205929024'), (u'INT_ADD_-1205929097', u'MULTIEQUAL_-1205928670'), (u'COPY_-1205928297', u'CAST_-1205927926'), ('const-417', u'LOAD_-1205929302'), (u'COPY_-1205928238', u'CALL_-1205929575'), ('const-1', u'PTRADD_-1205929062'), ('const-3', u'INT_NOTEQUAL_-1205929043'), ('tmp_592', u'CBRANCH_-1205929407'), ('const-32', u'INT_SUB_-1205929278'), (u'LOAD_-1205929789', u'CAST_-1205928267'), ('tmp_1989', u'PTRSUB_-1205928244'), (u'MULTIEQUAL_-1205928747', u'CAST_-1205928012'), (u'LOAD_-1205929795', u'SUBPIECE_-1205928277'), ('const-342422', u'COPY_-1205928238'), (u'COPY_-1205929651', u'COPY_-1205928242'), (u'LOAD_-1205929124', u'INT_ZEXT_-1205929108'), ('tmp_294', u'CBRANCH_-1205929625'), ('tmp_1989', u'PTRSUB_-1205928277'), (u'PTRSUB_-1205928257', u'CAST_-1205928247'), (u'INDIRECT_-1205928156', u'MULTIEQUAL_-1205928087'), (u'PTRADD_-1205929240', u'LOAD_-1205929302'), (u'CALL_-1205929086', u'INDIRECT_-1205928435'), (u'INT_SUB_-1205929068', u'INT_EQUAL_-1205929072'), ('tmp_1989', u'PTRSUB_-1205928257'), (u'INT_ADD_-1205929243', u'MULTIEQUAL_-1205928596'), ('const-4', u'INT_ADD_-1205928303'), ('const-0', u'SUBPIECE_-1205928277'), ('const-1', u'INT_ADD_-1205929097'), ('const-1', u'INT_ADD_-1205929376'), (u'CALL_-1205928784', u'INDIRECT_-1205927927'), ('const-3', u'INT_EQUAL_-1205929410'), ('tmp_1712', u'CBRANCH_-1205929042'), (u'MULTIEQUAL_-1205928125', u'MULTIEQUAL_-1205928119'), (u'INDIRECT_-1205928197', u'MULTIEQUAL_-1205928119'), (u'INT_SUB_-1205929278', u'INT_LESS_-1205929265'), (u'INT_LESS_-1205929618', u'CBRANCH_-1205929625'), (u'PTRADD_-1205929130', u'MULTIEQUAL_-1205928760'), ('const-95', u'INT_LESS_-1205929265'), ('const-8', u'PTRSUB_-1205928277'), (u'INDIRECT_-1205928062', u'MULTIEQUAL_-1205928044'), (u'INT_ZEXT_-1205929286', u'CALL_-1205929061'), (u'LOAD_-1205929758', u'SUBPIECE_-1205928258'), (u'INT_ADD_-1205928303', u'CAST_-1205928246'), ('const-12', u'PTRSUB_-1205928244'), (u'CALL_-1205929371', u'INDIRECT_-1205928370'), ('tmp_1989', u'PTRSUB_-1205928252'), (u'INDIRECT_-1205928397', u'MULTIEQUAL_-1205928406'), (u'COPY_-1205928163', u'CALL_-1205929452'), (u'MULTIEQUAL_-1205928405', u'INT_SUB_-1205929068'), ('const-1', u'PTRADD_-1205929240'), ('const-0', u'SUBPIECE_-1205928258'), ('tmp_148', u'CBRANCH_-1205929763'), ('const-32', u'CALL_-1205929371'), (u'CALL_-1205929238', u'INDIRECT_-1205928029'), (u'LOAD_-1205929177', u'CALL_-1205929159'), ('const-0', u'COPY_-1205929340'), (u'INT_AND_-1205929409', u'INT_EQUAL_-1205929410'), (u'INT_AND_-1205929043', u'INT_NOTEQUAL_-1205929043'), ('const-417', u'LOAD_-1205929044'), ('const-16', u'INT_EQUAL_-1205929344'), ('tmp_1989', u'PTRSUB_-1205928261'), (u'COPY_-1205929014', u'RETURN_-1205928965'), (u'CALL_-1205929712', u'INDIRECT_-1205928268'), (u'MULTIEQUAL_-1205928405', u'INT_LESS_-1205929618'), (u'COPY_-1205928242', u'MULTIEQUAL_-1205928747'), (u'CALL_-1205929371', u'INDIRECT_-1205928091'), (u'MULTIEQUAL_-1205928747', u'INT_SUB_-1205929068'), ('const-1', u'COPY_-1205929014'), ('const-28', u'PTRSUB_-1205928281'), ('tmp_792', u'CBRANCH_-1205929274'), (u'CALL_-1205929026', u'INDIRECT_-1205927962'), (u'INT_SLESS_-1205929024', u'CBRANCH_-1205929031'), (u'INDIRECT_-1205928370', u'MULTIEQUAL_-1205928400'), ('const-417', u'LOAD_-1205929789'), (u'INT_ZEXT_-1205929286', u'INT_SUB_-1205929278'), (u'MULTIEQUAL_-1205928760', u'PTRADD_-1205929130'), (u'CAST_-1205927967', u'LOAD_-1205929177'), ('const-342434', u'COPY_-1205928197'), (u'INDIRECT_-1205928156', u'MULTIEQUAL_-1205928125'), (u'INT_ADD_-1205929243', u'INT_SLESSEQUAL_-1205929199'), ('const-0', u'INT_EQUAL_-1205929764'), ('const-3', u'INT_AND_-1205929409'), (u'MULTIEQUAL_-1205928670', u'INT_ADD_-1205929097'), (u'INT_ADD_-1205929376', u'INT_EQUAL_-1205929344'), (u'LOAD_-1205929044', u'CALL_-1205929026')]
|
[('const-0', u'COPY_-1205929340'), (u'MULTIEQUAL_-1205928670', u'INT_AND_-1205929409'), (u'COPY_-1205928215', u'CALL_-1205929086'), ('const-0', u'RETURN_-1205928718'), (u'CALL_-1205929061', u'INDIRECT_-1205928080'), (u'COPY_-1205928181', u'CALL_-1205929452'), (u'INT_SLESSEQUAL_-1205929199', u'CBRANCH_-1205929207'), (u'INT_SLESS_-1205929473', u'CBRANCH_-1205929480'), (u'CALL_-1205929026', u'INDIRECT_-1205927980'), (u'INT_ADD_-1205929065', u'MULTIEQUAL_-1205928596'), ('const-0', u'RETURN_-1205928965'), (u'INDIRECT_-1205928494', u'MULTIEQUAL_-1205928418'), ('const-325198', u'COPY_-1205928181'), (u'INT_ADD_-1205929730', u'CAST_-1205928269'), ('const-417', u'LOAD_-1205929302'), (u'INDIRECT_-1205928109', u'MULTIEQUAL_-1205928137'), (u'CALL_-1205929159', u'INDIRECT_-1205928021'), (u'INT_EQUAL_-1205929344', u'CBRANCH_-1205929341'), (u'MULTIEQUAL_-1205928143', u'MULTIEQUAL_-1205928137'), ('const-0', u'COPY_-1205928770'), (u'INDIRECT_-1205928286', u'MULTIEQUAL_-1205928234'), (u'MULTIEQUAL_-1205928596', u'INT_ADD_-1205929243'), ('const-32', u'INT_SUB_-1205929278'), (u'CAST_-1205928293', u'LOAD_-1205929789'), (u'CAST_-1205927922', u'CALL_-1205928784'), (u'INDIRECT_-1205928286', u'COPY_-1205928324'), (u'INT_ADD_-1205929129', u'MULTIEQUAL_-1205928405'), ('const-1', u'INT_ADD_-1205929065'), (u'INDIRECT_-1205928388', u'MULTIEQUAL_-1205928418'), ('tmp_1215', u'CBRANCH_-1205929067'), (u'MULTIEQUAL_-1205928670', u'INT_ADD_-1205929108'), (u'MULTIEQUAL_-1205928423', u'INT_SUB_-1205929068'), (u'MULTIEQUAL_-1205928405', u'CALL_-1205929575'), (u'CALL_-1205929452', u'INDIRECT_-1205928415'), (u'LOAD_-1205929795', u'MULTIEQUAL_-1205928423'), (u'COPY_-1205928770', u'RETURN_-1205928718'), (u'INT_EQUAL_-1205929764', u'CBRANCH_-1205929763'), ('tmp_423', u'BRANCH_-1205929545'), (u'LOAD_-1205929302', u'INT_ZEXT_-1205929286'), (u'CALL_-1205929452', u'INDIRECT_-1205928136'), (u'MULTIEQUAL_-1205928747', u'CAST_-1205928037'), (u'CAST_-1205927992', u'LOAD_-1205929177'), (u'MULTIEQUAL_-1205928423', u'INT_LESS_-1205929618'), (u'MULTIEQUAL_-1205928670', u'INT_ADD_-1205929376'), (u'COPY_-1205929610', u'MULTIEQUAL_-1205928670'), (u'MULTIEQUAL_-1205928596', u'INT_ADD_-1205929065'), (u'INT_ADD_-1205929779', u'CAST_-1205928297'), (u'INDIRECT_-1205928174', u'MULTIEQUAL_-1205928143'), ('const-3', u'INT_AND_-1205929043'), (u'COPY_-1205929340', u'MULTIEQUAL_-1205928596'), (u'MULTIEQUAL_-1205928747', u'INT_ADD_-1205929129'), (u'MULTIEQUAL_-1205928418', u'CALL_-1205929452'), (u'MULTIEQUAL_-1205928760', u'INT_ADD_-1205929176'), ('const-46', u'CALL_-1205929238'), (u'CAST_-1205928037', u'INT_SLESS_-1205929024'), (u'CAST_-1205927951', u'LOAD_-1205929044'), ('const-16', u'COPY_-1205929651'), (u'INDIRECT_-1205928047', u'MULTIEQUAL_-1205928029'), ('const-32', u'CALL_-1205929371'), ('const-17', u'INT_LESS_-1205929618'), (u'CALL_-1205929238', u'INDIRECT_-1205928047'), (u'INDIRECT_-1205928453', u'MULTIEQUAL_-1205928424'), ('const-417', u'LOAD_-1205929789'), ('const-95', u'INT_LESS_-1205929265'), (u'INT_ADD_-1205929742', u'CAST_-1205928276'), ('tmp_460', u'CBRANCH_-1205929480'), ('tmp_1563', u'CBRANCH_-1205929088'), ('tmp_4685', u'INT_ADD_-1205929773'), ('const-1', u'INT_ADD_-1205929243'), (u'INT_ADD_-1205929376', u'MULTIEQUAL_-1205928670'), (u'INT_NOTEQUAL_-1205929043', u'CBRANCH_-1205929042'), (u'INT_ADD_-1205929773', u'CAST_-1205928293'), (u'CALL_-1205929575', u'INDIRECT_-1205928215'), (u'CAST_-1205928269', u'LOAD_-1205929746'), (u'CAST_-1205928152', u'LOAD_-1205929124'), ('tmp_744', u'BRANCH_-1205929328'), ('const-417', u'LOAD_-1205929795'), ('const-16', u'INT_EQUAL_-1205929344'), ('tmp_924', u'CBRANCH_-1205929207'), (u'INDIRECT_-1205928215', u'MULTIEQUAL_-1205928137'), (u'INDIRECT_-1205928453', u'MULTIEQUAL_-1205928386'), (u'CAST_-1205928114', u'INT_SLESS_-1205929473'), (u'INT_LESS_-1205929265', u'CBRANCH_-1205929274'), ('tmp_4685', u'INT_ADD_-1205929730'), ('tmp_4685', u'INT_ADD_-1205929779'), ('tmp_1507', u'CBRANCH_-1205929031'), (u'INDIRECT_-1205928080', u'MULTIEQUAL_-1205928029'), (u'INT_EQUAL_-1205929072', u'CBRANCH_-1205929067'), (u'MULTIEQUAL_-1205928670', u'INT_AND_-1205929043'), (u'COPY_-1205927994', u'CALL_-1205928810'), (u'INT_ZEXT_-1205929108', u'CALL_-1205929086'), ('const-10', u'CALL_-1205929159'), (u'INT_ADD_-1205929176', u'MULTIEQUAL_-1205928760'), (u'INDIRECT_-1205928021', u'MULTIEQUAL_-1205928234'), (u'INT_NOTEQUAL_-1205929089', u'CBRANCH_-1205929088'), (u'INT_SUB_-1205929068', u'MULTIEQUAL_-1205928423'), (u'LOAD_-1205929758', u'MULTIEQUAL_-1205928405'), ('const-3', u'INT_EQUAL_-1205929410'), (u'MULTIEQUAL_-1205928143', u'MULTIEQUAL_-1205928086'), (u'MULTIEQUAL_-1205928405', u'INT_ADD_-1205929129'), (u'MULTIEQUAL_-1205928424', u'MULTIEQUAL_-1205928418'), ('const-417', u'LOAD_-1205929746'), ('tmp_718', u'CBRANCH_-1205929341'), (u'LOAD_-1205929795', u'INT_EQUAL_-1205929764'), ('const-8', u'INT_ADD_-1205929773'), (u'COPY_-1205928324', u'CAST_-1205927951'), (u'COPY_-1205928256', u'CALL_-1205929575'), (u'LOAD_-1205929746', u'MULTIEQUAL_-1205928760'), (u'INT_ADD_-1205929097', u'INT_NOTEQUAL_-1205929089'), (u'INT_EQUAL_-1205929410', u'CBRANCH_-1205929407'), (u'CAST_-1205928276', u'LOAD_-1205929758'), (u'CAST_-1205928004', u'INT_SLESSEQUAL_-1205929199'), ('const-0', u'INT_EQUAL_-1205929072'), (u'CALL_-1205929712', u'INDIRECT_-1205928286'), (u'COPY_-1205928269', u'MULTIEQUAL_-1205928747'), (u'INT_ADD_-1205929065', u'INT_SLESS_-1205929024'), (u'MULTIEQUAL_-1205928747', u'INT_ADD_-1205929176'), (u'INT_ADD_-1205929097', u'MULTIEQUAL_-1205928670'), (u'MULTIEQUAL_-1205928596', u'INT_ADD_-1205929286'), (u'CAST_-1205928297', u'LOAD_-1205929795'), (u'MULTIEQUAL_-1205928086', u'MULTIEQUAL_-1205928062'), ('const-342434', u'COPY_-1205928215'), ('tmp_592', u'CBRANCH_-1205929407'), (u'CALL_-1205928810', u'CAST_-1205927922'), ('tmp_4685', u'INT_ADD_-1205929742'), (u'MULTIEQUAL_-1205928423', u'COPY_-1205928268'), ('const-342422', u'COPY_-1205928256'), (u'CALL_-1205929575', u'INDIRECT_-1205928494'), (u'INDIRECT_-1205928136', u'MULTIEQUAL_-1205928105'), (u'LOAD_-1205929124', u'INT_ZEXT_-1205929108'), (u'COPY_-1205928324', u'CAST_-1205927992'), (u'INT_ADD_-1205929286', u'CAST_-1205928036'), ('tmp_294', u'CBRANCH_-1205929625'), ('const-417', u'LOAD_-1205929124'), (u'INT_SUB_-1205929068', u'INT_EQUAL_-1205929072'), (u'INT_ADD_-1205929243', u'MULTIEQUAL_-1205928596'), (u'INDIRECT_-1205928080', u'MULTIEQUAL_-1205928062'), ('const-5', u'CALL_-1205928810'), ('const-1', u'INT_ADD_-1205929097'), ('const-1', u'INT_ADD_-1205929376'), (u'CAST_-1205928036', u'LOAD_-1205929302'), ('tmp_1712', u'CBRANCH_-1205929042'), ('const-3', u'INT_NOTEQUAL_-1205929043'), ('const-417', u'LOAD_-1205929177'), (u'INT_SUB_-1205929278', u'INT_LESS_-1205929265'), (u'INT_LESS_-1205929618', u'CBRANCH_-1205929625'), (u'CALL_-1205929086', u'INDIRECT_-1205928453'), (u'INT_ZEXT_-1205929286', u'CALL_-1205929061'), (u'MULTIEQUAL_-1205928405', u'COPY_-1205928251'), (u'CALL_-1205929371', u'INDIRECT_-1205928388'), (u'COPY_-1205929651', u'COPY_-1205928269'), (u'INDIRECT_-1205927980', u'COPY_-1205928019'), (u'CALL_-1205929371', u'INDIRECT_-1205928109'), ('tmp_148', u'CBRANCH_-1205929763'), ('const-417', u'LOAD_-1205929758'), (u'COPY_-1205928268', u'MULTIEQUAL_-1205928747'), ('const-20', u'INT_ADD_-1205929742'), (u'LOAD_-1205929177', u'CALL_-1205929159'), ('const-16', u'INT_NOTEQUAL_-1205929089'), (u'CALL_-1205928784', u'INDIRECT_-1205927945'), (u'INT_AND_-1205929409', u'INT_EQUAL_-1205929410'), (u'INT_AND_-1205929043', u'INT_NOTEQUAL_-1205929043'), (u'CAST_-1205928113', u'INT_SLESS_-1205929473'), (u'INDIRECT_-1205928109', u'MULTIEQUAL_-1205928086'), (u'CALL_-1205929086', u'INDIRECT_-1205928174'), (u'INDIRECT_-1205928174', u'MULTIEQUAL_-1205928105'), (u'COPY_-1205929014', u'RETURN_-1205928965'), ('const-10', u'CALL_-1205929026'), ('const-0', u'CALL_-1205928810'), (u'INDIRECT_-1205928136', u'MULTIEQUAL_-1205928143'), (u'MULTIEQUAL_-1205928747', u'INT_SUB_-1205929068'), (u'MULTIEQUAL_-1205928747', u'CAST_-1205928113'), ('const-417', u'LOAD_-1205929044'), ('const-1', u'COPY_-1205929014'), ('tmp_792', u'CBRANCH_-1205929274'), (u'INT_SLESS_-1205929024', u'CBRANCH_-1205929031'), ('const-28', u'INT_ADD_-1205929779'), ('const-0', u'COPY_-1205929610'), (u'INDIRECT_-1205928047', u'MULTIEQUAL_-1205928062'), (u'INDIRECT_-1205927945', u'COPY_-1205927977'), (u'INT_ZEXT_-1205929286', u'INT_SUB_-1205929278'), (u'MULTIEQUAL_-1205928760', u'INT_ADD_-1205929286'), (u'MULTIEQUAL_-1205928747', u'CAST_-1205928004'), (u'MULTIEQUAL_-1205928760', u'INT_ADD_-1205929108'), (u'MULTIEQUAL_-1205928670', u'CAST_-1205928114'), ('const-16', u'INT_ADD_-1205929730'), (u'INDIRECT_-1205928415', u'MULTIEQUAL_-1205928386'), (u'INT_ADD_-1205929108', u'CAST_-1205928152'), (u'LOAD_-1205929789', u'CALL_-1205928784'), (u'INT_ADD_-1205929243', u'INT_SLESSEQUAL_-1205929199'), ('const-0', u'INT_EQUAL_-1205929764'), ('const-3', u'INT_AND_-1205929409'), (u'MULTIEQUAL_-1205928670', u'INT_ADD_-1205929097'), ('const-341807', u'COPY_-1205927994'), (u'INT_ADD_-1205929376', u'INT_EQUAL_-1205929344'), (u'CALL_-1205928810', u'INDIRECT_-1205927955'), (u'INDIRECT_-1205928415', u'MULTIEQUAL_-1205928424'), (u'LOAD_-1205929044', u'CALL_-1205929026')]
| null | null |
0001f880
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 FUN_0001f880(int param_1)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}\n\n" comment (function_definition "undefined4 FUN_0001f880(int param_1)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}" type_identifier (function_declarator "FUN_0001f880(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "uint local_2c;" type_identifier identifier ;) (expression_statement "local_30 = *(uint *)(param_1 + 0x1c);" (assignment_expression "local_30 = *(uint *)(param_1 + 0x1c)" identifier = (pointer_expression "*(uint *)(param_1 + 0x1c)" * (cast_expression "(uint *)(param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 8);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 8)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (if_statement "if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }" if (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) (compound_statement "{\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }" { (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar2);" (call_expression "printf(__format,uVar2)" identifier (argument_list "(__format,uVar2)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "local_2c = *(uint *)(param_1 + 0x14);" (assignment_expression "local_2c = *(uint *)(param_1 + 0x14)" identifier = (pointer_expression "*(uint *)(param_1 + 0x14)" * (cast_expression "(uint *)(param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar8 = *(int *)(param_1 + 0x10)" identifier = (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "FUN_0001ec20();" (call_expression "FUN_0001ec20()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar3 = PTR_stdout_00072fdc;" (assignment_expression "puVar3 = PTR_stdout_00072fdc" identifier = identifier) ;) (do_statement "do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );" do (compound_statement "{\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n }" { (expression_statement "uVar7 = 0x10;" (assignment_expression "uVar7 = 0x10" identifier = number_literal) ;) (if_statement "if (local_30 < 0x11) {\n uVar7 = local_30;\n }" if (parenthesized_expression "(local_30 < 0x11)" ( (binary_expression "local_30 < 0x11" identifier < number_literal) )) (compound_statement "{\n uVar7 = local_30;\n }" { (expression_statement "uVar7 = local_30;" (assignment_expression "uVar7 = local_30" identifier = identifier) ;) })) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (expression_statement "uVar4 = local_2c;" (assignment_expression "uVar4 = local_2c" identifier = identifier) ;) (expression_statement "printf(" 0x%8.8lx ",local_2c);" (call_expression "printf(" 0x%8.8lx ",local_2c)" identifier (argument_list "(" 0x%8.8lx ",local_2c)" ( (string_literal "" 0x%8.8lx "" " string_content ") , identifier ))) ;) (do_statement "do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);" do (compound_statement "{\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n }" { (while_statement "while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }" while (parenthesized_expression "((int)uVar5 < (int)uVar7)" ( (binary_expression "(int)uVar5 < (int)uVar7" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }" { (expression_statement "uVar4 = (uint)*(byte *)(iVar8 + uVar5);" (assignment_expression "uVar4 = (uint)*(byte *)(iVar8 + uVar5)" identifier = (binary_expression "(uint)*(byte *)(iVar8 + uVar5)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar8 + uVar5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + uVar5)" ( (binary_expression "iVar8 + uVar5" identifier + identifier) ))))) ;) (expression_statement "printf("%2.2x",uVar4);" (call_expression "printf("%2.2x",uVar4)" identifier (argument_list "("%2.2x",uVar4)" ( (string_literal ""%2.2x"" " string_content ") , identifier ))) ;) (if_statement "if ((uVar5 & 3) != 3) goto LAB_0001f93e;" if (parenthesized_expression "((uVar5 & 3) != 3)" ( (binary_expression "(uVar5 & 3) != 3" (parenthesized_expression "(uVar5 & 3)" ( (binary_expression "uVar5 & 3" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0001f93e;" goto statement_identifier ;)) (labeled_statement "LAB_0001f963:\n uVar5 = uVar5 + 1;" statement_identifier : (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;)) (expression_statement "putchar(0x20);" (call_expression "putchar(0x20)" identifier (argument_list "(0x20)" ( number_literal ))) ;) (if_statement "if (uVar5 == 0x10) goto LAB_0001f978;" if (parenthesized_expression "(uVar5 == 0x10)" ( (binary_expression "uVar5 == 0x10" identifier == number_literal) )) (goto_statement "goto LAB_0001f978;" goto statement_identifier ;)) })) (expression_statement "printf(" ",uVar4);" (call_expression "printf(" ",uVar4)" identifier (argument_list "(" ",uVar4)" ( (string_literal "" "" " string_content ") , identifier ))) ;) (if_statement "if ((uVar5 & 3) == 3) goto LAB_0001f963;" if (parenthesized_expression "((uVar5 & 3) == 3)" ( (binary_expression "(uVar5 & 3) == 3" (parenthesized_expression "(uVar5 & 3)" ( (binary_expression "uVar5 & 3" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0001f963;" goto statement_identifier ;)) (labeled_statement "LAB_0001f93e:\n uVar5 = uVar5 + 1;" statement_identifier : (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;)) }) while (parenthesized_expression "(uVar5 != 0x10)" ( (binary_expression "uVar5 != 0x10" identifier != number_literal) )) ;) (labeled_statement "LAB_0001f978:\n iVar6 = 0;" statement_identifier : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;)) (do_statement "do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);" do (compound_statement "{\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n }" { (while_statement "while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }" while (parenthesized_expression "(pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20)" ( (comma_expression "pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20" (assignment_expression "pbVar1 = (byte *)(iVar8 + iVar6)" identifier = (cast_expression "(byte *)(iVar8 + iVar6)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + iVar6)" ( (binary_expression "iVar8 + iVar6" identifier + identifier) )))) , (binary_expression "0x5f < *pbVar1 - 0x20" number_literal < (binary_expression "*pbVar1 - 0x20" (pointer_expression "*pbVar1" * identifier) - number_literal))) )) (compound_statement "{\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }" { (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "putchar(0x2e);" (call_expression "putchar(0x2e)" identifier (argument_list "(0x2e)" ( number_literal ))) ;) (if_statement "if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;" if (parenthesized_expression "((int)uVar7 <= iVar6)" ( (binary_expression "(int)uVar7 <= iVar6" (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (goto_statement "goto LAB_0001f9b3;" goto statement_identifier ;)) })) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "putchar((uint)*pbVar1);" (call_expression "putchar((uint)*pbVar1)" identifier (argument_list "((uint)*pbVar1)" ( (binary_expression "(uint)*pbVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) ))) ;) }) while (parenthesized_expression "(iVar6 < (int)uVar7)" ( (binary_expression "iVar6 < (int)uVar7" identifier < (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier)) )) ;) (labeled_statement "LAB_0001f9b3:\n iVar8 = iVar8 + uVar7;" statement_identifier : (expression_statement "iVar8 = iVar8 + uVar7;" (assignment_expression "iVar8 = iVar8 + uVar7" identifier = (binary_expression "iVar8 + uVar7" identifier + identifier)) ;)) (expression_statement "putc(10,*(FILE **)puVar3);" (call_expression "putc(10,*(FILE **)puVar3)" identifier (argument_list "(10,*(FILE **)puVar3)" ( number_literal , (pointer_expression "*(FILE **)puVar3" * (cast_expression "(FILE **)puVar3" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "local_2c = local_2c + uVar7;" (assignment_expression "local_2c = local_2c + uVar7" identifier = (binary_expression "local_2c + uVar7" identifier + identifier)) ;) (expression_statement "local_30 = local_30 - uVar7;" (assignment_expression "local_30 = local_30 - uVar7" identifier = (binary_expression "local_30 - uVar7" identifier - identifier)) ;) (if_statement "if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }" if (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) (compound_statement "{\n putc(10,*(FILE **)puVar3);\n return 1;\n }" { (expression_statement "putc(10,*(FILE **)puVar3);" (call_expression "putc(10,*(FILE **)puVar3)" identifier (argument_list "(10,*(FILE **)puVar3)" ( number_literal , (pointer_expression "*(FILE **)puVar3" * (cast_expression "(FILE **)puVar3" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (return_statement "return 1;" return number_literal ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint display_debug_str(dwarf_section *section,void *file)\n\n{\n byte *pbVar1;\n dwarf_section *section_00;\n undefined *puVar2;\n uint uVar3;\n char *__format;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uchar *puVar7;\n uint local_30;\n uint local_2c;\n \n local_30 = (uint)section->size;\n section_00 = (dwarf_section *)section->name;\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,section_00);\n return 0;\n }\n local_2c = (uint)section->address;\n puVar7 = section->start;\n introduce(section_00,(bfd_boolean)§ion->filename,\n *(dwarf_section **)((int)§ion->address + 4));\n puVar2 = PTR_stdout_00072fdc;\n do {\n uVar6 = 0x10;\n if (local_30 < 0x11) {\n uVar6 = local_30;\n }\n uVar4 = 0;\n uVar3 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n } while (uVar4 != 0x10);\nLAB_0001f978:\n iVar5 = 0;\n do {\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n } while (iVar5 < (int)uVar6);\nLAB_0001f9b3:\n puVar7 = puVar7 + uVar6;\n putc(10,*(FILE **)puVar2);\n local_2c = local_2c + uVar6;\n local_30 = local_30 - uVar6;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar2);\n return 1;\n }\n } while( true );\n}\n\n" comment comment (function_definition "int display_debug_str(dwarf_section *section,void *file)\n\n{\n byte *pbVar1;\n dwarf_section *section_00;\n undefined *puVar2;\n uint uVar3;\n char *__format;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uchar *puVar7;\n uint local_30;\n uint local_2c;\n \n local_30 = (uint)section->size;\n section_00 = (dwarf_section *)section->name;\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,section_00);\n return 0;\n }\n local_2c = (uint)section->address;\n puVar7 = section->start;\n introduce(section_00,(bfd_boolean)§ion->filename,\n *(dwarf_section **)((int)§ion->address + 4));\n puVar2 = PTR_stdout_00072fdc;\n do {\n uVar6 = 0x10;\n if (local_30 < 0x11) {\n uVar6 = local_30;\n }\n uVar4 = 0;\n uVar3 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n } while (uVar4 != 0x10);\nLAB_0001f978:\n iVar5 = 0;\n do {\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n } while (iVar5 < (int)uVar6);\nLAB_0001f9b3:\n puVar7 = puVar7 + uVar6;\n putc(10,*(FILE **)puVar2);\n local_2c = local_2c + uVar6;\n local_30 = local_30 - uVar6;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar2);\n return 1;\n }\n } while( true );\n}" primitive_type (function_declarator "display_debug_str(dwarf_section *section,void *file)" identifier (parameter_list "(dwarf_section *section,void *file)" ( (parameter_declaration "dwarf_section *section" type_identifier (pointer_declarator "*section" * identifier)) , (parameter_declaration "void *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n byte *pbVar1;\n dwarf_section *section_00;\n undefined *puVar2;\n uint uVar3;\n char *__format;\n uint uVar4;\n int iVar5;\n uint uVar6;\n uchar *puVar7;\n uint local_30;\n uint local_2c;\n \n local_30 = (uint)section->size;\n section_00 = (dwarf_section *)section->name;\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,section_00);\n return 0;\n }\n local_2c = (uint)section->address;\n puVar7 = section->start;\n introduce(section_00,(bfd_boolean)§ion->filename,\n *(dwarf_section **)((int)§ion->address + 4));\n puVar2 = PTR_stdout_00072fdc;\n do {\n uVar6 = 0x10;\n if (local_30 < 0x11) {\n uVar6 = local_30;\n }\n uVar4 = 0;\n uVar3 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n } while (uVar4 != 0x10);\nLAB_0001f978:\n iVar5 = 0;\n do {\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n } while (iVar5 < (int)uVar6);\nLAB_0001f9b3:\n puVar7 = puVar7 + uVar6;\n putc(10,*(FILE **)puVar2);\n local_2c = local_2c + uVar6;\n local_30 = local_30 - uVar6;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar2);\n return 1;\n }\n } while( true );\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "dwarf_section *section_00;" type_identifier (pointer_declarator "*section_00" * identifier) ;) (declaration "undefined *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "uint uVar6;" type_identifier identifier ;) (declaration "uchar *puVar7;" type_identifier (pointer_declarator "*puVar7" * identifier) ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "uint local_2c;" type_identifier identifier ;) (expression_statement "local_30 = (uint)section->size;" (assignment_expression "local_30 = (uint)section->size" identifier = (cast_expression "(uint)section->size" ( (type_descriptor "uint" type_identifier) ) (field_expression "section->size" identifier -> field_identifier))) ;) (expression_statement "section_00 = (dwarf_section *)section->name;" (assignment_expression "section_00 = (dwarf_section *)section->name" identifier = (cast_expression "(dwarf_section *)section->name" ( (type_descriptor "dwarf_section *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "section->name" identifier -> field_identifier))) ;) (if_statement "if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,section_00);\n return 0;\n }" if (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) (compound_statement "{\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,section_00);\n return 0;\n }" { (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,section_00);" (call_expression "printf(__format,section_00)" identifier (argument_list "(__format,section_00)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "local_2c = (uint)section->address;" (assignment_expression "local_2c = (uint)section->address" identifier = (cast_expression "(uint)section->address" ( (type_descriptor "uint" type_identifier) ) (field_expression "section->address" identifier -> field_identifier))) ;) (expression_statement "puVar7 = section->start;" (assignment_expression "puVar7 = section->start" identifier = (field_expression "section->start" identifier -> field_identifier)) ;) (expression_statement "introduce(section_00,(bfd_boolean)§ion->filename,\n *(dwarf_section **)((int)§ion->address + 4));" (call_expression "introduce(section_00,(bfd_boolean)§ion->filename,\n *(dwarf_section **)((int)§ion->address + 4))" identifier (argument_list "(section_00,(bfd_boolean)§ion->filename,\n *(dwarf_section **)((int)§ion->address + 4))" ( identifier , (binary_expression "(bfd_boolean)§ion->filename" (parenthesized_expression "(bfd_boolean)" ( identifier )) & (field_expression "section->filename" identifier -> field_identifier)) , (pointer_expression "*(dwarf_section **)((int)§ion->address + 4)" * (cast_expression "(dwarf_section **)((int)§ion->address + 4)" ( (type_descriptor "dwarf_section **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)§ion->address + 4)" ( (binary_expression "(int)§ion->address + 4" (cast_expression "(int)§ion->address" ( (type_descriptor "int" primitive_type) ) (pointer_expression "§ion->address" & (field_expression "section->address" identifier -> field_identifier))) + number_literal) )))) ))) ;) (expression_statement "puVar2 = PTR_stdout_00072fdc;" (assignment_expression "puVar2 = PTR_stdout_00072fdc" identifier = identifier) ;) (do_statement "do {\n uVar6 = 0x10;\n if (local_30 < 0x11) {\n uVar6 = local_30;\n }\n uVar4 = 0;\n uVar3 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n } while (uVar4 != 0x10);\nLAB_0001f978:\n iVar5 = 0;\n do {\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n } while (iVar5 < (int)uVar6);\nLAB_0001f9b3:\n puVar7 = puVar7 + uVar6;\n putc(10,*(FILE **)puVar2);\n local_2c = local_2c + uVar6;\n local_30 = local_30 - uVar6;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar2);\n return 1;\n }\n } while( true );" do (compound_statement "{\n uVar6 = 0x10;\n if (local_30 < 0x11) {\n uVar6 = local_30;\n }\n uVar4 = 0;\n uVar3 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n } while (uVar4 != 0x10);\nLAB_0001f978:\n iVar5 = 0;\n do {\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n } while (iVar5 < (int)uVar6);\nLAB_0001f9b3:\n puVar7 = puVar7 + uVar6;\n putc(10,*(FILE **)puVar2);\n local_2c = local_2c + uVar6;\n local_30 = local_30 - uVar6;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar2);\n return 1;\n }\n }" { (expression_statement "uVar6 = 0x10;" (assignment_expression "uVar6 = 0x10" identifier = number_literal) ;) (if_statement "if (local_30 < 0x11) {\n uVar6 = local_30;\n }" if (parenthesized_expression "(local_30 < 0x11)" ( (binary_expression "local_30 < 0x11" identifier < number_literal) )) (compound_statement "{\n uVar6 = local_30;\n }" { (expression_statement "uVar6 = local_30;" (assignment_expression "uVar6 = local_30" identifier = identifier) ;) })) (expression_statement "uVar4 = 0;" (assignment_expression "uVar4 = 0" identifier = number_literal) ;) (expression_statement "uVar3 = local_2c;" (assignment_expression "uVar3 = local_2c" identifier = identifier) ;) (expression_statement "printf(" 0x%8.8lx ",local_2c);" (call_expression "printf(" 0x%8.8lx ",local_2c)" identifier (argument_list "(" 0x%8.8lx ",local_2c)" ( (string_literal "" 0x%8.8lx "" " string_content ") , identifier ))) ;) (do_statement "do {\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n } while (uVar4 != 0x10);" do (compound_statement "{\n while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar3);\n if ((uVar4 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar4 = uVar4 + 1;\n }" { (while_statement "while ((int)uVar4 < (int)uVar6) {\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }" while (parenthesized_expression "((int)uVar4 < (int)uVar6)" ( (binary_expression "(int)uVar4 < (int)uVar6" (cast_expression "(int)uVar4" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n uVar3 = (uint)puVar7[uVar4];\n printf("%2.2x",uVar3);\n if ((uVar4 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar4 = uVar4 + 1;\n putchar(0x20);\n if (uVar4 == 0x10) goto LAB_0001f978;\n }" { (expression_statement "uVar3 = (uint)puVar7[uVar4];" (assignment_expression "uVar3 = (uint)puVar7[uVar4]" identifier = (cast_expression "(uint)puVar7[uVar4]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "puVar7[uVar4]" identifier [ identifier ]))) ;) (expression_statement "printf("%2.2x",uVar3);" (call_expression "printf("%2.2x",uVar3)" identifier (argument_list "("%2.2x",uVar3)" ( (string_literal ""%2.2x"" " string_content ") , identifier ))) ;) (if_statement "if ((uVar4 & 3) != 3) goto LAB_0001f93e;" if (parenthesized_expression "((uVar4 & 3) != 3)" ( (binary_expression "(uVar4 & 3) != 3" (parenthesized_expression "(uVar4 & 3)" ( (binary_expression "uVar4 & 3" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0001f93e;" goto statement_identifier ;)) (labeled_statement "LAB_0001f963:\n uVar4 = uVar4 + 1;" statement_identifier : (expression_statement "uVar4 = uVar4 + 1;" (assignment_expression "uVar4 = uVar4 + 1" identifier = (binary_expression "uVar4 + 1" identifier + number_literal)) ;)) (expression_statement "putchar(0x20);" (call_expression "putchar(0x20)" identifier (argument_list "(0x20)" ( number_literal ))) ;) (if_statement "if (uVar4 == 0x10) goto LAB_0001f978;" if (parenthesized_expression "(uVar4 == 0x10)" ( (binary_expression "uVar4 == 0x10" identifier == number_literal) )) (goto_statement "goto LAB_0001f978;" goto statement_identifier ;)) })) (expression_statement "printf(" ",uVar3);" (call_expression "printf(" ",uVar3)" identifier (argument_list "(" ",uVar3)" ( (string_literal "" "" " string_content ") , identifier ))) ;) (if_statement "if ((uVar4 & 3) == 3) goto LAB_0001f963;" if (parenthesized_expression "((uVar4 & 3) == 3)" ( (binary_expression "(uVar4 & 3) == 3" (parenthesized_expression "(uVar4 & 3)" ( (binary_expression "uVar4 & 3" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0001f963;" goto statement_identifier ;)) (labeled_statement "LAB_0001f93e:\n uVar4 = uVar4 + 1;" statement_identifier : (expression_statement "uVar4 = uVar4 + 1;" (assignment_expression "uVar4 = uVar4 + 1" identifier = (binary_expression "uVar4 + 1" identifier + number_literal)) ;)) }) while (parenthesized_expression "(uVar4 != 0x10)" ( (binary_expression "uVar4 != 0x10" identifier != number_literal) )) ;) (labeled_statement "LAB_0001f978:\n iVar5 = 0;" statement_identifier : (expression_statement "iVar5 = 0;" (assignment_expression "iVar5 = 0" identifier = number_literal) ;)) (do_statement "do {\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n } while (iVar5 < (int)uVar6);" do (compound_statement "{\n while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }\n iVar5 = iVar5 + 1;\n putchar((uint)*pbVar1);\n }" { (while_statement "while (pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20) {\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }" while (parenthesized_expression "(pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20)" ( (comma_expression "pbVar1 = puVar7 + iVar5, 0x5f < *pbVar1 - 0x20" (assignment_expression "pbVar1 = puVar7 + iVar5" identifier = (binary_expression "puVar7 + iVar5" identifier + identifier)) , (binary_expression "0x5f < *pbVar1 - 0x20" number_literal < (binary_expression "*pbVar1 - 0x20" (pointer_expression "*pbVar1" * identifier) - number_literal))) )) (compound_statement "{\n iVar5 = iVar5 + 1;\n putchar(0x2e);\n if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;\n }" { (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "putchar(0x2e);" (call_expression "putchar(0x2e)" identifier (argument_list "(0x2e)" ( number_literal ))) ;) (if_statement "if ((int)uVar6 <= iVar5) goto LAB_0001f9b3;" if (parenthesized_expression "((int)uVar6 <= iVar5)" ( (binary_expression "(int)uVar6 <= iVar5" (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (goto_statement "goto LAB_0001f9b3;" goto statement_identifier ;)) })) (expression_statement "iVar5 = iVar5 + 1;" (assignment_expression "iVar5 = iVar5 + 1" identifier = (binary_expression "iVar5 + 1" identifier + number_literal)) ;) (expression_statement "putchar((uint)*pbVar1);" (call_expression "putchar((uint)*pbVar1)" identifier (argument_list "((uint)*pbVar1)" ( (binary_expression "(uint)*pbVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) ))) ;) }) while (parenthesized_expression "(iVar5 < (int)uVar6)" ( (binary_expression "iVar5 < (int)uVar6" identifier < (cast_expression "(int)uVar6" ( (type_descriptor "int" primitive_type) ) identifier)) )) ;) (labeled_statement "LAB_0001f9b3:\n puVar7 = puVar7 + uVar6;" statement_identifier : (expression_statement "puVar7 = puVar7 + uVar6;" (assignment_expression "puVar7 = puVar7 + uVar6" identifier = (binary_expression "puVar7 + uVar6" identifier + identifier)) ;)) (expression_statement "putc(10,*(FILE **)puVar2);" (call_expression "putc(10,*(FILE **)puVar2)" identifier (argument_list "(10,*(FILE **)puVar2)" ( number_literal , (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "local_2c = local_2c + uVar6;" (assignment_expression "local_2c = local_2c + uVar6" identifier = (binary_expression "local_2c + uVar6" identifier + identifier)) ;) (expression_statement "local_30 = local_30 - uVar6;" (assignment_expression "local_30 = local_30 - uVar6" identifier = (binary_expression "local_30 - uVar6" identifier - identifier)) ;) (if_statement "if (local_30 == 0) {\n putc(10,*(FILE **)puVar2);\n return 1;\n }" if (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) (compound_statement "{\n putc(10,*(FILE **)puVar2);\n return 1;\n }" { (expression_statement "putc(10,*(FILE **)puVar2);" (call_expression "putc(10,*(FILE **)puVar2)" identifier (argument_list "(10,*(FILE **)puVar2)" ( number_literal , (pointer_expression "*(FILE **)puVar2" * (cast_expression "(FILE **)puVar2" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (return_statement "return 1;" return number_literal ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "undefined4 FUN_0001f880(int param_1)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}\n\n" (function_definition "undefined4 FUN_0001f880(int param_1)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}" type_identifier (function_declarator "FUN_0001f880(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}" { (declaration "byte *pbVar1;" type_identifier (pointer_declarator "*pbVar1" * identifier) ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "uint uVar7;" type_identifier identifier ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "uint local_30;" type_identifier identifier ;) (declaration "uint local_2c;" type_identifier identifier ;) (expression_statement "local_30 = *(uint *)(param_1 + 0x1c);" (assignment_expression "local_30 = *(uint *)(param_1 + 0x1c)" identifier = (pointer_expression "*(uint *)(param_1 + 0x1c)" * (cast_expression "(uint *)(param_1 + 0x1c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 8);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 8)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (if_statement "if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }" if (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) (compound_statement "{\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }" { (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar2);" (call_expression "printf(__format,uVar2)" identifier (argument_list "(__format,uVar2)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })) (expression_statement "local_2c = *(uint *)(param_1 + 0x14);" (assignment_expression "local_2c = *(uint *)(param_1 + 0x14)" identifier = (pointer_expression "*(uint *)(param_1 + 0x14)" * (cast_expression "(uint *)(param_1 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x14)" ( (binary_expression "param_1 + 0x14" identifier + number_literal) ))))) ;) (expression_statement "iVar8 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar8 = *(int *)(param_1 + 0x10)" identifier = (pointer_expression "*(int *)(param_1 + 0x10)" * (cast_expression "(int *)(param_1 + 0x10)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "FUN_0001ec20();" (call_expression "FUN_0001ec20()" identifier (argument_list "()" ( ))) ;) (expression_statement "puVar3 = PTR_stdout_00072fdc;" (assignment_expression "puVar3 = PTR_stdout_00072fdc" identifier = identifier) ;) (do_statement "do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );" do (compound_statement "{\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n }" { (expression_statement "uVar7 = 0x10;" (assignment_expression "uVar7 = 0x10" identifier = number_literal) ;) (if_statement "if (local_30 < 0x11) {\n uVar7 = local_30;\n }" if (parenthesized_expression "(local_30 < 0x11)" ( (binary_expression "local_30 < 0x11" identifier < number_literal) )) (compound_statement "{\n uVar7 = local_30;\n }" { (expression_statement "uVar7 = local_30;" (assignment_expression "uVar7 = local_30" identifier = identifier) ;) })) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (expression_statement "uVar4 = local_2c;" (assignment_expression "uVar4 = local_2c" identifier = identifier) ;) (expression_statement "printf(" 0x%8.8lx ",local_2c);" (call_expression "printf(" 0x%8.8lx ",local_2c)" identifier (argument_list "(" 0x%8.8lx ",local_2c)" ( (string_literal "" 0x%8.8lx "" " string_content ") , identifier ))) ;) (do_statement "do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);" do (compound_statement "{\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n }" { (while_statement "while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }" while (parenthesized_expression "((int)uVar5 < (int)uVar7)" ( (binary_expression "(int)uVar5 < (int)uVar7" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) < (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier)) )) (compound_statement "{\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }" { (expression_statement "uVar4 = (uint)*(byte *)(iVar8 + uVar5);" (assignment_expression "uVar4 = (uint)*(byte *)(iVar8 + uVar5)" identifier = (binary_expression "(uint)*(byte *)(iVar8 + uVar5)" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)(iVar8 + uVar5)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + uVar5)" ( (binary_expression "iVar8 + uVar5" identifier + identifier) ))))) ;) (expression_statement "printf("%2.2x",uVar4);" (call_expression "printf("%2.2x",uVar4)" identifier (argument_list "("%2.2x",uVar4)" ( (string_literal ""%2.2x"" " string_content ") , identifier ))) ;) (if_statement "if ((uVar5 & 3) != 3) goto LAB_0001f93e;" if (parenthesized_expression "((uVar5 & 3) != 3)" ( (binary_expression "(uVar5 & 3) != 3" (parenthesized_expression "(uVar5 & 3)" ( (binary_expression "uVar5 & 3" identifier & number_literal) )) != number_literal) )) (goto_statement "goto LAB_0001f93e;" goto statement_identifier ;)) (labeled_statement "LAB_0001f963:\n uVar5 = uVar5 + 1;" statement_identifier : (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;)) (expression_statement "putchar(0x20);" (call_expression "putchar(0x20)" identifier (argument_list "(0x20)" ( number_literal ))) ;) (if_statement "if (uVar5 == 0x10) goto LAB_0001f978;" if (parenthesized_expression "(uVar5 == 0x10)" ( (binary_expression "uVar5 == 0x10" identifier == number_literal) )) (goto_statement "goto LAB_0001f978;" goto statement_identifier ;)) })) (expression_statement "printf(" ",uVar4);" (call_expression "printf(" ",uVar4)" identifier (argument_list "(" ",uVar4)" ( (string_literal "" "" " string_content ") , identifier ))) ;) (if_statement "if ((uVar5 & 3) == 3) goto LAB_0001f963;" if (parenthesized_expression "((uVar5 & 3) == 3)" ( (binary_expression "(uVar5 & 3) == 3" (parenthesized_expression "(uVar5 & 3)" ( (binary_expression "uVar5 & 3" identifier & number_literal) )) == number_literal) )) (goto_statement "goto LAB_0001f963;" goto statement_identifier ;)) (labeled_statement "LAB_0001f93e:\n uVar5 = uVar5 + 1;" statement_identifier : (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" identifier = (binary_expression "uVar5 + 1" identifier + number_literal)) ;)) }) while (parenthesized_expression "(uVar5 != 0x10)" ( (binary_expression "uVar5 != 0x10" identifier != number_literal) )) ;) (labeled_statement "LAB_0001f978:\n iVar6 = 0;" statement_identifier : (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" identifier = number_literal) ;)) (do_statement "do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);" do (compound_statement "{\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n }" { (while_statement "while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }" while (parenthesized_expression "(pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20)" ( (comma_expression "pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20" (assignment_expression "pbVar1 = (byte *)(iVar8 + iVar6)" identifier = (cast_expression "(byte *)(iVar8 + iVar6)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar8 + iVar6)" ( (binary_expression "iVar8 + iVar6" identifier + identifier) )))) , (binary_expression "0x5f < *pbVar1 - 0x20" number_literal < (binary_expression "*pbVar1 - 0x20" (pointer_expression "*pbVar1" * identifier) - number_literal))) )) (compound_statement "{\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }" { (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "putchar(0x2e);" (call_expression "putchar(0x2e)" identifier (argument_list "(0x2e)" ( number_literal ))) ;) (if_statement "if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;" if (parenthesized_expression "((int)uVar7 <= iVar6)" ( (binary_expression "(int)uVar7 <= iVar6" (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier) <= identifier) )) (goto_statement "goto LAB_0001f9b3;" goto statement_identifier ;)) })) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" identifier = (binary_expression "iVar6 + 1" identifier + number_literal)) ;) (expression_statement "putchar((uint)*pbVar1);" (call_expression "putchar((uint)*pbVar1)" identifier (argument_list "((uint)*pbVar1)" ( (binary_expression "(uint)*pbVar1" (parenthesized_expression "(uint)" ( identifier )) * identifier) ))) ;) }) while (parenthesized_expression "(iVar6 < (int)uVar7)" ( (binary_expression "iVar6 < (int)uVar7" identifier < (cast_expression "(int)uVar7" ( (type_descriptor "int" primitive_type) ) identifier)) )) ;) (labeled_statement "LAB_0001f9b3:\n iVar8 = iVar8 + uVar7;" statement_identifier : (expression_statement "iVar8 = iVar8 + uVar7;" (assignment_expression "iVar8 = iVar8 + uVar7" identifier = (binary_expression "iVar8 + uVar7" identifier + identifier)) ;)) (expression_statement "putc(10,*(FILE **)puVar3);" (call_expression "putc(10,*(FILE **)puVar3)" identifier (argument_list "(10,*(FILE **)puVar3)" ( number_literal , (pointer_expression "*(FILE **)puVar3" * (cast_expression "(FILE **)puVar3" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (expression_statement "local_2c = local_2c + uVar7;" (assignment_expression "local_2c = local_2c + uVar7" identifier = (binary_expression "local_2c + uVar7" identifier + identifier)) ;) (expression_statement "local_30 = local_30 - uVar7;" (assignment_expression "local_30 = local_30 - uVar7" identifier = (binary_expression "local_30 - uVar7" identifier - identifier)) ;) (if_statement "if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }" if (parenthesized_expression "(local_30 == 0)" ( (binary_expression "local_30 == 0" identifier == number_literal) )) (compound_statement "{\n putc(10,*(FILE **)puVar3);\n return 1;\n }" { (expression_statement "putc(10,*(FILE **)puVar3);" (call_expression "putc(10,*(FILE **)puVar3)" identifier (argument_list "(10,*(FILE **)puVar3)" ( number_literal , (pointer_expression "*(FILE **)puVar3" * (cast_expression "(FILE **)puVar3" ( (type_descriptor "FILE **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) ))) ;) (return_statement "return 1;" return number_literal ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(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 (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT ))) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) ))))) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) , (binary_expression LIT < (binary_expression (pointer_expression * IDENT) - LIT))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) <= IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression (parenthesized_expression ( IDENT )) * IDENT) ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;)) (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) IDENT)) ))) ;) (return_statement return LIT ;) })) }) while (parenthesized_expression ( BOOL )) ;) })))
|
(function_definition "undefined4 FUN_0001f880(int param_1)\n\n{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}" (type_identifier "undefined4") (function_declarator "FUN_0001f880(int param_1)" (identifier "FUN_0001f880") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n byte *pbVar1;\n undefined4 uVar2;\n undefined *puVar3;\n uint uVar4;\n char *__format;\n uint uVar5;\n int iVar6;\n uint uVar7;\n int iVar8;\n uint local_30;\n uint local_2c;\n \n local_30 = *(uint *)(param_1 + 0x1c);\n uVar2 = *(undefined4 *)(param_1 + 8);\n if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }\n local_2c = *(uint *)(param_1 + 0x14);\n iVar8 = *(int *)(param_1 + 0x10);\n FUN_0001ec20();\n puVar3 = PTR_stdout_00072fdc;\n do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );\n}" ({ "{") (declaration "byte *pbVar1;" (type_identifier "byte") (pointer_declarator "*pbVar1" (* "*") (identifier "pbVar1")) (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined *puVar3;" (type_identifier "undefined") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "uint uVar7;" (type_identifier "uint") (identifier "uVar7") (; ";")) (declaration "int iVar8;" (primitive_type "int") (identifier "iVar8") (; ";")) (declaration "uint local_30;" (type_identifier "uint") (identifier "local_30") (; ";")) (declaration "uint local_2c;" (type_identifier "uint") (identifier "local_2c") (; ";")) (expression_statement "local_30 = *(uint *)(param_1 + 0x1c);" (assignment_expression "local_30 = *(uint *)(param_1 + 0x1c)" (identifier "local_30") (= "=") (pointer_expression "*(uint *)(param_1 + 0x1c)" (* "*") (cast_expression "(uint *)(param_1 + 0x1c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "uVar2 = *(undefined4 *)(param_1 + 8);" (assignment_expression "uVar2 = *(undefined4 *)(param_1 + 8)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 8)" (* "*") (cast_expression "(undefined4 *)(param_1 + 8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (if_statement "if (local_30 == 0) {\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }" (if "if") (parenthesized_expression "(local_30 == 0)" (( "(") (binary_expression "local_30 == 0" (identifier "local_30") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar2);\n return 0;\n }" ({ "{") (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" (identifier "dcgettext") (argument_list "(0,"\nThe %s section is empty.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\nThe %s section is empty.\n"" (" """) (escape_sequence "\n") (string_content "The %s section is empty.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(__format,uVar2);" (call_expression "printf(__format,uVar2)" (identifier "printf") (argument_list "(__format,uVar2)" (( "(") (identifier "__format") (, ",") (identifier "uVar2") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "local_2c = *(uint *)(param_1 + 0x14);" (assignment_expression "local_2c = *(uint *)(param_1 + 0x14)" (identifier "local_2c") (= "=") (pointer_expression "*(uint *)(param_1 + 0x14)" (* "*") (cast_expression "(uint *)(param_1 + 0x14)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x14)" (( "(") (binary_expression "param_1 + 0x14" (identifier "param_1") (+ "+") (number_literal "0x14")) () ")"))))) (; ";")) (expression_statement "iVar8 = *(int *)(param_1 + 0x10);" (assignment_expression "iVar8 = *(int *)(param_1 + 0x10)" (identifier "iVar8") (= "=") (pointer_expression "*(int *)(param_1 + 0x10)" (* "*") (cast_expression "(int *)(param_1 + 0x10)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "FUN_0001ec20();" (call_expression "FUN_0001ec20()" (identifier "FUN_0001ec20") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "puVar3 = PTR_stdout_00072fdc;" (assignment_expression "puVar3 = PTR_stdout_00072fdc" (identifier "puVar3") (= "=") (identifier "PTR_stdout_00072fdc")) (; ";")) (do_statement "do {\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n } while( true );" (do "do") (compound_statement "{\n uVar7 = 0x10;\n if (local_30 < 0x11) {\n uVar7 = local_30;\n }\n uVar5 = 0;\n uVar4 = local_2c;\n printf(" 0x%8.8lx ",local_2c);\n do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);\nLAB_0001f978:\n iVar6 = 0;\n do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);\nLAB_0001f9b3:\n iVar8 = iVar8 + uVar7;\n putc(10,*(FILE **)puVar3);\n local_2c = local_2c + uVar7;\n local_30 = local_30 - uVar7;\n if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }\n }" ({ "{") (expression_statement "uVar7 = 0x10;" (assignment_expression "uVar7 = 0x10" (identifier "uVar7") (= "=") (number_literal "0x10")) (; ";")) (if_statement "if (local_30 < 0x11) {\n uVar7 = local_30;\n }" (if "if") (parenthesized_expression "(local_30 < 0x11)" (( "(") (binary_expression "local_30 < 0x11" (identifier "local_30") (< "<") (number_literal "0x11")) () ")")) (compound_statement "{\n uVar7 = local_30;\n }" ({ "{") (expression_statement "uVar7 = local_30;" (assignment_expression "uVar7 = local_30" (identifier "uVar7") (= "=") (identifier "local_30")) (; ";")) (} "}"))) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar4 = local_2c;" (assignment_expression "uVar4 = local_2c" (identifier "uVar4") (= "=") (identifier "local_2c")) (; ";")) (expression_statement "printf(" 0x%8.8lx ",local_2c);" (call_expression "printf(" 0x%8.8lx ",local_2c)" (identifier "printf") (argument_list "(" 0x%8.8lx ",local_2c)" (( "(") (string_literal "" 0x%8.8lx "" (" """) (string_content " 0x%8.8lx ") (" """)) (, ",") (identifier "local_2c") () ")"))) (; ";")) (do_statement "do {\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n } while (uVar5 != 0x10);" (do "do") (compound_statement "{\n while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }\n printf(" ",uVar4);\n if ((uVar5 & 3) == 3) goto LAB_0001f963;\nLAB_0001f93e:\n uVar5 = uVar5 + 1;\n }" ({ "{") (while_statement "while ((int)uVar5 < (int)uVar7) {\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }" (while "while") (parenthesized_expression "((int)uVar5 < (int)uVar7)" (( "(") (binary_expression "(int)uVar5 < (int)uVar7" (cast_expression "(int)uVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar5")) (< "<") (cast_expression "(int)uVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar7"))) () ")")) (compound_statement "{\n uVar4 = (uint)*(byte *)(iVar8 + uVar5);\n printf("%2.2x",uVar4);\n if ((uVar5 & 3) != 3) goto LAB_0001f93e;\nLAB_0001f963:\n uVar5 = uVar5 + 1;\n putchar(0x20);\n if (uVar5 == 0x10) goto LAB_0001f978;\n }" ({ "{") (expression_statement "uVar4 = (uint)*(byte *)(iVar8 + uVar5);" (assignment_expression "uVar4 = (uint)*(byte *)(iVar8 + uVar5)" (identifier "uVar4") (= "=") (binary_expression "(uint)*(byte *)(iVar8 + uVar5)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)(iVar8 + uVar5)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + uVar5)" (( "(") (binary_expression "iVar8 + uVar5" (identifier "iVar8") (+ "+") (identifier "uVar5")) () ")"))))) (; ";")) (expression_statement "printf("%2.2x",uVar4);" (call_expression "printf("%2.2x",uVar4)" (identifier "printf") (argument_list "("%2.2x",uVar4)" (( "(") (string_literal ""%2.2x"" (" """) (string_content "%2.2x") (" """)) (, ",") (identifier "uVar4") () ")"))) (; ";")) (if_statement "if ((uVar5 & 3) != 3) goto LAB_0001f93e;" (if "if") (parenthesized_expression "((uVar5 & 3) != 3)" (( "(") (binary_expression "(uVar5 & 3) != 3" (parenthesized_expression "(uVar5 & 3)" (( "(") (binary_expression "uVar5 & 3" (identifier "uVar5") (& "&") (number_literal "3")) () ")")) (!= "!=") (number_literal "3")) () ")")) (goto_statement "goto LAB_0001f93e;" (goto "goto") (statement_identifier "LAB_0001f93e") (; ";"))) (labeled_statement "LAB_0001f963:\n uVar5 = uVar5 + 1;" (statement_identifier "LAB_0001f963") (: ":") (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" (identifier "uVar5") (= "=") (binary_expression "uVar5 + 1" (identifier "uVar5") (+ "+") (number_literal "1"))) (; ";"))) (expression_statement "putchar(0x20);" (call_expression "putchar(0x20)" (identifier "putchar") (argument_list "(0x20)" (( "(") (number_literal "0x20") () ")"))) (; ";")) (if_statement "if (uVar5 == 0x10) goto LAB_0001f978;" (if "if") (parenthesized_expression "(uVar5 == 0x10)" (( "(") (binary_expression "uVar5 == 0x10" (identifier "uVar5") (== "==") (number_literal "0x10")) () ")")) (goto_statement "goto LAB_0001f978;" (goto "goto") (statement_identifier "LAB_0001f978") (; ";"))) (} "}"))) (expression_statement "printf(" ",uVar4);" (call_expression "printf(" ",uVar4)" (identifier "printf") (argument_list "(" ",uVar4)" (( "(") (string_literal "" "" (" """) (string_content " ") (" """)) (, ",") (identifier "uVar4") () ")"))) (; ";")) (if_statement "if ((uVar5 & 3) == 3) goto LAB_0001f963;" (if "if") (parenthesized_expression "((uVar5 & 3) == 3)" (( "(") (binary_expression "(uVar5 & 3) == 3" (parenthesized_expression "(uVar5 & 3)" (( "(") (binary_expression "uVar5 & 3" (identifier "uVar5") (& "&") (number_literal "3")) () ")")) (== "==") (number_literal "3")) () ")")) (goto_statement "goto LAB_0001f963;" (goto "goto") (statement_identifier "LAB_0001f963") (; ";"))) (labeled_statement "LAB_0001f93e:\n uVar5 = uVar5 + 1;" (statement_identifier "LAB_0001f93e") (: ":") (expression_statement "uVar5 = uVar5 + 1;" (assignment_expression "uVar5 = uVar5 + 1" (identifier "uVar5") (= "=") (binary_expression "uVar5 + 1" (identifier "uVar5") (+ "+") (number_literal "1"))) (; ";"))) (} "}")) (while "while") (parenthesized_expression "(uVar5 != 0x10)" (( "(") (binary_expression "uVar5 != 0x10" (identifier "uVar5") (!= "!=") (number_literal "0x10")) () ")")) (; ";")) (labeled_statement "LAB_0001f978:\n iVar6 = 0;" (statement_identifier "LAB_0001f978") (: ":") (expression_statement "iVar6 = 0;" (assignment_expression "iVar6 = 0" (identifier "iVar6") (= "=") (number_literal "0")) (; ";"))) (do_statement "do {\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n } while (iVar6 < (int)uVar7);" (do "do") (compound_statement "{\n while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }\n iVar6 = iVar6 + 1;\n putchar((uint)*pbVar1);\n }" ({ "{") (while_statement "while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }" (while "while") (parenthesized_expression "(pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20)" (( "(") (comma_expression "pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20" (assignment_expression "pbVar1 = (byte *)(iVar8 + iVar6)" (identifier "pbVar1") (= "=") (cast_expression "(byte *)(iVar8 + iVar6)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar8 + iVar6)" (( "(") (binary_expression "iVar8 + iVar6" (identifier "iVar8") (+ "+") (identifier "iVar6")) () ")")))) (, ",") (binary_expression "0x5f < *pbVar1 - 0x20" (number_literal "0x5f") (< "<") (binary_expression "*pbVar1 - 0x20" (pointer_expression "*pbVar1" (* "*") (identifier "pbVar1")) (- "-") (number_literal "0x20")))) () ")")) (compound_statement "{\n iVar6 = iVar6 + 1;\n putchar(0x2e);\n if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;\n }" ({ "{") (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" (identifier "iVar6") (= "=") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "putchar(0x2e);" (call_expression "putchar(0x2e)" (identifier "putchar") (argument_list "(0x2e)" (( "(") (number_literal "0x2e") () ")"))) (; ";")) (if_statement "if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;" (if "if") (parenthesized_expression "((int)uVar7 <= iVar6)" (( "(") (binary_expression "(int)uVar7 <= iVar6" (cast_expression "(int)uVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar7")) (<= "<=") (identifier "iVar6")) () ")")) (goto_statement "goto LAB_0001f9b3;" (goto "goto") (statement_identifier "LAB_0001f9b3") (; ";"))) (} "}"))) (expression_statement "iVar6 = iVar6 + 1;" (assignment_expression "iVar6 = iVar6 + 1" (identifier "iVar6") (= "=") (binary_expression "iVar6 + 1" (identifier "iVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "putchar((uint)*pbVar1);" (call_expression "putchar((uint)*pbVar1)" (identifier "putchar") (argument_list "((uint)*pbVar1)" (( "(") (binary_expression "(uint)*pbVar1" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar1")) () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar6 < (int)uVar7)" (( "(") (binary_expression "iVar6 < (int)uVar7" (identifier "iVar6") (< "<") (cast_expression "(int)uVar7" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar7"))) () ")")) (; ";")) (labeled_statement "LAB_0001f9b3:\n iVar8 = iVar8 + uVar7;" (statement_identifier "LAB_0001f9b3") (: ":") (expression_statement "iVar8 = iVar8 + uVar7;" (assignment_expression "iVar8 = iVar8 + uVar7" (identifier "iVar8") (= "=") (binary_expression "iVar8 + uVar7" (identifier "iVar8") (+ "+") (identifier "uVar7"))) (; ";"))) (expression_statement "putc(10,*(FILE **)puVar3);" (call_expression "putc(10,*(FILE **)puVar3)" (identifier "putc") (argument_list "(10,*(FILE **)puVar3)" (( "(") (number_literal "10") (, ",") (pointer_expression "*(FILE **)puVar3" (* "*") (cast_expression "(FILE **)puVar3" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar3"))) () ")"))) (; ";")) (expression_statement "local_2c = local_2c + uVar7;" (assignment_expression "local_2c = local_2c + uVar7" (identifier "local_2c") (= "=") (binary_expression "local_2c + uVar7" (identifier "local_2c") (+ "+") (identifier "uVar7"))) (; ";")) (expression_statement "local_30 = local_30 - uVar7;" (assignment_expression "local_30 = local_30 - uVar7" (identifier "local_30") (= "=") (binary_expression "local_30 - uVar7" (identifier "local_30") (- "-") (identifier "uVar7"))) (; ";")) (if_statement "if (local_30 == 0) {\n putc(10,*(FILE **)puVar3);\n return 1;\n }" (if "if") (parenthesized_expression "(local_30 == 0)" (( "(") (binary_expression "local_30 == 0" (identifier "local_30") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n putc(10,*(FILE **)puVar3);\n return 1;\n }" ({ "{") (expression_statement "putc(10,*(FILE **)puVar3);" (call_expression "putc(10,*(FILE **)puVar3)" (identifier "putc") (argument_list "(10,*(FILE **)puVar3)" (( "(") (number_literal "10") (, ",") (pointer_expression "*(FILE **)puVar3" (* "*") (cast_expression "(FILE **)puVar3" (( "(") (type_descriptor "FILE **" (type_identifier "FILE") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (identifier "puVar3"))) () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(type_1 *section,void *file)
{
type_2 *var_9;
type_1 *section_00;
type_3 *puVar2;
type_4 uVar3;
char *__format;
type_4 var_5;
int var_8;
type_4 var_10;
type_5 *var_7;
type_4 var_1;
type_4 var_12;
var_1 = (type_4)section->size;
section_00 = (type_1 *)section->name;
if (var_1 == 0) {
__format = (char *)var_2(0,"\nThe %s section is empty.\n",5);
var_3(__format,section_00);
return 0;
}
var_12 = (type_4)section->address;
var_7 = section->start;
var_4(section_00,(bfd_boolean)§ion->filename,
*(type_1 **)((int)§ion->address + 4));
puVar2 = PTR_stdout_00072fdc;
do {
var_10 = 0x10;
if (var_1 < 0x11) {
var_10 = var_1;
}
var_5 = 0;
uVar3 = var_12;
var_3(" 0x%8.8lx ",var_12);
do {
while ((int)var_5 < (int)var_10) {
uVar3 = (type_4)var_7[var_5];
var_3("%2.2x",uVar3);
if ((var_5 & 3) != 3) goto LAB_0001f93e;
LAB_0001f963:
var_5 = var_5 + 1;
var_6(0x20);
if (var_5 == 0x10) goto LAB_0001f978;
}
var_3(" ",uVar3);
if ((var_5 & 3) == 3) goto LAB_0001f963;
LAB_0001f93e:
var_5 = var_5 + 1;
} while (var_5 != 0x10);
LAB_0001f978:
var_8 = 0;
do {
while (var_9 = var_7 + var_8, 0x5f < *var_9 - 0x20) {
var_8 = var_8 + 1;
var_6(0x2e);
if ((int)var_10 <= var_8) goto LAB_0001f9b3;
}
var_8 = var_8 + 1;
var_6((type_4)*var_9);
} while (var_8 < (int)var_10);
LAB_0001f9b3:
var_7 = var_7 + var_10;
var_11(10,*(type_6 **)puVar2);
var_12 = var_12 + var_10;
var_1 = var_1 - var_10;
if (var_1 == 0) {
var_11(10,*(type_6 **)puVar2);
return 1;
}
} while( true );
}
| 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 declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier)))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (binary_expression left: (number_literal) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (identifier)))))) (return_statement (number_literal))))) condition: (parenthesized_expression (true))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 MASKED(int param_1)
{
byte *pbVar1;
undefined4 uVar2;
undefined *puVar3;
uint uVar4;
char *__format;
uint uVar5;
int iVar6;
uint uVar7;
int iVar8;
uint local_30;
uint local_2c;
local_30 = *(uint *)(param_1 + 0x1c);
uVar2 = *(undefined4 *)(param_1 + 8);
if (local_30 == 0) {
__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);
printf(__format,uVar2);
return 0;
}
local_2c = *(uint *)(param_1 + 0x14);
iVar8 = *(int *)(param_1 + 0x10);
FUN_0001ec20();
puVar3 = PTR_stdout_00072fdc;
do {
uVar7 = 0x10;
if (local_30 < 0x11) {
uVar7 = local_30;
}
uVar5 = 0;
uVar4 = local_2c;
printf(" 0x%8.8lx ",local_2c);
do {
while ((int)uVar5 < (int)uVar7) {
uVar4 = (uint)*(byte *)(iVar8 + uVar5);
printf("%2.2x",uVar4);
if ((uVar5 & 3) != 3) goto LAB_0001f93e;
LAB_0001f963:
uVar5 = uVar5 + 1;
putchar(0x20);
if (uVar5 == 0x10) goto LAB_0001f978;
}
printf(" ",uVar4);
if ((uVar5 & 3) == 3) goto LAB_0001f963;
LAB_0001f93e:
uVar5 = uVar5 + 1;
} while (uVar5 != 0x10);
LAB_0001f978:
iVar6 = 0;
do {
while (pbVar1 = (byte *)(iVar8 + iVar6), 0x5f < *pbVar1 - 0x20) {
iVar6 = iVar6 + 1;
putchar(0x2e);
if ((int)uVar7 <= iVar6) goto LAB_0001f9b3;
}
iVar6 = iVar6 + 1;
putchar((uint)*pbVar1);
} while (iVar6 < (int)uVar7);
LAB_0001f9b3:
iVar8 = iVar8 + uVar7;
putc(10,*(FILE **)puVar3);
local_2c = local_2c + uVar7;
local_30 = local_30 - uVar7;
if (local_30 == 0) {
putc(10,*(FILE **)puVar3);
return 1;
}
} while( true );
}
|
9_m68k-linux-gnu-objcopy_and_m68k-linux-gnu-objcopy_strip.c
|
printf
|
printf
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0003f028)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int printf(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_printf_0003f028)();
return iVar1;
}
|
JMP dword ptr [EBX + 0x28]
| null | null | null | null |
[(u'CAST_-1205980919', u'CALLIND_-1205980998'), ('const-0', u'RETURN_-1205980995'), (u'CALLIND_-1205980998', u'RETURN_-1205980995'), (u'CALLIND_-1205980998', u'INDIRECT_-1205980925'), (u'INDIRECT_-1205980925', u'COPY_-1205980984'), ('tmp_67', u'CAST_-1205980919')]
|
[(u'CAST_-1205980919', u'CALLIND_-1205980998'), ('const-0', u'RETURN_-1205980995'), (u'CALLIND_-1205980998', u'RETURN_-1205980995'), (u'CALLIND_-1205980998', u'INDIRECT_-1205980925'), (u'INDIRECT_-1205980925', u'COPY_-1205980984'), ('tmp_67', u'CAST_-1205980919')]
| null | null |
000130b0
|
x86
|
O1
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)" ( (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_printf_0003f028)();" (assignment_expression "iVar1 = (*(code *)PTR_printf_0003f028)()" identifier = (call_expression "(*(code *)PTR_printf_0003f028)()" (parenthesized_expression "(*(code *)PTR_printf_0003f028)" ( (pointer_expression "*(code *)PTR_printf_0003f028" * (cast_expression "(code *)PTR_printf_0003f028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}\n\n" comment (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)" ( (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_printf_0003f028)();" (assignment_expression "iVar1 = (*(code *)PTR_printf_0003f028)()" identifier = (call_expression "(*(code *)PTR_printf_0003f028)()" (parenthesized_expression "(*(code *)PTR_printf_0003f028)" ( (pointer_expression "*(code *)PTR_printf_0003f028" * (cast_expression "(code *)PTR_printf_0003f028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}\n\n" (function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" primitive_type (function_declarator "printf(char *__format,...)" identifier (parameter_list "(char *__format,...)" ( (parameter_declaration "char *__format" primitive_type (pointer_declarator "*__format" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_printf_0003f028)();" (assignment_expression "iVar1 = (*(code *)PTR_printf_0003f028)()" identifier = (call_expression "(*(code *)PTR_printf_0003f028)()" (parenthesized_expression "(*(code *)PTR_printf_0003f028)" ( (pointer_expression "*(code *)PTR_printf_0003f028" * (cast_expression "(code *)PTR_printf_0003f028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (variadic_parameter ...) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })))
|
(function_definition "int printf(char *__format,...)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "printf(char *__format,...)" (identifier "printf") (parameter_list "(char *__format,...)" (( "(") (parameter_declaration "char *__format" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format"))) (, ",") (variadic_parameter "..." (... "...")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_printf_0003f028)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_printf_0003f028)();" (assignment_expression "iVar1 = (*(code *)PTR_printf_0003f028)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_printf_0003f028)()" (parenthesized_expression "(*(code *)PTR_printf_0003f028)" (( "(") (pointer_expression "*(code *)PTR_printf_0003f028" (* "*") (cast_expression "(code *)PTR_printf_0003f028" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_printf_0003f028"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__format,...)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_printf_0003f028)();
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))) (variadic_parameter))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier)))))
| null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__format,...)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0003f028)();
return iVar1;
}
|
175_powerpc64-linux-gnu-c++filt(1)_and_powerpc64-linux-gnu-c++filt(1)_strip.c
|
fputs
|
fputs
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputs@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputs(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206058714')]
|
[('const-1', u'RETURN_-1206058714')]
| null | null |
0002011c
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fputs@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "int fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fputs(char *__s,FILE *__stream)" identifier (parameter_list "(char *__s,FILE *__stream)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) , (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_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 fputs(char *__s,FILE *__stream)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "fputs(char *__s,FILE *__stream)" (identifier "fputs") (parameter_list "(char *__s,FILE *__stream)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) (, ",") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s,type_1 *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fputs@@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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s,FILE *__stream)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
124_powerpc-linux-gnu-gprof_and_powerpc-linux-gnu-gprof_strip.c
|
gmon_io_read_64
|
FUN_00019b10
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 gmon_io_read_64(FILE *ifp,ulonglong *valp)
{
size_t sVar1;
bfd_uint64_t bVar2;
char buf [8];
buf[4] = '\x1a';
buf[5] = -0x65;
buf[6] = '\x01';
buf[7] = '\0';
sVar1 = fread(buf,1,8,(FILE *)ifp);
if (sVar1 == 8) {
bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);
*valp = bVar2;
return 0;
}
return 1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_00019b10(FILE *param_1,undefined8 *param_2)
{
size_t sVar1;
undefined8 uVar2;
undefined1 local_14 [4];
undefined4 uStack_10;
uStack_10 = 0x19b1a;
sVar1 = fread(local_14,1,8,param_1);
if (sVar1 == 8) {
uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);
*param_2 = uVar2;
return 0;
}
return 1;
}
|
PUSH EDI
MOV EDI,EDX
PUSH ESI
PUSH EBX
CALL 0x00013030
ADD EBX,0x134e6
SUB ESP,0x10
PUSH EAX
PUSH 0x8
PUSH 0x1
LEA ESI,[ESP + 0x14]
PUSH ESI
CALL 0x00012200
ADD ESP,0x10
CMP EAX,0x8
JNZ 0x00019b60
LEA EAX,[EBX + 0x14ec]
SUB ESP,0xc
MOV EAX,dword ptr [EAX]
MOV EAX,dword ptr [EAX + 0x4]
PUSH ESI
CALL dword ptr [EAX + 0x1c]
ADD ESP,0x10
MOV dword ptr [EDI],EAX
XOR EAX,EAX
MOV dword ptr [EDI + 0x4],EDX
ADD ESP,0x10
POP EBX
POP ESI
POP EDI
RET
ADD ESP,0x10
MOV EAX,0x1
POP EBX
POP ESI
POP EDI
RET
| null | null | null | null |
[('const-0', u'COPY_-1205953521'), (u'CAST_-1205953433', u'CALL_-1205953693'), ('const-417', u'LOAD_-1205953628'), ('const-1', u'COPY_-1205953522'), (u'PTRSUB_-1205953416', u'LOAD_-1205953638'), ('const-28', u'PTRSUB_-1205953411'), ('const-26', u'COPY_-1205953524'), (u'CALLIND_-1205953618', u'INDIRECT_-1205953435'), (u'CALLIND_-1205953618', u'INDIRECT_-1205953426'), (u'INDIRECT_-1205953455', u'PTRSUB_-1205953416'), (u'COPY_-1205953523', u'PIECE_-1205953465'), ('const-4294967276', u'PTRSUB_-1205953446'), (u'COPY_-1205953603', u'RETURN_-1205953550'), (u'PIECE_-1205953466', u'PIECE_-1205953465'), ('const-8', u'INT_EQUAL_-1205953666'), ('const-417', u'STORE_-1205953467'), (u'COPY_-1205953522', u'PIECE_-1205953466'), ('tmp_465', u'CAST_-1205953433'), ('const-8', u'CALL_-1205953693'), ('const-155', u'COPY_-1205953523'), (u'INDIRECT_-1205953412', u'COPY_-1205953466'), (u'CALL_-1205953693', u'INDIRECT_-1205953464'), ('tmp_545', u'PTRSUB_-1205953446'), (u'CALLIND_-1205953618', u'STORE_-1205953467'), (u'PTRSUB_-1205953411', u'LOAD_-1205953628'), ('const-0', u'COPY_-1205953603'), ('const-1', u'CALL_-1205953693'), (u'INT_EQUAL_-1205953666', u'CBRANCH_-1205953663'), ('const-4', u'PTRSUB_-1205953416'), ('const-1', u'COPY_-1205953542'), (u'COPY_-1205953521', u'PIECE_-1205953466'), (u'PTRSUB_-1205953446', u'CALLIND_-1205953618'), ('const-417', u'LOAD_-1205953638'), ('tmp_466', u'STORE_-1205953467'), ('const-0', u'RETURN_-1205953510'), (u'PTRSUB_-1205953446', u'CALL_-1205953693'), (u'COPY_-1205953524', u'PIECE_-1205953464'), (u'LOAD_-1205953638', u'PTRSUB_-1205953411'), (u'PIECE_-1205953465', u'PIECE_-1205953464'), (u'COPY_-1205953542', u'RETURN_-1205953510'), (u'LOAD_-1205953628', u'CALLIND_-1205953618'), (u'STORE_-1205953467', u'INDIRECT_-1205953412'), (u'CALL_-1205953693', u'INT_EQUAL_-1205953666'), ('const-0', u'RETURN_-1205953550'), (u'INDIRECT_-1205953455', u'COPY_-1205953450'), (u'CALL_-1205953693', u'INDIRECT_-1205953455'), ('tmp_187', u'CBRANCH_-1205953663')]
|
[('tmp_546', u'STORE_-1205953467'), (u'CALLIND_-1205953618', u'INDIRECT_-1205953435'), (u'CALLIND_-1205953618', u'INDIRECT_-1205953426'), ('const-417', u'STORE_-1205953467'), ('const-4294967276', u'PTRSUB_-1205953446'), (u'COPY_-1205953603', u'RETURN_-1205953550'), (u'INT_ADD_-1205953612', u'CAST_-1205953413'), ('const-8', u'INT_EQUAL_-1205953666'), ('const-105242', u'COPY_-1205953759'), ('const-8', u'CALL_-1205953693'), (u'INT_ADD_-1205953622', u'CAST_-1205953418'), (u'INDIRECT_-1205953412', u'COPY_-1205953466'), (u'CALL_-1205953693', u'INDIRECT_-1205953464'), ('tmp_545', u'PTRSUB_-1205953446'), (u'INDIRECT_-1205953455', u'INT_ADD_-1205953622'), (u'CALLIND_-1205953618', u'STORE_-1205953467'), ('tmp_549', u'CALL_-1205953693'), ('const-0', u'COPY_-1205953603'), ('const-1', u'CALL_-1205953693'), ('const-28', u'INT_ADD_-1205953612'), (u'INT_EQUAL_-1205953666', u'CBRANCH_-1205953663'), ('const-1', u'COPY_-1205953542'), (u'PTRSUB_-1205953446', u'CALLIND_-1205953618'), ('const-0', u'RETURN_-1205953510'), (u'CAST_-1205953413', u'LOAD_-1205953628'), ('const-417', u'LOAD_-1205953638'), (u'PTRSUB_-1205953446', u'CALL_-1205953693'), (u'COPY_-1205953542', u'RETURN_-1205953510'), (u'LOAD_-1205953628', u'CALLIND_-1205953618'), ('const-4', u'INT_ADD_-1205953622'), (u'CAST_-1205953418', u'LOAD_-1205953638'), (u'STORE_-1205953467', u'INDIRECT_-1205953412'), (u'CALL_-1205953693', u'INT_EQUAL_-1205953666'), ('const-0', u'RETURN_-1205953550'), (u'LOAD_-1205953638', u'INT_ADD_-1205953612'), (u'INDIRECT_-1205953455', u'COPY_-1205953450'), ('tmp_187', u'CBRANCH_-1205953663'), (u'CALL_-1205953693', u'INDIRECT_-1205953455'), ('const-417', u'LOAD_-1205953628')]
| null | null |
00019b10
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00019b10(FILE *param_1,undefined8 *param_2)\n\n{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}\n\n" comment (function_definition "undefined4 __regparm3 FUN_00019b10(FILE *param_1,undefined8 *param_2)\n\n{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00019b10(FILE *param_1,undefined8 *param_2)" identifier (parameter_list "(FILE *param_1,undefined8 *param_2)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined1 local_14 [4];" type_identifier (array_declarator "local_14 [4]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_10;" type_identifier identifier ;) (expression_statement "uStack_10 = 0x19b1a;" (assignment_expression "uStack_10 = 0x19b1a" identifier = number_literal) ;) (expression_statement "sVar1 = fread(local_14,1,8,param_1);" (assignment_expression "sVar1 = fread(local_14,1,8,param_1)" identifier = (call_expression "fread(local_14,1,8,param_1)" identifier (argument_list "(local_14,1,8,param_1)" ( identifier , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }" if (parenthesized_expression "(sVar1 == 8)" ( (binary_expression "sVar1 == 8" identifier == number_literal) )) (compound_statement "{\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }" { (expression_statement "uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);" (assignment_expression "uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14)" identifier = (call_expression "(**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14)" (parenthesized_expression "(**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))" ( (pointer_expression "**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" * (pointer_expression "*(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" * (cast_expression "(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_0002e4ec + 4) + 0x1c)" ( (binary_expression "*(int *)(DAT_0002e4ec + 4) + 0x1c" (pointer_expression "*(int *)(DAT_0002e4ec + 4)" * (cast_expression "(int *)(DAT_0002e4ec + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002e4ec + 4)" ( (binary_expression "DAT_0002e4ec + 4" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(local_14)" ( identifier )))) ;) (expression_statement "*param_2 = uVar2;" (assignment_expression "*param_2 = uVar2" (pointer_expression "*param_2" * identifier) = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint __regparm3 gmon_io_read_64(FILE *ifp,ulonglong *valp)\n\n{\n size_t sVar1;\n bfd_uint64_t bVar2;\n char buf [8];\n \n buf[4] = '\x1a';\n buf[5] = -0x65;\n buf[6] = '\x01';\n buf[7] = '\0';\n sVar1 = fread(buf,1,8,(FILE *)ifp);\n if (sVar1 == 8) {\n bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);\n *valp = bVar2;\n return 0;\n }\n return 1;\n}\n\n" comment (function_definition "int __regparm3 gmon_io_read_64(FILE *ifp,ulonglong *valp)\n\n{\n size_t sVar1;\n bfd_uint64_t bVar2;\n char buf [8];\n \n buf[4] = '\x1a';\n buf[5] = -0x65;\n buf[6] = '\x01';\n buf[7] = '\0';\n sVar1 = fread(buf,1,8,(FILE *)ifp);\n if (sVar1 == 8) {\n bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);\n *valp = bVar2;\n return 0;\n }\n return 1;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "gmon_io_read_64(FILE *ifp,ulonglong *valp)" identifier (parameter_list "(FILE *ifp,ulonglong *valp)" ( (parameter_declaration "FILE *ifp" type_identifier (pointer_declarator "*ifp" * identifier)) , (parameter_declaration "ulonglong *valp" type_identifier (pointer_declarator "*valp" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n bfd_uint64_t bVar2;\n char buf [8];\n \n buf[4] = '\x1a';\n buf[5] = -0x65;\n buf[6] = '\x01';\n buf[7] = '\0';\n sVar1 = fread(buf,1,8,(FILE *)ifp);\n if (sVar1 == 8) {\n bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);\n *valp = bVar2;\n return 0;\n }\n return 1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "bfd_uint64_t bVar2;" type_identifier identifier ;) (declaration "char buf [8];" primitive_type (array_declarator "buf [8]" identifier [ number_literal ]) ;) (expression_statement "buf[4] = '\x1a';" (assignment_expression "buf[4] = '\x1a'" (subscript_expression "buf[4]" identifier [ number_literal ]) = (char_literal "'\x1a'" ' escape_sequence ')) ;) (expression_statement "buf[5] = -0x65;" (assignment_expression "buf[5] = -0x65" (subscript_expression "buf[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "buf[6] = '\x01';" (assignment_expression "buf[6] = '\x01'" (subscript_expression "buf[6]" identifier [ number_literal ]) = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "buf[7] = '\0';" (assignment_expression "buf[7] = '\0'" (subscript_expression "buf[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "sVar1 = fread(buf,1,8,(FILE *)ifp);" (assignment_expression "sVar1 = fread(buf,1,8,(FILE *)ifp)" identifier = (call_expression "fread(buf,1,8,(FILE *)ifp)" identifier (argument_list "(buf,1,8,(FILE *)ifp)" ( identifier , number_literal , number_literal , (cast_expression "(FILE *)ifp" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (sVar1 == 8) {\n bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);\n *valp = bVar2;\n return 0;\n }" if (parenthesized_expression "(sVar1 == 8)" ( (binary_expression "sVar1 == 8" identifier == number_literal) )) (compound_statement "{\n bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);\n *valp = bVar2;\n return 0;\n }" { (expression_statement "bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);" (assignment_expression "bVar2 = (*core_bfd->xvec->bfd_getx64)(buf)" identifier = (call_expression "(*core_bfd->xvec->bfd_getx64)(buf)" (parenthesized_expression "(*core_bfd->xvec->bfd_getx64)" ( (pointer_expression "*core_bfd->xvec->bfd_getx64" * (field_expression "core_bfd->xvec->bfd_getx64" (field_expression "core_bfd->xvec" identifier -> field_identifier) -> field_identifier)) )) (argument_list "(buf)" ( identifier )))) ;) (expression_statement "*valp = bVar2;" (assignment_expression "*valp = bVar2" (pointer_expression "*valp" * identifier) = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "undefined4 __regparm3 FUN_00019b10(FILE *param_1,undefined8 *param_2)\n\n{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_00019b10(FILE *param_1,undefined8 *param_2)\n\n{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00019b10(FILE *param_1,undefined8 *param_2)" identifier (parameter_list "(FILE *param_1,undefined8 *param_2)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined1 local_14 [4];" type_identifier (array_declarator "local_14 [4]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_10;" type_identifier identifier ;) (expression_statement "uStack_10 = 0x19b1a;" (assignment_expression "uStack_10 = 0x19b1a" identifier = number_literal) ;) (expression_statement "sVar1 = fread(local_14,1,8,param_1);" (assignment_expression "sVar1 = fread(local_14,1,8,param_1)" identifier = (call_expression "fread(local_14,1,8,param_1)" identifier (argument_list "(local_14,1,8,param_1)" ( identifier , number_literal , number_literal , identifier )))) ;) (if_statement "if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }" if (parenthesized_expression "(sVar1 == 8)" ( (binary_expression "sVar1 == 8" identifier == number_literal) )) (compound_statement "{\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }" { (expression_statement "uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);" (assignment_expression "uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14)" identifier = (call_expression "(**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14)" (parenthesized_expression "(**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))" ( (pointer_expression "**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" * (pointer_expression "*(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" * (cast_expression "(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)(DAT_0002e4ec + 4) + 0x1c)" ( (binary_expression "*(int *)(DAT_0002e4ec + 4) + 0x1c" (pointer_expression "*(int *)(DAT_0002e4ec + 4)" * (cast_expression "(int *)(DAT_0002e4ec + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_0002e4ec + 4)" ( (binary_expression "DAT_0002e4ec + 4" identifier + number_literal) )))) + number_literal) ))))) )) (argument_list "(local_14)" ( identifier )))) ;) (expression_statement "*param_2 = uVar2;" (assignment_expression "*param_2 = uVar2" (pointer_expression "*param_2" * identifier) = identifier) ;) (return_statement "return 0;" return number_literal ;) })) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , LIT , LIT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return LIT ;) })) (return_statement return LIT ;) })))
|
(function_definition "undefined4 __regparm3 FUN_00019b10(FILE *param_1,undefined8 *param_2)\n\n{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00019b10(FILE *param_1,undefined8 *param_2)" (identifier "FUN_00019b10") (parameter_list "(FILE *param_1,undefined8 *param_2)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n size_t sVar1;\n undefined8 uVar2;\n undefined1 local_14 [4];\n undefined4 uStack_10;\n \n uStack_10 = 0x19b1a;\n sVar1 = fread(local_14,1,8,param_1);\n if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }\n return 1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined1 local_14 [4];" (type_identifier "undefined1") (array_declarator "local_14 [4]" (identifier "local_14") ([ "[") (number_literal "4") (] "]")) (; ";")) (declaration "undefined4 uStack_10;" (type_identifier "undefined4") (identifier "uStack_10") (; ";")) (expression_statement "uStack_10 = 0x19b1a;" (assignment_expression "uStack_10 = 0x19b1a" (identifier "uStack_10") (= "=") (number_literal "0x19b1a")) (; ";")) (expression_statement "sVar1 = fread(local_14,1,8,param_1);" (assignment_expression "sVar1 = fread(local_14,1,8,param_1)" (identifier "sVar1") (= "=") (call_expression "fread(local_14,1,8,param_1)" (identifier "fread") (argument_list "(local_14,1,8,param_1)" (( "(") (identifier "local_14") (, ",") (number_literal "1") (, ",") (number_literal "8") (, ",") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (sVar1 == 8) {\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }" (if "if") (parenthesized_expression "(sVar1 == 8)" (( "(") (binary_expression "sVar1 == 8" (identifier "sVar1") (== "==") (number_literal "8")) () ")")) (compound_statement "{\n uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);\n *param_2 = uVar2;\n return 0;\n }" ({ "{") (expression_statement "uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);" (assignment_expression "uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14)" (identifier "uVar2") (= "=") (call_expression "(**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14)" (parenthesized_expression "(**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))" (( "(") (pointer_expression "**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" (* "*") (pointer_expression "*(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" (* "*") (cast_expression "(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)(DAT_0002e4ec + 4) + 0x1c)" (( "(") (binary_expression "*(int *)(DAT_0002e4ec + 4) + 0x1c" (pointer_expression "*(int *)(DAT_0002e4ec + 4)" (* "*") (cast_expression "(int *)(DAT_0002e4ec + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_0002e4ec + 4)" (( "(") (binary_expression "DAT_0002e4ec + 4" (identifier "DAT_0002e4ec") (+ "+") (number_literal "4")) () ")")))) (+ "+") (number_literal "0x1c")) () ")"))))) () ")")) (argument_list "(local_14)" (( "(") (identifier "local_14") () ")")))) (; ";")) (expression_statement "*param_2 = uVar2;" (assignment_expression "*param_2 = uVar2" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (identifier "uVar2")) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int __regparm3 function_1(type_1 *ifp,type_2 *valp)
{
size_t var_2;
type_3 bVar2;
char buf [8];
buf[4] = '\x1a';
buf[5] = -0x65;
buf[6] = '\x01';
buf[7] = '\0';
var_2 = var_1(buf,1,8,(type_1 *)ifp);
if (var_2 == 8) {
bVar2 = (*core_bfd->xvec->bfd_getx64)(buf);
*valp = bVar2;
return 0;
}
return 1;
}
| null |
(translation_unit (function_definition type: (type_identifier) (ERROR (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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (number_literal) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement (number_literal)))) (return_statement (number_literal)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(FILE *param_1,undefined8 *param_2)
{
size_t sVar1;
undefined8 uVar2;
undefined1 local_14 [4];
undefined4 uStack_10;
uStack_10 = 0x19b1a;
sVar1 = fread(local_14,1,8,param_1);
if (sVar1 == 8) {
uVar2 = (**(code **)(*(int *)(DAT_0002e4ec + 4) + 0x1c))(local_14);
*param_2 = uVar2;
return 0;
}
return 1;
}
|
419_i686-gnu-objcopy_and_i686-gnu-objcopy_strip.c
|
free
|
free
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206190002')]
|
[('const-1', u'RETURN_-1206190002')]
| null | null |
00040044
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.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))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8257_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
sbumpc
|
FUN_0020af80
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* std::wstreambuf::sbumpc() */
undefined4 __thiscall std::wstreambuf::sbumpc(wstreambuf *this)
{
code *UNRECOVERED_JUMPTABLE;
undefined4 uVar1;
int iVar2;
undefined4 *puVar3;
puVar3 = *(undefined4 **)(this + 8);
if (puVar3 < *(undefined4 **)(this + 0xc)) {
LAB_0020af9a:
uVar1 = *puVar3;
*(undefined4 **)(this + 8) = puVar3 + 1;
}
else {
UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);
if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {
/* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*UNRECOVERED_JUMPTABLE)();
return uVar1;
}
UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);
if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {
iVar2 = (*UNRECOVERED_JUMPTABLE)(this);
if (iVar2 != -1) {
puVar3 = *(undefined4 **)(this + 8);
goto LAB_0020af9a;
}
}
uVar1 = 0xffffffff;
}
return uVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 FUN_0020af80(int *param_1)
{
code *UNRECOVERED_JUMPTABLE;
undefined4 uVar1;
int iVar2;
undefined4 *puVar3;
puVar3 = (undefined4 *)param_1[2];
if (puVar3 < (undefined4 *)param_1[3]) {
LAB_0020af9a:
uVar1 = *puVar3;
param_1[2] = (int)(puVar3 + 1);
}
else {
UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);
if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {
/* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*UNRECOVERED_JUMPTABLE)();
return uVar1;
}
UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);
if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {
iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);
if (iVar2 != -1) {
puVar3 = (undefined4 *)param_1[2];
goto LAB_0020af9a;
}
}
uVar1 = 0xffffffff;
}
return uVar1;
}
|
CALL 0x000644b6
ADD EAX,0x1a407b
PUSH EBX
SUB ESP,0x8
MOV EBX,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [EBX + 0x8]
CMP EDX,dword ptr [EBX + 0xc]
JNC 0x0020afb0
MOV EAX,dword ptr [EDX]
ADD EDX,0x4
MOV dword ptr [EBX + 0x8],EDX
ADD ESP,0x8
POP EBX
RET
MOV EDX,dword ptr [EBX]
MOV ECX,dword ptr [EDX + 0x28]
CMP ECX,dword ptr [EAX + 0xfffffbb4]
JNZ 0x0020afd0
MOV EDX,dword ptr [EDX + 0x24]
CMP EDX,dword ptr [EAX + 0xfffffda8]
JNZ 0x0020afe0
MOV EAX,0xffffffff
JMP 0x0020afa2
ADD ESP,0x8
POP EBX
JMP ECX
SUB ESP,0xc
PUSH EBX
CALL EDX
ADD ESP,0x10
CMP EAX,-0x1
JZ 0x0020afc8
MOV EDX,dword ptr [EBX + 0x8]
JMP 0x0020af9a
| null | null | null | null |
[('const-4', u'PTRADD_-1203785453'), (u'INDIRECT_-1203785392', u'MULTIEQUAL_-1203785417'), (u'MULTIEQUAL_-1203785461', u'COPY_-1203785521'), ('const-1', u'RETURN_-1203785594'), ('const-4294967295', u'COPY_-1203785673'), (u'CAST_-1203785459', u'LOAD_-1203785802'), (u'LOAD_-1203785732', u'INT_ADD_-1203785711'), ('const-417', u'LOAD_-1203785699'), ('tmp_401', u'CBRANCH_-1203785596'), (u'STORE_-1203785765', u'INDIRECT_-1203785458'), (u'CALLIND_-1203785621', u'INDIRECT_-1203785392'), (u'PTRADD_-1203785453', u'STORE_-1203785765'), ('tmp_937', u'CAST_-1203785411'), ('const-12', u'PTRADD_-1203785740'), (u'INDIRECT_-1203785466', u'MULTIEQUAL_-1203785461'), (u'INDIRECT_-1203785392', u'MULTIEQUAL_-1203785462'), (u'LOAD_-1203785808', u'INT_LESS_-1203785787'), (u'LOAD_-1203785595', u'MULTIEQUAL_-1203785547'), (u'INDIRECT_-1203785400', u'MULTIEQUAL_-1203785470'), ('const-1', u'PTRADD_-1203785740'), ('const-1', u'PTRADD_-1203785746'), ('tmp_253', u'CBRANCH_-1203785700'), (u'INT_NOTEQUAL_-1203785597', u'CBRANCH_-1203785596'), ('tmp_299', u'CBRANCH_-1203785672'), ('const-36', u'INT_ADD_-1203785683'), (u'MULTIEQUAL_-1203785547', u'PTRADD_-1203785453'), (u'COPY_-1203785673', u'MULTIEQUAL_-1203785547'), (u'CAST_-1203785463', u'LOAD_-1203785808'), ('const-4294967295', u'INT_NOTEQUAL_-1203785597'), ('tmp_938', u'MULTIEQUAL_-1203785470'), ('tmp_303', u'BRANCH_-1203785664'), ('tmp_938', u'MULTIEQUAL_-1203785425'), ('tmp_937', u'MULTIEQUAL_-1203785417'), (u'LOAD_-1203785784', u'MULTIEQUAL_-1203785547'), ('tmp_411', u'BRANCH_-1203785588'), ('const-8', u'PTRADD_-1203785746'), ('tmp_465', u'CALLIND_-1203785621'), ('tmp_465', u'PTRADD_-1203785740'), (u'CAST_-1203785415', u'LOAD_-1203785699'), (u'CAST_-1203785411', u'INT_NOTEQUAL_-1203785677'), (u'MULTIEQUAL_-1203785417', u'MULTIEQUAL_-1203785453'), ('const-0', u'RETURN_-1203785735'), ('tmp_465', u'CAST_-1203785431'), ('tmp_465', u'PTRADD_-1203785746'), (u'MULTIEQUAL_-1203785453', u'COPY_-1203785513'), ('const-417', u'LOAD_-1203785732'), (u'INT_NOTEQUAL_-1203785677', u'CBRANCH_-1203785672'), (u'MULTIEQUAL_-1203785547', u'LOAD_-1203785784'), ('const-1', u'PTRADD_-1203785453'), ('tmp_938', u'CAST_-1203785424'), (u'CAST_-1203785428', u'LOAD_-1203785727'), (u'INT_ADD_-1203785711', u'CAST_-1203785428'), ('tmp_120', u'CBRANCH_-1203785784'), (u'MULTIEQUAL_-1203785425', u'MULTIEQUAL_-1203785461'), ('const-8', u'PTRADD_-1203785533'), (u'INT_LESS_-1203785787', u'CBRANCH_-1203785784'), (u'CALLIND_-1203785599', u'INDIRECT_-1203785409'), (u'INT_NOTEQUAL_-1203785705', u'CBRANCH_-1203785700'), (u'CAST_-1203785431', u'LOAD_-1203785732'), (u'CALLIND_-1203785621', u'INT_NOTEQUAL_-1203785597'), (u'PTRADD_-1203785533', u'CAST_-1203785364'), (u'PTRADD_-1203785746', u'CAST_-1203785463'), (u'INDIRECT_-1203785400', u'MULTIEQUAL_-1203785425'), (u'CAST_-1203785364', u'LOAD_-1203785595'), ('tmp_937', u'MULTIEQUAL_-1203785462'), (u'LOAD_-1203785732', u'INT_ADD_-1203785683'), (u'INDIRECT_-1203785417', u'COPY_-1203785474'), (u'MULTIEQUAL_-1203785547', u'RETURN_-1203785735'), (u'PTRADD_-1203785705', u'CAST_-1203785442'), ('const-417', u'LOAD_-1203785808'), ('const-1', u'PTRADD_-1203785533'), (u'LOAD_-1203785808', u'MULTIEQUAL_-1203785547'), (u'LOAD_-1203785727', u'INT_NOTEQUAL_-1203785705'), (u'STORE_-1203785765', u'INDIRECT_-1203785466'), ('tmp_465', u'PTRADD_-1203785705'), (u'LOAD_-1203785727', u'CALLIND_-1203785599'), (u'LOAD_-1203785699', u'INT_NOTEQUAL_-1203785677'), (u'INDIRECT_-1203785409', u'COPY_-1203785466'), (u'CALLIND_-1203785599', u'RETURN_-1203785594'), ('const-1', u'PTRADD_-1203785705'), (u'PTRADD_-1203785740', u'CAST_-1203785459'), ('const-417', u'LOAD_-1203785784'), (u'INDIRECT_-1203785458', u'MULTIEQUAL_-1203785453'), ('const-8', u'PTRADD_-1203785705'), (u'CALLIND_-1203785599', u'INDIRECT_-1203785417'), (u'CAST_-1203785442', u'STORE_-1203785765'), ('const-417', u'LOAD_-1203785802'), ('const-417', u'STORE_-1203785765'), (u'INT_ADD_-1203785683', u'CAST_-1203785415'), (u'CAST_-1203785424', u'INT_NOTEQUAL_-1203785705'), (u'CALLIND_-1203785621', u'INDIRECT_-1203785400'), (u'LOAD_-1203785802', u'INT_LESS_-1203785787'), ('const-40', u'INT_ADD_-1203785711'), ('const-417', u'LOAD_-1203785727'), ('tmp_465', u'PTRADD_-1203785533'), ('const-417', u'LOAD_-1203785595'), (u'LOAD_-1203785699', u'CALLIND_-1203785621')]
|
[(u'INDIRECT_-1203785392', u'MULTIEQUAL_-1203785417'), (u'MULTIEQUAL_-1203785461', u'COPY_-1203785521'), (u'CAST_-1203785459', u'INT_LESS_-1203785787'), ('const-1', u'RETURN_-1203785594'), ('tmp_874', u'LOAD_-1203785732'), ('const-4294967295', u'COPY_-1203785673'), (u'PTRADD_-1203785459', u'LOAD_-1203785802'), (u'LOAD_-1203785732', u'INT_ADD_-1203785711'), ('tmp_401', u'CBRANCH_-1203785596'), (u'CAST_-1203785455', u'INT_LESS_-1203785787'), ('tmp_936', u'CAST_-1203785408'), (u'STORE_-1203785765', u'INDIRECT_-1203785458'), (u'CALLIND_-1203785621', u'INDIRECT_-1203785392'), (u'INT_ADD_-1203785711', u'CAST_-1203785425'), (u'CAST_-1203785459', u'MULTIEQUAL_-1203785547'), ('const-417', u'LOAD_-1203785808'), (u'INDIRECT_-1203785466', u'MULTIEQUAL_-1203785461'), (u'PTRADD_-1203785451', u'CAST_-1203785439'), (u'INDIRECT_-1203785392', u'MULTIEQUAL_-1203785462'), ('tmp_937', u'MULTIEQUAL_-1203785425'), ('const-4', u'PTRADD_-1203785459'), ('tmp_936', u'MULTIEQUAL_-1203785462'), (u'INDIRECT_-1203785400', u'MULTIEQUAL_-1203785470'), ('tmp_253', u'CBRANCH_-1203785700'), (u'INT_NOTEQUAL_-1203785597', u'CBRANCH_-1203785596'), ('tmp_299', u'CBRANCH_-1203785672'), (u'PTRADD_-1203785367', u'LOAD_-1203785595'), ('const-36', u'INT_ADD_-1203785683'), ('const-417', u'LOAD_-1203785732'), (u'COPY_-1203785673', u'MULTIEQUAL_-1203785547'), ('tmp_936', u'MULTIEQUAL_-1203785417'), (u'PTRADD_-1203785463', u'LOAD_-1203785808'), ('tmp_303', u'BRANCH_-1203785664'), (u'CAST_-1203785412', u'LOAD_-1203785699'), (u'LOAD_-1203785784', u'MULTIEQUAL_-1203785547'), ('const-417', u'LOAD_-1203785699'), ('const-2', u'PTRADD_-1203785463'), (u'LOAD_-1203785595', u'CAST_-1203785361'), ('tmp_411', u'BRANCH_-1203785588'), ('const-4', u'PTRADD_-1203785447'), ('const-4', u'PTRADD_-1203785451'), ('const-4294967295', u'INT_NOTEQUAL_-1203785597'), (u'MULTIEQUAL_-1203785417', u'MULTIEQUAL_-1203785453'), ('const-0', u'RETURN_-1203785735'), (u'CAST_-1203785425', u'LOAD_-1203785727'), (u'MULTIEQUAL_-1203785453', u'COPY_-1203785513'), ('tmp_874', u'PTRADD_-1203785367'), (u'INT_NOTEQUAL_-1203785677', u'CBRANCH_-1203785672'), (u'MULTIEQUAL_-1203785547', u'LOAD_-1203785784'), ('const-4', u'PTRADD_-1203785367'), (u'LOAD_-1203785802', u'CAST_-1203785455'), ('tmp_120', u'CBRANCH_-1203785784'), (u'MULTIEQUAL_-1203785425', u'MULTIEQUAL_-1203785461'), (u'CAST_-1203785439', u'STORE_-1203785765'), (u'CAST_-1203785361', u'MULTIEQUAL_-1203785547'), (u'INT_LESS_-1203785787', u'CBRANCH_-1203785784'), (u'CALLIND_-1203785599', u'INDIRECT_-1203785409'), (u'INT_NOTEQUAL_-1203785705', u'CBRANCH_-1203785700'), ('tmp_937', u'MULTIEQUAL_-1203785470'), ('const-2', u'PTRADD_-1203785447'), (u'PTRADD_-1203785447', u'STORE_-1203785765'), (u'CAST_-1203785408', u'INT_NOTEQUAL_-1203785677'), (u'CALLIND_-1203785621', u'INT_NOTEQUAL_-1203785597'), ('tmp_937', u'CAST_-1203785421'), ('const-3', u'PTRADD_-1203785459'), (u'CAST_-1203785421', u'INT_NOTEQUAL_-1203785705'), ('const-2', u'PTRADD_-1203785367'), (u'INDIRECT_-1203785400', u'MULTIEQUAL_-1203785425'), (u'LOAD_-1203785808', u'CAST_-1203785459'), (u'LOAD_-1203785732', u'INT_ADD_-1203785683'), (u'INDIRECT_-1203785417', u'COPY_-1203785474'), (u'MULTIEQUAL_-1203785547', u'RETURN_-1203785735'), ('tmp_874', u'PTRADD_-1203785463'), (u'MULTIEQUAL_-1203785547', u'PTRADD_-1203785451'), (u'LOAD_-1203785727', u'INT_NOTEQUAL_-1203785705'), ('const-417', u'LOAD_-1203785595'), ('tmp_874', u'PTRADD_-1203785447'), (u'STORE_-1203785765', u'INDIRECT_-1203785466'), ('const-4', u'PTRADD_-1203785463'), (u'LOAD_-1203785727', u'CALLIND_-1203785599'), (u'LOAD_-1203785699', u'INT_NOTEQUAL_-1203785677'), (u'INDIRECT_-1203785409', u'COPY_-1203785466'), (u'CALLIND_-1203785599', u'RETURN_-1203785594'), (u'INT_ADD_-1203785683', u'CAST_-1203785412'), (u'INDIRECT_-1203785458', u'MULTIEQUAL_-1203785453'), (u'CALLIND_-1203785599', u'INDIRECT_-1203785417'), ('const-417', u'STORE_-1203785765'), ('const-417', u'LOAD_-1203785784'), ('const-1', u'PTRADD_-1203785451'), ('tmp_874', u'CALLIND_-1203785621'), (u'CALLIND_-1203785621', u'INDIRECT_-1203785400'), ('const-417', u'LOAD_-1203785802'), ('tmp_874', u'PTRADD_-1203785459'), ('const-40', u'INT_ADD_-1203785711'), ('const-417', u'LOAD_-1203785727'), (u'LOAD_-1203785699', u'CALLIND_-1203785621')]
| null | null |
0020af80
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nundefined4 FUN_0020af80(int *param_1)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}\n\n" comment (function_definition "undefined4 FUN_0020af80(int *param_1)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_0020af80(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" { (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar3 = (undefined4 *)param_1[2];" (assignment_expression "puVar3 = (undefined4 *)param_1[2]" identifier = (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (if_statement "if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" if (parenthesized_expression "(puVar3 < (undefined4 *)param_1[3])" ( (binary_expression "puVar3 < (undefined4 *)param_1[3]" identifier < (cast_expression "(undefined4 *)param_1[3]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) )) (compound_statement "{\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }" { (labeled_statement "LAB_0020af9a:\n uVar1 = *puVar3;" statement_identifier : (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;)) (expression_statement "param_1[2] = (int)(puVar3 + 1);" (assignment_expression "param_1[2] = (int)(puVar3 + 1)" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(int)(puVar3 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(puVar3 + 1)" ( (binary_expression "puVar3 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" else (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" { (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28)" identifier = (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4)" ( (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4" identifier != (cast_expression "(code *)PTR_FUN_003aebb4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" { comment comment (expression_statement "uVar1 = (*UNRECOVERED_JUMPTABLE)();" (assignment_expression "uVar1 = (*UNRECOVERED_JUMPTABLE)()" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24)" identifier = (pointer_expression "*(code **)(*param_1 + 0x24)" * (cast_expression "(code **)(*param_1 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x24)" ( (binary_expression "*param_1 + 0x24" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8)" ( (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8" identifier != (cast_expression "(code *)PTR_FUN_003aeda8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }" { (expression_statement "iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);" (assignment_expression "iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1)" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)(param_1)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }" if (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) (compound_statement "{\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }" { (expression_statement "puVar3 = (undefined4 *)param_1[2];" (assignment_expression "puVar3 = (undefined4 *)param_1[2]" identifier = (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (goto_statement "goto LAB_0020af9a;" goto statement_identifier ;) })) })) (expression_statement "uVar1 = 0xffffffff;" (assignment_expression "uVar1 = 0xffffffff" identifier = number_literal) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* std::wstreambuf::sbumpc() */\n\nundefined4 __thiscall std::wstreambuf::sbumpc(wstreambuf *this)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = *(undefined4 **)(this + 8);\n if (puVar3 < *(undefined4 **)(this + 0xc)) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n *(undefined4 **)(this + 8) = puVar3 + 1;\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}\n\n" comment comment (function_definition "undefined4 __thiscall std::wstreambuf::sbumpc(wstreambuf *this)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = *(undefined4 **)(this + 8);\n if (puVar3 < *(undefined4 **)(this + 0xc)) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n *(undefined4 **)(this + 8) = puVar3 + 1;\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstreambuf::" identifier : : identifier : :) (function_declarator "sbumpc(wstreambuf *this)" identifier (parameter_list "(wstreambuf *this)" ( (parameter_declaration "wstreambuf *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = *(undefined4 **)(this + 8);\n if (puVar3 < *(undefined4 **)(this + 0xc)) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n *(undefined4 **)(this + 8) = puVar3 + 1;\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" { (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar3 = *(undefined4 **)(this + 8);" (assignment_expression "puVar3 = *(undefined4 **)(this + 8)" identifier = (pointer_expression "*(undefined4 **)(this + 8)" * (cast_expression "(undefined4 **)(this + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))))) ;) (if_statement "if (puVar3 < *(undefined4 **)(this + 0xc)) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n *(undefined4 **)(this + 8) = puVar3 + 1;\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" if (parenthesized_expression "(puVar3 < *(undefined4 **)(this + 0xc))" ( (binary_expression "puVar3 < *(undefined4 **)(this + 0xc)" identifier < (pointer_expression "*(undefined4 **)(this + 0xc)" * (cast_expression "(undefined4 **)(this + 0xc)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 0xc)" ( (binary_expression "this + 0xc" identifier + number_literal) ))))) )) (compound_statement "{\nLAB_0020af9a:\n uVar1 = *puVar3;\n *(undefined4 **)(this + 8) = puVar3 + 1;\n }" { (labeled_statement "LAB_0020af9a:\n uVar1 = *puVar3;" statement_identifier : (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;)) (expression_statement "*(undefined4 **)(this + 8) = puVar3 + 1;" (assignment_expression "*(undefined4 **)(this + 8) = puVar3 + 1" (pointer_expression "*(undefined4 **)(this + 8)" * (cast_expression "(undefined4 **)(this + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) = (binary_expression "puVar3 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" else (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" { (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x28)" identifier = (pointer_expression "*(code **)(*(int *)this + 0x28)" * (cast_expression "(code **)(*(int *)this + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)this + 0x28)" ( (binary_expression "*(int *)this + 0x28" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4) {\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4)" ( (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_uflow_003aebb4" identifier != (cast_expression "(code *)PTR_uflow_003aebb4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" { comment comment (expression_statement "uVar1 = (*UNRECOVERED_JUMPTABLE)();" (assignment_expression "uVar1 = (*UNRECOVERED_JUMPTABLE)()" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*(int *)this + 0x24)" identifier = (pointer_expression "*(code **)(*(int *)this + 0x24)" * (cast_expression "(code **)(*(int *)this + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)this + 0x24)" ( (binary_expression "*(int *)this + 0x24" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) ;) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8)" ( (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_underflow_003aeda8" identifier != (cast_expression "(code *)PTR_underflow_003aeda8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n iVar2 = (*UNRECOVERED_JUMPTABLE)(this);\n if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }\n }" { (expression_statement "iVar2 = (*UNRECOVERED_JUMPTABLE)(this);" (assignment_expression "iVar2 = (*UNRECOVERED_JUMPTABLE)(this)" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)(this)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(this)" ( identifier )))) ;) (if_statement "if (iVar2 != -1) {\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }" if (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) (compound_statement "{\n puVar3 = *(undefined4 **)(this + 8);\n goto LAB_0020af9a;\n }" { (expression_statement "puVar3 = *(undefined4 **)(this + 8);" (assignment_expression "puVar3 = *(undefined4 **)(this + 8)" identifier = (pointer_expression "*(undefined4 **)(this + 8)" * (cast_expression "(undefined4 **)(this + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))))) ;) (goto_statement "goto LAB_0020af9a;" goto statement_identifier ;) })) })) (expression_statement "uVar1 = 0xffffffff;" (assignment_expression "uVar1 = 0xffffffff" identifier = number_literal) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(translation_unit "undefined4 FUN_0020af80(int *param_1)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}\n\n" (function_definition "undefined4 FUN_0020af80(int *param_1)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" type_identifier (function_declarator "FUN_0020af80(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" { (declaration "code *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar3 = (undefined4 *)param_1[2];" (assignment_expression "puVar3 = (undefined4 *)param_1[2]" identifier = (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (if_statement "if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" if (parenthesized_expression "(puVar3 < (undefined4 *)param_1[3])" ( (binary_expression "puVar3 < (undefined4 *)param_1[3]" identifier < (cast_expression "(undefined4 *)param_1[3]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[3]" identifier [ number_literal ]))) )) (compound_statement "{\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }" { (labeled_statement "LAB_0020af9a:\n uVar1 = *puVar3;" statement_identifier : (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;)) (expression_statement "param_1[2] = (int)(puVar3 + 1);" (assignment_expression "param_1[2] = (int)(puVar3 + 1)" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (cast_expression "(int)(puVar3 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(puVar3 + 1)" ( (binary_expression "puVar3 + 1" identifier + number_literal) )))) ;) }) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" else (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" { (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28)" identifier = (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4)" ( (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4" identifier != (cast_expression "(code *)PTR_FUN_003aebb4" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" { (expression_statement "uVar1 = (*UNRECOVERED_JUMPTABLE)();" (assignment_expression "uVar1 = (*UNRECOVERED_JUMPTABLE)()" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) })) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24)" identifier = (pointer_expression "*(code **)(*param_1 + 0x24)" * (cast_expression "(code **)(*param_1 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x24)" ( (binary_expression "*param_1 + 0x24" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8)" ( (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8" identifier != (cast_expression "(code *)PTR_FUN_003aeda8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }" { (expression_statement "iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);" (assignment_expression "iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1)" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)(param_1)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "(param_1)" ( identifier )))) ;) (if_statement "if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }" if (parenthesized_expression "(iVar2 != -1)" ( (binary_expression "iVar2 != -1" identifier != number_literal) )) (compound_statement "{\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }" { (expression_statement "puVar3 = (undefined4 *)param_1[2];" (assignment_expression "puVar3 = (undefined4 *)param_1[2]" identifier = (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ]))) ;) (goto_statement "goto LAB_0020af9a;" goto statement_identifier ;) })) })) (expression_statement "uVar1 = 0xffffffff;" (assignment_expression "uVar1 = 0xffffffff" identifier = number_literal) ;) }))) (return_statement "return uVar1;" return identifier ;) })))
|
(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 IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) }))) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 FUN_0020af80(int *param_1)\n\n{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" (type_identifier "undefined4") (function_declarator "FUN_0020af80(int *param_1)" (identifier "FUN_0020af80") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n code *UNRECOVERED_JUMPTABLE;\n undefined4 uVar1;\n int iVar2;\n undefined4 *puVar3;\n \n puVar3 = (undefined4 *)param_1[2];\n if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }\n return uVar1;\n}" ({ "{") (declaration "code *UNRECOVERED_JUMPTABLE;" (type_identifier "code") (pointer_declarator "*UNRECOVERED_JUMPTABLE" (* "*") (identifier "UNRECOVERED_JUMPTABLE")) (; ";")) (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "undefined4 *puVar3;" (type_identifier "undefined4") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (expression_statement "puVar3 = (undefined4 *)param_1[2];" (assignment_expression "puVar3 = (undefined4 *)param_1[2]" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)param_1[2]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (puVar3 < (undefined4 *)param_1[3]) {\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }\n else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" (if "if") (parenthesized_expression "(puVar3 < (undefined4 *)param_1[3])" (( "(") (binary_expression "puVar3 < (undefined4 *)param_1[3]" (identifier "puVar3") (< "<") (cast_expression "(undefined4 *)param_1[3]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\nLAB_0020af9a:\n uVar1 = *puVar3;\n param_1[2] = (int)(puVar3 + 1);\n }" ({ "{") (labeled_statement "LAB_0020af9a:\n uVar1 = *puVar3;" (statement_identifier "LAB_0020af9a") (: ":") (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" (identifier "uVar1") (= "=") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";"))) (expression_statement "param_1[2] = (int)(puVar3 + 1);" (assignment_expression "param_1[2] = (int)(puVar3 + 1)" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int)(puVar3 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(puVar3 + 1)" (( "(") (binary_expression "puVar3 + 1" (identifier "puVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" (else "else") (compound_statement "{\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }\n UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);\n if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }\n uVar1 = 0xffffffff;\n }" ({ "{") (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28)" (identifier "UNRECOVERED_JUMPTABLE") (= "=") (pointer_expression "*(code **)(*param_1 + 0x28)" (* "*") (cast_expression "(code **)(*param_1 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x28)" (( "(") (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" (if "if") (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4)" (( "(") (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4" (identifier "UNRECOVERED_JUMPTABLE") (!= "!=") (cast_expression "(code *)PTR_FUN_003aebb4" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_003aebb4"))) () ")")) (compound_statement "{\n \n \n uVar1 = (*UNRECOVERED_JUMPTABLE)();\n return uVar1;\n }" ({ "{") (expression_statement "uVar1 = (*UNRECOVERED_JUMPTABLE)();" (assignment_expression "uVar1 = (*UNRECOVERED_JUMPTABLE)()" (identifier "uVar1") (= "=") (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" (( "(") (pointer_expression "*UNRECOVERED_JUMPTABLE" (* "*") (identifier "UNRECOVERED_JUMPTABLE")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}"))) (expression_statement "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);" (assignment_expression "UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24)" (identifier "UNRECOVERED_JUMPTABLE") (= "=") (pointer_expression "*(code **)(*param_1 + 0x24)" (* "*") (cast_expression "(code **)(*param_1 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x24)" (( "(") (binary_expression "*param_1 + 0x24" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (if_statement "if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }" (if "if") (parenthesized_expression "(UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8)" (( "(") (binary_expression "UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8" (identifier "UNRECOVERED_JUMPTABLE") (!= "!=") (cast_expression "(code *)PTR_FUN_003aeda8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_003aeda8"))) () ")")) (compound_statement "{\n iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);\n if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }\n }" ({ "{") (expression_statement "iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);" (assignment_expression "iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1)" (identifier "iVar2") (= "=") (call_expression "(*UNRECOVERED_JUMPTABLE)(param_1)" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" (( "(") (pointer_expression "*UNRECOVERED_JUMPTABLE" (* "*") (identifier "UNRECOVERED_JUMPTABLE")) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (if_statement "if (iVar2 != -1) {\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }" (if "if") (parenthesized_expression "(iVar2 != -1)" (( "(") (binary_expression "iVar2 != -1" (identifier "iVar2") (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n puVar3 = (undefined4 *)param_1[2];\n goto LAB_0020af9a;\n }" ({ "{") (expression_statement "puVar3 = (undefined4 *)param_1[2];" (assignment_expression "puVar3 = (undefined4 *)param_1[2]" (identifier "puVar3") (= "=") (cast_expression "(undefined4 *)param_1[2]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")))) (; ";")) (goto_statement "goto LAB_0020af9a;" (goto "goto") (statement_identifier "LAB_0020af9a") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar1 = 0xffffffff;" (assignment_expression "uVar1 = 0xffffffff" (identifier "uVar1") (= "=") (number_literal "0xffffffff")) (; ";")) (} "}")))) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* std::wstreambuf::sbumpc() */
type_1 __thiscall std::type_2::function_1(type_2 *var_1)
{
type_3 *var_3;
type_1 uVar1;
int var_4;
type_1 *var_2;
var_2 = *(type_1 **)(var_1 + 8);
if (var_2 < *(type_1 **)(var_1 + 0xc)) {
LAB_0020af9a:
uVar1 = *var_2;
*(type_1 **)(var_1 + 8) = var_2 + 1;
}
else {
var_3 = *(type_3 **)(*(int *)var_1 + 0x28);
if (var_3 != (type_3 *)PTR_uflow_003aebb4) {
/* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*var_3)();
return uVar1;
}
var_3 = *(type_3 **)(*(int *)var_1 + 0x24);
if (var_3 != (type_3 *)PTR_underflow_003aeda8) {
var_4 = (*var_3)(var_1);
if (var_4 != -1) {
var_2 = *(type_1 **)(var_1 + 8);
goto LAB_0020af9a;
}
}
uVar1 = 0xffffffff;
}
return uVar1;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
undefined4 MASKED(int *param_1)
{
code *UNRECOVERED_JUMPTABLE;
undefined4 uVar1;
int iVar2;
undefined4 *puVar3;
puVar3 = (undefined4 *)param_1[2];
if (puVar3 < (undefined4 *)param_1[3]) {
LAB_0020af9a:
uVar1 = *puVar3;
param_1[2] = (int)(puVar3 + 1);
}
else {
UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x28);
if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aebb4) {
/* WARNING: Could not recover jumptable at 0x0020afd4. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*UNRECOVERED_JUMPTABLE)();
return uVar1;
}
UNRECOVERED_JUMPTABLE = *(code **)(*param_1 + 0x24);
if (UNRECOVERED_JUMPTABLE != (code *)PTR_FUN_003aeda8) {
iVar2 = (*UNRECOVERED_JUMPTABLE)(param_1);
if (iVar2 != -1) {
puVar3 = (undefined4 *)param_1[2];
goto LAB_0020af9a;
}
}
uVar1 = 0xffffffff;
}
return uVar1;
}
|
1291_bash_and_bash_strip.c
|
bash_glob_complete_word
|
FUN_00086f16
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int bash_glob_complete_word(int count,int key)
{
rl_quote_func_t *prVar1;
int iVar2;
prVar1 = rl_filename_quoting_function;
if (rl_editing_mode == 1) {
rl_explicit_arg = 1;
}
rl_filename_quoting_function = bash_glob_quote_filename;
iVar2 = rl_completion_mode(bash_glob_complete_word);
iVar2 = bash_specific_completion(iVar2,glob_complete_word);
rl_filename_quoting_function = prVar1;
return iVar2;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00086f16(void)
{
undefined *puVar1;
puVar1 = rl_filename_quoting_function;
if (rl_editing_mode == 1) {
rl_explicit_arg = 1;
}
rl_filename_quoting_function = FUN_000837a9;
rl_completion_mode(FUN_00086f16);
FUN_00084860();
rl_filename_quoting_function = puVar1;
return;
}
|
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x0002fe00
ADD EBX,0xb40e2
LEA EAX,[EBX + 0x1d50]
CMP dword ptr [EAX],0x1
JZ 0x00086f62
LEA ESI,[EBX + 0x4634]
MOV EDI,dword ptr [ESI]
LEA EAX,[EBX + 0xfff487a9]
MOV dword ptr [ESI],EAX
SUB ESP,0xc
LEA EAX,[EBX + 0xfff4bf16]
PUSH EAX
CALL 0x000c419e
LEA EDX,[EBX + 0xfff49965]
CALL 0x00084860
MOV dword ptr [ESI],EDI
ADD ESP,0x10
POP EBX
POP ESI
POP EDI
RET
LEA EAX,[EBX + 0x7b68]
MOV dword ptr [EAX],0x1
JMP 0x00086f2f
| null | null | null | null |
[('const-0', u'PTRSUB_-1206423639'), (u'INDIRECT_-1206423513', u'COPY_-1206423559'), ('tmp_254', u'BRANCH_-1206423599'), (u'COPY_-1206423624', u'COPY_-1206423652'), (u'CALL_-1206423669', u'INDIRECT_-1206423525'), ('const-0', u'PTRSUB_-1206423509'), ('tmp_529', u'MULTIEQUAL_-1206423543'), ('const-0', u'PTRSUB_-1206423499'), (u'CALL_-1206423669', u'INDIRECT_-1206423522'), ('const-1', u'COPY_-1206423609'), (u'PTRSUB_-1206423499', u'CALL_-1206423653'), ('tmp_94', u'CBRANCH_-1206423724'), (u'CALL_-1206423653', u'INDIRECT_-1206423510'), ('const-0', u'RETURN_-1206423611'), (u'CALL_-1206423653', u'RETURN_-1206423611'), ('const-552726', u'PTRSUB_-1206423509'), (u'INDIRECT_-1206423507', u'COPY_-1206423553'), (u'COPY_-1206423609', u'MULTIEQUAL_-1206423543'), (u'CALL_-1206423669', u'INDIRECT_-1206423519'), ('const-543077', u'PTRSUB_-1206423499'), ('const-538537', u'PTRSUB_-1206423639'), (u'PTRSUB_-1206423509', u'CALL_-1206423669'), (u'CALL_-1206423653', u'INDIRECT_-1206423507'), (u'COPY_-1206423652', u'COPY_-1206423556'), ('tmp_528', u'INT_EQUAL_-1206423726'), (u'INT_EQUAL_-1206423726', u'CBRANCH_-1206423724'), ('const-1', u'INT_EQUAL_-1206423726'), (u'CALL_-1206423653', u'INDIRECT_-1206423513'), ('tmp_530', u'COPY_-1206423624'), (u'CALL_-1206423669', u'CALL_-1206423653')]
|
[('const-552726', u'PTRSUB_-1206423512'), ('const-1', u'COPY_-1206423609'), ('tmp_254', u'BRANCH_-1206423599'), (u'CALL_-1206423669', u'INDIRECT_-1206423527'), (u'CALL_-1206423669', u'INDIRECT_-1206423521'), ('tmp_94', u'CBRANCH_-1206423724'), ('const-0', u'RETURN_-1206423611'), (u'CALL_-1206423653', u'INDIRECT_-1206423512'), (u'COPY_-1206423609', u'MULTIEQUAL_-1206423545'), ('tmp_525', u'MULTIEQUAL_-1206423545'), (u'COPY_-1206423627', u'COPY_-1206423652'), (u'CALL_-1206423653', u'INDIRECT_-1206423509'), ('const-1', u'INT_EQUAL_-1206423726'), (u'INDIRECT_-1206423509', u'COPY_-1206423555'), (u'COPY_-1206423652', u'COPY_-1206423558'), ('const-0', u'PTRSUB_-1206423512'), ('tmp_524', u'INT_EQUAL_-1206423726'), ('const-0', u'PTRSUB_-1206423639'), (u'PTRSUB_-1206423512', u'CALL_-1206423669'), (u'INDIRECT_-1206423515', u'COPY_-1206423561'), (u'CALL_-1206423653', u'INDIRECT_-1206423515'), (u'INT_EQUAL_-1206423726', u'CBRANCH_-1206423724'), (u'CALL_-1206423669', u'INDIRECT_-1206423524'), ('tmp_526', u'COPY_-1206423627'), ('const-538537', u'PTRSUB_-1206423639')]
| null | null |
00086f16
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00086f16(void)\n\n{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}\n\n" comment (function_definition "void FUN_00086f16(void)\n\n{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}" primitive_type (function_declarator "FUN_00086f16(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = rl_filename_quoting_function;" (assignment_expression "puVar1 = rl_filename_quoting_function" identifier = identifier) ;) (if_statement "if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }" if (parenthesized_expression "(rl_editing_mode == 1)" ( (binary_expression "rl_editing_mode == 1" identifier == number_literal) )) (compound_statement "{\n rl_explicit_arg = 1;\n }" { (expression_statement "rl_explicit_arg = 1;" (assignment_expression "rl_explicit_arg = 1" identifier = number_literal) ;) })) (expression_statement "rl_filename_quoting_function = FUN_000837a9;" (assignment_expression "rl_filename_quoting_function = FUN_000837a9" identifier = identifier) ;) (expression_statement "rl_completion_mode(FUN_00086f16);" (call_expression "rl_completion_mode(FUN_00086f16)" identifier (argument_list "(FUN_00086f16)" ( identifier ))) ;) (expression_statement "FUN_00084860();" (call_expression "FUN_00084860()" identifier (argument_list "()" ( ))) ;) (expression_statement "rl_filename_quoting_function = puVar1;" (assignment_expression "rl_filename_quoting_function = puVar1" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint bash_glob_complete_word(int count,int key)\n\n{\n rl_quote_func_t *prVar1;\n int iVar2;\n \n prVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = bash_glob_quote_filename;\n iVar2 = rl_completion_mode(bash_glob_complete_word);\n iVar2 = bash_specific_completion(iVar2,glob_complete_word);\n rl_filename_quoting_function = prVar1;\n return iVar2;\n}\n\n" comment comment (function_definition "int bash_glob_complete_word(int count,int key)\n\n{\n rl_quote_func_t *prVar1;\n int iVar2;\n \n prVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = bash_glob_quote_filename;\n iVar2 = rl_completion_mode(bash_glob_complete_word);\n iVar2 = bash_specific_completion(iVar2,glob_complete_word);\n rl_filename_quoting_function = prVar1;\n return iVar2;\n}" primitive_type (function_declarator "bash_glob_complete_word(int count,int key)" identifier (parameter_list "(int count,int key)" ( (parameter_declaration "int count" primitive_type identifier) , (parameter_declaration "int key" primitive_type identifier) ))) (compound_statement "{\n rl_quote_func_t *prVar1;\n int iVar2;\n \n prVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = bash_glob_quote_filename;\n iVar2 = rl_completion_mode(bash_glob_complete_word);\n iVar2 = bash_specific_completion(iVar2,glob_complete_word);\n rl_filename_quoting_function = prVar1;\n return iVar2;\n}" { (declaration "rl_quote_func_t *prVar1;" type_identifier (pointer_declarator "*prVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (expression_statement "prVar1 = rl_filename_quoting_function;" (assignment_expression "prVar1 = rl_filename_quoting_function" identifier = identifier) ;) (if_statement "if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }" if (parenthesized_expression "(rl_editing_mode == 1)" ( (binary_expression "rl_editing_mode == 1" identifier == number_literal) )) (compound_statement "{\n rl_explicit_arg = 1;\n }" { (expression_statement "rl_explicit_arg = 1;" (assignment_expression "rl_explicit_arg = 1" identifier = number_literal) ;) })) (expression_statement "rl_filename_quoting_function = bash_glob_quote_filename;" (assignment_expression "rl_filename_quoting_function = bash_glob_quote_filename" identifier = identifier) ;) (expression_statement "iVar2 = rl_completion_mode(bash_glob_complete_word);" (assignment_expression "iVar2 = rl_completion_mode(bash_glob_complete_word)" identifier = (call_expression "rl_completion_mode(bash_glob_complete_word)" identifier (argument_list "(bash_glob_complete_word)" ( identifier )))) ;) (expression_statement "iVar2 = bash_specific_completion(iVar2,glob_complete_word);" (assignment_expression "iVar2 = bash_specific_completion(iVar2,glob_complete_word)" identifier = (call_expression "bash_specific_completion(iVar2,glob_complete_word)" identifier (argument_list "(iVar2,glob_complete_word)" ( identifier , identifier )))) ;) (expression_statement "rl_filename_quoting_function = prVar1;" (assignment_expression "rl_filename_quoting_function = prVar1" identifier = identifier) ;) (return_statement "return iVar2;" return identifier ;) })))
|
(translation_unit "void FUN_00086f16(void)\n\n{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}\n\n" (function_definition "void FUN_00086f16(void)\n\n{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}" primitive_type (function_declarator "FUN_00086f16(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (expression_statement "puVar1 = rl_filename_quoting_function;" (assignment_expression "puVar1 = rl_filename_quoting_function" identifier = identifier) ;) (if_statement "if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }" if (parenthesized_expression "(rl_editing_mode == 1)" ( (binary_expression "rl_editing_mode == 1" identifier == number_literal) )) (compound_statement "{\n rl_explicit_arg = 1;\n }" { (expression_statement "rl_explicit_arg = 1;" (assignment_expression "rl_explicit_arg = 1" identifier = number_literal) ;) })) (expression_statement "rl_filename_quoting_function = FUN_000837a9;" (assignment_expression "rl_filename_quoting_function = FUN_000837a9" identifier = identifier) ;) (expression_statement "rl_completion_mode(FUN_00086f16);" (call_expression "rl_completion_mode(FUN_00086f16)" identifier (argument_list "(FUN_00086f16)" ( identifier ))) ;) (expression_statement "FUN_00084860();" (call_expression "FUN_00084860()" identifier (argument_list "()" ( ))) ;) (expression_statement "rl_filename_quoting_function = puVar1;" (assignment_expression "rl_filename_quoting_function = puVar1" identifier = identifier) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00086f16(void)\n\n{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00086f16(void)" (identifier "FUN_00086f16") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined *puVar1;\n \n puVar1 = rl_filename_quoting_function;\n if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }\n rl_filename_quoting_function = FUN_000837a9;\n rl_completion_mode(FUN_00086f16);\n FUN_00084860();\n rl_filename_quoting_function = puVar1;\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (expression_statement "puVar1 = rl_filename_quoting_function;" (assignment_expression "puVar1 = rl_filename_quoting_function" (identifier "puVar1") (= "=") (identifier "rl_filename_quoting_function")) (; ";")) (if_statement "if (rl_editing_mode == 1) {\n rl_explicit_arg = 1;\n }" (if "if") (parenthesized_expression "(rl_editing_mode == 1)" (( "(") (binary_expression "rl_editing_mode == 1" (identifier "rl_editing_mode") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n rl_explicit_arg = 1;\n }" ({ "{") (expression_statement "rl_explicit_arg = 1;" (assignment_expression "rl_explicit_arg = 1" (identifier "rl_explicit_arg") (= "=") (number_literal "1")) (; ";")) (} "}"))) (expression_statement "rl_filename_quoting_function = FUN_000837a9;" (assignment_expression "rl_filename_quoting_function = FUN_000837a9" (identifier "rl_filename_quoting_function") (= "=") (identifier "FUN_000837a9")) (; ";")) (expression_statement "rl_completion_mode(FUN_00086f16);" (call_expression "rl_completion_mode(FUN_00086f16)" (identifier "rl_completion_mode") (argument_list "(FUN_00086f16)" (( "(") (identifier "FUN_00086f16") () ")"))) (; ";")) (expression_statement "FUN_00084860();" (call_expression "FUN_00084860()" (identifier "FUN_00084860") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "rl_filename_quoting_function = puVar1;" (assignment_expression "rl_filename_quoting_function = puVar1" (identifier "rl_filename_quoting_function") (= "=") (identifier "puVar1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(int count,int key)
{
type_1 *prVar1;
int iVar2;
prVar1 = rl_filename_quoting_function;
if (var_1 == 1) {
rl_explicit_arg = 1;
}
rl_filename_quoting_function = bash_glob_quote_filename;
iVar2 = var_2(function_1);
iVar2 = var_3(iVar2,glob_complete_word);
rl_filename_quoting_function = prVar1;
return iVar2;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
undefined *puVar1;
puVar1 = rl_filename_quoting_function;
if (rl_editing_mode == 1) {
rl_explicit_arg = 1;
}
rl_filename_quoting_function = FUN_000837a9;
rl_completion_mode(MASKED);
FUN_00084860();
rl_filename_quoting_function = puVar1;
return;
}
|
2663_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c
|
get_executable_sections
|
FUN_0007f6a0
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void get_executable_sections(Layout * this, Section_list *
section_list) */
void __thiscall gold::Layout::get_executable_sections(Layout *this,Section_list *section_list)
{
iterator __position;
Output_section **__args_0;
__args_0 = (this->section_list_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.
_M_impl._M_start;
if (__args_0 ==
(this->section_list_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.
_M_finish) {
return;
}
do {
while (((*__args_0)->flags_ & 6) != 6) {
LAB_0007f6c0:
__args_0 = __args_0 + 1;
if ((this->section_list_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.
_M_finish == __args_0) {
return;
}
}
__position._M_current =
(section_list->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.
_M_finish;
if (__position._M_current ==
(section_list->
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.
_M_end_of_storage) {
std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::
_M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);
goto LAB_0007f6c0;
}
*__position._M_current = *__args_0;
__args_0 = __args_0 + 1;
(section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>
)._M_impl._M_finish = __position._M_current + 1;
if ((this->section_list_).
super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.
_M_finish == __args_0) {
return;
}
} while( true );
}
|
void FUN_0007f6a0(int param_1,int param_2)
{
int *piVar1;
int *piVar2;
piVar2 = *(int **)(param_1 + 0x130);
if (piVar2 == *(int **)(param_1 + 0x134)) {
return;
}
do {
while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {
LAB_0007f6c0:
piVar2 = piVar2 + 1;
if (*(int **)(param_1 + 0x134) == piVar2) {
return;
}
}
piVar1 = *(int **)(param_2 + 4);
if (piVar1 == *(int **)(param_2 + 8)) {
FUN_0008a020(param_2,piVar1,piVar2);
goto LAB_0007f6c0;
}
*piVar1 = *piVar2;
piVar2 = piVar2 + 1;
*(int **)(param_2 + 4) = piVar1 + 1;
if (*(int **)(param_1 + 0x134) == piVar2) {
return;
}
} while( true );
}
|
PUSH EDI
PUSH ESI
PUSH EBX
MOV ESI,dword ptr [ESP + 0x10]
MOV EDI,dword ptr [ESP + 0x14]
MOV EBX,dword ptr [ESI + 0x130]
CMP EBX,dword ptr [ESI + 0x134]
JNZ 0x0007f6cb
JMP 0x0007f6f3
ADD EBX,0x4
CMP dword ptr [ESI + 0x134],EBX
JZ 0x0007f6f3
MOV EDX,dword ptr [EBX]
MOV EAX,dword ptr [EDX + 0x54]
AND EAX,0x6
CMP EAX,0x6
JNZ 0x0007f6c0
MOV EAX,dword ptr [EDI + 0x4]
CMP EAX,dword ptr [EDI + 0x8]
JZ 0x0007f700
MOV dword ptr [EAX],EDX
ADD EAX,0x4
ADD EBX,0x4
MOV dword ptr [EDI + 0x4],EAX
CMP dword ptr [ESI + 0x134],EBX
JNZ 0x0007f6cb
POP EBX
POP ESI
POP EDI
RET
SUB ESP,0x4
PUSH EBX
PUSH EAX
PUSH EDI
CALL 0x0008a020
ADD ESP,0x10
JMP 0x0007f6c0
| null | null | null | null |
[(u'MULTIEQUAL_-1206323214', u'LOAD_-1206323459'), ('const-0', u'RETURN_-1206323087'), (u'LOAD_-1206323419', u'PTRADD_-1206323088'), ('const-417', u'LOAD_-1206323454'), (u'PTRADD_-1206323130', u'INT_EQUAL_-1206323332'), (u'INT_EQUAL_-1206323499', u'CBRANCH_-1206323493'), ('const-1', u'PTRADD_-1206323084'), ('const-417', u'LOAD_-1206323514'), (u'LOAD_-1206323347', u'INT_EQUAL_-1206323332'), ('tmp_191', u'CBRANCH_-1206323420'), (u'INT_EQUAL_-1206323346', u'CBRANCH_-1206323340'), ('const-304', u'PTRSUB_-1206323154'), ('tmp_493', u'PTRSUB_-1206323146'), (u'PTRSUB_-1206323092', u'PTRSUB_-1206323084'), ('tmp_494', u'PTRSUB_-1206323079'), ('tmp_494', u'CALL_-1206323296'), ('const-0', u'PTRSUB_-1206323119'), ('const-6', u'INT_AND_-1206323422'), (u'PTRSUB_-1206323047', u'PTRSUB_-1206323043'), ('const-4', u'PTRSUB_-1206323051'), (u'PTRSUB_-1206323077', u'PTRSUB_-1206323065'), (u'PTRSUB_-1206323069', u'LOAD_-1206323419'), (u'PTRSUB_-1206323051', u'STORE_-1206323365'), (u'LOAD_-1206323361', u'INT_EQUAL_-1206323346'), (u'PTRADD_-1206323084', u'INT_EQUAL_-1206323346'), ('const-0', u'PTRSUB_-1206323101'), ('const-8', u'PTRSUB_-1206323065'), ('const-4', u'PTRADD_-1206323088'), (u'PTRSUB_-1206323079', u'PTRSUB_-1206323062'), (u'PTRSUB_-1206323125', u'PTRSUB_-1206323112'), ('tmp_494', u'PTRSUB_-1206323096'), ('const-0', u'PTRSUB_-1206323077'), (u'PTRSUB_-1206323057', u'PTRSUB_-1206323047'), (u'PTRSUB_-1206323113', u'LOAD_-1206323454'), ('const-417', u'STORE_-1206323394'), (u'INT_NOTEQUAL_-1206323422', u'CBRANCH_-1206323420'), ('const-0', u'PTRSUB_-1206323153'), ('const-4', u'PTRSUB_-1206323043'), (u'LOAD_-1206323419', u'INT_EQUAL_-1206323398'), ('const-1', u'PTRADD_-1206323130'), ('tmp_494', u'PTRSUB_-1206323101'), (u'LOAD_-1206323413', u'INT_EQUAL_-1206323398'), ('const-0', u'PTRSUB_-1206323082'), (u'LOAD_-1206323419', u'STORE_-1206323394'), (u'PTRSUB_-1206323074', u'PTRSUB_-1206323057'), (u'PTRSUB_-1206323119', u'LOAD_-1206323523'), ('const-0', u'PTRSUB_-1206323132'), (u'PTRSUB_-1206323065', u'LOAD_-1206323413'), ('const-0', u'PTRSUB_-1206323079'), ('const-417', u'LOAD_-1206323361'), ('const-0', u'PTRSUB_-1206323112'), ('const-0', u'PTRSUB_-1206323105'), ('const-4', u'PTRSUB_-1206323069'), ('const-417', u'STORE_-1206323365'), ('tmp_493', u'PTRSUB_-1206323154'), (u'LOAD_-1206323454', u'INT_AND_-1206323422'), (u'PTRSUB_-1206323132', u'PTRSUB_-1206323119'), ('const-0', u'PTRSUB_-1206323047'), (u'LOAD_-1206323459', u'STORE_-1206323394'), ('const-0', u'RETURN_-1206323082'), (u'LOAD_-1206323523', u'INT_EQUAL_-1206323499'), (u'LOAD_-1206323419', u'CALL_-1206323296'), (u'MULTIEQUAL_-1206323214', u'PTRADD_-1206323084'), ('const-417', u'LOAD_-1206323523'), (u'PTRSUB_-1206323146', u'PTRSUB_-1206323125'), ('const-6', u'INT_NOTEQUAL_-1206323422'), (u'PTRSUB_-1206323082', u'PTRSUB_-1206323069'), ('const-4', u'PTRSUB_-1206323084'), ('const-4', u'PTRSUB_-1206323103'), (u'PTRSUB_-1206323125', u'PTRSUB_-1206323105'), ('const-304', u'PTRSUB_-1206323074'), (u'PTRADD_-1206323088', u'STORE_-1206323365'), ('tmp_485', u'CBRANCH_-1206323327'), (u'MULTIEQUAL_-1206323214', u'CALL_-1206323296'), ('const-4', u'PTRADD_-1206323084'), (u'PTRSUB_-1206323153', u'PTRSUB_-1206323132'), ('tmp_493', u'PTRSUB_-1206323074'), (u'PTRSUB_-1206323112', u'PTRSUB_-1206323103'), (u'PTRSUB_-1206323105', u'PTRSUB_-1206323092'), (u'MULTIEQUAL_-1206323214', u'PTRADD_-1206323130'), (u'INT_EQUAL_-1206323398', u'CBRANCH_-1206323396'), ('tmp_424', u'BRANCH_-1206323281'), ('const-417', u'LOAD_-1206323347'), ('const-84', u'PTRSUB_-1206323113'), ('tmp_338', u'CBRANCH_-1206323340'), (u'INT_EQUAL_-1206323332', u'CBRANCH_-1206323327'), ('tmp_235', u'CBRANCH_-1206323396'), (u'PTRADD_-1206323084', u'MULTIEQUAL_-1206323214'), ('const-417', u'LOAD_-1206323413'), ('tmp_493', u'PTRSUB_-1206323125'), ('const-0', u'RETURN_-1206323409'), (u'INT_AND_-1206323422', u'INT_NOTEQUAL_-1206323422'), ('const-4', u'PTRADD_-1206323130'), ('const-0', u'PTRSUB_-1206323125'), (u'LOAD_-1206323523', u'MULTIEQUAL_-1206323214'), (u'PTRSUB_-1206323154', u'PTRSUB_-1206323153'), (u'PTRSUB_-1206323084', u'LOAD_-1206323347'), ('const-417', u'LOAD_-1206323419'), ('const-0', u'PTRSUB_-1206323057'), ('const-304', u'PTRSUB_-1206323146'), (u'PTRSUB_-1206323096', u'PTRSUB_-1206323077'), ('const-0', u'PTRSUB_-1206323062'), (u'LOAD_-1206323514', u'INT_EQUAL_-1206323499'), ('const-304', u'PTRSUB_-1206323125'), ('const-0', u'PTRSUB_-1206323092'), (u'PTRSUB_-1206323062', u'PTRSUB_-1206323051'), (u'PTRSUB_-1206323103', u'LOAD_-1206323514'), (u'PTRSUB_-1206323043', u'LOAD_-1206323361'), ('tmp_84', u'CBRANCH_-1206323493'), (u'LOAD_-1206323459', u'PTRSUB_-1206323113'), (u'PTRSUB_-1206323101', u'PTRSUB_-1206323082'), (u'PTRADD_-1206323130', u'MULTIEQUAL_-1206323214'), ('const-1', u'PTRADD_-1206323088'), ('const-417', u'LOAD_-1206323459'), ('const-0', u'PTRSUB_-1206323096')]
|
[(u'CAST_-1206323145', u'LOAD_-1206323523'), (u'MULTIEQUAL_-1206323218', u'CALL_-1206323296'), (u'LOAD_-1206323459', u'STORE_-1206323394'), ('const-4', u'PTRADD_-1206323103'), (u'LOAD_-1206323523', u'INT_EQUAL_-1206323499'), ('const-417', u'STORE_-1206323394'), (u'INT_ADD_-1206323351', u'CAST_-1206323079'), (u'INT_EQUAL_-1206323499', u'CBRANCH_-1206323493'), ('const-417', u'LOAD_-1206323419'), ('tmp_1013', u'INT_ADD_-1206323331'), (u'LOAD_-1206323419', u'CALL_-1206323296'), (u'CAST_-1206323109', u'LOAD_-1206323454'), (u'INT_ADD_-1206323331', u'CAST_-1206323114'), (u'LOAD_-1206323347', u'INT_EQUAL_-1206323332'), ('tmp_191', u'CBRANCH_-1206323420'), (u'INT_ADD_-1206323345', u'CAST_-1206323075'), (u'LOAD_-1206323523', u'MULTIEQUAL_-1206323218'), (u'INT_EQUAL_-1206323346', u'CBRANCH_-1206323340'), ('const-417', u'LOAD_-1206323413'), (u'CAST_-1206323075', u'LOAD_-1206323361'), (u'INT_ADD_-1206323498', u'CAST_-1206323138'), (u'PTRADD_-1206323138', u'MULTIEQUAL_-1206323218'), ('const-6', u'INT_AND_-1206323422'), ('tmp_485', u'CBRANCH_-1206323327'), (u'MULTIEQUAL_-1206323218', u'LOAD_-1206323459'), ('const-304', u'INT_ADD_-1206323507'), ('const-1', u'PTRADD_-1206323138'), ('tmp_1013', u'INT_ADD_-1206323345'), (u'CAST_-1206323097', u'LOAD_-1206323419'), (u'LOAD_-1206323361', u'INT_EQUAL_-1206323346'), ('const-417', u'LOAD_-1206323523'), (u'INT_EQUAL_-1206323398', u'CBRANCH_-1206323396'), ('tmp_424', u'BRANCH_-1206323281'), ('tmp_1013', u'INT_ADD_-1206323507'), (u'CAST_-1206323093', u'LOAD_-1206323413'), ('const-1', u'PTRADD_-1206323103'), (u'INT_ADD_-1206323403', u'CAST_-1206323097'), ('tmp_338', u'CBRANCH_-1206323340'), (u'INT_EQUAL_-1206323332', u'CBRANCH_-1206323327'), ('tmp_235', u'CBRANCH_-1206323396'), ('const-6', u'INT_NOTEQUAL_-1206323422'), ('const-0', u'RETURN_-1206323409'), (u'INT_ADD_-1206323507', u'CAST_-1206323145'), ('tmp_1014', u'INT_ADD_-1206323397'), (u'INT_AND_-1206323422', u'INT_NOTEQUAL_-1206323422'), ('const-84', u'INT_ADD_-1206323438'), ('const-0', u'RETURN_-1206323127'), (u'INT_NOTEQUAL_-1206323422', u'CBRANCH_-1206323420'), (u'INT_ADD_-1206323438', u'CAST_-1206323109'), (u'MULTIEQUAL_-1206323218', u'PTRADD_-1206323138'), ('const-4', u'INT_ADD_-1206323351'), (u'PTRADD_-1206323103', u'STORE_-1206323365'), ('const-1', u'PTRADD_-1206323099'), ('tmp_1014', u'INT_ADD_-1206323351'), ('tmp_1014', u'CALL_-1206323296'), ('tmp_1013', u'INT_ADD_-1206323498'), (u'LOAD_-1206323419', u'INT_EQUAL_-1206323398'), ('const-4', u'PTRADD_-1206323099'), ('const-8', u'INT_ADD_-1206323397'), (u'MULTIEQUAL_-1206323218', u'PTRADD_-1206323099'), (u'LOAD_-1206323413', u'INT_EQUAL_-1206323398'), (u'PTRADD_-1206323099', u'INT_EQUAL_-1206323346'), (u'LOAD_-1206323419', u'STORE_-1206323394'), ('const-417', u'LOAD_-1206323454'), ('const-4', u'INT_ADD_-1206323403'), ('const-417', u'LOAD_-1206323459'), ('const-417', u'STORE_-1206323365'), (u'LOAD_-1206323514', u'INT_EQUAL_-1206323499'), (u'LOAD_-1206323459', u'INT_ADD_-1206323438'), ('const-417', u'LOAD_-1206323514'), ('const-308', u'INT_ADD_-1206323331'), (u'INT_ADD_-1206323397', u'CAST_-1206323093'), ('const-0', u'RETURN_-1206323132'), (u'CAST_-1206323138', u'LOAD_-1206323514'), ('tmp_84', u'CBRANCH_-1206323493'), (u'PTRADD_-1206323138', u'INT_EQUAL_-1206323332'), ('const-417', u'LOAD_-1206323361'), ('tmp_1014', u'INT_ADD_-1206323403'), (u'CAST_-1206323114', u'LOAD_-1206323347'), (u'PTRADD_-1206323099', u'MULTIEQUAL_-1206323218'), ('const-308', u'INT_ADD_-1206323345'), ('const-4', u'PTRADD_-1206323138'), (u'LOAD_-1206323454', u'INT_AND_-1206323422'), ('const-308', u'INT_ADD_-1206323498'), ('const-417', u'LOAD_-1206323347'), (u'LOAD_-1206323419', u'PTRADD_-1206323103'), (u'CAST_-1206323079', u'STORE_-1206323365')]
| null | null |
0007f6a0
|
x86
|
O1
|
(translation_unit "void FUN_0007f6a0(int param_1,int param_2)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_0007f6a0(int param_1,int param_2)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_0007f6a0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "piVar2 = *(int **)(param_1 + 0x130);" (assignment_expression "piVar2 = *(int **)(param_1 + 0x130)" identifier = (pointer_expression "*(int **)(param_1 + 0x130)" * (cast_expression "(int **)(param_1 + 0x130)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x130)" ( (binary_expression "param_1 + 0x130" identifier + number_literal) ))))) ;) (if_statement "if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }" if (parenthesized_expression "(piVar2 == *(int **)(param_1 + 0x134))" ( (binary_expression "piVar2 == *(int **)(param_1 + 0x134)" identifier == (pointer_expression "*(int **)(param_1 + 0x134)" * (cast_expression "(int **)(param_1 + 0x134)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x134)" ( (binary_expression "param_1 + 0x134" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (do_statement "do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );" do (compound_statement "{\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" { (while_statement "while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" while (parenthesized_expression "((*(uint *)(*piVar2 + 0x54) & 6) != 6)" ( (binary_expression "(*(uint *)(*piVar2 + 0x54) & 6) != 6" (parenthesized_expression "(*(uint *)(*piVar2 + 0x54) & 6)" ( (binary_expression "*(uint *)(*piVar2 + 0x54) & 6" (pointer_expression "*(uint *)(*piVar2 + 0x54)" * (cast_expression "(uint *)(*piVar2 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar2 + 0x54)" ( (binary_expression "*piVar2 + 0x54" (pointer_expression "*piVar2" * identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" { (labeled_statement "LAB_0007f6c0:\n piVar2 = piVar2 + 1;" statement_identifier : (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;)) (if_statement "if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }" if (parenthesized_expression "(*(int **)(param_1 + 0x134) == piVar2)" ( (binary_expression "*(int **)(param_1 + 0x134) == piVar2" (pointer_expression "*(int **)(param_1 + 0x134)" * (cast_expression "(int **)(param_1 + 0x134)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x134)" ( (binary_expression "param_1 + 0x134" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "piVar1 = *(int **)(param_2 + 4);" (assignment_expression "piVar1 = *(int **)(param_2 + 4)" identifier = (pointer_expression "*(int **)(param_2 + 4)" * (cast_expression "(int **)(param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }" if (parenthesized_expression "(piVar1 == *(int **)(param_2 + 8))" ( (binary_expression "piVar1 == *(int **)(param_2 + 8)" identifier == (pointer_expression "*(int **)(param_2 + 8)" * (cast_expression "(int **)(param_2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }" { (expression_statement "FUN_0008a020(param_2,piVar1,piVar2);" (call_expression "FUN_0008a020(param_2,piVar1,piVar2)" identifier (argument_list "(param_2,piVar1,piVar2)" ( identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_0007f6c0;" goto statement_identifier ;) })) (expression_statement "*piVar1 = *piVar2;" (assignment_expression "*piVar1 = *piVar2" (pointer_expression "*piVar1" * identifier) = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;) (expression_statement "*(int **)(param_2 + 4) = piVar1 + 1;" (assignment_expression "*(int **)(param_2 + 4) = piVar1 + 1" (pointer_expression "*(int **)(param_2 + 4)" * (cast_expression "(int **)(param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) = (binary_expression "piVar1 + 1" identifier + number_literal)) ;) (if_statement "if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }" if (parenthesized_expression "(*(int **)(param_1 + 0x134) == piVar2)" ( (binary_expression "*(int **)(param_1 + 0x134) == piVar2" (pointer_expression "*(int **)(param_1 + 0x134)" * (cast_expression "(int **)(param_1 + 0x134)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x134)" ( (binary_expression "param_1 + 0x134" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void get_executable_sections(Layout * this, Section_list *\n section_list) */\n\nvoid __thiscall gold::Layout::get_executable_sections(Layout *this,Section_list *section_list)\n\n{\n iterator __position;\n Output_section **__args_0;\n \n __args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if (__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish) {\n return;\n }\n do {\n while (((*__args_0)->flags_ & 6) != 6) {\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }\n __position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish;\n if (__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }\n *__position._M_current = *__args_0;\n __args_0 = __args_0 + 1;\n (section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n } while( true );\n}\n\n" comment comment (function_definition "void __thiscall gold::Layout::get_executable_sections(Layout *this,Section_list *section_list)\n\n{\n iterator __position;\n Output_section **__args_0;\n \n __args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if (__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish) {\n return;\n }\n do {\n while (((*__args_0)->flags_ & 6) != 6) {\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }\n __position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish;\n if (__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }\n *__position._M_current = *__args_0;\n __args_0 = __args_0 + 1;\n (section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n } while( true );\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Layout::" identifier : : identifier : :) (function_declarator "get_executable_sections(Layout *this,Section_list *section_list)" identifier (parameter_list "(Layout *this,Section_list *section_list)" ( (parameter_declaration "Layout *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Section_list *section_list" type_identifier (pointer_declarator "*section_list" * identifier)) ))) (compound_statement "{\n iterator __position;\n Output_section **__args_0;\n \n __args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;\n if (__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish) {\n return;\n }\n do {\n while (((*__args_0)->flags_ & 6) != 6) {\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }\n __position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish;\n if (__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }\n *__position._M_current = *__args_0;\n __args_0 = __args_0 + 1;\n (section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n } while( true );\n}" { (declaration "iterator __position;" type_identifier identifier ;) (declaration "Output_section **__args_0;" type_identifier (pointer_declarator "**__args_0" * (pointer_declarator "*__args_0" * identifier)) ;) (expression_statement "__args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start;" (field_expression "__args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl._M_start" (field_expression "__args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>.\n _M_impl" (binary_expression "__args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "__args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "__args_0 = (this->section_list_).\n super__Vector_base<gold::Output_section*,_std" (assignment_expression "__args_0 = (this->section_list_).\n super__Vector_base<gold" identifier = (binary_expression "(this->section_list_).\n super__Vector_base<gold" (field_expression "(this->section_list_).\n super__Vector_base" (parenthesized_expression "(this->section_list_)" ( (field_expression "this->section_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) ;) (if_statement "if (__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish) {\n return;\n }" if (parenthesized_expression "(__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish)" ( (field_expression "__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish" (field_expression "__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "__args_0 ==\n (this->section_list_).\n super__Vector_base<gold::Output_section*,_std" (binary_expression "__args_0 ==\n (this->section_list_).\n super__Vector_base<gold" identifier == (binary_expression "(this->section_list_).\n super__Vector_base<gold" (field_expression "(this->section_list_).\n super__Vector_base" (parenthesized_expression "(this->section_list_)" ( (field_expression "this->section_list_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (do_statement "do {\n while (((*__args_0)->flags_ & 6) != 6) {\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }\n __position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish;\n if (__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }\n *__position._M_current = *__args_0;\n __args_0 = __args_0 + 1;\n (section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n } while( true );" do (compound_statement "{\n while (((*__args_0)->flags_ & 6) != 6) {\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }\n __position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish;\n if (__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }\n *__position._M_current = *__args_0;\n __args_0 = __args_0 + 1;\n (section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }" { (while_statement "while (((*__args_0)->flags_ & 6) != 6) {\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }" while (parenthesized_expression "(((*__args_0)->flags_ & 6) != 6)" ( (binary_expression "((*__args_0)->flags_ & 6) != 6" (parenthesized_expression "((*__args_0)->flags_ & 6)" ( (binary_expression "(*__args_0)->flags_ & 6" (field_expression "(*__args_0)->flags_" (parenthesized_expression "(*__args_0)" ( (pointer_expression "*__args_0" * identifier) )) -> field_identifier) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0007f6c0:\n __args_0 = __args_0 + 1;\n if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }\n }" { (labeled_statement "LAB_0007f6c0:\n __args_0 = __args_0 + 1;" statement_identifier : (expression_statement "__args_0 = __args_0 + 1;" (assignment_expression "__args_0 = __args_0 + 1" identifier = (binary_expression "__args_0 + 1" identifier + number_literal)) ;)) (if_statement "if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }" if (parenthesized_expression "((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0)" ( (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0" (field_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish" (field_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->section_list_).\n super__Vector_base<gold" (field_expression "(this->section_list_).\n super__Vector_base" (parenthesized_expression "(this->section_list_)" ( (field_expression "this->section_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "__position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish;" (assignment_expression "__position._M_current =\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish" (field_expression "__position._M_current" identifier . field_identifier) = (field_expression "(section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_finish" (field_expression "(section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "section_list->\n super__Vector_base<gold" (field_expression "section_list->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage) {\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }" if (parenthesized_expression "(__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage" (field_expression "__position._M_current" identifier . field_identifier) == (field_expression "(section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl.\n _M_end_of_storage" (field_expression "(section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)._M_impl" (parenthesized_expression "(section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>)" ( (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "section_list->\n super__Vector_base<gold::Output_section*,_std" (binary_expression "section_list->\n super__Vector_base<gold" (field_expression "section_list->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::Output_section*_const&>(section_list,__position,__args_0);\n goto LAB_0007f6c0;\n }" { (ERROR "std::vector<gold::Output_section*,_std::allocator<gold::Output_section*>_>::\n _M_realloc_insert<gold::" (comma_expression "std::vector<gold::Output_section*,_std" identifier (ERROR "::vector<gold::Output_section*" : : (binary_expression "vector<gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Output_section*>_>::\n _M_realloc_insert<gold" (binary_expression "Output_section*>_>::\n _M_realloc_insert" (binary_expression "Output_section*>_" identifier * (ERROR ">" >) identifier) > (ERROR "::" : :) identifier) < identifier) : :) (expression_statement "Output_section*_const&>(section_list,__position,__args_0);" (binary_expression "Output_section*_const&>(section_list,__position,__args_0)" (binary_expression "Output_section*_const" identifier * identifier) (ERROR "&" &) > (parenthesized_expression "(section_list,__position,__args_0)" ( (comma_expression "section_list,__position,__args_0" identifier , (comma_expression "__position,__args_0" identifier , identifier)) ))) ;) (goto_statement "goto LAB_0007f6c0;" goto statement_identifier ;) })) (expression_statement "*__position._M_current = *__args_0;" (assignment_expression "*__position._M_current = *__args_0" (pointer_expression "*__position._M_current" * (field_expression "__position._M_current" identifier . field_identifier)) = (pointer_expression "*__args_0" * identifier)) ;) (expression_statement "__args_0 = __args_0 + 1;" (assignment_expression "__args_0 = __args_0 + 1" identifier = (binary_expression "__args_0 + 1" identifier + number_literal)) ;) (expression_statement "(section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1;" (assignment_expression "(section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish = __position._M_current + 1" (field_expression "(section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl._M_finish" (field_expression "(section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )._M_impl" (parenthesized_expression "(section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>\n )" ( (binary_expression "section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>" (binary_expression "section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "section_list->super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "section_list->super__Vector_base<gold::Output_section*,_std" (binary_expression "section_list->super__Vector_base<gold" (field_expression "section_list->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier) = (binary_expression "__position._M_current + 1" (field_expression "__position._M_current" identifier . field_identifier) + number_literal)) ;) (if_statement "if ((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0) {\n return;\n }" if (parenthesized_expression "((this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0)" ( (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish == __args_0" (field_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl.\n _M_finish" (field_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_>._M_impl" (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold::Output_section*>_" (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std::allocator<gold" (binary_expression "(this->section_list_).\n super__Vector_base<gold::Output_section*,_std" (binary_expression "(this->section_list_).\n super__Vector_base<gold" (field_expression "(this->section_list_).\n super__Vector_base" (parenthesized_expression "(this->section_list_)" ( (field_expression "this->section_list_" identifier -> field_identifier) )) . field_identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_section" : : identifier) * (ERROR ">" >) identifier) (ERROR ">" >) . field_identifier) . field_identifier) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit "void FUN_0007f6a0(int param_1,int param_2)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}\n\n" (function_definition "void FUN_0007f6a0(int param_1,int param_2)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}" primitive_type (function_declarator "FUN_0007f6a0(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (expression_statement "piVar2 = *(int **)(param_1 + 0x130);" (assignment_expression "piVar2 = *(int **)(param_1 + 0x130)" identifier = (pointer_expression "*(int **)(param_1 + 0x130)" * (cast_expression "(int **)(param_1 + 0x130)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x130)" ( (binary_expression "param_1 + 0x130" identifier + number_literal) ))))) ;) (if_statement "if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }" if (parenthesized_expression "(piVar2 == *(int **)(param_1 + 0x134))" ( (binary_expression "piVar2 == *(int **)(param_1 + 0x134)" identifier == (pointer_expression "*(int **)(param_1 + 0x134)" * (cast_expression "(int **)(param_1 + 0x134)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x134)" ( (binary_expression "param_1 + 0x134" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (do_statement "do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );" do (compound_statement "{\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" { (while_statement "while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" while (parenthesized_expression "((*(uint *)(*piVar2 + 0x54) & 6) != 6)" ( (binary_expression "(*(uint *)(*piVar2 + 0x54) & 6) != 6" (parenthesized_expression "(*(uint *)(*piVar2 + 0x54) & 6)" ( (binary_expression "*(uint *)(*piVar2 + 0x54) & 6" (pointer_expression "*(uint *)(*piVar2 + 0x54)" * (cast_expression "(uint *)(*piVar2 + 0x54)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*piVar2 + 0x54)" ( (binary_expression "*piVar2 + 0x54" (pointer_expression "*piVar2" * identifier) + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" { (labeled_statement "LAB_0007f6c0:\n piVar2 = piVar2 + 1;" statement_identifier : (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;)) (if_statement "if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }" if (parenthesized_expression "(*(int **)(param_1 + 0x134) == piVar2)" ( (binary_expression "*(int **)(param_1 + 0x134) == piVar2" (pointer_expression "*(int **)(param_1 + 0x134)" * (cast_expression "(int **)(param_1 + 0x134)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x134)" ( (binary_expression "param_1 + 0x134" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) })) (expression_statement "piVar1 = *(int **)(param_2 + 4);" (assignment_expression "piVar1 = *(int **)(param_2 + 4)" identifier = (pointer_expression "*(int **)(param_2 + 4)" * (cast_expression "(int **)(param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }" if (parenthesized_expression "(piVar1 == *(int **)(param_2 + 8))" ( (binary_expression "piVar1 == *(int **)(param_2 + 8)" identifier == (pointer_expression "*(int **)(param_2 + 8)" * (cast_expression "(int **)(param_2 + 8)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 8)" ( (binary_expression "param_2 + 8" identifier + number_literal) ))))) )) (compound_statement "{\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }" { (expression_statement "FUN_0008a020(param_2,piVar1,piVar2);" (call_expression "FUN_0008a020(param_2,piVar1,piVar2)" identifier (argument_list "(param_2,piVar1,piVar2)" ( identifier , identifier , identifier ))) ;) (goto_statement "goto LAB_0007f6c0;" goto statement_identifier ;) })) (expression_statement "*piVar1 = *piVar2;" (assignment_expression "*piVar1 = *piVar2" (pointer_expression "*piVar1" * identifier) = (pointer_expression "*piVar2" * identifier)) ;) (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" identifier = (binary_expression "piVar2 + 1" identifier + number_literal)) ;) (expression_statement "*(int **)(param_2 + 4) = piVar1 + 1;" (assignment_expression "*(int **)(param_2 + 4) = piVar1 + 1" (pointer_expression "*(int **)(param_2 + 4)" * (cast_expression "(int **)(param_2 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 4)" ( (binary_expression "param_2 + 4" identifier + number_literal) )))) = (binary_expression "piVar1 + 1" identifier + number_literal)) ;) (if_statement "if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }" if (parenthesized_expression "(*(int **)(param_1 + 0x134) == piVar2)" ( (binary_expression "*(int **)(param_1 + 0x134) == piVar2" (pointer_expression "*(int **)(param_1 + 0x134)" * (cast_expression "(int **)(param_1 + 0x134)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x134)" ( (binary_expression "param_1 + 0x134" identifier + number_literal) )))) == identifier) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) }) while (parenthesized_expression "( true )" ( true )) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return ;) })) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) & LIT) )) != LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (compound_statement { (return_statement return ;) })) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == IDENT) )) (compound_statement { (return_statement return ;) })) }) while (parenthesized_expression ( BOOL )) ;) })))
|
(function_definition "void FUN_0007f6a0(int param_1,int param_2)\n\n{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_0007f6a0(int param_1,int param_2)" (identifier "FUN_0007f6a0") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int *piVar2;\n \n piVar2 = *(int **)(param_1 + 0x130);\n if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }\n do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (expression_statement "piVar2 = *(int **)(param_1 + 0x130);" (assignment_expression "piVar2 = *(int **)(param_1 + 0x130)" (identifier "piVar2") (= "=") (pointer_expression "*(int **)(param_1 + 0x130)" (* "*") (cast_expression "(int **)(param_1 + 0x130)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x130)" (( "(") (binary_expression "param_1 + 0x130" (identifier "param_1") (+ "+") (number_literal "0x130")) () ")"))))) (; ";")) (if_statement "if (piVar2 == *(int **)(param_1 + 0x134)) {\n return;\n }" (if "if") (parenthesized_expression "(piVar2 == *(int **)(param_1 + 0x134))" (( "(") (binary_expression "piVar2 == *(int **)(param_1 + 0x134)" (identifier "piVar2") (== "==") (pointer_expression "*(int **)(param_1 + 0x134)" (* "*") (cast_expression "(int **)(param_1 + 0x134)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x134)" (( "(") (binary_expression "param_1 + 0x134" (identifier "param_1") (+ "+") (number_literal "0x134")) () ")"))))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (do_statement "do {\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n } while( true );" (do "do") (compound_statement "{\n while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }\n piVar1 = *(int **)(param_2 + 4);\n if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }\n *piVar1 = *piVar2;\n piVar2 = piVar2 + 1;\n *(int **)(param_2 + 4) = piVar1 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" ({ "{") (while_statement "while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" (while "while") (parenthesized_expression "((*(uint *)(*piVar2 + 0x54) & 6) != 6)" (( "(") (binary_expression "(*(uint *)(*piVar2 + 0x54) & 6) != 6" (parenthesized_expression "(*(uint *)(*piVar2 + 0x54) & 6)" (( "(") (binary_expression "*(uint *)(*piVar2 + 0x54) & 6" (pointer_expression "*(uint *)(*piVar2 + 0x54)" (* "*") (cast_expression "(uint *)(*piVar2 + 0x54)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*piVar2 + 0x54)" (( "(") (binary_expression "*piVar2 + 0x54" (pointer_expression "*piVar2" (* "*") (identifier "piVar2")) (+ "+") (number_literal "0x54")) () ")")))) (& "&") (number_literal "6")) () ")")) (!= "!=") (number_literal "6")) () ")")) (compound_statement "{\nLAB_0007f6c0:\n piVar2 = piVar2 + 1;\n if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }\n }" ({ "{") (labeled_statement "LAB_0007f6c0:\n piVar2 = piVar2 + 1;" (statement_identifier "LAB_0007f6c0") (: ":") (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 1" (identifier "piVar2") (+ "+") (number_literal "1"))) (; ";"))) (if_statement "if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }" (if "if") (parenthesized_expression "(*(int **)(param_1 + 0x134) == piVar2)" (( "(") (binary_expression "*(int **)(param_1 + 0x134) == piVar2" (pointer_expression "*(int **)(param_1 + 0x134)" (* "*") (cast_expression "(int **)(param_1 + 0x134)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x134)" (( "(") (binary_expression "param_1 + 0x134" (identifier "param_1") (+ "+") (number_literal "0x134")) () ")")))) (== "==") (identifier "piVar2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "piVar1 = *(int **)(param_2 + 4);" (assignment_expression "piVar1 = *(int **)(param_2 + 4)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(param_2 + 4)" (* "*") (cast_expression "(int **)(param_2 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (if_statement "if (piVar1 == *(int **)(param_2 + 8)) {\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }" (if "if") (parenthesized_expression "(piVar1 == *(int **)(param_2 + 8))" (( "(") (binary_expression "piVar1 == *(int **)(param_2 + 8)" (identifier "piVar1") (== "==") (pointer_expression "*(int **)(param_2 + 8)" (* "*") (cast_expression "(int **)(param_2 + 8)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 8)" (( "(") (binary_expression "param_2 + 8" (identifier "param_2") (+ "+") (number_literal "8")) () ")"))))) () ")")) (compound_statement "{\n FUN_0008a020(param_2,piVar1,piVar2);\n goto LAB_0007f6c0;\n }" ({ "{") (expression_statement "FUN_0008a020(param_2,piVar1,piVar2);" (call_expression "FUN_0008a020(param_2,piVar1,piVar2)" (identifier "FUN_0008a020") (argument_list "(param_2,piVar1,piVar2)" (( "(") (identifier "param_2") (, ",") (identifier "piVar1") (, ",") (identifier "piVar2") () ")"))) (; ";")) (goto_statement "goto LAB_0007f6c0;" (goto "goto") (statement_identifier "LAB_0007f6c0") (; ";")) (} "}"))) (expression_statement "*piVar1 = *piVar2;" (assignment_expression "*piVar1 = *piVar2" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (pointer_expression "*piVar2" (* "*") (identifier "piVar2"))) (; ";")) (expression_statement "piVar2 = piVar2 + 1;" (assignment_expression "piVar2 = piVar2 + 1" (identifier "piVar2") (= "=") (binary_expression "piVar2 + 1" (identifier "piVar2") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*(int **)(param_2 + 4) = piVar1 + 1;" (assignment_expression "*(int **)(param_2 + 4) = piVar1 + 1" (pointer_expression "*(int **)(param_2 + 4)" (* "*") (cast_expression "(int **)(param_2 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 4)" (( "(") (binary_expression "param_2 + 4" (identifier "param_2") (+ "+") (number_literal "4")) () ")")))) (= "=") (binary_expression "piVar1 + 1" (identifier "piVar1") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (*(int **)(param_1 + 0x134) == piVar2) {\n return;\n }" (if "if") (parenthesized_expression "(*(int **)(param_1 + 0x134) == piVar2)" (( "(") (binary_expression "*(int **)(param_1 + 0x134) == piVar2" (pointer_expression "*(int **)(param_1 + 0x134)" (* "*") (cast_expression "(int **)(param_1 + 0x134)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x134)" (( "(") (binary_expression "param_1 + 0x134" (identifier "param_1") (+ "+") (number_literal "0x134")) () ")")))) (== "==") (identifier "piVar2")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void get_executable_sections(Layout * this, Section_list *
section_list) */
void __thiscall var_1::type_1::function_1(type_1 *this,type_2 *section_list)
{
type_3 __position;
type_4 **var_4;
var_4 = (this->section_list_).
super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>.
_M_impl._M_start;
if (var_4 ==
(this->section_list_).
super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>._M_impl.
_M_finish) {
return;
}
do {
while (((*var_4)->flags_ & 6) != 6) {
LAB_0007f6c0:
var_4 = var_4 + 1;
if ((this->section_list_).
super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>._M_impl.
_M_finish == var_4) {
return;
}
}
__position._M_current =
(section_list->
super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>var_5)._M_impl.
_M_finish;
if (__position._M_current ==
(section_list->
super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>var_5)._M_impl.
_M_end_of_storage) {
std::vector<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>::
_M_realloc_insert<var_1::type_4*var_6&>(section_list,__position,var_4);
goto LAB_0007f6c0;
}
*__position._M_current = *var_4;
var_4 = var_4 + 1;
(section_list->super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>var_5
)._M_impl._M_finish = __position._M_current + 1;
if ((this->section_list_).
super__Vector_base<var_1::type_4*,var_2::allocator<var_1::type_4*>var_3>._M_impl.
_M_finish == var_4) {
return;
}
} while( true );
}
| 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 (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))) right: (number_literal))) body: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (return_statement))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (return_statement)))) condition: (parenthesized_expression (true))))))
| null |
void MASKED(int param_1,int param_2)
{
int *piVar1;
int *piVar2;
piVar2 = *(int **)(param_1 + 0x130);
if (piVar2 == *(int **)(param_1 + 0x134)) {
return;
}
do {
while ((*(uint *)(*piVar2 + 0x54) & 6) != 6) {
LAB_0007f6c0:
piVar2 = piVar2 + 1;
if (*(int **)(param_1 + 0x134) == piVar2) {
return;
}
}
piVar1 = *(int **)(param_2 + 4);
if (piVar1 == *(int **)(param_2 + 8)) {
FUN_0008a020(param_2,piVar1,piVar2);
goto LAB_0007f6c0;
}
*piVar1 = *piVar2;
piVar2 = piVar2 + 1;
*(int **)(param_2 + 4) = piVar1 + 1;
if (*(int **)(param_1 + 0x134) == piVar2) {
return;
}
} while( true );
}
|
7567_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
do_out_shndx
|
FUN_002c5a80
|
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* DWARF original prototype: uint do_out_shndx(Output_section_data * this) */
uint __thiscall gold::Output_section_data::do_out_shndx(Output_section_data *this)
{
Output_section *pOVar1;
_func_int_varargs *UNRECOVERED_JUMPTABLE;
uint uVar2;
pOVar1 = this->output_section_;
if (pOVar1 == (Output_section *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");
}
UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];
if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {
if (pOVar1->out_shndx_ != 0xffffffff) {
return pOVar1->out_shndx_;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");
}
/* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (*UNRECOVERED_JUMPTABLE)();
return uVar2;
}
|
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void __regparm2 FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)
{
int *piVar1;
piVar1 = *(int **)(param_3 + 0x20);
if (piVar1 == (int *)0x0) {
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);
}
if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {
if (piVar1[0x18] != -1) {
return;
}
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);
}
/* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*piVar1 + 0x2c))();
return;
}
|
CALL 0x00074f06
ADD ECX,0x32457b
PUSH EBX
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EAX + 0x20]
TEST EAX,EAX
JZ 0x002c5aca
MOV EDX,dword ptr [EAX]
LEA EBX,[ECX + 0xffb5a200]
MOV EDX,dword ptr [EDX + 0x2c]
CMP EDX,EBX
JNZ 0x002c5ac0
MOV EAX,dword ptr [EAX + 0x60]
CMP EAX,-0x1
JZ 0x002c5ae5
ADD ESP,0x8
POP EBX
RET
MOV dword ptr [ESP + 0x10],EAX
ADD ESP,0x8
POP EBX
JMP EDX
LEA EAX,[ECX + 0xffea9a04]
PUSH EDX
MOV EBX,ECX
PUSH EAX
LEA EAX,[ECX + 0xffea7d0b]
PUSH 0x2a9
PUSH EAX
CALL 0x002446e0
PUSH EAX
LEA EAX,[ECX + 0xffea9c54]
MOV EBX,ECX
PUSH EAX
LEA EAX,[ECX + 0xffe6335d]
PUSH 0x1043
PUSH EAX
CALL 0x002446e0
| null | null | null | null |
[('const-4163', u'CALL_-1204593810'), (u'COPY_-1204593945', u'RETURN_-1204593897'), ('tmp_108', u'CBRANCH_-1204593980'), (u'LOAD_-1204593945', u'COPY_-1204593945'), (u'LOAD_-1204593999', u'INT_EQUAL_-1204593981'), (u'LOAD_-1204593967', u'INT_EQUAL_-1204593948'), ('const-0', u'PTRSUB_-1204593707'), (u'INT_EQUAL_-1204593948', u'CBRANCH_-1204593946'), (u'PTRADD_-1204593702', u'LOAD_-1204593967'), ('const-417', u'LOAD_-1204593945'), (u'LOAD_-1204593945', u'INT_NOTEQUAL_-1204593925'), ('const-4294967295', u'INT_NOTEQUAL_-1204593925'), (u'LOAD_-1204593967', u'CALLIND_-1204593841'), ('const-4510557', u'COPY_-1204593685'), ('const-681', u'CALL_-1204593798'), ('const-4', u'PTRADD_-1204593702'), (u'PTRSUB_-1204593710', u'LOAD_-1204593980'), ('const-1', u'RETURN_-1204593805'), ('const-4791563', u'COPY_-1204593711'), ('tmp_158', u'CBRANCH_-1204593946'), (u'COPY_-1204593710', u'CALL_-1204593798'), (u'INT_EQUAL_-1204593981', u'CBRANCH_-1204593980'), ('const-32', u'PTRSUB_-1204593720'), ('const-0', u'PTRSUB_-1204593712'), ('const-1327616', u'PTRSUB_-1204593707'), (u'PTRSUB_-1204593720', u'LOAD_-1204593999'), (u'INT_NOTEQUAL_-1204593925', u'CBRANCH_-1204593924'), (u'CALLIND_-1204593841', u'RETURN_-1204593814'), ('const-96', u'PTRSUB_-1204593696'), ('tmp_196', u'CBRANCH_-1204593924'), (u'COPY_-1204593685', u'CALL_-1204593810'), (u'PTRSUB_-1204593712', u'PTRSUB_-1204593710'), (u'LOAD_-1204593980', u'PTRADD_-1204593702'), ('const-1', u'RETURN_-1204593814'), ('const-1', u'RETURN_-1204593793'), (u'PTRSUB_-1204593707', u'INT_EQUAL_-1204593948'), ('const-0', u'INT_EQUAL_-1204593981'), (u'PTRSUB_-1204593696', u'LOAD_-1204593945'), (u'COPY_-1204593711', u'CALL_-1204593798'), ('tmp_415', u'PTRSUB_-1204593720'), ('const-4799572', u'COPY_-1204593682'), ('const-417', u'LOAD_-1204593980'), ('const-417', u'LOAD_-1204593999'), (u'LOAD_-1204593999', u'PTRSUB_-1204593696'), ('const-0', u'RETURN_-1204593897'), (u'COPY_-1204593682', u'CALL_-1204593810'), ('const-4798980', u'COPY_-1204593710'), ('const-417', u'LOAD_-1204593967'), (u'LOAD_-1204593999', u'PTRSUB_-1204593712'), ('const-0', u'PTRSUB_-1204593710'), ('const-11', u'PTRADD_-1204593702')]
|
[('const-4798980', u'COPY_-1204593717'), ('const-0', u'PTRSUB_-1204593714'), ('const-44', u'INT_ADD_-1204593951'), ('tmp_108', u'CBRANCH_-1204593980'), (u'COPY_-1204593689', u'CALL_-1204593810'), (u'INT_EQUAL_-1204593948', u'CBRANCH_-1204593946'), (u'PTRSUB_-1204593714', u'INT_EQUAL_-1204593948'), (u'LOAD_-1204593967', u'INT_EQUAL_-1204593948'), (u'LOAD_-1204593999', u'INT_EQUAL_-1204593981'), ('const-4', u'PTRADD_-1204593706'), (u'LOAD_-1204593980', u'INT_ADD_-1204593951'), (u'LOAD_-1204593945', u'INT_NOTEQUAL_-1204593925'), ('tmp_708', u'INT_ADD_-1204593983'), (u'CAST_-1204593712', u'LOAD_-1204593967'), ('const-24', u'PTRADD_-1204593706'), (u'LOAD_-1204593967', u'CALLIND_-1204593841'), (u'CAST_-1204593728', u'LOAD_-1204593999'), ('const-681', u'CALL_-1204593798'), ('const-1', u'RETURN_-1204593805'), ('tmp_158', u'CBRANCH_-1204593946'), (u'INT_EQUAL_-1204593981', u'CBRANCH_-1204593980'), ('tmp_524', u'CALL_-1204593798'), ('const-4163', u'CALL_-1204593810'), ('const-4510557', u'COPY_-1204593692'), (u'LOAD_-1204593999', u'PTRADD_-1204593706'), (u'INT_NOTEQUAL_-1204593925', u'CBRANCH_-1204593924'), ('tmp_196', u'CBRANCH_-1204593924'), ('const-1327616', u'PTRSUB_-1204593714'), ('const-4294967295', u'CALL_-1204593810'), (u'INT_ADD_-1204593951', u'CAST_-1204593712'), (u'PTRADD_-1204593706', u'LOAD_-1204593945'), ('const-1', u'RETURN_-1204593814'), ('const-1', u'RETURN_-1204593793'), ('const-0', u'INT_EQUAL_-1204593981'), ('const-417', u'LOAD_-1204593945'), ('const-32', u'INT_ADD_-1204593983'), (u'COPY_-1204593718', u'CALL_-1204593798'), ('const-417', u'LOAD_-1204593967'), ('const-417', u'LOAD_-1204593999'), (u'LOAD_-1204593999', u'LOAD_-1204593980'), ('const-0', u'RETURN_-1204593897'), (u'COPY_-1204593717', u'CALL_-1204593798'), (u'INT_ADD_-1204593983', u'CAST_-1204593728'), ('const-4791563', u'COPY_-1204593718'), ('const-4799572', u'COPY_-1204593689'), ('const-417', u'LOAD_-1204593980'), ('const-4294967295', u'INT_NOTEQUAL_-1204593925'), (u'COPY_-1204593692', u'CALL_-1204593810')]
| null | null |
002c5a80
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid __regparm2 FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n /* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*piVar1 + 0x2c))();\n return;\n}\n\n" comment (function_definition "void __regparm2 FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n /* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n /* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = *(int **)(param_3 + 0x20);" (assignment_expression "piVar1 = *(int **)(param_3 + 0x20)" identifier = (pointer_expression "*(int **)(param_3 + 0x20)" * (cast_expression "(int **)(param_3 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" if (parenthesized_expression "(piVar1 == (int *)0x0)" ( (binary_expression "piVar1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" { comment (expression_statement "FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);" (call_expression "FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" identifier (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , identifier ))) ;) })) (if_statement "if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" if (parenthesized_expression "(*(code **)(*piVar1 + 0x2c) == FUN_00144200)" ( (binary_expression "*(code **)(*piVar1 + 0x2c) == FUN_00144200" (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" { (if_statement "if (piVar1[0x18] != -1) {\n return;\n }" if (parenthesized_expression "(piVar1[0x18] != -1)" ( (binary_expression "piVar1[0x18] != -1" (subscript_expression "piVar1[0x18]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , number_literal ))) ;) })) comment comment (expression_statement "(**(code **)(*piVar1 + 0x2c))();" (call_expression "(**(code **)(*piVar1 + 0x2c))()" (parenthesized_expression "(**(code **)(*piVar1 + 0x2c))" ( (pointer_expression "**(code **)(*piVar1 + 0x2c)" * (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* DWARF original prototype: uint do_out_shndx(Output_section_data * this) */\n\nuint __thiscall gold::Output_section_data::do_out_shndx(Output_section_data *this)\n\n{\n Output_section *pOVar1;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n uint uVar2;\n \n pOVar1 = this->output_section_;\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }\n UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];\n if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n /* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (*UNRECOVERED_JUMPTABLE)();\n return uVar2;\n}\n\n" comment comment (function_definition "uint __thiscall gold::Output_section_data::do_out_shndx(Output_section_data *this)\n\n{\n Output_section *pOVar1;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n uint uVar2;\n \n pOVar1 = this->output_section_;\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }\n UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];\n if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n /* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (*UNRECOVERED_JUMPTABLE)();\n return uVar2;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_data::" identifier : : identifier : :) (function_declarator "do_out_shndx(Output_section_data *this)" identifier (parameter_list "(Output_section_data *this)" ( (parameter_declaration "Output_section_data *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n Output_section *pOVar1;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n uint uVar2;\n \n pOVar1 = this->output_section_;\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }\n UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];\n if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n /* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (*UNRECOVERED_JUMPTABLE)();\n return uVar2;\n}" { (declaration "Output_section *pOVar1;" type_identifier (pointer_declarator "*pOVar1" * identifier) ;) (declaration "_func_int_varargs *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (expression_statement "pOVar1 = this->output_section_;" (assignment_expression "pOVar1 = this->output_section_" identifier = (field_expression "this->output_section_" identifier -> field_identifier)) ;) (if_statement "if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }" if (parenthesized_expression "(pOVar1 == (Output_section *)0x0)" ( (binary_expression "pOVar1 == (Output_section *)0x0" identifier == (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx")" identifier (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;) })) (expression_statement "UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar1->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar1->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar1->super_Output_data)" ( (field_expression "pOVar1->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx)" ( (binary_expression "UNRECOVERED_JUMPTABLE == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (if_statement "if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }" if (parenthesized_expression "(pOVar1->out_shndx_ != 0xffffffff)" ( (binary_expression "pOVar1->out_shndx_ != 0xffffffff" (field_expression "pOVar1->out_shndx_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n return pOVar1->out_shndx_;\n }" { (return_statement "return pOVar1->out_shndx_;" return (field_expression "pOVar1->out_shndx_" identifier -> field_identifier) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;) })) comment comment (expression_statement "uVar2 = (*UNRECOVERED_JUMPTABLE)();" (assignment_expression "uVar2 = (*UNRECOVERED_JUMPTABLE)()" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "()" ( )))) ;) (return_statement "return uVar2;" return identifier ;) })))
|
(translation_unit "void __regparm2 FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}\n\n" (function_definition "void __regparm2 FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = *(int **)(param_3 + 0x20);" (assignment_expression "piVar1 = *(int **)(param_3 + 0x20)" identifier = (pointer_expression "*(int **)(param_3 + 0x20)" * (cast_expression "(int **)(param_3 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" if (parenthesized_expression "(piVar1 == (int *)0x0)" ( (binary_expression "piVar1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" { (expression_statement "FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);" (call_expression "FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" identifier (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , identifier ))) ;) })) (if_statement "if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" if (parenthesized_expression "(*(code **)(*piVar1 + 0x2c) == FUN_00144200)" ( (binary_expression "*(code **)(*piVar1 + 0x2c) == FUN_00144200" (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" { (if_statement "if (piVar1[0x18] != -1) {\n return;\n }" if (parenthesized_expression "(piVar1[0x18] != -1)" ( (binary_expression "piVar1[0x18] != -1" (subscript_expression "piVar1[0x18]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , number_literal ))) ;) })) (expression_statement "(**(code **)(*piVar1 + 0x2c))();" (call_expression "(**(code **)(*piVar1 + 0x2c))()" (parenthesized_expression "(**(code **)(*piVar1 + 0x2c))" ( (pointer_expression "**(code **)(*piVar1 + 0x2c)" * (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void __regparm2 FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" (primitive_type "void") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_002c5a80(undefined4 param_1,undefined4 param_2,int param_3)" (identifier "FUN_002c5a80") (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = *(int **)(param_3 + 0x20);" (assignment_expression "piVar1 = *(int **)(param_3 + 0x20)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(param_3 + 0x20)" (* "*") (cast_expression "(int **)(param_3 + 0x20)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if (piVar1 == (int *)0x0) {\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" (if "if") (parenthesized_expression "(piVar1 == (int *)0x0)" (( "(") (binary_expression "piVar1 == (int *)0x0" (identifier "piVar1") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" ({ "{") (expression_statement "FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);" (call_expression "FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" (identifier "FUN_002446e0") (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x2a9") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar1 + 0x2c) == FUN_00144200)" (( "(") (binary_expression "*(code **)(*piVar1 + 0x2c) == FUN_00144200" (pointer_expression "*(code **)(*piVar1 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar1 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 0x2c)" (( "(") (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (identifier "FUN_00144200")) () ")")) (compound_statement "{\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" ({ "{") (if_statement "if (piVar1[0x18] != -1) {\n return;\n }" (if "if") (parenthesized_expression "(piVar1[0x18] != -1)" (( "(") (binary_expression "piVar1[0x18] != -1" (subscript_expression "piVar1[0x18]" (identifier "piVar1") ([ "[") (number_literal "0x18") (] "]")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x1043") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) (, ",") (number_literal "0xffffffff") () ")"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*piVar1 + 0x2c))();" (call_expression "(**(code **)(*piVar1 + 0x2c))()" (parenthesized_expression "(**(code **)(*piVar1 + 0x2c))" (( "(") (pointer_expression "**(code **)(*piVar1 + 0x2c)" (* "*") (pointer_expression "*(code **)(*piVar1 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar1 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 0x2c)" (( "(") (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* DWARF original prototype: uint do_out_shndx(Output_section_data * this) */
type_1 __thiscall gold::type_2::function_1(type_2 *this)
{
type_3 *var_1;
type_4 *var_3;
type_1 uVar2;
var_1 = this->output_section_;
if (var_1 == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.cc",0x2a9,"do_out_shndx");
}
var_3 = (var_1->super_Output_data)._vptr_Output_data[0xb];
if (var_3 == type_3::function_1) {
if (var_1->out_shndx_ != 0xffffffff) {
return var_1->out_shndx_;
}
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0x1043,"do_out_shndx");
}
/* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (*var_3)();
return uVar2;
}
| 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)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3)
{
int *piVar1;
piVar1 = *(int **)(param_3 + 0x20);
if (piVar1 == (int *)0x0) {
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);
}
if (*(code **)(*piVar1 + 0x2c) == FUN_00144200) {
if (piVar1[0x18] != -1) {
return;
}
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);
}
/* WARNING: Could not recover jumptable at 0x002c5ac8. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*piVar1 + 0x2c))();
return;
}
|
5408_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
set_got_size
|
FUN_00173e10
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void set_got_size(Output_data_got<64,_true> * this) */
void __thiscall gold::Output_data_got<64,_true>::set_got_size(Output_data_got<64,_true> *this)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00173e10(int param_1)
{
int iVar1;
iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;
if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {
*(int *)(param_1 + 0xc) = iVar1;
*(undefined4 *)(param_1 + 0x10) = 0;
return;
}
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);
}
|
PUSH EBX
CALL 0x0003a210
ADD EBX,0x2a01ea
SUB ESP,0x8
MOV ECX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [ECX + 0x30]
SUB EAX,dword ptr [ECX + 0x2c]
SAR EAX,0x2
IMUL EAX,EAX,-0x33333333
SHL EAX,0x3
TEST byte ptr [ECX + 0x1c],0x2
JNZ 0x00173e48
XOR EDX,EDX
MOV dword ptr [ECX + 0xc],EAX
MOV dword ptr [ECX + 0x10],EDX
ADD ESP,0x8
POP EBX
RET
PUSH EAX
LEA EAX,[EBX + 0xffef2fc0]
PUSH EAX
LEA EAX,[EBX + 0xffee2e5c]
PUSH 0x231
PUSH EAX
CALL 0x000da200
| null | null | null | null |
[('const-1', u'RETURN_-1207419358')]
|
[(u'COPY_-1207419073', u'CALL_-1207419109'), (u'CAST_-1207419045', u'LOAD_-1207419212'), ('tmp_680', u'INT_ADD_-1207419311'), (u'INT_SRIGHT_-1207419275', u'INT_MULT_-1207419223'), ('const-0', u'STORE_-1207419176'), (u'LOAD_-1207419317', u'INT_SUB_-1207419298'), (u'INT_EQUAL_-1207419200', u'CBRANCH_-1207419196'), ('const-417', u'STORE_-1207419176'), ('const-48', u'INT_ADD_-1207419311'), ('tmp_680', u'INT_ADD_-1207419305'), ('const-12', u'INT_ADD_-1207419168'), ('const-3174336', u'COPY_-1207419072'), (u'INT_ADD_-1207419198', u'CAST_-1207419045'), (u'INT_MULT_-1207419223', u'STORE_-1207419182'), ('const-0', u'RETURN_-1207419146'), ('const-1', u'RETURN_-1207419104'), (u'LOAD_-1207419327', u'INT_SUB_-1207419298'), ('const-2', u'INT_SRIGHT_-1207419275'), ('const-561', u'CALL_-1207419109'), (u'CAST_-1207419032', u'STORE_-1207419176'), ('const-417', u'LOAD_-1207419212'), ('tmp_680', u'INT_ADD_-1207419168'), ('const-3108444', u'COPY_-1207419073'), (u'INT_ADD_-1207419305', u'CAST_-1207419061'), ('const-417', u'STORE_-1207419182'), (u'LOAD_-1207419212', u'INT_AND_-1207419186'), (u'INT_AND_-1207419186', u'INT_EQUAL_-1207419200'), ('tmp_680', u'INT_ADD_-1207419162'), ('const-16', u'INT_ADD_-1207419162'), (u'INT_SUB_-1207419298', u'INT_SRIGHT_-1207419275'), (u'INT_ADD_-1207419168', u'CAST_-1207419036'), (u'CAST_-1207419061', u'LOAD_-1207419317'), ('const-0', u'INT_EQUAL_-1207419200'), ('const-28', u'INT_ADD_-1207419198'), ('const-417', u'LOAD_-1207419327'), ('const-1717986920', u'INT_MULT_-1207419223'), (u'COPY_-1207419072', u'CALL_-1207419109'), (u'INT_MULT_-1207419223', u'CALL_-1207419109'), ('const-44', u'INT_ADD_-1207419305'), (u'CAST_-1207419036', u'STORE_-1207419182'), (u'INT_ADD_-1207419162', u'CAST_-1207419032'), (u'INT_ADD_-1207419311', u'CAST_-1207419065'), ('const-2', u'INT_AND_-1207419186'), (u'CAST_-1207419065', u'LOAD_-1207419327'), ('tmp_373', u'CBRANCH_-1207419196'), ('const-417', u'LOAD_-1207419317'), ('tmp_680', u'INT_ADD_-1207419198')]
| null | null |
00173e10
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00173e10(int param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}\n\n" comment (function_definition "void FUN_00173e10(int param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" primitive_type (function_declarator "FUN_00173e10(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;" (assignment_expression "iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668" identifier = (binary_expression "(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668" (parenthesized_expression "(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2)" ( (binary_expression "*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2" (binary_expression "*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c)" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) ))))) >> number_literal) )) * number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x1c) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x1c) & 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }" { (expression_statement "*(int *)(param_1 + 0xc) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_1 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x10) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x10)" * (cast_expression "(undefined4 *)(param_1 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);" (call_expression "FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") , identifier ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void set_got_size(Output_data_got<64,_true> * this) */\n\nvoid __thiscall gold::Output_data_got<64,_true>::set_got_size(Output_data_got<64,_true> *this)\n\n{\n}\n\n" comment comment (ERROR "void __thiscall gold::Output_data_got<64,_true>::set_got_size(Output_data_got<64,_true> *this)" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::" identifier > : :) (function_declarator "set_got_size(Output_data_got<64,_true> *this)" identifier (parameter_list "(Output_data_got<64,_true> *this)" ( (parameter_declaration "Output_data_got" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) )))) (compound_statement "{\n}" { }))
|
(translation_unit "void FUN_00173e10(int param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n \n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}\n\n" (function_definition "void FUN_00173e10(int param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n \n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" primitive_type (function_declarator "FUN_00173e10(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n \n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;" (assignment_expression "iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668" identifier = (binary_expression "(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668" (parenthesized_expression "(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2)" ( (binary_expression "*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2" (binary_expression "*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c)" (pointer_expression "*(int *)(param_1 + 0x30)" * (cast_expression "(int *)(param_1 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x30)" ( (binary_expression "param_1 + 0x30" identifier + number_literal) )))) - (pointer_expression "*(int *)(param_1 + 0x2c)" * (cast_expression "(int *)(param_1 + 0x2c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x2c)" ( (binary_expression "param_1 + 0x2c" identifier + number_literal) ))))) >> number_literal) )) * number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x1c) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x1c) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x1c) & 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" * (cast_expression "(byte *)(param_1 + 0x1c)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x1c)" ( (binary_expression "param_1 + 0x1c" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }" { (expression_statement "*(int *)(param_1 + 0xc) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc)" * (cast_expression "(int *)(param_1 + 0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(param_1 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x10) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x10)" * (cast_expression "(undefined4 *)(param_1 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);" (call_expression "FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") , identifier ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT) )) * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })))
|
(function_definition "void FUN_00173e10(int param_1)\n\n{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n \n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" (primitive_type "void") (function_declarator "FUN_00173e10(int param_1)" (identifier "FUN_00173e10") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;\n if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }\n \n FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;" (assignment_expression "iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668" (identifier "iVar1") (= "=") (binary_expression "(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668" (parenthesized_expression "(*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2)" (( "(") (binary_expression "*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2" (binary_expression "*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c)" (pointer_expression "*(int *)(param_1 + 0x30)" (* "*") (cast_expression "(int *)(param_1 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x30)" (( "(") (binary_expression "param_1 + 0x30" (identifier "param_1") (+ "+") (number_literal "0x30")) () ")")))) (- "-") (pointer_expression "*(int *)(param_1 + 0x2c)" (* "*") (cast_expression "(int *)(param_1 + 0x2c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x2c)" (( "(") (binary_expression "param_1 + 0x2c" (identifier "param_1") (+ "+") (number_literal "0x2c")) () ")"))))) (>> ">>") (number_literal "2")) () ")")) (* "*") (number_literal "0x66666668"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x1c) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x1c) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x1c) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x1c) & 2" (pointer_expression "*(byte *)(param_1 + 0x1c)" (* "*") (cast_expression "(byte *)(param_1 + 0x1c)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x1c)" (( "(") (binary_expression "param_1 + 0x1c" (identifier "param_1") (+ "+") (number_literal "0x1c")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(param_1 + 0xc) = iVar1;\n *(undefined4 *)(param_1 + 0x10) = 0;\n return;\n }" ({ "{") (expression_statement "*(int *)(param_1 + 0xc) = iVar1;" (assignment_expression "*(int *)(param_1 + 0xc) = iVar1" (pointer_expression "*(int *)(param_1 + 0xc)" (* "*") (cast_expression "(int *)(param_1 + 0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "iVar1")) (; ";")) (expression_statement "*(undefined4 *)(param_1 + 0x10) = 0;" (assignment_expression "*(undefined4 *)(param_1 + 0x10) = 0" (pointer_expression "*(undefined4 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);" (call_expression "FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" (identifier "FUN_000da200") (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x231") (, ",") (string_literal ""set_current_data_size_for_child"" (" """) (string_content "set_current_data_size_for_child") (" """)) (, ",") (identifier "iVar1") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void set_got_size(Output_data_got<64,_true> * this) */
void __thiscall gold::Output_data_got<64,_true>::set_got_size(Output_data_got<64,_true> *this)
{
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(int param_1)
{
int iVar1;
iVar1 = (*(int *)(param_1 + 0x30) - *(int *)(param_1 + 0x2c) >> 2) * 0x66666668;
if ((*(byte *)(param_1 + 0x1c) & 2) == 0) {
*(int *)(param_1 + 0xc) = iVar1;
*(undefined4 *)(param_1 + 0x10) = 0;
return;
}
/* WARNING: Subroutine does not return */
FUN_000da200("../../gold/output.h",0x231,"set_current_data_size_for_child",iVar1);
}
|
180_powerpc64-linux-gnu-as_and_powerpc64-linux-gnu-as_strip.c
|
emit_inc_line_addr
|
FUN_0001a7f0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 emit_inc_line_addr(int line_delta,addressT addr_delta,char *p,int len)
{
char *pcVar1;
uint uVar2;
uint uVar3;
char *pcVar4;
char cVar5;
int iVar6;
char *pcVar7;
int iVar8;
char *local_24;
int local_20;
undefined4 uStack_14;
uStack_14 = 0x1a7fb;
pcVar1 = (char *)addr_delta + addr_delta._4_4_;
local_24 = p;
local_20 = len;
if (len < 0) {
/* WARNING: Subroutine does not return */
as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");
}
scale_addr_delta((addressT *)&local_24);
if (line_delta == 0x7fffffff) {
pcVar7 = (char *)addr_delta + 1;
if (local_20 == 0 && local_24 == (char *)0x11) {
*(char *)addr_delta = '\b';
}
else {
*(char *)addr_delta = '\x02';
uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);
pcVar7 = pcVar7 + uVar2;
}
pcVar4 = pcVar7 + 3;
pcVar7[2] = '\x01';
pcVar7[0] = '\0';
pcVar7[1] = '\x01';
goto LAB_0001a8c7;
}
uVar2 = line_delta + 5;
if (uVar2 < 0xe) {
iVar8 = line_delta;
if (line_delta == 0) goto LAB_0001a912;
iVar6 = line_delta + 0x12;
iVar8 = 0;
if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {
LAB_0001a877:
uVar2 = (int)local_24 * 0xe + iVar6;
if (uVar2 < 0x100) {
pcVar4 = (char *)addr_delta + 1;
*(char *)addr_delta = (char)uVar2;
goto LAB_0001a8c7;
}
if (uVar2 - 0xee < 0x100) {
*(char *)addr_delta = '\b';
pcVar4 = (char *)addr_delta + 2;
((char *)addr_delta)[1] = (char)(uVar2 - 0xee);
goto LAB_0001a8c7;
}
goto LAB_0001a897;
}
*(char *)addr_delta = '\x02';
uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);
cVar5 = (char)iVar6;
pcVar7 = (char *)addr_delta + 1 + uVar2;
}
else {
*(char *)addr_delta = '\x03';
iVar8 = 1;
uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);
uVar2 = 5;
addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;
LAB_0001a912:
if (local_20 == 0 && local_24 == (char *)0x0) {
pcVar4 = (char *)addr_delta + 1;
*(char *)addr_delta = '\x01';
goto LAB_0001a8c7;
}
iVar6 = uVar2 + 0xd;
if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;
LAB_0001a897:
*(char *)addr_delta = '\x02';
uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);
cVar5 = (char)iVar6;
pcVar7 = (char *)addr_delta + 1 + uVar2;
if (iVar8 != 0) {
*pcVar7 = '\x01';
pcVar4 = pcVar7 + 1;
goto LAB_0001a8c7;
}
}
pcVar4 = pcVar7 + 1;
*pcVar7 = cVar5;
LAB_0001a8c7:
if (pcVar4 != pcVar1) {
/* WARNING: Subroutine does not return */
as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)
{
undefined1 *puVar1;
uint uVar2;
undefined1 *puVar3;
undefined1 uVar4;
uint uVar5;
undefined1 *puVar6;
int iVar7;
undefined2 *puVar8;
puVar1 = param_4 + param_5;
if (param_3 < 0) {
/* WARNING: Subroutine does not return */
FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);
}
uVar2 = FUN_0001a590();
if (param_1 == 0x7fffffff) {
puVar8 = (undefined2 *)(param_4 + 1);
if (param_3 == 0 && param_2 == 0x11) {
*param_4 = 8;
uVar2 = param_2;
}
else {
*param_4 = 2;
uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);
puVar8 = (undefined2 *)((int)puVar8 + uVar2);
}
puVar3 = (undefined1 *)((int)puVar8 + 3);
*(undefined1 *)(puVar8 + 1) = 1;
*puVar8 = 0x100;
goto LAB_0001a8c7;
}
uVar5 = param_1 + 5;
if (uVar5 < 0xe) {
iVar7 = param_1;
if (param_1 == 0) goto LAB_0001a912;
param_1 = param_1 + 0x12;
iVar7 = 0;
if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {
LAB_0001a877:
uVar2 = param_2 * 0xe + param_1;
if (uVar2 < 0x100) {
puVar3 = param_4 + 1;
*param_4 = (char)uVar2;
goto LAB_0001a8c7;
}
uVar2 = uVar2 - 0xee;
if (uVar2 < 0x100) {
*param_4 = 8;
puVar3 = param_4 + 2;
param_4[1] = (char)uVar2;
goto LAB_0001a8c7;
}
goto LAB_0001a897;
}
*param_4 = 2;
uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);
uVar4 = (undefined1)param_1;
puVar6 = param_4 + 1 + uVar2;
}
else {
*param_4 = 3;
iVar7 = 1;
uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);
uVar5 = 5;
param_4 = param_4 + 1 + uVar2;
LAB_0001a912:
if (param_3 == 0 && param_2 == 0) {
puVar3 = param_4 + 1;
*param_4 = 1;
goto LAB_0001a8c7;
}
param_1 = uVar5 + 0xd;
if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;
LAB_0001a897:
*param_4 = 2;
uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);
uVar4 = (undefined1)param_1;
puVar6 = param_4 + 1 + uVar2;
if (iVar7 != 0) {
*puVar6 = 1;
puVar3 = puVar6 + 1;
goto LAB_0001a8c7;
}
}
puVar3 = puVar6 + 1;
*puVar6 = uVar4;
LAB_0001a8c7:
if (puVar3 != puVar1) {
/* WARNING: Subroutine does not return */
FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);
}
return;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
MOV ESI,EAX
PUSH EBX
CALL 0x00016090
ADD EBX,0x54805
SUB ESP,0x2c
MOV EDI,dword ptr [ESP + 0x40]
MOV EAX,dword ptr [ESP + 0x44]
MOV dword ptr [ESP + 0x1c],ECX
MOV dword ptr [ESP + 0x18],EDX
ADD EAX,EDI
MOV dword ptr [ESP + 0x10],EBX
MOV EBX,dword ptr [ESP + 0x1c]
MOV dword ptr [ESP + 0xc],EAX
TEST EBX,EBX
JS 0x0001a9eb
LEA EAX,[ESP + 0x18]
CALL 0x0001a590
CMP ESI,0x7fffffff
JZ 0x0001a940
LEA EDX,[ESI + 0x5]
CMP EDX,0xd
JA 0x0001a8e0
MOV ECX,dword ptr [ESP + 0x18]
MOV EBX,dword ptr [ESP + 0x1c]
TEST ESI,ESI
JZ 0x0001a912
MOV EAX,0x110
LEA EDX,[ESI + 0x12]
MOV ESI,0x0
CMP EAX,ECX
MOV EAX,0x0
SBB EAX,EBX
JC 0x0001a970
IMUL EAX,ECX,0xe
ADD EAX,EDX
CMP EAX,0xff
JBE 0x0001a9d0
SUB EAX,0xee
CMP EAX,0xff
JBE 0x0001a9c0
LEA EBP,[EDI + 0x1]
MOV dword ptr [ESP + 0x14],EDX
MOV byte ptr [EDI],0x2
PUSH 0x0
PUSH EBX
PUSH ECX
PUSH EBP
MOV EBX,dword ptr [ESP + 0x20]
CALL 0x00031b50
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0x14]
ADD EBP,EAX
TEST ESI,ESI
JZ 0x0001a991
MOV byte ptr [EBP],0x1
LEA ECX,[EBP + 0x1]
CMP ECX,dword ptr [ESP + 0xc]
JNZ 0x0001aa08
ADD ESP,0x2c
POP EBX
POP ESI
POP EDI
POP EBP
RET
MOV byte ptr [EDI],0x3
LEA EBP,[EDI + 0x1]
MOV EDI,ESI
SAR EDI,0x1f
PUSH 0x1
PUSH EDI
PUSH ESI
MOV ESI,0x1
PUSH EBP
MOV EBX,dword ptr [ESP + 0x20]
CALL 0x00031b50
MOV ECX,dword ptr [ESP + 0x28]
MOV EBX,dword ptr [ESP + 0x2c]
MOV EDX,0x5
LEA EDI,[EBP + EAX*0x1]
ADD ESP,0x10
MOV EBP,EBX
OR EBP,ECX
JZ 0x0001a9e0
MOV EAX,0x110
ADD EDX,0xd
CMP EAX,ECX
MOV EAX,0x0
SBB EAX,EBX
JNC 0x0001a877
JMP 0x0001a897
MOV EAX,dword ptr [ESP + 0x18]
MOV EDX,dword ptr [ESP + 0x1c]
LEA ESI,[EDI + 0x1]
MOV ECX,EAX
MOV EBP,EDX
XOR ECX,0x11
OR EBP,ECX
JNZ 0x0001a9a0
MOV byte ptr [EDI],0x8
MOV EDX,0x100
LEA ECX,[ESI + 0x3]
MOV byte ptr [ESI + 0x2],0x1
MOV word ptr [ESI],DX
JMP 0x0001a8c7
LEA EBP,[EDI + 0x1]
MOV dword ptr [ESP + 0x14],EDX
MOV byte ptr [EDI],0x2
PUSH 0x0
PUSH EBX
PUSH ECX
PUSH EBP
MOV EBX,dword ptr [ESP + 0x20]
CALL 0x00031b50
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0x14]
ADD EBP,EAX
LEA ECX,[EBP + 0x1]
MOV byte ptr [EBP],DL
JMP 0x0001a8c7
MOV byte ptr [EDI],0x2
PUSH 0x0
PUSH EDX
PUSH EAX
PUSH ESI
MOV EBX,dword ptr [ESP + 0x20]
CALL 0x00031b50
ADD ESP,0x10
ADD ESI,EAX
JMP 0x0001a959
MOV byte ptr [EDI],0x8
LEA ECX,[EDI + 0x2]
MOV byte ptr [EDI + 0x1],AL
JMP 0x0001a8c7
LEA ECX,[EDI + 0x1]
MOV byte ptr [EDI],AL
JMP 0x0001a8c7
LEA ECX,[EDI + 0x1]
MOV byte ptr [EDI],0x1
JMP 0x0001a8c7
PUSH ECX
MOV EBX,dword ptr [ESP + 0x14]
LEA EAX,[EBX + 0xfffe1460]
PUSH EAX
LEA EAX,[EBX + 0xfffe1163]
PUSH 0x4bd
PUSH EAX
CALL 0x0002be50
PUSH EAX
MOV EBX,dword ptr [ESP + 0x14]
LEA EAX,[EBX + 0xfffe1460]
PUSH EAX
LEA EAX,[EBX + 0xfffe1163]
PUSH 0x50e
PUSH EAX
CALL 0x0002be50
| null | null | null | null |
[(u'MULTIEQUAL_-1205948941', u'CAST_-1205948807'), (u'MULTIEQUAL_-1205948770', u'MULTIEQUAL_-1205948847'), (u'CALL_-1205949706', u'INDIRECT_-1205948805'), ('const-0', u'INT_EQUAL_-1205950205'), (u'PTRSUB_-1205948897', u'CAST_-1205948883'), (u'CALL_-1205950333', u'INDIRECT_-1205949027'), (u'INDIRECT_-1205948993', u'MULTIEQUAL_-1205948753'), (u'CALL_-1205949702', u'PTRADD_-1205949617'), (u'MULTIEQUAL_-1205948683', u'MULTIEQUAL_-1205948830'), (u'CALL_-1205949590', u'INDIRECT_-1205948524'), (u'COPY_-1205948463', u'CALL_-1205949590'), ('tmp_1501', u'BRANCH_-1205949538'), (u'SUBPIECE_-1205949264', u'PTRADD_-1205949725'), ('const-5', u'COPY_-1205949692'), (u'MULTIEQUAL_-1205948787', u'INT_LESS_-1205949745'), (u'MULTIEQUAL_-1205948908', u'PIECE_-1205949009'), ('tmp_1698', u'INT_ADD_-1205950227'), (u'PTRADD_-1205949672', u'MULTIEQUAL_-1205949249'), (u'INDIRECT_-1205949027', u'PIECE_-1205948790'), ('tmp_1698', u'INT_EQUAL_-1205950255'), (u'SUBPIECE_-1205949264', u'MULTIEQUAL_-1205949131'), ('const-417', u'STORE_-1205949652'), ('tmp_409', u'CBRANCH_-1205950195'), ('const-417', u'STORE_-1205949670'), (u'MULTIEQUAL_-1205949292', u'MULTIEQUAL_-1205949257'), ('const-1', u'PTRADD_-1205949978'), (u'INT_EQUAL_-1205949056', u'BOOL_AND_-1205949754'), ('const-1', u'PTRADD_-1205950048'), (u'MULTIEQUAL_-1205949251', u'STORE_-1205950097'), (u'MULTIEQUAL_-1205949132', u'MULTIEQUAL_-1205949292'), ('const-2', u'STORE_-1205950097'), ('const-1', u'PTRADD_-1205949615'), (u'INT_ADD_-1205950161', u'SUBPIECE_-1205948996'), ('const-0', u'COPY_-1205950240'), ('const-417', u'STORE_-1205949543'), ('const-1', u'PTRADD_-1205949494'), (u'INT_SLESS_-1205950350', u'CBRANCH_-1205950350'), (u'MULTIEQUAL_-1205948770', u'INT_EQUAL_-1205949731'), (u'INDIRECT_-1205948865', u'MULTIEQUAL_-1205948830'), (u'PTRADD_-1205949978', u'MULTIEQUAL_-1205949015'), (u'INDIRECT_-1205949027', u'MULTIEQUAL_-1205948717'), ('const-1', u'PTRADD_-1205949672'), ('const-1', u'STORE_-1205949535'), ('const-1', u'RETURN_-1205949585'), (u'MULTIEQUAL_-1205949131', u'PTRADD_-1205949479'), (u'CALL_-1205949706', u'INDIRECT_-1205948822'), ('const-1', u'PTRADD_-1205948580'), ('const-0', u'SUBPIECE_-1205949010'), (u'INDIRECT_-1205948822', u'MULTIEQUAL_-1205948787'), (u'MULTIEQUAL_-1205949284', u'PTRADD_-1205949610'), (u'MULTIEQUAL_-1205948787', u'INT_EQUAL_-1205949055'), (u'COPY_-1205948914', u'MULTIEQUAL_-1205949132'), (u'COPY_-1205948493', u'CALL_-1205949319'), (u'MULTIEQUAL_-1205948700', u'MULTIEQUAL_-1205948847'), (u'CALL_-1205949702', u'INDIRECT_-1205948649'), ('const-1', u'CALL_-1205949706'), (u'PTRADD_-1205949489', u'STORE_-1205949549'), (u'MULTIEQUAL_-1205949062', u'PTRADD_-1205948580'), (u'SUBPIECE_-1205949264', u'STORE_-1205949481'), (u'MULTIEQUAL_-1205949284', u'STORE_-1205949652'), ('tmp_1071', u'CBRANCH_-1205949781'), (u'INT_EQUAL_-1205950205', u'BOOL_AND_-1205948863'), ('const-14', u'INT_MULT_-1205950159'), ('const-13', u'INT_ADD_-1205949752'), (u'INT_ADD_-1205950292', u'INT_LESS_-1205950278'), (u'CAST_-1205948807', u'INT_MULT_-1205950159'), ('const-1213', u'CALL_-1205949319'), (u'CALL_-1205949447', u'INDIRECT_-1205948644'), ('const-0', u'STORE_-1205949543'), (u'SUBPIECE_-1205949264', u'STORE_-1205949791'), ('const-0', u'INT_EQUAL_-1205949056'), (u'PIECE_-1205948748', u'CALL_-1205949447'), (u'MULTIEQUAL_-1205949284', u'PTRADD_-1205949615'), ('const-3', u'PTRADD_-1205949494'), (u'INDIRECT_-1205949027', u'MULTIEQUAL_-1205948941'), (u'INDIRECT_-1205949010', u'MULTIEQUAL_-1205948770'), (u'CALL_-1205949706', u'INDIRECT_-1205948788'), (u'MULTIEQUAL_-1205948891', u'PIECE_-1205949009'), ('const-1', u'PTRADD_-1205949687'), ('const-1', u'PTRADD_-1205949596'), (u'PTRADD_-1205949369', u'MULTIEQUAL_-1205949062'), ('const-2', u'STORE_-1205949736'), (u'MULTIEQUAL_-1205949015', u'STORE_-1205949728'), (u'INT_SUB_-1205950127', u'SUBPIECE_-1205949010'), (u'PIECE_-1205949009', u'CALL_-1205950063'), (u'MULTIEQUAL_-1205948646', u'MULTIEQUAL_-1205948847'), (u'BOOL_AND_-1205949687', u'CBRANCH_-1205949720'), (u'MULTIEQUAL_-1205949131', u'MULTIEQUAL_-1205949284'), ('const-0', u'SUBPIECE_-1205948996'), (u'INT_NOTEQUAL_-1205950018', u'CBRANCH_-1205950018'), (u'PTRADD_-1205949687', u'PTRADD_-1205949617'), (u'COPY_-1205949692', u'MULTIEQUAL_-1205949155'), (u'CALL_-1205950063', u'INDIRECT_-1205948865'), ('const-417', u'STORE_-1205950012'), ('const-328800', u'COPY_-1205948491'), (u'INDIRECT_-1205949027', u'INT_LESS_-1205950219'), (u'PTRADD_-1205950048', u'PTRADD_-1205949978'), (u'CALL_-1205949447', u'PTRADD_-1205949369'), ('const-2', u'STORE_-1205949481'), (u'MULTIEQUAL_-1205948787', u'MULTIEQUAL_-1205948864'), (u'MULTIEQUAL_-1205949284', u'STORE_-1205949681'), (u'MULTIEQUAL_-1205949284', u'PTRADD_-1205949596'), (u'MULTIEQUAL_-1205948924', u'MULTIEQUAL_-1205948891'), (u'MULTIEQUAL_-1205948770', u'MULTIEQUAL_-1205948891'), (u'MULTIEQUAL_-1205949062', u'PTRADD_-1205949489'), (u'MULTIEQUAL_-1205949131', u'MULTIEQUAL_-1205949251'), (u'PTRADD_-1205949617', u'MULTIEQUAL_-1205949015'), (u'CALL_-1205950063', u'PTRADD_-1205949978'), (u'INDIRECT_-1205949010', u'INT_EQUAL_-1205948989'), ('const-417', u'STORE_-1205948641'), ('const-1294', u'CALL_-1205949590'), ('const-17', u'INT_EQUAL_-1205948988'), (u'MULTIEQUAL_-1205949281', u'SUBPIECE_-1205949088'), (u'INT_ZEXT_-1205950200', u'INT_LESSEQUAL_-1205950197'), ('const-256', u'INT_LESS_-1205950106'), (u'INT_ADD_-1205949752', u'MULTIEQUAL_-1205949314'), (u'PTRADD_-1205949610', u'STORE_-1205949670'), (u'INT_ADD_-1205950292', u'MULTIEQUAL_-1205949155'), ('const-108539', u'COPY_-1205950459'), (u'INDIRECT_-1205948882', u'MULTIEQUAL_-1205948847'), ('const-1', u'PTRADD_-1205949610'), ('tmp_743', u'CBRANCH_-1205949983'), (u'MULTIEQUAL_-1205948770', u'INT_2COMP_-1205949018'), (u'INDIRECT_-1205949010', u'MULTIEQUAL_-1205948700'), ('const-417', u'STORE_-1205949481'), (u'MULTIEQUAL_-1205948907', u'MULTIEQUAL_-1205948830'), (u'INT_MULT_-1205950159', u'INT_ADD_-1205950161'), ('const-1', u'PTRADD_-1205948581'), (u'MULTIEQUAL_-1205948787', u'MULTIEQUAL_-1205948941'), (u'MULTIEQUAL_-1205949284', u'MULTIEQUAL_-1205949251'), (u'INT_LESSEQUAL_-1205950197', u'BOOL_AND_-1205948863'), (u'INDIRECT_-1205948805', u'MULTIEQUAL_-1205948770'), (u'INDIRECT_-1205948788', u'MULTIEQUAL_-1205948753'), (u'INDIRECT_-1205948993', u'MULTIEQUAL_-1205948683'), (u'INT_EQUAL_-1205948989', u'BOOL_AND_-1205949535'), ('const-1', u'STORE_-1205948641'), (u'SUBPIECE_-1205949264', u'STORE_-1205949736'), (u'INT_LESS_-1205950106', u'CBRANCH_-1205950115'), (u'MULTIEQUAL_-1205948866', u'STORE_-1205949728'), ('const-1', u'PTRADD_-1205949543'), (u'PTRADD_-1205948581', u'STORE_-1205949543'), (u'INDIRECT_-1205949010', u'INT_2COMP_-1205949225'), ('const-0', u'CALL_-1205950063'), (u'INT_LESS_-1205950219', u'INT_ZEXT_-1205950200'), (u'INT_ADD_-1205950161', u'INT_LESS_-1205950142'), ('const-1', u'RETURN_-1205949314'), (u'MULTIEQUAL_-1205948629', u'MULTIEQUAL_-1205948830'), (u'PTRADD_-1205949615', u'MULTIEQUAL_-1205949249'), (u'INT_ADD_-1205950227', u'MULTIEQUAL_-1205949314'), (u'INT_ZEXT_-1205949726', u'INT_LESSEQUAL_-1205949723'), ('const-1', u'PTRADD_-1205948580'), ('tmp_243', u'CBRANCH_-1205950313'), ('const-4294967260', u'PTRSUB_-1205948897'), ('const-417', u'STORE_-1205949566'), (u'PTRADD_-1205949725', u'PTRADD_-1205949621'), (u'INDIRECT_-1205949010', u'INT_EQUAL_-1205950205'), (u'INT_ADD_-1205950161', u'INT_SUB_-1205950127'), (u'SUBPIECE_-1205949264', u'PTRADD_-1205949543'), ('const-14', u'INT_LESS_-1205950278'), (u'INDIRECT_-1205948644', u'MULTIEQUAL_-1205948717'), (u'INDIRECT_-1205948899', u'MULTIEQUAL_-1205948663'), ('tmp_1698', u'INT_ADD_-1205950292'), (u'PTRADD_-1205950331', u'INT_NOTEQUAL_-1205949986'), (u'INDIRECT_-1205949027', u'MULTIEQUAL_-1205948787'), (u'CALL_-1205950333', u'INDIRECT_-1205948993'), (u'MULTIEQUAL_-1205948717', u'MULTIEQUAL_-1205948864'), ('const-417', u'STORE_-1205949791'), (u'COPY_-1205948461', u'CALL_-1205949590'), ('const-0', u'SUBPIECE_-1205949264'), (u'PTRADD_-1205949543', u'MULTIEQUAL_-1205949062'), (u'COPY_-1205948491', u'CALL_-1205949319'), (u'PIECE_-1205948790', u'CALL_-1205949702'), (u'CALL_-1205949590', u'INDIRECT_-1205948490'), (u'BOOL_AND_-1205949535', u'CBRANCH_-1205949568'), ('const-1', u'PTRADD_-1205949610'), (u'PTRADD_-1205949596', u'MULTIEQUAL_-1205949249'), ('const-417', u'STORE_-1205949549'), (u'SUBPIECE_-1205948996', u'STORE_-1205949652'), ('const-0', u'INT_SLESS_-1205950350'), ('const-417', u'STORE_-1205949736'), ('const-1', u'PTRADD_-1205949617'), (u'INDIRECT_-1205948993', u'MULTIEQUAL_-1205948907'), ('const-4', u'SUBPIECE_-1205949263'), (u'INDIRECT_-1205948627', u'MULTIEQUAL_-1205948700'), ('tmp_907', u'BRANCH_-1205949665'), (u'COPY_-1205949731', u'MULTIEQUAL_-1205949132'), (u'MULTIEQUAL_-1205948907', u'MULTIEQUAL_-1205948874'), ('const-1', u'PTRADD_-1205949687'), (u'CALL_-1205949702', u'INDIRECT_-1205948666'), ('const-0', u'CALL_-1205949447'), (u'MULTIEQUAL_-1205948663', u'MULTIEQUAL_-1205948864'), (u'PTRADD_-1205949479', u'MULTIEQUAL_-1205949249'), ('tmp_1698', u'INT_SEXT_-1205948973'), ('tmp_1699', u'SUBPIECE_-1205949263'), (u'MULTIEQUAL_-1205948753', u'MULTIEQUAL_-1205948907'), (u'CALL_-1205949702', u'INDIRECT_-1205948683'), (u'INT_ADD_-1205950227', u'SUBPIECE_-1205948870'), ('const-328035', u'COPY_-1205948463'), (u'PTRADD_-1205949543', u'CALL_-1205949447'), ('const-3', u'STORE_-1205949791'), (u'INDIRECT_-1205948649', u'MULTIEQUAL_-1205948629'), ('tmp_200', u'CBRANCH_-1205950350'), (u'COPY_-1205950240', u'MULTIEQUAL_-1205949292'), (u'PTRADD_-1205949621', u'MULTIEQUAL_-1205949131'), (u'INT_LESSEQUAL_-1205949723', u'BOOL_AND_-1205949687'), ('const-1', u'PTRADD_-1205949369'), ('tmp_1474', u'CBRANCH_-1205949568'), ('const-8', u'STORE_-1205949566'), (u'CAST_-1205948816', u'INT_LESSEQUAL_-1205950197'), ('tmp_1699', u'SUBPIECE_-1205949264'), ('const-0', u'PTRADD_-1205948581'), ('const-417', u'STORE_-1205949681'), (u'INT_SUB_-1205950127', u'INT_LESS_-1205950106'), (u'INDIRECT_-1205949010', u'PIECE_-1205948790'), (u'MULTIEQUAL_-1205949314', u'MULTIEQUAL_-1205949281'), (u'INDIRECT_-1205948882', u'MULTIEQUAL_-1205948646'), (u'INT_EQUAL_-1205949731', u'BOOL_AND_-1205949687'), (u'MULTIEQUAL_-1205949015', u'PTRADD_-1205949672'), ('const-417', u'STORE_-1205950097'), (u'INDIRECT_-1205948666', u'MULTIEQUAL_-1205948646'), (u'INDIRECT_-1205948865', u'MULTIEQUAL_-1205948629'), ('tmp_3366', u'PTRSUB_-1205948897'), (u'INDIRECT_-1205949027', u'INT_EQUAL_-1205948988'), ('const-256', u'INT_LESS_-1205950142'), (u'CALL_-1205950063', u'INDIRECT_-1205948899'), ('const-1', u'PTRADD_-1205950331'), (u'CALL_-1205950063', u'INDIRECT_-1205948882'), ('const-0', u'INT_EQUAL_-1205949731'), ('tmp_486', u'CBRANCH_-1205950151'), (u'MULTIEQUAL_-1205949249', u'INT_NOTEQUAL_-1205949986'), (u'PTRADD_-1205948580', u'STORE_-1205948641'), ('const-1', u'PTRADD_-1205950048'), ('const-18', u'INT_ADD_-1205950227'), (u'INT_2COMP_-1205949225', u'CAST_-1205948816'), ('const-0', u'CALL_-1205949702'), (u'SUBPIECE_-1205949264', u'PTRADD_-1205950331'), ('const-1', u'COPY_-1205949731'), ('tmp_1176', u'CBRANCH_-1205949720'), ('const-1', u'PTRADD_-1205949489'), (u'PTRADD_-1205949543', u'PTRADD_-1205949369'), ('const-5', u'INT_ADD_-1205950292'), (u'PTRADD_-1205949687', u'CALL_-1205949702'), ('const-2', u'PTRADD_-1205949489'), ('const-272', u'INT_LESS_-1205950219'), ('tmp_695', u'CBRANCH_-1205950018'), ('const-1', u'PTRADD_-1205949479'), ('const-0', u'SUBPIECE_-1205948870'), ('const-417', u'STORE_-1205949535'), (u'PTRADD_-1205949978', u'PTRADD_-1205949945'), (u'MULTIEQUAL_-1205949257', u'INT_NOTEQUAL_-1205950018'), ('const-272', u'INT_LESS_-1205949745'), ('tmp_1701', u'INT_SLESS_-1205950350'), (u'CALL_-1205949706', u'PTRADD_-1205949621'), (u'CALL_-1205949319', u'INDIRECT_-1205948559'), ('const-2147483647', u'INT_EQUAL_-1205950318'), (u'MULTIEQUAL_-1205948924', u'MULTIEQUAL_-1205948847'), ('const-1', u'STORE_-1205950012'), (u'INDIRECT_-1205949010', u'MULTIEQUAL_-1205948924'), (u'SUBPIECE_-1205949088', u'MULTIEQUAL_-1205948866'), ('const-2', u'PTRADD_-1205949615'), ('const-328800', u'COPY_-1205948461'), ('const-238', u'INT_SUB_-1205950127'), ('tmp_1698', u'INT_EQUAL_-1205950318'), (u'INT_ADD_-1205949752', u'MULTIEQUAL_-1205949281'), ('tmp_325', u'CBRANCH_-1205950254'), (u'MULTIEQUAL_-1205949062', u'PTRADD_-1205949494'), ('const-1', u'STORE_-1205949549'), (u'MULTIEQUAL_-1205949062', u'PTRADD_-1205948581'), (u'INT_EQUAL_-1205948988', u'BOOL_AND_-1205949535'), ('tmp_1607', u'BRANCH_-1205949421'), (u'CALL_-1205949590', u'INDIRECT_-1205948507'), ('const-328035', u'COPY_-1205948493'), ('const-0', u'INT_EQUAL_-1205948989'), (u'INT_LESS_-1205950278', u'CBRANCH_-1205950286'), (u'INDIRECT_-1205948610', u'MULTIEQUAL_-1205948683'), (u'INT_EQUAL_-1205950255', u'CBRANCH_-1205950254'), (u'INT_EQUAL_-1205949055', u'BOOL_AND_-1205949754'), (u'CAST_-1205948629', u'INT_LESSEQUAL_-1205949723'), (u'SUBPIECE_-1205949010', u'STORE_-1205949670'), (u'PTRADD_-1205950048', u'CALL_-1205950063'), ('const-0', u'SUBPIECE_-1205949088'), (u'INT_LESS_-1205950142', u'CBRANCH_-1205950151'), (u'INT_2COMP_-1205949018', u'CAST_-1205948629'), (u'INDIRECT_-1205948899', u'MULTIEQUAL_-1205948864'), (u'PTRADD_-1205949978', u'STORE_-1205950012'), ('const-0', u'INT_EQUAL_-1205950255'), (u'CALL_-1205949447', u'INDIRECT_-1205948610'), (u'MULTIEQUAL_-1205949251', u'PTRADD_-1205950048'), (u'CALL_-1205949447', u'INDIRECT_-1205948627'), (u'CALL_-1205949319', u'INDIRECT_-1205948525'), (u'MULTIEQUAL_-1205948753', u'MULTIEQUAL_-1205948874'), (u'PTRADD_-1205949945', u'MULTIEQUAL_-1205949249'), (u'CAST_-1205948883', u'CALL_-1205950333'), (u'SUBPIECE_-1205949263', u'PTRADD_-1205950331'), ('const-1', u'PTRADD_-1205949621'), (u'INT_NOTEQUAL_-1205949986', u'CBRANCH_-1205949983'), (u'CALL_-1205949319', u'INDIRECT_-1205948542'), (u'PTRADD_-1205949725', u'CALL_-1205949706'), ('const-1', u'PTRADD_-1205949725'), (u'INT_SEXT_-1205948973', u'CALL_-1205949706'), ('const-1', u'PTRADD_-1205949725'), (u'MULTIEQUAL_-1205948787', u'MULTIEQUAL_-1205948908'), ('const-0', u'INT_EQUAL_-1205949055'), (u'MULTIEQUAL_-1205948770', u'MULTIEQUAL_-1205948924'), (u'PTRADD_-1205949494', u'MULTIEQUAL_-1205949249'), (u'SUBPIECE_-1205949264', u'PTRADD_-1205949687'), (u'SUBPIECE_-1205948870', u'MULTIEQUAL_-1205948866'), (u'MULTIEQUAL_-1205949131', u'STORE_-1205949535'), ('tmp_1698', u'COPY_-1205948914'), ('const-1', u'PTRADD_-1205949543'), ('const-1', u'PTRADD_-1205949672'), ('const-0', u'INT_NOTEQUAL_-1205950018'), (u'MULTIEQUAL_-1205948941', u'MULTIEQUAL_-1205948864'), ('const-8', u'STORE_-1205949681'), (u'MULTIEQUAL_-1205948753', u'MULTIEQUAL_-1205948830'), ('const-1', u'PTRADD_-1205949479'), (u'BOOL_AND_-1205948863', u'CBRANCH_-1205950195'), (u'MULTIEQUAL_-1205949132', u'MULTIEQUAL_-1205949257'), (u'MULTIEQUAL_-1205948770', u'INT_EQUAL_-1205949056'), (u'SUBPIECE_-1205949264', u'STORE_-1205949566'), (u'INDIRECT_-1205949010', u'PIECE_-1205948748'), ('const-0', u'RETURN_-1205949937'), ('const-1', u'PTRADD_-1205949945'), (u'MULTIEQUAL_-1205949155', u'INT_ADD_-1205949752'), ('tmp_283', u'CBRANCH_-1205950286'), (u'SUBPIECE_-1205949264', u'MULTIEQUAL_-1205949284'), (u'INDIRECT_-1205948683', u'MULTIEQUAL_-1205948663'), (u'MULTIEQUAL_-1205949314', u'INT_ADD_-1205950161'), (u'INT_LESS_-1205949745', u'INT_ZEXT_-1205949726'), ('tmp_1700', u'COPY_-1205948958'), (u'MULTIEQUAL_-1205948941', u'MULTIEQUAL_-1205948908'), ('const-417', u'STORE_-1205949728'), ('tmp_888', u'BRANCH_-1205949723'), ('const-1', u'PTRADD_-1205949596'), ('tmp_543', u'CBRANCH_-1205950115'), (u'INDIRECT_-1205949027', u'PIECE_-1205948748'), (u'INT_EQUAL_-1205950318', u'CBRANCH_-1205950313'), (u'BOOL_AND_-1205949754', u'CBRANCH_-1205949781'), (u'CALL_-1205950333', u'INDIRECT_-1205949010'), ('const-1', u'PTRADD_-1205949945'), ('tmp_1701', u'COPY_-1205948957'), ('tmp_918', u'BRANCH_-1205949648'), ('tmp_1189', u'BRANCH_-1205949530')]
|
[('const-328800', u'COPY_-1205948557'), ('tmp_3317', u'INT_LESS_-1205950219'), (u'INT_ADD_-1205950227', u'MULTIEQUAL_-1205949334'), ('tmp_3314', u'CALL_-1205949706'), (u'INT_EQUAL_-1205949075', u'BOOL_AND_-1205949754'), ('const-1', u'PTRADD_-1205948683'), (u'CALL_-1205949702', u'PTRADD_-1205949617'), ('tmp_1501', u'BRANCH_-1205949538'), (u'MULTIEQUAL_-1205949277', u'INT_NOTEQUAL_-1205950018'), ('const-5', u'COPY_-1205949692'), ('const-417', u'STORE_-1205949670'), ('const-2', u'STORE_-1205949481'), ('const-1213', u'CALL_-1205949319'), ('tmp_3316', u'CALL_-1205949319'), ('tmp_3317', u'INT_LESS_-1205949745'), (u'COPY_-1205948587', u'CALL_-1205949319'), (u'MULTIEQUAL_-1205949204', u'MULTIEQUAL_-1205949280'), (u'COPY_-1205949012', u'MULTIEQUAL_-1205949152'), ('tmp_3314', u'COPY_-1205949012'), (u'PTRADD_-1205949621', u'MULTIEQUAL_-1205949151'), ('const-0', u'INT_EQUAL_-1205949076'), ('tmp_409', u'CBRANCH_-1205950195'), ('const-417', u'STORE_-1205949791'), (u'MULTIEQUAL_-1205949082', u'CAST_-1205948680'), ('tmp_3316', u'INT_EQUAL_-1205950205'), ('const-0', u'COPY_-1205950240'), (u'MULTIEQUAL_-1205949082', u'STORE_-1205949543'), (u'CAST_-1205948680', u'INT_ADD_-1205949540'), (u'INT_SLESS_-1205950350', u'CBRANCH_-1205950350'), ('const-1', u'PTRADD_-1205949672'), ('tmp_4651', u'MULTIEQUAL_-1205949304'), ('const-14', u'INT_LESS_-1205950278'), ('const-1', u'RETURN_-1205949585'), (u'SUBPIECE_-1205949020', u'STORE_-1205949652'), (u'CALL_-1205949447', u'MULTIEQUAL_-1205949132'), ('const-0', u'CALL_-1205949447'), ('const-417', u'STORE_-1205949736'), (u'MULTIEQUAL_-1205948886', u'STORE_-1205949728'), ('tmp_4651', u'PTRADD_-1205950331'), ('const-256', u'INT_LESS_-1205950142'), (u'MULTIEQUAL_-1205949151', u'MULTIEQUAL_-1205949304'), ('tmp_3314', u'INT_SRIGHT_-1205949749'), ('tmp_1071', u'CBRANCH_-1205949781'), (u'CAST_-1205948596', u'INT_ADD_-1205949415'), ('const-14', u'INT_MULT_-1205950159'), (u'INT_ADD_-1205950292', u'MULTIEQUAL_-1205949175'), ('const-417', u'STORE_-1205949566'), ('const-272', u'INT_LESS_-1205950219'), ('const-13', u'INT_ADD_-1205949752'), ('const-417', u'STORE_-1205949543'), (u'INT_ADD_-1205950292', u'INT_LESS_-1205950278'), ('const-0', u'CALL_-1205950063'), (u'MULTIEQUAL_-1205949301', u'SUBPIECE_-1205949108'), ('tmp_3316', u'INT_EQUAL_-1205949009'), ('const-417', u'STORE_-1205950097'), ('const-1', u'PTRADD_-1205949687'), ('const-0', u'SUBPIECE_-1205949108'), ('const-0', u'SUBPIECE_-1205949034'), ('const-417', u'STORE_-1205950012'), (u'MULTIEQUAL_-1205949269', u'INT_NOTEQUAL_-1205949986'), (u'BOOL_AND_-1205949687', u'CBRANCH_-1205949720'), ('const-417', u'STORE_-1205949681'), ('const-417', u'STORE_-1205949652'), (u'INT_EQUAL_-1205949076', u'BOOL_AND_-1205949754'), (u'INT_ADD_-1205949415', u'CAST_-1205948595'), (u'INT_NOTEQUAL_-1205950018', u'CBRANCH_-1205950018'), (u'PTRADD_-1205949687', u'PTRADD_-1205949617'), (u'COPY_-1205948756', u'MULTIEQUAL_-1205949132'), ('tmp_3314', u'INT_EQUAL_-1205950255'), (u'PTRADD_-1205950048', u'PTRADD_-1205949978'), (u'PTRADD_-1205949672', u'MULTIEQUAL_-1205949269'), ('const-328800', u'COPY_-1205948587'), ('const-272', u'INT_LESS_-1205949745'), ('const-3', u'STORE_-1205949791'), ('tmp_3316', u'CALL_-1205949702'), ('const-1', u'STORE_-1205950012'), ('const-238', u'INT_SUB_-1205950127'), ('tmp_4651', u'STORE_-1205949481'), ('tmp_3317', u'CALL_-1205950063'), (u'CALL_-1205950063', u'PTRADD_-1205949978'), (u'MULTIEQUAL_-1205949271', u'PTRADD_-1205950048'), (u'INT_ZEXT_-1205950200', u'INT_LESSEQUAL_-1205950197'), ('tmp_3316', u'CALL_-1205949447'), (u'PTRADD_-1205949610', u'STORE_-1205949670'), (u'INT_2COMP_-1205949245', u'CAST_-1205948915'), ('const-1', u'PTRADD_-1205949610'), ('tmp_743', u'CBRANCH_-1205949983'), ('tmp_3316', u'INT_2COMP_-1205949245'), (u'MULTIEQUAL_-1205949035', u'STORE_-1205949728'), (u'INT_MULT_-1205950159', u'INT_ADD_-1205950161'), (u'MULTIEQUAL_-1205949035', u'PTRADD_-1205949672'), (u'INT_LESS_-1205950106', u'CBRANCH_-1205950115'), (u'COPY_-1205948589', u'CALL_-1205949319'), ('const-1', u'PTRADD_-1205949543'), (u'MULTIEQUAL_-1205949151', u'PTRADD_-1205949479'), (u'MULTIEQUAL_-1205949334', u'MULTIEQUAL_-1205949301'), (u'INT_ADD_-1205950161', u'INT_LESS_-1205950142'), (u'INT_LESS_-1205950219', u'INT_ZEXT_-1205950200'), ('const-1', u'RETURN_-1205949314'), (u'CALL_-1205949702', u'MULTIEQUAL_-1205949081'), ('const-417', u'STORE_-1205949549'), (u'INT_ZEXT_-1205949726', u'INT_LESSEQUAL_-1205949723'), ('tmp_243', u'CBRANCH_-1205950313'), (u'CALL_-1205950333', u'MULTIEQUAL_-1205949204'), (u'PTRADD_-1205949725', u'PTRADD_-1205949621'), (u'INT_ADD_-1205950161', u'INT_SUB_-1205950127'), (u'PTRADD_-1205950331', u'INT_NOTEQUAL_-1205949986'), (u'PTRADD_-1205949615', u'MULTIEQUAL_-1205949269'), ('const-1', u'PTRADD_-1205949672'), ('const-1', u'PTRADD_-1205949610'), (u'INT_EQUAL_-1205949008', u'BOOL_AND_-1205949535'), (u'CALL_-1205950063', u'MULTIEQUAL_-1205949081'), ('const-0', u'SUBPIECE_-1205948890'), ('tmp_4651', u'PTRADD_-1205949543'), (u'MULTIEQUAL_-1205949082', u'PTRADD_-1205948683'), ('const-256', u'INT_LESS_-1205950106'), ('const-328035', u'COPY_-1205948559'), ('const-1', u'PTRADD_-1205949945'), ('tmp_3314', u'INT_EQUAL_-1205950318'), (u'BOOL_AND_-1205949535', u'CBRANCH_-1205949568'), (u'CALL_-1205949447', u'INT_ADD_-1205949415'), (u'MULTIEQUAL_-1205949304', u'PTRADD_-1205949615'), ('const-1', u'PTRADD_-1205950048'), ('const-0', u'INT_SLESS_-1205950350'), (u'CAST_-1205948675', u'STORE_-1205949549'), ('const-1', u'PTRADD_-1205949596'), (u'MULTIEQUAL_-1205949304', u'STORE_-1205949681'), (u'MULTIEQUAL_-1205949304', u'STORE_-1205949652'), ('tmp_3316', u'CALL_-1205950063'), ('tmp_4651', u'STORE_-1205949736'), ('tmp_4651', u'PTRADD_-1205949687'), ('tmp_907', u'BRANCH_-1205949665'), ('const-1', u'PTRADD_-1205949615'), ('const-3', u'INT_ADD_-1205949540'), (u'SUBPIECE_-1205949108', u'MULTIEQUAL_-1205948886'), ('tmp_3314', u'INT_ADD_-1205950227'), ('const-0', u'INT_EQUAL_-1205950205'), ('tmp_3317', u'COPY_-1205948756'), ('const-328035', u'COPY_-1205948589'), ('const-1294', u'CALL_-1205949590'), ('const-1', u'PTRADD_-1205949687'), ('const-31', u'INT_SRIGHT_-1205949749'), ('const-1', u'PTRADD_-1205949621'), (u'INT_EQUAL_-1205950205', u'BOOL_AND_-1205948958'), (u'INT_ADD_-1205950161', u'MULTIEQUAL_-1205949280'), (u'MULTIEQUAL_-1205949271', u'STORE_-1205950097'), ('tmp_200', u'CBRANCH_-1205950350'), (u'INT_LESSEQUAL_-1205949723', u'BOOL_AND_-1205949687'), ('tmp_1474', u'CBRANCH_-1205949568'), (u'PTRADD_-1205949543', u'CAST_-1205948705'), (u'CAST_-1205948705', u'CAST_-1205948596'), ('tmp_3317', u'INT_EQUAL_-1205949075'), ('const-8', u'STORE_-1205949566'), (u'INT_SUB_-1205950127', u'INT_LESS_-1205950106'), ('const-417', u'STORE_-1205949728'), (u'INT_EQUAL_-1205949009', u'BOOL_AND_-1205949535'), (u'MULTIEQUAL_-1205949151', u'MULTIEQUAL_-1205949271'), (u'INT_EQUAL_-1205949731', u'BOOL_AND_-1205949687'), (u'PTRADD_-1205949617', u'MULTIEQUAL_-1205949035'), ('tmp_3316', u'INT_EQUAL_-1205949076'), ('const-1', u'PTRADD_-1205949479'), (u'CALL_-1205949706', u'MULTIEQUAL_-1205949204'), (u'COPY_-1205948559', u'CALL_-1205949590'), (u'MULTIEQUAL_-1205949081', u'MULTIEQUAL_-1205949280'), ('tmp_3316', u'INT_2COMP_-1205949038'), ('tmp_3314', u'INT_ADD_-1205950292'), ('tmp_486', u'CBRANCH_-1205950151'), ('const-1', u'PTRADD_-1205950048'), ('const-18', u'INT_ADD_-1205950227'), ('const-1', u'COPY_-1205949731'), ('tmp_1176', u'CBRANCH_-1205949720'), ('const-2', u'PTRADD_-1205948683'), ('const-5', u'INT_ADD_-1205950292'), (u'PTRADD_-1205949687', u'CALL_-1205949702'), (u'MULTIEQUAL_-1205949152', u'MULTIEQUAL_-1205949277'), ('tmp_695', u'CBRANCH_-1205950018'), ('const-1', u'PTRADD_-1205949543'), ('const-1', u'PTRADD_-1205949479'), ('const-2147483647', u'INT_EQUAL_-1205950318'), (u'CAST_-1205948595', u'MULTIEQUAL_-1205949082'), (u'PTRADD_-1205949978', u'PTRADD_-1205949945'), (u'PTRADD_-1205949596', u'MULTIEQUAL_-1205949269'), (u'CALL_-1205949706', u'PTRADD_-1205949621'), (u'INT_SRIGHT_-1205949749', u'CALL_-1205949706'), (u'CALL_-1205950063', u'MULTIEQUAL_-1205949280'), (u'SUBPIECE_-1205949034', u'STORE_-1205949670'), ('const-1', u'CALL_-1205949706'), (u'BOOL_AND_-1205948958', u'CBRANCH_-1205950195'), (u'INT_SUB_-1205950127', u'MULTIEQUAL_-1205949280'), (u'CAST_-1205948705', u'CALL_-1205949447'), ('const-2', u'PTRADD_-1205949615'), (u'MULTIEQUAL_-1205949304', u'MULTIEQUAL_-1205949271'), ('tmp_3317', u'INT_MULT_-1205950159'), (u'MULTIEQUAL_-1205949175', u'INT_ADD_-1205949752'), ('tmp_3316', u'INT_SLESS_-1205950350'), ('tmp_325', u'CBRANCH_-1205950254'), ('const-1', u'STORE_-1205949535'), ('tmp_4651', u'MULTIEQUAL_-1205949151'), (u'COPY_-1205948557', u'CALL_-1205949590'), (u'INT_SUB_-1205950127', u'SUBPIECE_-1205949034'), (u'INT_ADD_-1205950161', u'SUBPIECE_-1205949020'), (u'COPY_-1205950240', u'MULTIEQUAL_-1205949312'), (u'CAST_-1205948915', u'INT_LESSEQUAL_-1205950197'), ('tmp_1607', u'BRANCH_-1205949421'), (u'SUBPIECE_-1205948890', u'MULTIEQUAL_-1205948886'), ('const-0', u'INT_EQUAL_-1205949075'), ('const-417', u'STORE_-1205949535'), (u'INT_LESS_-1205950278', u'CBRANCH_-1205950286'), (u'INT_EQUAL_-1205950255', u'CBRANCH_-1205950254'), (u'PTRADD_-1205950048', u'CALL_-1205950063'), (u'COPY_-1205949692', u'MULTIEQUAL_-1205949175'), (u'INT_LESS_-1205950142', u'CBRANCH_-1205950151'), ('const-2', u'STORE_-1205950097'), ('tmp_4651', u'STORE_-1205949566'), (u'PTRADD_-1205949978', u'STORE_-1205950012'), (u'PTRADD_-1205949978', u'MULTIEQUAL_-1205949035'), ('const-0', u'INT_EQUAL_-1205950255'), ('const-1', u'PTRADD_-1205949978'), ('const-8', u'STORE_-1205949681'), (u'INT_2COMP_-1205949038', u'CAST_-1205948728'), ('const-17', u'INT_EQUAL_-1205949008'), (u'INT_NOTEQUAL_-1205949986', u'CBRANCH_-1205949983'), (u'PTRADD_-1205949479', u'MULTIEQUAL_-1205949269'), (u'INT_ADD_-1205949540', u'CAST_-1205948679'), (u'MULTIEQUAL_-1205949304', u'PTRADD_-1205949596'), (u'PTRADD_-1205949725', u'CALL_-1205949706'), ('const-417', u'STORE_-1205949481'), (u'INT_ADD_-1205949752', u'MULTIEQUAL_-1205949334'), (u'MULTIEQUAL_-1205949151', u'STORE_-1205949535'), ('const-1', u'PTRADD_-1205949725'), ('const-1', u'STORE_-1205949549'), ('tmp_3317', u'INT_EQUAL_-1205949008'), (u'INT_ADD_-1205950227', u'SUBPIECE_-1205948890'), ('const-1', u'PTRADD_-1205950331'), (u'INT_LESSEQUAL_-1205950197', u'BOOL_AND_-1205948958'), (u'CAST_-1205948679', u'MULTIEQUAL_-1205949269'), ('const-256', u'STORE_-1205949543'), ('const-0', u'SUBPIECE_-1205949020'), ('tmp_4651', u'STORE_-1205949791'), (u'MULTIEQUAL_-1205949334', u'INT_ADD_-1205950161'), ('tmp_4651', u'PTRADD_-1205949725'), ('const-0', u'INT_NOTEQUAL_-1205950018'), ('const-0', u'INT_EQUAL_-1205949731'), (u'COPY_-1205949731', u'MULTIEQUAL_-1205949152'), ('const-1', u'PTRADD_-1205949725'), (u'MULTIEQUAL_-1205949312', u'MULTIEQUAL_-1205949277'), (u'MULTIEQUAL_-1205949304', u'PTRADD_-1205949610'), (u'CAST_-1205948728', u'INT_LESSEQUAL_-1205949723'), ('tmp_3317', u'CALL_-1205949702'), ('tmp_3316', u'INT_EQUAL_-1205949731'), ('const-2', u'STORE_-1205949736'), ('tmp_4652', u'PTRADD_-1205950331'), ('const-0', u'RETURN_-1205949937'), ('tmp_283', u'CBRANCH_-1205950286'), (u'MULTIEQUAL_-1205949152', u'MULTIEQUAL_-1205949312'), (u'MULTIEQUAL_-1205949132', u'MULTIEQUAL_-1205949280'), ('const-0', u'CALL_-1205949702'), ('tmp_3317', u'CALL_-1205949447'), ('const-0', u'INT_EQUAL_-1205949009'), (u'INT_ADD_-1205949752', u'MULTIEQUAL_-1205949301'), (u'INT_LESS_-1205949745', u'INT_ZEXT_-1205949726'), (u'MULTIEQUAL_-1205949280', u'CALL_-1205949590'), (u'CAST_-1205948705', u'MULTIEQUAL_-1205949082'), ('const-1', u'PTRADD_-1205949617'), ('tmp_888', u'BRANCH_-1205949723'), ('const-1', u'PTRADD_-1205949596'), ('tmp_543', u'CBRANCH_-1205950115'), (u'PTRADD_-1205948683', u'CAST_-1205948675'), (u'INT_EQUAL_-1205950318', u'CBRANCH_-1205950313'), (u'BOOL_AND_-1205949754', u'CBRANCH_-1205949781'), ('const-1', u'PTRADD_-1205949945'), ('tmp_918', u'BRANCH_-1205949648'), (u'PTRADD_-1205949945', u'MULTIEQUAL_-1205949269'), ('tmp_1189', u'BRANCH_-1205949530')]
| null | null |
0001a7f0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}\n\n" comment (function_definition "void __regparm3 FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)" identifier (parameter_list "(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined1 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int param_5" primitive_type identifier) ))) (compound_statement "{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}" { (declaration "undefined1 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined1 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined1 uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "undefined1 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined2 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (expression_statement "puVar1 = param_4 + param_5;" (assignment_expression "puVar1 = param_4 + param_5" identifier = (binary_expression "param_4 + param_5" identifier + identifier)) ;) (if_statement "if (param_3 < 0) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }" if (parenthesized_expression "(param_3 < 0)" ( (binary_expression "param_3 < 0" identifier < number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }" { comment (expression_statement "FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);" (call_expression "FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3)" identifier (argument_list "("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3)" ( (string_literal ""../../gas/dwarf2dbg.c"" " string_content ") , number_literal , (string_literal ""emit_inc_line_addr"" " string_content ") , identifier ))) ;) })) (expression_statement "uVar2 = FUN_0001a590();" (assignment_expression "uVar2 = FUN_0001a590()" identifier = (call_expression "FUN_0001a590()" identifier (argument_list "()" ( )))) ;) (if_statement "if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(param_1 == 0x7fffffff)" ( (binary_expression "param_1 == 0x7fffffff" identifier == number_literal) )) (compound_statement "{\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }" { (expression_statement "puVar8 = (undefined2 *)(param_4 + 1);" (assignment_expression "puVar8 = (undefined2 *)(param_4 + 1)" identifier = (cast_expression "(undefined2 *)(param_4 + 1)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 1)" ( (binary_expression "param_4 + 1" identifier + number_literal) )))) ;) (if_statement "if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" if (parenthesized_expression "(param_3 == 0 && param_2 == 0x11)" ( (binary_expression "param_3 == 0 && param_2 == 0x11" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "param_2 == 0x11" identifier == number_literal)) )) (compound_statement "{\n *param_4 = 8;\n uVar2 = param_2;\n }" { (expression_statement "*param_4 = 8;" (assignment_expression "*param_4 = 8" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "uVar2 = param_2;" (assignment_expression "uVar2 = param_2" identifier = identifier) ;) }) (else_clause "else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" else (compound_statement "{\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" { (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(puVar8,param_2,param_3,0)" identifier = (call_expression "FUN_00031b50(puVar8,param_2,param_3,0)" identifier (argument_list "(puVar8,param_2,param_3,0)" ( identifier , identifier , identifier , number_literal )))) ;) (expression_statement "puVar8 = (undefined2 *)((int)puVar8 + uVar2);" (assignment_expression "puVar8 = (undefined2 *)((int)puVar8 + uVar2)" identifier = (cast_expression "(undefined2 *)((int)puVar8 + uVar2)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar8 + uVar2)" ( (binary_expression "(int)puVar8 + uVar2" (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) }))) (expression_statement "puVar3 = (undefined1 *)((int)puVar8 + 3);" (assignment_expression "puVar3 = (undefined1 *)((int)puVar8 + 3)" identifier = (cast_expression "(undefined1 *)((int)puVar8 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar8 + 3)" ( (binary_expression "(int)puVar8 + 3" (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined1 *)(puVar8 + 1) = 1;" (assignment_expression "*(undefined1 *)(puVar8 + 1) = 1" (pointer_expression "*(undefined1 *)(puVar8 + 1)" * (cast_expression "(undefined1 *)(puVar8 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8 + 1)" ( (binary_expression "puVar8 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*puVar8 = 0x100;" (assignment_expression "*puVar8 = 0x100" (pointer_expression "*puVar8" * identifier) = number_literal) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (expression_statement "uVar5 = param_1 + 5;" (assignment_expression "uVar5 = param_1 + 5" identifier = (binary_expression "param_1 + 5" identifier + number_literal)) ;) (if_statement "if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" if (parenthesized_expression "(uVar5 < 0xe)" ( (binary_expression "uVar5 < 0xe" identifier < number_literal) )) (compound_statement "{\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }" { (expression_statement "iVar7 = param_1;" (assignment_expression "iVar7 = param_1" identifier = identifier) ;) (if_statement "if (param_1 == 0) goto LAB_0001a912;" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0001a912;" goto statement_identifier ;)) (expression_statement "param_1 = param_1 + 0x12;" (assignment_expression "param_1 = param_1 + 0x12" identifier = (binary_expression "param_1 + 0x12" identifier + number_literal)) ;) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (if_statement "if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" if (parenthesized_expression "(param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3)" ( (binary_expression "param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "(uint)(0x110 < param_2) <= (uint)-param_3" (call_expression "(uint)(0x110 < param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x110 < param_2)" ( (binary_expression "0x110 < param_2" number_literal < identifier) ))) <= (binary_expression "(uint)-param_3" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" { (labeled_statement "LAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;" statement_identifier : (expression_statement "uVar2 = param_2 * 0xe + param_1;" (assignment_expression "uVar2 = param_2 * 0xe + param_1" identifier = (binary_expression "param_2 * 0xe + param_1" (binary_expression "param_2 * 0xe" identifier * number_literal) + identifier)) ;)) (if_statement "if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(uVar2 < 0x100)" ( (binary_expression "uVar2 < 0x100" identifier < number_literal) )) (compound_statement "{\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }" { (expression_statement "puVar3 = param_4 + 1;" (assignment_expression "puVar3 = param_4 + 1" identifier = (binary_expression "param_4 + 1" identifier + number_literal)) ;) (expression_statement "*param_4 = (char)uVar2;" (assignment_expression "*param_4 = (char)uVar2" (pointer_expression "*param_4" * identifier) = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (expression_statement "uVar2 = uVar2 - 0xee;" (assignment_expression "uVar2 = uVar2 - 0xee" identifier = (binary_expression "uVar2 - 0xee" identifier - number_literal)) ;) (if_statement "if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(uVar2 < 0x100)" ( (binary_expression "uVar2 < 0x100" identifier < number_literal) )) (compound_statement "{\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }" { (expression_statement "*param_4 = 8;" (assignment_expression "*param_4 = 8" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "puVar3 = param_4 + 2;" (assignment_expression "puVar3 = param_4 + 2" identifier = (binary_expression "param_4 + 2" identifier + number_literal)) ;) (expression_statement "param_4[1] = (char)uVar2;" (assignment_expression "param_4[1] = (char)uVar2" (subscript_expression "param_4[1]" identifier [ number_literal ]) = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (goto_statement "goto LAB_0001a897;" goto statement_identifier ;) })) (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier = (call_expression "FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier (argument_list "(param_4 + 1,param_2,param_3,0)" ( (binary_expression "param_4 + 1" identifier + number_literal) , identifier , identifier , number_literal )))) ;) (expression_statement "uVar4 = (undefined1)param_1;" (assignment_expression "uVar4 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "puVar6 = param_4 + 1 + uVar2;" (assignment_expression "puVar6 = param_4 + 1 + uVar2" identifier = (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" identifier + number_literal) + identifier)) ;) }) (else_clause "else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" else (compound_statement "{\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" { (expression_statement "*param_4 = 3;" (assignment_expression "*param_4 = 3" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "iVar7 = 1;" (assignment_expression "iVar7 = 1" identifier = number_literal) ;) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1)" identifier = (call_expression "FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1)" identifier (argument_list "(param_4 + 1,param_1,param_1 >> 0x1f,1)" ( (binary_expression "param_4 + 1" identifier + number_literal) , identifier , (binary_expression "param_1 >> 0x1f" identifier >> number_literal) , number_literal )))) ;) (expression_statement "uVar5 = 5;" (assignment_expression "uVar5 = 5" identifier = number_literal) ;) (expression_statement "param_4 = param_4 + 1 + uVar2;" (assignment_expression "param_4 = param_4 + 1 + uVar2" identifier = (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" identifier + number_literal) + identifier)) ;) (labeled_statement "LAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" statement_identifier : (if_statement "if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(param_3 == 0 && param_2 == 0)" ( (binary_expression "param_3 == 0 && param_2 == 0" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "param_2 == 0" identifier == number_literal)) )) (compound_statement "{\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" { (expression_statement "puVar3 = param_4 + 1;" (assignment_expression "puVar3 = param_4 + 1" identifier = (binary_expression "param_4 + 1" identifier + number_literal)) ;) (expression_statement "*param_4 = 1;" (assignment_expression "*param_4 = 1" (pointer_expression "*param_4" * identifier) = number_literal) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) }))) (expression_statement "param_1 = uVar5 + 0xd;" (assignment_expression "param_1 = uVar5 + 0xd" identifier = (binary_expression "uVar5 + 0xd" identifier + number_literal)) ;) (if_statement "if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;" if (parenthesized_expression "(param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3)" ( (binary_expression "param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "(uint)(0x110 < param_2) <= (uint)-param_3" (call_expression "(uint)(0x110 < param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x110 < param_2)" ( (binary_expression "0x110 < param_2" number_literal < identifier) ))) <= (binary_expression "(uint)-param_3" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (goto_statement "goto LAB_0001a877;" goto statement_identifier ;)) (labeled_statement "LAB_0001a897:\n *param_4 = 2;" statement_identifier : (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" * identifier) = number_literal) ;)) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier = (call_expression "FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier (argument_list "(param_4 + 1,param_2,param_3,0)" ( (binary_expression "param_4 + 1" identifier + number_literal) , identifier , identifier , number_literal )))) ;) (expression_statement "uVar4 = (undefined1)param_1;" (assignment_expression "uVar4 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "puVar6 = param_4 + 1 + uVar2;" (assignment_expression "puVar6 = param_4 + 1 + uVar2" identifier = (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" identifier + number_literal) + identifier)) ;) (if_statement "if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) (compound_statement "{\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }" { (expression_statement "*puVar6 = 1;" (assignment_expression "*puVar6 = 1" (pointer_expression "*puVar6" * identifier) = number_literal) ;) (expression_statement "puVar3 = puVar6 + 1;" (assignment_expression "puVar3 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) }))) (expression_statement "puVar3 = puVar6 + 1;" (assignment_expression "puVar3 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (expression_statement "*puVar6 = uVar4;" (assignment_expression "*puVar6 = uVar4" (pointer_expression "*puVar6" * identifier) = identifier) ;) (labeled_statement "LAB_0001a8c7:\n if (puVar3 != puVar1) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" statement_identifier : (if_statement "if (puVar3 != puVar1) {\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" if (parenthesized_expression "(puVar3 != puVar1)" ( (binary_expression "puVar3 != puVar1" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" { comment (expression_statement "FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);" (call_expression "FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2)" identifier (argument_list "("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2)" ( (string_literal ""../../gas/dwarf2dbg.c"" " string_content ") , number_literal , (string_literal ""emit_inc_line_addr"" " string_content ") , identifier ))) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid __regparm3 emit_inc_line_addr(int line_delta,addressT addr_delta,char *p,int len)\n\n{\n char *pcVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n char cVar5;\n int iVar6;\n char *pcVar7;\n int iVar8;\n char *local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1a7fb;\n pcVar1 = (char *)addr_delta + addr_delta._4_4_;\n local_24 = p;\n local_20 = len;\n if (len < 0) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");\n }\n scale_addr_delta((addressT *)&local_24);\n if (line_delta == 0x7fffffff) {\n pcVar7 = (char *)addr_delta + 1;\n if (local_20 == 0 && local_24 == (char *)0x11) {\n *(char *)addr_delta = '\b';\n }\n else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }\n pcVar4 = pcVar7 + 3;\n pcVar7[2] = '\x01';\n pcVar7[0] = '\0';\n pcVar7[1] = '\x01';\n goto LAB_0001a8c7;\n }\n uVar2 = line_delta + 5;\n if (uVar2 < 0xe) {\n iVar8 = line_delta;\n if (line_delta == 0) goto LAB_0001a912;\n iVar6 = line_delta + 0x12;\n iVar8 = 0;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n }\n else {\n *(char *)addr_delta = '\x03';\n iVar8 = 1;\n uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);\n uVar2 = 5;\n addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;\nLAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }\n iVar6 = uVar2 + 0xd;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;\nLAB_0001a897:\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }\n }\n pcVar4 = pcVar7 + 1;\n *pcVar7 = cVar5;\nLAB_0001a8c7:\n if (pcVar4 != pcVar1) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");\n }\n return;\n}\n\n" comment (function_definition "void __regparm3 emit_inc_line_addr(int line_delta,addressT addr_delta,char *p,int len)\n\n{\n char *pcVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n char cVar5;\n int iVar6;\n char *pcVar7;\n int iVar8;\n char *local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1a7fb;\n pcVar1 = (char *)addr_delta + addr_delta._4_4_;\n local_24 = p;\n local_20 = len;\n if (len < 0) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");\n }\n scale_addr_delta((addressT *)&local_24);\n if (line_delta == 0x7fffffff) {\n pcVar7 = (char *)addr_delta + 1;\n if (local_20 == 0 && local_24 == (char *)0x11) {\n *(char *)addr_delta = '\b';\n }\n else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }\n pcVar4 = pcVar7 + 3;\n pcVar7[2] = '\x01';\n pcVar7[0] = '\0';\n pcVar7[1] = '\x01';\n goto LAB_0001a8c7;\n }\n uVar2 = line_delta + 5;\n if (uVar2 < 0xe) {\n iVar8 = line_delta;\n if (line_delta == 0) goto LAB_0001a912;\n iVar6 = line_delta + 0x12;\n iVar8 = 0;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n }\n else {\n *(char *)addr_delta = '\x03';\n iVar8 = 1;\n uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);\n uVar2 = 5;\n addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;\nLAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }\n iVar6 = uVar2 + 0xd;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;\nLAB_0001a897:\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }\n }\n pcVar4 = pcVar7 + 1;\n *pcVar7 = cVar5;\nLAB_0001a8c7:\n if (pcVar4 != pcVar1) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");\n }\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "emit_inc_line_addr(int line_delta,addressT addr_delta,char *p,int len)" identifier (parameter_list "(int line_delta,addressT addr_delta,char *p,int len)" ( (parameter_declaration "int line_delta" primitive_type identifier) , (parameter_declaration "addressT addr_delta" type_identifier identifier) , (parameter_declaration "char *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "int len" primitive_type identifier) ))) (compound_statement "{\n char *pcVar1;\n uint uVar2;\n uint uVar3;\n char *pcVar4;\n char cVar5;\n int iVar6;\n char *pcVar7;\n int iVar8;\n char *local_24;\n int local_20;\n undefined4 uStack_14;\n \n uStack_14 = 0x1a7fb;\n pcVar1 = (char *)addr_delta + addr_delta._4_4_;\n local_24 = p;\n local_20 = len;\n if (len < 0) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");\n }\n scale_addr_delta((addressT *)&local_24);\n if (line_delta == 0x7fffffff) {\n pcVar7 = (char *)addr_delta + 1;\n if (local_20 == 0 && local_24 == (char *)0x11) {\n *(char *)addr_delta = '\b';\n }\n else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }\n pcVar4 = pcVar7 + 3;\n pcVar7[2] = '\x01';\n pcVar7[0] = '\0';\n pcVar7[1] = '\x01';\n goto LAB_0001a8c7;\n }\n uVar2 = line_delta + 5;\n if (uVar2 < 0xe) {\n iVar8 = line_delta;\n if (line_delta == 0) goto LAB_0001a912;\n iVar6 = line_delta + 0x12;\n iVar8 = 0;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n }\n else {\n *(char *)addr_delta = '\x03';\n iVar8 = 1;\n uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);\n uVar2 = 5;\n addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;\nLAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }\n iVar6 = uVar2 + 0xd;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;\nLAB_0001a897:\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }\n }\n pcVar4 = pcVar7 + 1;\n *pcVar7 = cVar5;\nLAB_0001a8c7:\n if (pcVar4 != pcVar1) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");\n }\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "char cVar5;" primitive_type identifier ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "int iVar8;" primitive_type identifier ;) (declaration "char *local_24;" primitive_type (pointer_declarator "*local_24" * identifier) ;) (declaration "int local_20;" primitive_type identifier ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1a7fb;" (assignment_expression "uStack_14 = 0x1a7fb" identifier = number_literal) ;) (expression_statement "pcVar1 = (char *)addr_delta + addr_delta._4_4_;" (assignment_expression "pcVar1 = (char *)addr_delta + addr_delta._4_4_" identifier = (binary_expression "(char *)addr_delta + addr_delta._4_4_" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + (field_expression "addr_delta._4_4_" identifier . field_identifier))) ;) (expression_statement "local_24 = p;" (assignment_expression "local_24 = p" identifier = identifier) ;) (expression_statement "local_20 = len;" (assignment_expression "local_20 = len" identifier = identifier) ;) (if_statement "if (len < 0) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");\n }" if (parenthesized_expression "(len < 0)" ( (binary_expression "len < 0" identifier < number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");\n }" { comment (expression_statement "as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");" (call_expression "as_abort("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr")" identifier (argument_list "("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr")" ( (string_literal ""../../gas/dwarf2dbg.c"" " string_content ") , number_literal , (string_literal ""emit_inc_line_addr"" " string_content ") ))) ;) })) (expression_statement "scale_addr_delta((addressT *)&local_24);" (call_expression "scale_addr_delta((addressT *)&local_24)" identifier (argument_list "((addressT *)&local_24)" ( (cast_expression "(addressT *)&local_24" ( (type_descriptor "addressT *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_24" & identifier)) ))) ;) (if_statement "if (line_delta == 0x7fffffff) {\n pcVar7 = (char *)addr_delta + 1;\n if (local_20 == 0 && local_24 == (char *)0x11) {\n *(char *)addr_delta = '\b';\n }\n else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }\n pcVar4 = pcVar7 + 3;\n pcVar7[2] = '\x01';\n pcVar7[0] = '\0';\n pcVar7[1] = '\x01';\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(line_delta == 0x7fffffff)" ( (binary_expression "line_delta == 0x7fffffff" identifier == number_literal) )) (compound_statement "{\n pcVar7 = (char *)addr_delta + 1;\n if (local_20 == 0 && local_24 == (char *)0x11) {\n *(char *)addr_delta = '\b';\n }\n else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }\n pcVar4 = pcVar7 + 3;\n pcVar7[2] = '\x01';\n pcVar7[0] = '\0';\n pcVar7[1] = '\x01';\n goto LAB_0001a8c7;\n }" { (expression_statement "pcVar7 = (char *)addr_delta + 1;" (assignment_expression "pcVar7 = (char *)addr_delta + 1" identifier = (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal)) ;) (if_statement "if (local_20 == 0 && local_24 == (char *)0x11) {\n *(char *)addr_delta = '\b';\n }\n else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }" if (parenthesized_expression "(local_20 == 0 && local_24 == (char *)0x11)" ( (binary_expression "local_20 == 0 && local_24 == (char *)0x11" (binary_expression "local_20 == 0" identifier == number_literal) && (binary_expression "local_24 == (char *)0x11" identifier == (cast_expression "(char *)0x11" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n *(char *)addr_delta = '\b';\n }" { (expression_statement "*(char *)addr_delta = '\b';" (assignment_expression "*(char *)addr_delta = '\b'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\b'" ' escape_sequence ')) ;) }) (else_clause "else {\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }" else (compound_statement "{\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);\n pcVar7 = pcVar7 + uVar2;\n }" { (expression_statement "*(char *)addr_delta = '\x02';" (assignment_expression "*(char *)addr_delta = '\x02'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\x02'" ' escape_sequence ')) ;) (expression_statement "uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0);" (assignment_expression "uVar2 = output_leb128(pcVar7,CONCAT44(local_20,local_24),0)" identifier = (call_expression "output_leb128(pcVar7,CONCAT44(local_20,local_24),0)" identifier (argument_list "(pcVar7,CONCAT44(local_20,local_24),0)" ( identifier , (call_expression "CONCAT44(local_20,local_24)" identifier (argument_list "(local_20,local_24)" ( identifier , identifier ))) , number_literal )))) ;) (expression_statement "pcVar7 = pcVar7 + uVar2;" (assignment_expression "pcVar7 = pcVar7 + uVar2" identifier = (binary_expression "pcVar7 + uVar2" identifier + identifier)) ;) }))) (expression_statement "pcVar4 = pcVar7 + 3;" (assignment_expression "pcVar4 = pcVar7 + 3" identifier = (binary_expression "pcVar7 + 3" identifier + number_literal)) ;) (expression_statement "pcVar7[2] = '\x01';" (assignment_expression "pcVar7[2] = '\x01'" (subscript_expression "pcVar7[2]" identifier [ number_literal ]) = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "pcVar7[0] = '\0';" (assignment_expression "pcVar7[0] = '\0'" (subscript_expression "pcVar7[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "pcVar7[1] = '\x01';" (assignment_expression "pcVar7[1] = '\x01'" (subscript_expression "pcVar7[1]" identifier [ number_literal ]) = (char_literal "'\x01'" ' escape_sequence ')) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (expression_statement "uVar2 = line_delta + 5;" (assignment_expression "uVar2 = line_delta + 5" identifier = (binary_expression "line_delta + 5" identifier + number_literal)) ;) (if_statement "if (uVar2 < 0xe) {\n iVar8 = line_delta;\n if (line_delta == 0) goto LAB_0001a912;\n iVar6 = line_delta + 0x12;\n iVar8 = 0;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n }\n else {\n *(char *)addr_delta = '\x03';\n iVar8 = 1;\n uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);\n uVar2 = 5;\n addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;\nLAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }\n iVar6 = uVar2 + 0xd;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;\nLAB_0001a897:\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }\n }" if (parenthesized_expression "(uVar2 < 0xe)" ( (binary_expression "uVar2 < 0xe" identifier < number_literal) )) (compound_statement "{\n iVar8 = line_delta;\n if (line_delta == 0) goto LAB_0001a912;\n iVar6 = line_delta + 0x12;\n iVar8 = 0;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n }" { (expression_statement "iVar8 = line_delta;" (assignment_expression "iVar8 = line_delta" identifier = identifier) ;) (if_statement "if (line_delta == 0) goto LAB_0001a912;" if (parenthesized_expression "(line_delta == 0)" ( (binary_expression "line_delta == 0" identifier == number_literal) )) (goto_statement "goto LAB_0001a912;" goto statement_identifier ;)) (expression_statement "iVar6 = line_delta + 0x12;" (assignment_expression "iVar6 = line_delta + 0x12" identifier = (binary_expression "line_delta + 0x12" identifier + number_literal)) ;) (expression_statement "iVar8 = 0;" (assignment_expression "iVar8 = 0" identifier = number_literal) ;) (if_statement "if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) {\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" if (parenthesized_expression "(local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20)" ( (binary_expression "local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20" (binary_expression "local_20 == 0" identifier == number_literal) && (binary_expression "(uint)((char *)0x110 < local_24) <= (uint)-local_20" (call_expression "(uint)((char *)0x110 < local_24)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((char *)0x110 < local_24)" ( (binary_expression "(char *)0x110 < local_24" (cast_expression "(char *)0x110" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) ))) <= (binary_expression "(uint)-local_20" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\nLAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;\n if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }\n if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" { (labeled_statement "LAB_0001a877:\n uVar2 = (int)local_24 * 0xe + iVar6;" statement_identifier : (expression_statement "uVar2 = (int)local_24 * 0xe + iVar6;" (assignment_expression "uVar2 = (int)local_24 * 0xe + iVar6" identifier = (binary_expression "(int)local_24 * 0xe + iVar6" (binary_expression "(int)local_24 * 0xe" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + identifier)) ;)) (if_statement "if (uVar2 < 0x100) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(uVar2 < 0x100)" ( (binary_expression "uVar2 < 0x100" identifier < number_literal) )) (compound_statement "{\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = (char)uVar2;\n goto LAB_0001a8c7;\n }" { (expression_statement "pcVar4 = (char *)addr_delta + 1;" (assignment_expression "pcVar4 = (char *)addr_delta + 1" identifier = (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal)) ;) (expression_statement "*(char *)addr_delta = (char)uVar2;" (assignment_expression "*(char *)addr_delta = (char)uVar2" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (if_statement "if (uVar2 - 0xee < 0x100) {\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(uVar2 - 0xee < 0x100)" ( (binary_expression "uVar2 - 0xee < 0x100" (binary_expression "uVar2 - 0xee" identifier - number_literal) < number_literal) )) (compound_statement "{\n *(char *)addr_delta = '\b';\n pcVar4 = (char *)addr_delta + 2;\n ((char *)addr_delta)[1] = (char)(uVar2 - 0xee);\n goto LAB_0001a8c7;\n }" { (expression_statement "*(char *)addr_delta = '\b';" (assignment_expression "*(char *)addr_delta = '\b'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\b'" ' escape_sequence ')) ;) (expression_statement "pcVar4 = (char *)addr_delta + 2;" (assignment_expression "pcVar4 = (char *)addr_delta + 2" identifier = (binary_expression "(char *)addr_delta + 2" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal)) ;) (expression_statement "((char *)addr_delta)[1] = (char)(uVar2 - 0xee);" (assignment_expression "((char *)addr_delta)[1] = (char)(uVar2 - 0xee)" (subscript_expression "((char *)addr_delta)[1]" (parenthesized_expression "((char *)addr_delta)" ( (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )) [ number_literal ]) = (cast_expression "(char)(uVar2 - 0xee)" ( (type_descriptor "char" primitive_type) ) (parenthesized_expression "(uVar2 - 0xee)" ( (binary_expression "uVar2 - 0xee" identifier - number_literal) )))) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (goto_statement "goto LAB_0001a897;" goto statement_identifier ;) })) (expression_statement "*(char *)addr_delta = '\x02';" (assignment_expression "*(char *)addr_delta = '\x02'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\x02'" ' escape_sequence ')) ;) (expression_statement "uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);" (assignment_expression "uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0)" identifier = (call_expression "output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0)" identifier (argument_list "((char *)addr_delta + 1,CONCAT44(local_20,local_24),0)" ( (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) , (call_expression "CONCAT44(local_20,local_24)" identifier (argument_list "(local_20,local_24)" ( identifier , identifier ))) , number_literal )))) ;) (expression_statement "cVar5 = (char)iVar6;" (assignment_expression "cVar5 = (char)iVar6" identifier = (cast_expression "(char)iVar6" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar7 = (char *)addr_delta + 1 + uVar2;" (assignment_expression "pcVar7 = (char *)addr_delta + 1 + uVar2" identifier = (binary_expression "(char *)addr_delta + 1 + uVar2" (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) + identifier)) ;) }) (else_clause "else {\n *(char *)addr_delta = '\x03';\n iVar8 = 1;\n uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);\n uVar2 = 5;\n addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;\nLAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }\n iVar6 = uVar2 + 0xd;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;\nLAB_0001a897:\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }\n }" else (compound_statement "{\n *(char *)addr_delta = '\x03';\n iVar8 = 1;\n uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);\n uVar2 = 5;\n addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;\nLAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }\n iVar6 = uVar2 + 0xd;\n if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;\nLAB_0001a897:\n *(char *)addr_delta = '\x02';\n uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);\n cVar5 = (char)iVar6;\n pcVar7 = (char *)addr_delta + 1 + uVar2;\n if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }\n }" { (expression_statement "*(char *)addr_delta = '\x03';" (assignment_expression "*(char *)addr_delta = '\x03'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\x03'" ' escape_sequence ')) ;) (expression_statement "iVar8 = 1;" (assignment_expression "iVar8 = 1" identifier = number_literal) ;) (expression_statement "uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1);" (assignment_expression "uVar3 = output_leb128((char *)addr_delta + 1,(longlong)line_delta,1)" identifier = (call_expression "output_leb128((char *)addr_delta + 1,(longlong)line_delta,1)" identifier (argument_list "((char *)addr_delta + 1,(longlong)line_delta,1)" ( (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) , (cast_expression "(longlong)line_delta" ( (type_descriptor "longlong" type_identifier) ) identifier) , number_literal )))) ;) (expression_statement "uVar2 = 5;" (assignment_expression "uVar2 = 5" identifier = number_literal) ;) (expression_statement "addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3;" (assignment_expression "addr_delta._0_4_ = (char *)addr_delta + 1 + uVar3" (field_expression "addr_delta._0_4_" identifier . field_identifier) = (binary_expression "(char *)addr_delta + 1 + uVar3" (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) + identifier)) ;) (labeled_statement "LAB_0001a912:\n if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }" statement_identifier : (if_statement "if (local_20 == 0 && local_24 == (char *)0x0) {\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(local_20 == 0 && local_24 == (char *)0x0)" ( (binary_expression "local_20 == 0 && local_24 == (char *)0x0" (binary_expression "local_20 == 0" identifier == number_literal) && (binary_expression "local_24 == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal))) )) (compound_statement "{\n pcVar4 = (char *)addr_delta + 1;\n *(char *)addr_delta = '\x01';\n goto LAB_0001a8c7;\n }" { (expression_statement "pcVar4 = (char *)addr_delta + 1;" (assignment_expression "pcVar4 = (char *)addr_delta + 1" identifier = (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal)) ;) (expression_statement "*(char *)addr_delta = '\x01';" (assignment_expression "*(char *)addr_delta = '\x01'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\x01'" ' escape_sequence ')) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) }))) (expression_statement "iVar6 = uVar2 + 0xd;" (assignment_expression "iVar6 = uVar2 + 0xd" identifier = (binary_expression "uVar2 + 0xd" identifier + number_literal)) ;) (if_statement "if (local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20) goto LAB_0001a877;" if (parenthesized_expression "(local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20)" ( (binary_expression "local_20 == 0 && (uint)((char *)0x110 < local_24) <= (uint)-local_20" (binary_expression "local_20 == 0" identifier == number_literal) && (binary_expression "(uint)((char *)0x110 < local_24) <= (uint)-local_20" (call_expression "(uint)((char *)0x110 < local_24)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "((char *)0x110 < local_24)" ( (binary_expression "(char *)0x110 < local_24" (cast_expression "(char *)0x110" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) < identifier) ))) <= (binary_expression "(uint)-local_20" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (goto_statement "goto LAB_0001a877;" goto statement_identifier ;)) (labeled_statement "LAB_0001a897:\n *(char *)addr_delta = '\x02';" statement_identifier : (expression_statement "*(char *)addr_delta = '\x02';" (assignment_expression "*(char *)addr_delta = '\x02'" (pointer_expression "*(char *)addr_delta" * (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = (char_literal "'\x02'" ' escape_sequence ')) ;)) (expression_statement "uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0);" (assignment_expression "uVar2 = output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0)" identifier = (call_expression "output_leb128((char *)addr_delta + 1,CONCAT44(local_20,local_24),0)" identifier (argument_list "((char *)addr_delta + 1,CONCAT44(local_20,local_24),0)" ( (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) , (call_expression "CONCAT44(local_20,local_24)" identifier (argument_list "(local_20,local_24)" ( identifier , identifier ))) , number_literal )))) ;) (expression_statement "cVar5 = (char)iVar6;" (assignment_expression "cVar5 = (char)iVar6" identifier = (cast_expression "(char)iVar6" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "pcVar7 = (char *)addr_delta + 1 + uVar2;" (assignment_expression "pcVar7 = (char *)addr_delta + 1 + uVar2" identifier = (binary_expression "(char *)addr_delta + 1 + uVar2" (binary_expression "(char *)addr_delta + 1" (cast_expression "(char *)addr_delta" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) + number_literal) + identifier)) ;) (if_statement "if (iVar8 != 0) {\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(iVar8 != 0)" ( (binary_expression "iVar8 != 0" identifier != number_literal) )) (compound_statement "{\n *pcVar7 = '\x01';\n pcVar4 = pcVar7 + 1;\n goto LAB_0001a8c7;\n }" { (expression_statement "*pcVar7 = '\x01';" (assignment_expression "*pcVar7 = '\x01'" (pointer_expression "*pcVar7" * identifier) = (char_literal "'\x01'" ' escape_sequence ')) ;) (expression_statement "pcVar4 = pcVar7 + 1;" (assignment_expression "pcVar4 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) }))) (expression_statement "pcVar4 = pcVar7 + 1;" (assignment_expression "pcVar4 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar7 = cVar5;" (assignment_expression "*pcVar7 = cVar5" (pointer_expression "*pcVar7" * identifier) = identifier) ;) (labeled_statement "LAB_0001a8c7:\n if (pcVar4 != pcVar1) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");\n }" statement_identifier : (if_statement "if (pcVar4 != pcVar1) {\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");\n }" if (parenthesized_expression "(pcVar4 != pcVar1)" ( (binary_expression "pcVar4 != pcVar1" identifier != identifier) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");\n }" { comment (expression_statement "as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");" (call_expression "as_abort("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr")" identifier (argument_list "("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr")" ( (string_literal ""../../gas/dwarf2dbg.c"" " string_content ") , number_literal , (string_literal ""emit_inc_line_addr"" " string_content ") ))) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit "void __regparm3 FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}\n\n" (function_definition "void __regparm3 FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)" identifier (parameter_list "(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) , (parameter_declaration "undefined1 *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) , (parameter_declaration "int param_5" primitive_type identifier) ))) (compound_statement "{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}" { (declaration "undefined1 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "undefined1 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined1 uVar4;" type_identifier identifier ;) (declaration "uint uVar5;" type_identifier identifier ;) (declaration "undefined1 *puVar6;" type_identifier (pointer_declarator "*puVar6" * identifier) ;) (declaration "int iVar7;" primitive_type identifier ;) (declaration "undefined2 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (expression_statement "puVar1 = param_4 + param_5;" (assignment_expression "puVar1 = param_4 + param_5" identifier = (binary_expression "param_4 + param_5" identifier + identifier)) ;) (if_statement "if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }" if (parenthesized_expression "(param_3 < 0)" ( (binary_expression "param_3 < 0" identifier < number_literal) )) (compound_statement "{\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }" { (expression_statement "FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);" (call_expression "FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3)" identifier (argument_list "("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3)" ( (string_literal ""../../gas/dwarf2dbg.c"" " string_content ") , number_literal , (string_literal ""emit_inc_line_addr"" " string_content ") , identifier ))) ;) })) (expression_statement "uVar2 = FUN_0001a590();" (assignment_expression "uVar2 = FUN_0001a590()" identifier = (call_expression "FUN_0001a590()" identifier (argument_list "()" ( )))) ;) (if_statement "if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(param_1 == 0x7fffffff)" ( (binary_expression "param_1 == 0x7fffffff" identifier == number_literal) )) (compound_statement "{\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }" { (expression_statement "puVar8 = (undefined2 *)(param_4 + 1);" (assignment_expression "puVar8 = (undefined2 *)(param_4 + 1)" identifier = (cast_expression "(undefined2 *)(param_4 + 1)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_4 + 1)" ( (binary_expression "param_4 + 1" identifier + number_literal) )))) ;) (if_statement "if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" if (parenthesized_expression "(param_3 == 0 && param_2 == 0x11)" ( (binary_expression "param_3 == 0 && param_2 == 0x11" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "param_2 == 0x11" identifier == number_literal)) )) (compound_statement "{\n *param_4 = 8;\n uVar2 = param_2;\n }" { (expression_statement "*param_4 = 8;" (assignment_expression "*param_4 = 8" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "uVar2 = param_2;" (assignment_expression "uVar2 = param_2" identifier = identifier) ;) }) (else_clause "else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" else (compound_statement "{\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" { (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(puVar8,param_2,param_3,0)" identifier = (call_expression "FUN_00031b50(puVar8,param_2,param_3,0)" identifier (argument_list "(puVar8,param_2,param_3,0)" ( identifier , identifier , identifier , number_literal )))) ;) (expression_statement "puVar8 = (undefined2 *)((int)puVar8 + uVar2);" (assignment_expression "puVar8 = (undefined2 *)((int)puVar8 + uVar2)" identifier = (cast_expression "(undefined2 *)((int)puVar8 + uVar2)" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar8 + uVar2)" ( (binary_expression "(int)puVar8 + uVar2" (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) }))) (expression_statement "puVar3 = (undefined1 *)((int)puVar8 + 3);" (assignment_expression "puVar3 = (undefined1 *)((int)puVar8 + 3)" identifier = (cast_expression "(undefined1 *)((int)puVar8 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)puVar8 + 3)" ( (binary_expression "(int)puVar8 + 3" (cast_expression "(int)puVar8" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined1 *)(puVar8 + 1) = 1;" (assignment_expression "*(undefined1 *)(puVar8 + 1) = 1" (pointer_expression "*(undefined1 *)(puVar8 + 1)" * (cast_expression "(undefined1 *)(puVar8 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar8 + 1)" ( (binary_expression "puVar8 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*puVar8 = 0x100;" (assignment_expression "*puVar8 = 0x100" (pointer_expression "*puVar8" * identifier) = number_literal) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (expression_statement "uVar5 = param_1 + 5;" (assignment_expression "uVar5 = param_1 + 5" identifier = (binary_expression "param_1 + 5" identifier + number_literal)) ;) (if_statement "if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" if (parenthesized_expression "(uVar5 < 0xe)" ( (binary_expression "uVar5 < 0xe" identifier < number_literal) )) (compound_statement "{\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }" { (expression_statement "iVar7 = param_1;" (assignment_expression "iVar7 = param_1" identifier = identifier) ;) (if_statement "if (param_1 == 0) goto LAB_0001a912;" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (goto_statement "goto LAB_0001a912;" goto statement_identifier ;)) (expression_statement "param_1 = param_1 + 0x12;" (assignment_expression "param_1 = param_1 + 0x12" identifier = (binary_expression "param_1 + 0x12" identifier + number_literal)) ;) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" identifier = number_literal) ;) (if_statement "if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" if (parenthesized_expression "(param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3)" ( (binary_expression "param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "(uint)(0x110 < param_2) <= (uint)-param_3" (call_expression "(uint)(0x110 < param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x110 < param_2)" ( (binary_expression "0x110 < param_2" number_literal < identifier) ))) <= (binary_expression "(uint)-param_3" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (compound_statement "{\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" { (labeled_statement "LAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;" statement_identifier : (expression_statement "uVar2 = param_2 * 0xe + param_1;" (assignment_expression "uVar2 = param_2 * 0xe + param_1" identifier = (binary_expression "param_2 * 0xe + param_1" (binary_expression "param_2 * 0xe" identifier * number_literal) + identifier)) ;)) (if_statement "if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(uVar2 < 0x100)" ( (binary_expression "uVar2 < 0x100" identifier < number_literal) )) (compound_statement "{\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }" { (expression_statement "puVar3 = param_4 + 1;" (assignment_expression "puVar3 = param_4 + 1" identifier = (binary_expression "param_4 + 1" identifier + number_literal)) ;) (expression_statement "*param_4 = (char)uVar2;" (assignment_expression "*param_4 = (char)uVar2" (pointer_expression "*param_4" * identifier) = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (expression_statement "uVar2 = uVar2 - 0xee;" (assignment_expression "uVar2 = uVar2 - 0xee" identifier = (binary_expression "uVar2 - 0xee" identifier - number_literal)) ;) (if_statement "if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(uVar2 < 0x100)" ( (binary_expression "uVar2 < 0x100" identifier < number_literal) )) (compound_statement "{\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }" { (expression_statement "*param_4 = 8;" (assignment_expression "*param_4 = 8" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "puVar3 = param_4 + 2;" (assignment_expression "puVar3 = param_4 + 2" identifier = (binary_expression "param_4 + 2" identifier + number_literal)) ;) (expression_statement "param_4[1] = (char)uVar2;" (assignment_expression "param_4[1] = (char)uVar2" (subscript_expression "param_4[1]" identifier [ number_literal ]) = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) (goto_statement "goto LAB_0001a897;" goto statement_identifier ;) })) (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier = (call_expression "FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier (argument_list "(param_4 + 1,param_2,param_3,0)" ( (binary_expression "param_4 + 1" identifier + number_literal) , identifier , identifier , number_literal )))) ;) (expression_statement "uVar4 = (undefined1)param_1;" (assignment_expression "uVar4 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "puVar6 = param_4 + 1 + uVar2;" (assignment_expression "puVar6 = param_4 + 1 + uVar2" identifier = (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" identifier + number_literal) + identifier)) ;) }) (else_clause "else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" else (compound_statement "{\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" { (expression_statement "*param_4 = 3;" (assignment_expression "*param_4 = 3" (pointer_expression "*param_4" * identifier) = number_literal) ;) (expression_statement "iVar7 = 1;" (assignment_expression "iVar7 = 1" identifier = number_literal) ;) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1)" identifier = (call_expression "FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1)" identifier (argument_list "(param_4 + 1,param_1,param_1 >> 0x1f,1)" ( (binary_expression "param_4 + 1" identifier + number_literal) , identifier , (binary_expression "param_1 >> 0x1f" identifier >> number_literal) , number_literal )))) ;) (expression_statement "uVar5 = 5;" (assignment_expression "uVar5 = 5" identifier = number_literal) ;) (expression_statement "param_4 = param_4 + 1 + uVar2;" (assignment_expression "param_4 = param_4 + 1 + uVar2" identifier = (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" identifier + number_literal) + identifier)) ;) (labeled_statement "LAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" statement_identifier : (if_statement "if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(param_3 == 0 && param_2 == 0)" ( (binary_expression "param_3 == 0 && param_2 == 0" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "param_2 == 0" identifier == number_literal)) )) (compound_statement "{\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" { (expression_statement "puVar3 = param_4 + 1;" (assignment_expression "puVar3 = param_4 + 1" identifier = (binary_expression "param_4 + 1" identifier + number_literal)) ;) (expression_statement "*param_4 = 1;" (assignment_expression "*param_4 = 1" (pointer_expression "*param_4" * identifier) = number_literal) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) }))) (expression_statement "param_1 = uVar5 + 0xd;" (assignment_expression "param_1 = uVar5 + 0xd" identifier = (binary_expression "uVar5 + 0xd" identifier + number_literal)) ;) (if_statement "if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;" if (parenthesized_expression "(param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3)" ( (binary_expression "param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3" (binary_expression "param_3 == 0" identifier == number_literal) && (binary_expression "(uint)(0x110 < param_2) <= (uint)-param_3" (call_expression "(uint)(0x110 < param_2)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0x110 < param_2)" ( (binary_expression "0x110 < param_2" number_literal < identifier) ))) <= (binary_expression "(uint)-param_3" (parenthesized_expression "(uint)" ( identifier )) - identifier))) )) (goto_statement "goto LAB_0001a877;" goto statement_identifier ;)) (labeled_statement "LAB_0001a897:\n *param_4 = 2;" statement_identifier : (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" * identifier) = number_literal) ;)) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier = (call_expression "FUN_00031b50(param_4 + 1,param_2,param_3,0)" identifier (argument_list "(param_4 + 1,param_2,param_3,0)" ( (binary_expression "param_4 + 1" identifier + number_literal) , identifier , identifier , number_literal )))) ;) (expression_statement "uVar4 = (undefined1)param_1;" (assignment_expression "uVar4 = (undefined1)param_1" identifier = (cast_expression "(undefined1)param_1" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "puVar6 = param_4 + 1 + uVar2;" (assignment_expression "puVar6 = param_4 + 1 + uVar2" identifier = (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" identifier + number_literal) + identifier)) ;) (if_statement "if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }" if (parenthesized_expression "(iVar7 != 0)" ( (binary_expression "iVar7 != 0" identifier != number_literal) )) (compound_statement "{\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }" { (expression_statement "*puVar6 = 1;" (assignment_expression "*puVar6 = 1" (pointer_expression "*puVar6" * identifier) = number_literal) ;) (expression_statement "puVar3 = puVar6 + 1;" (assignment_expression "puVar3 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (goto_statement "goto LAB_0001a8c7;" goto statement_identifier ;) })) }))) (expression_statement "puVar3 = puVar6 + 1;" (assignment_expression "puVar3 = puVar6 + 1" identifier = (binary_expression "puVar6 + 1" identifier + number_literal)) ;) (expression_statement "*puVar6 = uVar4;" (assignment_expression "*puVar6 = uVar4" (pointer_expression "*puVar6" * identifier) = identifier) ;) (labeled_statement "LAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" statement_identifier : (if_statement "if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" if (parenthesized_expression "(puVar3 != puVar1)" ( (binary_expression "puVar3 != puVar1" identifier != identifier) )) (compound_statement "{\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" { (expression_statement "FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);" (call_expression "FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2)" identifier (argument_list "("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2)" ( (string_literal ""../../gas/dwarf2dbg.c"" " string_content ") , number_literal , (string_literal ""emit_inc_line_addr"" " string_content ") , identifier ))) ;) }))) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) ))) <= (binary_expression (parenthesized_expression ( IDENT )) - IDENT))) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT * LIT) + IDENT)) ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (goto_statement goto statement_identifier ;) })) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (binary_expression IDENT >> LIT) , LIT )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + IDENT)) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression IDENT == LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (goto_statement goto statement_identifier ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT == LIT) && (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) ))) <= (binary_expression (parenthesized_expression ( IDENT )) - IDENT))) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , IDENT , LIT )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) }))) (return_statement return ;) })))
|
(function_definition "void __regparm3 FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)\n\n{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}" (primitive_type "void") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0001a7f0(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)" (identifier "FUN_0001a7f0") (parameter_list "(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "uint param_2" (type_identifier "uint") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) (, ",") (parameter_declaration "undefined1 *param_4" (type_identifier "undefined1") (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) (, ",") (parameter_declaration "int param_5" (primitive_type "int") (identifier "param_5")) () ")"))) (compound_statement "{\n undefined1 *puVar1;\n uint uVar2;\n undefined1 *puVar3;\n undefined1 uVar4;\n uint uVar5;\n undefined1 *puVar6;\n int iVar7;\n undefined2 *puVar8;\n \n puVar1 = param_4 + param_5;\n if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }\n uVar2 = FUN_0001a590();\n if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }\n uVar5 = param_1 + 5;\n if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }\n puVar3 = puVar6 + 1;\n *puVar6 = uVar4;\nLAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }\n return;\n}" ({ "{") (declaration "undefined1 *puVar1;" (type_identifier "undefined1") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "undefined1 *puVar3;" (type_identifier "undefined1") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined1 uVar4;" (type_identifier "undefined1") (identifier "uVar4") (; ";")) (declaration "uint uVar5;" (type_identifier "uint") (identifier "uVar5") (; ";")) (declaration "undefined1 *puVar6;" (type_identifier "undefined1") (pointer_declarator "*puVar6" (* "*") (identifier "puVar6")) (; ";")) (declaration "int iVar7;" (primitive_type "int") (identifier "iVar7") (; ";")) (declaration "undefined2 *puVar8;" (type_identifier "undefined2") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (expression_statement "puVar1 = param_4 + param_5;" (assignment_expression "puVar1 = param_4 + param_5" (identifier "puVar1") (= "=") (binary_expression "param_4 + param_5" (identifier "param_4") (+ "+") (identifier "param_5"))) (; ";")) (if_statement "if (param_3 < 0) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }" (if "if") (parenthesized_expression "(param_3 < 0)" (( "(") (binary_expression "param_3 < 0" (identifier "param_3") (< "<") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);\n }" ({ "{") (expression_statement "FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);" (call_expression "FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3)" (identifier "FUN_0002be50") (argument_list "("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3)" (( "(") (string_literal ""../../gas/dwarf2dbg.c"" (" """) (string_content "../../gas/dwarf2dbg.c") (" """)) (, ",") (number_literal "0x4bd") (, ",") (string_literal ""emit_inc_line_addr"" (" """) (string_content "emit_inc_line_addr") (" """)) (, ",") (identifier "param_3") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar2 = FUN_0001a590();" (assignment_expression "uVar2 = FUN_0001a590()" (identifier "uVar2") (= "=") (call_expression "FUN_0001a590()" (identifier "FUN_0001a590") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (param_1 == 0x7fffffff) {\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }" (if "if") (parenthesized_expression "(param_1 == 0x7fffffff)" (( "(") (binary_expression "param_1 == 0x7fffffff" (identifier "param_1") (== "==") (number_literal "0x7fffffff")) () ")")) (compound_statement "{\n puVar8 = (undefined2 *)(param_4 + 1);\n if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }\n puVar3 = (undefined1 *)((int)puVar8 + 3);\n *(undefined1 *)(puVar8 + 1) = 1;\n *puVar8 = 0x100;\n goto LAB_0001a8c7;\n }" ({ "{") (expression_statement "puVar8 = (undefined2 *)(param_4 + 1);" (assignment_expression "puVar8 = (undefined2 *)(param_4 + 1)" (identifier "puVar8") (= "=") (cast_expression "(undefined2 *)(param_4 + 1)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_4 + 1)" (( "(") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) () ")")))) (; ";")) (if_statement "if (param_3 == 0 && param_2 == 0x11) {\n *param_4 = 8;\n uVar2 = param_2;\n }\n else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" (if "if") (parenthesized_expression "(param_3 == 0 && param_2 == 0x11)" (( "(") (binary_expression "param_3 == 0 && param_2 == 0x11" (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) (&& "&&") (binary_expression "param_2 == 0x11" (identifier "param_2") (== "==") (number_literal "0x11"))) () ")")) (compound_statement "{\n *param_4 = 8;\n uVar2 = param_2;\n }" ({ "{") (expression_statement "*param_4 = 8;" (assignment_expression "*param_4 = 8" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "8")) (; ";")) (expression_statement "uVar2 = param_2;" (assignment_expression "uVar2 = param_2" (identifier "uVar2") (= "=") (identifier "param_2")) (; ";")) (} "}")) (else_clause "else {\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" (else "else") (compound_statement "{\n *param_4 = 2;\n uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);\n puVar8 = (undefined2 *)((int)puVar8 + uVar2);\n }" ({ "{") (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "2")) (; ";")) (expression_statement "uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(puVar8,param_2,param_3,0)" (identifier "uVar2") (= "=") (call_expression "FUN_00031b50(puVar8,param_2,param_3,0)" (identifier "FUN_00031b50") (argument_list "(puVar8,param_2,param_3,0)" (( "(") (identifier "puVar8") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "puVar8 = (undefined2 *)((int)puVar8 + uVar2);" (assignment_expression "puVar8 = (undefined2 *)((int)puVar8 + uVar2)" (identifier "puVar8") (= "=") (cast_expression "(undefined2 *)((int)puVar8 + uVar2)" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar8 + uVar2)" (( "(") (binary_expression "(int)puVar8 + uVar2" (cast_expression "(int)puVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar8")) (+ "+") (identifier "uVar2")) () ")")))) (; ";")) (} "}")))) (expression_statement "puVar3 = (undefined1 *)((int)puVar8 + 3);" (assignment_expression "puVar3 = (undefined1 *)((int)puVar8 + 3)" (identifier "puVar3") (= "=") (cast_expression "(undefined1 *)((int)puVar8 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)puVar8 + 3)" (( "(") (binary_expression "(int)puVar8 + 3" (cast_expression "(int)puVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "puVar8")) (+ "+") (number_literal "3")) () ")")))) (; ";")) (expression_statement "*(undefined1 *)(puVar8 + 1) = 1;" (assignment_expression "*(undefined1 *)(puVar8 + 1) = 1" (pointer_expression "*(undefined1 *)(puVar8 + 1)" (* "*") (cast_expression "(undefined1 *)(puVar8 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar8 + 1)" (( "(") (binary_expression "puVar8 + 1" (identifier "puVar8") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "*puVar8 = 0x100;" (assignment_expression "*puVar8 = 0x100" (pointer_expression "*puVar8" (* "*") (identifier "puVar8")) (= "=") (number_literal "0x100")) (; ";")) (goto_statement "goto LAB_0001a8c7;" (goto "goto") (statement_identifier "LAB_0001a8c7") (; ";")) (} "}"))) (expression_statement "uVar5 = param_1 + 5;" (assignment_expression "uVar5 = param_1 + 5" (identifier "uVar5") (= "=") (binary_expression "param_1 + 5" (identifier "param_1") (+ "+") (number_literal "5"))) (; ";")) (if_statement "if (uVar5 < 0xe) {\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }\n else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" (if "if") (parenthesized_expression "(uVar5 < 0xe)" (( "(") (binary_expression "uVar5 < 0xe" (identifier "uVar5") (< "<") (number_literal "0xe")) () ")")) (compound_statement "{\n iVar7 = param_1;\n if (param_1 == 0) goto LAB_0001a912;\n param_1 = param_1 + 0x12;\n iVar7 = 0;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n }" ({ "{") (expression_statement "iVar7 = param_1;" (assignment_expression "iVar7 = param_1" (identifier "iVar7") (= "=") (identifier "param_1")) (; ";")) (if_statement "if (param_1 == 0) goto LAB_0001a912;" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_0001a912;" (goto "goto") (statement_identifier "LAB_0001a912") (; ";"))) (expression_statement "param_1 = param_1 + 0x12;" (assignment_expression "param_1 = param_1 + 0x12" (identifier "param_1") (= "=") (binary_expression "param_1 + 0x12" (identifier "param_1") (+ "+") (number_literal "0x12"))) (; ";")) (expression_statement "iVar7 = 0;" (assignment_expression "iVar7 = 0" (identifier "iVar7") (= "=") (number_literal "0")) (; ";")) (if_statement "if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" (if "if") (parenthesized_expression "(param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3)" (( "(") (binary_expression "param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3" (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) (&& "&&") (binary_expression "(uint)(0x110 < param_2) <= (uint)-param_3" (call_expression "(uint)(0x110 < param_2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0x110 < param_2)" (( "(") (binary_expression "0x110 < param_2" (number_literal "0x110") (< "<") (identifier "param_2")) () ")"))) (<= "<=") (binary_expression "(uint)-param_3" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (- "-") (identifier "param_3")))) () ")")) (compound_statement "{\nLAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;\n if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }\n uVar2 = uVar2 - 0xee;\n if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }\n goto LAB_0001a897;\n }" ({ "{") (labeled_statement "LAB_0001a877:\n uVar2 = param_2 * 0xe + param_1;" (statement_identifier "LAB_0001a877") (: ":") (expression_statement "uVar2 = param_2 * 0xe + param_1;" (assignment_expression "uVar2 = param_2 * 0xe + param_1" (identifier "uVar2") (= "=") (binary_expression "param_2 * 0xe + param_1" (binary_expression "param_2 * 0xe" (identifier "param_2") (* "*") (number_literal "0xe")) (+ "+") (identifier "param_1"))) (; ";"))) (if_statement "if (uVar2 < 0x100) {\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }" (if "if") (parenthesized_expression "(uVar2 < 0x100)" (( "(") (binary_expression "uVar2 < 0x100" (identifier "uVar2") (< "<") (number_literal "0x100")) () ")")) (compound_statement "{\n puVar3 = param_4 + 1;\n *param_4 = (char)uVar2;\n goto LAB_0001a8c7;\n }" ({ "{") (expression_statement "puVar3 = param_4 + 1;" (assignment_expression "puVar3 = param_4 + 1" (identifier "puVar3") (= "=") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_4 = (char)uVar2;" (assignment_expression "*param_4 = (char)uVar2" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (cast_expression "(char)uVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar2"))) (; ";")) (goto_statement "goto LAB_0001a8c7;" (goto "goto") (statement_identifier "LAB_0001a8c7") (; ";")) (} "}"))) (expression_statement "uVar2 = uVar2 - 0xee;" (assignment_expression "uVar2 = uVar2 - 0xee" (identifier "uVar2") (= "=") (binary_expression "uVar2 - 0xee" (identifier "uVar2") (- "-") (number_literal "0xee"))) (; ";")) (if_statement "if (uVar2 < 0x100) {\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }" (if "if") (parenthesized_expression "(uVar2 < 0x100)" (( "(") (binary_expression "uVar2 < 0x100" (identifier "uVar2") (< "<") (number_literal "0x100")) () ")")) (compound_statement "{\n *param_4 = 8;\n puVar3 = param_4 + 2;\n param_4[1] = (char)uVar2;\n goto LAB_0001a8c7;\n }" ({ "{") (expression_statement "*param_4 = 8;" (assignment_expression "*param_4 = 8" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "8")) (; ";")) (expression_statement "puVar3 = param_4 + 2;" (assignment_expression "puVar3 = param_4 + 2" (identifier "puVar3") (= "=") (binary_expression "param_4 + 2" (identifier "param_4") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "param_4[1] = (char)uVar2;" (assignment_expression "param_4[1] = (char)uVar2" (subscript_expression "param_4[1]" (identifier "param_4") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(char)uVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar2"))) (; ";")) (goto_statement "goto LAB_0001a8c7;" (goto "goto") (statement_identifier "LAB_0001a8c7") (; ";")) (} "}"))) (goto_statement "goto LAB_0001a897;" (goto "goto") (statement_identifier "LAB_0001a897") (; ";")) (} "}"))) (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "2")) (; ";")) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0)" (identifier "uVar2") (= "=") (call_expression "FUN_00031b50(param_4 + 1,param_2,param_3,0)" (identifier "FUN_00031b50") (argument_list "(param_4 + 1,param_2,param_3,0)" (( "(") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "uVar4 = (undefined1)param_1;" (assignment_expression "uVar4 = (undefined1)param_1" (identifier "uVar4") (= "=") (cast_expression "(undefined1)param_1" (( "(") (type_descriptor "undefined1" (type_identifier "undefined1")) () ")") (identifier "param_1"))) (; ";")) (expression_statement "puVar6 = param_4 + 1 + uVar2;" (assignment_expression "puVar6 = param_4 + 1 + uVar2" (identifier "puVar6") (= "=") (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) (+ "+") (identifier "uVar2"))) (; ";")) (} "}")) (else_clause "else {\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" (else "else") (compound_statement "{\n *param_4 = 3;\n iVar7 = 1;\n uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);\n uVar5 = 5;\n param_4 = param_4 + 1 + uVar2;\nLAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }\n param_1 = uVar5 + 0xd;\n if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;\nLAB_0001a897:\n *param_4 = 2;\n uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);\n uVar4 = (undefined1)param_1;\n puVar6 = param_4 + 1 + uVar2;\n if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }\n }" ({ "{") (expression_statement "*param_4 = 3;" (assignment_expression "*param_4 = 3" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "3")) (; ";")) (expression_statement "iVar7 = 1;" (assignment_expression "iVar7 = 1" (identifier "iVar7") (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1)" (identifier "uVar2") (= "=") (call_expression "FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1)" (identifier "FUN_00031b50") (argument_list "(param_4 + 1,param_1,param_1 >> 0x1f,1)" (( "(") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) (, ",") (identifier "param_1") (, ",") (binary_expression "param_1 >> 0x1f" (identifier "param_1") (>> ">>") (number_literal "0x1f")) (, ",") (number_literal "1") () ")")))) (; ";")) (expression_statement "uVar5 = 5;" (assignment_expression "uVar5 = 5" (identifier "uVar5") (= "=") (number_literal "5")) (; ";")) (expression_statement "param_4 = param_4 + 1 + uVar2;" (assignment_expression "param_4 = param_4 + 1 + uVar2" (identifier "param_4") (= "=") (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) (+ "+") (identifier "uVar2"))) (; ";")) (labeled_statement "LAB_0001a912:\n if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" (statement_identifier "LAB_0001a912") (: ":") (if_statement "if (param_3 == 0 && param_2 == 0) {\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" (if "if") (parenthesized_expression "(param_3 == 0 && param_2 == 0)" (( "(") (binary_expression "param_3 == 0 && param_2 == 0" (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) (&& "&&") (binary_expression "param_2 == 0" (identifier "param_2") (== "==") (number_literal "0"))) () ")")) (compound_statement "{\n puVar3 = param_4 + 1;\n *param_4 = 1;\n goto LAB_0001a8c7;\n }" ({ "{") (expression_statement "puVar3 = param_4 + 1;" (assignment_expression "puVar3 = param_4 + 1" (identifier "puVar3") (= "=") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*param_4 = 1;" (assignment_expression "*param_4 = 1" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "1")) (; ";")) (goto_statement "goto LAB_0001a8c7;" (goto "goto") (statement_identifier "LAB_0001a8c7") (; ";")) (} "}")))) (expression_statement "param_1 = uVar5 + 0xd;" (assignment_expression "param_1 = uVar5 + 0xd" (identifier "param_1") (= "=") (binary_expression "uVar5 + 0xd" (identifier "uVar5") (+ "+") (number_literal "0xd"))) (; ";")) (if_statement "if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;" (if "if") (parenthesized_expression "(param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3)" (( "(") (binary_expression "param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3" (binary_expression "param_3 == 0" (identifier "param_3") (== "==") (number_literal "0")) (&& "&&") (binary_expression "(uint)(0x110 < param_2) <= (uint)-param_3" (call_expression "(uint)(0x110 < param_2)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0x110 < param_2)" (( "(") (binary_expression "0x110 < param_2" (number_literal "0x110") (< "<") (identifier "param_2")) () ")"))) (<= "<=") (binary_expression "(uint)-param_3" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (- "-") (identifier "param_3")))) () ")")) (goto_statement "goto LAB_0001a877;" (goto "goto") (statement_identifier "LAB_0001a877") (; ";"))) (labeled_statement "LAB_0001a897:\n *param_4 = 2;" (statement_identifier "LAB_0001a897") (: ":") (expression_statement "*param_4 = 2;" (assignment_expression "*param_4 = 2" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (= "=") (number_literal "2")) (; ";"))) (expression_statement "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);" (assignment_expression "uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0)" (identifier "uVar2") (= "=") (call_expression "FUN_00031b50(param_4 + 1,param_2,param_3,0)" (identifier "FUN_00031b50") (argument_list "(param_4 + 1,param_2,param_3,0)" (( "(") (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (number_literal "0") () ")")))) (; ";")) (expression_statement "uVar4 = (undefined1)param_1;" (assignment_expression "uVar4 = (undefined1)param_1" (identifier "uVar4") (= "=") (cast_expression "(undefined1)param_1" (( "(") (type_descriptor "undefined1" (type_identifier "undefined1")) () ")") (identifier "param_1"))) (; ";")) (expression_statement "puVar6 = param_4 + 1 + uVar2;" (assignment_expression "puVar6 = param_4 + 1 + uVar2" (identifier "puVar6") (= "=") (binary_expression "param_4 + 1 + uVar2" (binary_expression "param_4 + 1" (identifier "param_4") (+ "+") (number_literal "1")) (+ "+") (identifier "uVar2"))) (; ";")) (if_statement "if (iVar7 != 0) {\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }" (if "if") (parenthesized_expression "(iVar7 != 0)" (( "(") (binary_expression "iVar7 != 0" (identifier "iVar7") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *puVar6 = 1;\n puVar3 = puVar6 + 1;\n goto LAB_0001a8c7;\n }" ({ "{") (expression_statement "*puVar6 = 1;" (assignment_expression "*puVar6 = 1" (pointer_expression "*puVar6" (* "*") (identifier "puVar6")) (= "=") (number_literal "1")) (; ";")) (expression_statement "puVar3 = puVar6 + 1;" (assignment_expression "puVar3 = puVar6 + 1" (identifier "puVar3") (= "=") (binary_expression "puVar6 + 1" (identifier "puVar6") (+ "+") (number_literal "1"))) (; ";")) (goto_statement "goto LAB_0001a8c7;" (goto "goto") (statement_identifier "LAB_0001a8c7") (; ";")) (} "}"))) (} "}")))) (expression_statement "puVar3 = puVar6 + 1;" (assignment_expression "puVar3 = puVar6 + 1" (identifier "puVar3") (= "=") (binary_expression "puVar6 + 1" (identifier "puVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*puVar6 = uVar4;" (assignment_expression "*puVar6 = uVar4" (pointer_expression "*puVar6" (* "*") (identifier "puVar6")) (= "=") (identifier "uVar4")) (; ";")) (labeled_statement "LAB_0001a8c7:\n if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" (statement_identifier "LAB_0001a8c7") (: ":") (if_statement "if (puVar3 != puVar1) {\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" (if "if") (parenthesized_expression "(puVar3 != puVar1)" (( "(") (binary_expression "puVar3 != puVar1" (identifier "puVar3") (!= "!=") (identifier "puVar1")) () ")")) (compound_statement "{\n \n FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);\n }" ({ "{") (expression_statement "FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);" (call_expression "FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2)" (identifier "FUN_0002be50") (argument_list "("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2)" (( "(") (string_literal ""../../gas/dwarf2dbg.c"" (" """) (string_content "../../gas/dwarf2dbg.c") (" """)) (, ",") (number_literal "0x50e") (, ",") (string_literal ""emit_inc_line_addr"" (" """) (string_content "emit_inc_line_addr") (" """)) (, ",") (identifier "uVar2") () ")"))) (; ";")) (} "}")))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 function_1(int var_4,type_1 addr_delta,char *p,int var_1)
{
char *var_15;
type_2 var_10;
type_2 var_12;
char *var_14;
char cVar5;
int var_11;
char *var_9;
int var_13;
char *var_6;
int var_5;
type_3 uStack_14;
uStack_14 = 0x1a7fb;
var_15 = (char *)addr_delta + addr_delta._4_4_;
var_6 = p;
var_5 = var_1;
if (var_1 < 0) {
/* WARNING: Subroutine does not return */
var_2("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr");
}
var_3((type_1 *)&var_6);
if (var_4 == 0x7fffffff) {
var_9 = (char *)addr_delta + 1;
if (var_5 == 0 && var_6 == (char *)0x11) {
*(char *)addr_delta = '\b';
}
else {
*(char *)addr_delta = '\x02';
var_10 = var_7(var_9,var_8(var_5,var_6),0);
var_9 = var_9 + var_10;
}
var_14 = var_9 + 3;
var_9[2] = '\x01';
var_9[0] = '\0';
var_9[1] = '\x01';
goto LAB_0001a8c7;
}
var_10 = var_4 + 5;
if (var_10 < 0xe) {
var_13 = var_4;
if (var_4 == 0) goto LAB_0001a912;
var_11 = var_4 + 0x12;
var_13 = 0;
if (var_5 == 0 && (type_2)((char *)0x110 < var_6) <= (type_2)-var_5) {
LAB_0001a877:
var_10 = (int)var_6 * 0xe + var_11;
if (var_10 < 0x100) {
var_14 = (char *)addr_delta + 1;
*(char *)addr_delta = (char)var_10;
goto LAB_0001a8c7;
}
if (var_10 - 0xee < 0x100) {
*(char *)addr_delta = '\b';
var_14 = (char *)addr_delta + 2;
((char *)addr_delta)[1] = (char)(var_10 - 0xee);
goto LAB_0001a8c7;
}
goto LAB_0001a897;
}
*(char *)addr_delta = '\x02';
var_10 = var_7((char *)addr_delta + 1,var_8(var_5,var_6),0);
cVar5 = (char)var_11;
var_9 = (char *)addr_delta + 1 + var_10;
}
else {
*(char *)addr_delta = '\x03';
var_13 = 1;
var_12 = var_7((char *)addr_delta + 1,(type_4)var_4,1);
var_10 = 5;
addr_delta._0_4_ = (char *)addr_delta + 1 + var_12;
LAB_0001a912:
if (var_5 == 0 && var_6 == (char *)0x0) {
var_14 = (char *)addr_delta + 1;
*(char *)addr_delta = '\x01';
goto LAB_0001a8c7;
}
var_11 = var_10 + 0xd;
if (var_5 == 0 && (type_2)((char *)0x110 < var_6) <= (type_2)-var_5) goto LAB_0001a877;
LAB_0001a897:
*(char *)addr_delta = '\x02';
var_10 = var_7((char *)addr_delta + 1,var_8(var_5,var_6),0);
cVar5 = (char)var_11;
var_9 = (char *)addr_delta + 1 + var_10;
if (var_13 != 0) {
*var_9 = '\x01';
var_14 = var_9 + 1;
goto LAB_0001a8c7;
}
}
var_14 = var_9 + 1;
*var_9 = cVar5;
LAB_0001a8c7:
if (var_14 != var_15) {
/* WARNING: Subroutine does not return */
var_2("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr");
}
return;
}
| 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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier)))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (goto_statement label: (statement_identifier)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (binary_expression left: (identifier) right: (number_literal)) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier)))) right: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier))))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (identifier) (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier))))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void __regparm3 MASKED(int param_1,uint param_2,int param_3,undefined1 *param_4,int param_5)
{
undefined1 *puVar1;
uint uVar2;
undefined1 *puVar3;
undefined1 uVar4;
uint uVar5;
undefined1 *puVar6;
int iVar7;
undefined2 *puVar8;
puVar1 = param_4 + param_5;
if (param_3 < 0) {
/* WARNING: Subroutine does not return */
FUN_0002be50("../../gas/dwarf2dbg.c",0x4bd,"emit_inc_line_addr",param_3);
}
uVar2 = FUN_0001a590();
if (param_1 == 0x7fffffff) {
puVar8 = (undefined2 *)(param_4 + 1);
if (param_3 == 0 && param_2 == 0x11) {
*param_4 = 8;
uVar2 = param_2;
}
else {
*param_4 = 2;
uVar2 = FUN_00031b50(puVar8,param_2,param_3,0);
puVar8 = (undefined2 *)((int)puVar8 + uVar2);
}
puVar3 = (undefined1 *)((int)puVar8 + 3);
*(undefined1 *)(puVar8 + 1) = 1;
*puVar8 = 0x100;
goto LAB_0001a8c7;
}
uVar5 = param_1 + 5;
if (uVar5 < 0xe) {
iVar7 = param_1;
if (param_1 == 0) goto LAB_0001a912;
param_1 = param_1 + 0x12;
iVar7 = 0;
if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) {
LAB_0001a877:
uVar2 = param_2 * 0xe + param_1;
if (uVar2 < 0x100) {
puVar3 = param_4 + 1;
*param_4 = (char)uVar2;
goto LAB_0001a8c7;
}
uVar2 = uVar2 - 0xee;
if (uVar2 < 0x100) {
*param_4 = 8;
puVar3 = param_4 + 2;
param_4[1] = (char)uVar2;
goto LAB_0001a8c7;
}
goto LAB_0001a897;
}
*param_4 = 2;
uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);
uVar4 = (undefined1)param_1;
puVar6 = param_4 + 1 + uVar2;
}
else {
*param_4 = 3;
iVar7 = 1;
uVar2 = FUN_00031b50(param_4 + 1,param_1,param_1 >> 0x1f,1);
uVar5 = 5;
param_4 = param_4 + 1 + uVar2;
LAB_0001a912:
if (param_3 == 0 && param_2 == 0) {
puVar3 = param_4 + 1;
*param_4 = 1;
goto LAB_0001a8c7;
}
param_1 = uVar5 + 0xd;
if (param_3 == 0 && (uint)(0x110 < param_2) <= (uint)-param_3) goto LAB_0001a877;
LAB_0001a897:
*param_4 = 2;
uVar2 = FUN_00031b50(param_4 + 1,param_2,param_3,0);
uVar4 = (undefined1)param_1;
puVar6 = param_4 + 1 + uVar2;
if (iVar7 != 0) {
*puVar6 = 1;
puVar3 = puVar6 + 1;
goto LAB_0001a8c7;
}
}
puVar3 = puVar6 + 1;
*puVar6 = uVar4;
LAB_0001a8c7:
if (puVar3 != puVar1) {
/* WARNING: Subroutine does not return */
FUN_0002be50("../../gas/dwarf2dbg.c",0x50e,"emit_inc_line_addr",uVar2);
}
return;
}
|
231_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
apply_relocation
|
FUN_000296cc
|
/* (anonymous namespace)::Target_x86_64<64>::apply_relocation(gold::Relocate_info<64, false> const*,
unsigned long long, unsigned int, long long, gold::Symbol const*, unsigned char*, unsigned long
long, unsigned int) [clone .cold.838] */
void (anonymous_namespace)::Target_x86_64<64>::apply_relocation
(Relocate_info *param_1,ulonglong param_2,uint param_3,longlong param_4,
Symbol *param_5,uchar *param_6,ulonglong param_7,uint param_8)
{
char *format;
int unaff_EBP;
Symbol_value<64> *unaff_ESI;
int in_stack_fffffff4;
if (*(char *)(unaff_EBP + -0x45) != '\0') {
format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);
gold::gold_error(format);
}
gold::Symbol_value<64>::~Symbol_value(unaff_ESI,in_stack_fffffff4);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_000296cc(void)
{
undefined4 uVar1;
int unaff_EBP;
if (*(char *)(unaff_EBP + -0x45) != '\0') {
uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);
FUN_000828d0(uVar1);
}
FUN_00077b40();
/* WARNING: Subroutine does not return */
FUN_00243440();
}
|
CMP byte ptr [EBP + -0x45],0x0
JZ 0x000296f2
MOV EBX,dword ptr [EBP + -0x54]
SUB ESP,0xc
LEA EAX,[EBX + 0xfff0c908]
PUSH EAX
CALL 0x000283c0
MOV EBX,dword ptr [EBP + -0x54]
MOV dword ptr [ESP],EAX
CALL 0x000828d0
ADD ESP,0x10
SUB ESP,0xc
PUSH ESI
CALL 0x00077b40
MOV EBX,dword ptr [EBP + -0x54]
MOV dword ptr [ESP],EDI
CALL 0x00243440
| null | null | null | null |
[('const-1', u'RETURN_-1206020267'), ('const-417', u'LOAD_-1206020401'), ('const-0', u'INT_NOTEQUAL_-1206020385'), ('const-417', u'LOAD_-1206020382'), ('const-4294967227', u'INT_ADD_-1206020385'), (u'CALL_-1206020346', u'INDIRECT_-1206020125'), ('tmp_405', u'CALL_-1206020291'), ('const-4293970184', u'INT_ADD_-1206020348'), (u'INT_ADD_-1206020366', u'CAST_-1206020128'), (u'CAST_-1206020128', u'LOAD_-1206020382'), ('tmp_396', u'INT_ADD_-1206020385'), (u'CALL_-1206020327', u'INDIRECT_-1206020113'), (u'CALL_-1206020346', u'CAST_-1206020114'), (u'INT_ADD_-1206020348', u'CALL_-1206020346'), (u'INDIRECT_-1206020113', u'MULTIEQUAL_-1206020103'), (u'CAST_-1206020135', u'LOAD_-1206020401'), ('tmp_672', u'MULTIEQUAL_-1206020103'), (u'MULTIEQUAL_-1206020103', u'CALL_-1206020291'), ('tmp_396', u'INT_ADD_-1206020366'), (u'CAST_-1206020114', u'CALL_-1206020327'), ('tmp_34', u'CBRANCH_-1206020383'), (u'INT_NOTEQUAL_-1206020385', u'CBRANCH_-1206020383'), (u'LOAD_-1206020401', u'INT_NOTEQUAL_-1206020385'), ('const-4294967212', u'INT_ADD_-1206020366'), (u'LOAD_-1206020382', u'INT_ADD_-1206020348'), (u'INT_ADD_-1206020385', u'CAST_-1206020135')]
|
[(u'INT_ADD_-1206020385', u'CAST_-1206020184'), ('const-1', u'RETURN_-1206020267'), ('const-0', u'INT_NOTEQUAL_-1206020385'), ('const-417', u'LOAD_-1206020401'), (u'INT_ADD_-1206020348', u'CALL_-1206020346'), ('tmp_378', u'INT_ADD_-1206020385'), ('const-4294967227', u'INT_ADD_-1206020385'), (u'CAST_-1206020177', u'LOAD_-1206020382'), ('tmp_378', u'INT_ADD_-1206020366'), ('tmp_34', u'CBRANCH_-1206020383'), (u'INT_NOTEQUAL_-1206020385', u'CBRANCH_-1206020383'), ('const-4293970184', u'INT_ADD_-1206020348'), (u'LOAD_-1206020401', u'INT_NOTEQUAL_-1206020385'), ('const-4294967212', u'INT_ADD_-1206020366'), (u'LOAD_-1206020382', u'INT_ADD_-1206020348'), ('const-417', u'LOAD_-1206020382'), (u'CAST_-1206020184', u'LOAD_-1206020401'), (u'INT_ADD_-1206020366', u'CAST_-1206020177'), (u'CALL_-1206020346', u'CALL_-1206020327')]
| null | null |
000296cc
|
x86
|
O1
|
(translation_unit "void FUN_000296cc(void)\n\n{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n /* WARNING: Subroutine does not return */\n FUN_00243440();\n}\n\n" (function_definition "void FUN_000296cc(void)\n\n{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n /* WARNING: Subroutine does not return */\n FUN_00243440();\n}" primitive_type (function_declarator "FUN_000296cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n /* WARNING: Subroutine does not return */\n FUN_00243440();\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (if_statement "if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }" if (parenthesized_expression "(*(char *)(unaff_EBP + -0x45) != '\0')" ( (binary_expression "*(char *)(unaff_EBP + -0x45) != '\0'" (pointer_expression "*(char *)(unaff_EBP + -0x45)" * (cast_expression "(char *)(unaff_EBP + -0x45)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x45)" ( (binary_expression "unaff_EBP + -0x45" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }" { (expression_statement "uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);" (assignment_expression "uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" identifier = (call_expression "gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" identifier (argument_list "(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" ( (binary_expression "*(int *)(unaff_EBP + -0x54) + -0xf36f8" (pointer_expression "*(int *)(unaff_EBP + -0x54)" * (cast_expression "(int *)(unaff_EBP + -0x54)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x54)" ( (binary_expression "unaff_EBP + -0x54" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "FUN_000828d0(uVar1);" (call_expression "FUN_000828d0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) })) (expression_statement "FUN_00077b40();" (call_expression "FUN_00077b40()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_00243440();" (call_expression "FUN_00243440()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* (anonymous namespace)::Target_x86_64<64>::apply_relocation(gold::Relocate_info<64, false> const*,\n unsigned long long, unsigned int, long long, gold::Symbol const*, unsigned char*, unsigned long\n long, unsigned int) [clone .cold.838] */\n\nvoid (anonymous_namespace)::Target_x86_64<64>::apply_relocation\n (Relocate_info *param_1,ulonglong param_2,uint param_3,longlong param_4,\n Symbol *param_5,uchar *param_6,ulonglong param_7,uint param_8)\n\n{\n char *format;\n int unaff_EBP;\n Symbol_value<64> *unaff_ESI;\n int in_stack_fffffff4;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n gold::gold_error(format);\n }\n gold::Symbol_value<64>::~Symbol_value(unaff_ESI,in_stack_fffffff4);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void (anonymous_namespace)::Target_x86_64<64>::apply_relocation\n (Relocate_info *param_1,ulonglong param_2,uint param_3,longlong param_4,\n Symbol *param_5,uchar *param_6,ulonglong param_7,uint param_8)\n\n{\n char *format;\n int unaff_EBP;\n Symbol_value<64> *unaff_ESI;\n int in_stack_fffffff4;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n gold::gold_error(format);\n }\n gold::Symbol_value<64>::~Symbol_value(unaff_ESI,in_stack_fffffff4);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "(anonymous_namespace)::Target_x86_64<64>::apply_relocation\n (Relocate_info *param_1,ulonglong param_2,uint param_3,longlong param_4,\n Symbol *param_5,uchar *param_6,ulonglong param_7,uint param_8)" (parenthesized_declarator "(anonymous_namespace)" ( identifier )) (ERROR "::Target_x86_64<64>::apply_relocation" : : identifier < number_literal > : : identifier) (parameter_list "(Relocate_info *param_1,ulonglong param_2,uint param_3,longlong param_4,\n Symbol *param_5,uchar *param_6,ulonglong param_7,uint param_8)" ( (parameter_declaration "Relocate_info *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulonglong param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "longlong param_4" type_identifier identifier) , (parameter_declaration "Symbol *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uchar *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "ulonglong param_7" type_identifier identifier) , (parameter_declaration "uint param_8" type_identifier identifier) ))) (compound_statement "{\n char *format;\n int unaff_EBP;\n Symbol_value<64> *unaff_ESI;\n int in_stack_fffffff4;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n gold::gold_error(format);\n }\n gold::Symbol_value<64>::~Symbol_value(unaff_ESI,in_stack_fffffff4);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (expression_statement "Symbol_value<64> *unaff_ESI;" (binary_expression "Symbol_value<64> *unaff_ESI" (binary_expression "Symbol_value<64" identifier < number_literal) > (pointer_expression "*unaff_ESI" * identifier)) ;) (declaration "int in_stack_fffffff4;" primitive_type identifier ;) (if_statement "if (*(char *)(unaff_EBP + -0x45) != '\0') {\n format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n gold::gold_error(format);\n }" if (parenthesized_expression "(*(char *)(unaff_EBP + -0x45) != '\0')" ( (binary_expression "*(char *)(unaff_EBP + -0x45) != '\0'" (pointer_expression "*(char *)(unaff_EBP + -0x45)" * (cast_expression "(char *)(unaff_EBP + -0x45)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x45)" ( (binary_expression "unaff_EBP + -0x45" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n gold::gold_error(format);\n }" { (expression_statement "format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);" (assignment_expression "format = (char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" identifier = (cast_expression "(char *)gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" identifier (argument_list "(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" ( (binary_expression "*(int *)(unaff_EBP + -0x54) + -0xf36f8" (pointer_expression "*(int *)(unaff_EBP + -0x54)" * (cast_expression "(int *)(unaff_EBP + -0x54)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x54)" ( (binary_expression "unaff_EBP + -0x54" identifier + number_literal) )))) + number_literal) ))))) ;) (labeled_statement "gold::gold_error(format);" statement_identifier : (ERROR ":" :) (expression_statement "gold_error(format);" (call_expression "gold_error(format)" identifier (argument_list "(format)" ( identifier ))) ;)) })) (labeled_statement "gold::Symbol_value<64>::~Symbol_value(unaff_ESI,in_stack_fffffff4);" statement_identifier (ERROR "::Symbol_value<64>:" : : (binary_expression "Symbol_value<64" identifier < number_literal) > :) : (expression_statement "~Symbol_value(unaff_ESI,in_stack_fffffff4);" (unary_expression "~Symbol_value(unaff_ESI,in_stack_fffffff4)" ~ (call_expression "Symbol_value(unaff_ESI,in_stack_fffffff4)" identifier (argument_list "(unaff_ESI,in_stack_fffffff4)" ( identifier , identifier )))) ;)) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "void FUN_000296cc(void)\n\n{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n \n FUN_00243440();\n}\n\n" (function_definition "void FUN_000296cc(void)\n\n{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n \n FUN_00243440();\n}" primitive_type (function_declarator "FUN_000296cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n \n FUN_00243440();\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "int unaff_EBP;" primitive_type identifier ;) (if_statement "if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }" if (parenthesized_expression "(*(char *)(unaff_EBP + -0x45) != '\0')" ( (binary_expression "*(char *)(unaff_EBP + -0x45) != '\0'" (pointer_expression "*(char *)(unaff_EBP + -0x45)" * (cast_expression "(char *)(unaff_EBP + -0x45)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x45)" ( (binary_expression "unaff_EBP + -0x45" identifier + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }" { (expression_statement "uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);" (assignment_expression "uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" identifier = (call_expression "gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" identifier (argument_list "(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" ( (binary_expression "*(int *)(unaff_EBP + -0x54) + -0xf36f8" (pointer_expression "*(int *)(unaff_EBP + -0x54)" * (cast_expression "(int *)(unaff_EBP + -0x54)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_EBP + -0x54)" ( (binary_expression "unaff_EBP + -0x54" identifier + number_literal) )))) + number_literal) )))) ;) (expression_statement "FUN_000828d0(uVar1);" (call_expression "FUN_000828d0(uVar1)" identifier (argument_list "(uVar1)" ( identifier ))) ;) })) (expression_statement "FUN_00077b40();" (call_expression "FUN_00077b40()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00243440();" (call_expression "FUN_00243440()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "void FUN_000296cc(void)\n\n{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n \n FUN_00243440();\n}" (primitive_type "void") (function_declarator "FUN_000296cc(void)" (identifier "FUN_000296cc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n int unaff_EBP;\n \n if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }\n FUN_00077b40();\n \n FUN_00243440();\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "int unaff_EBP;" (primitive_type "int") (identifier "unaff_EBP") (; ";")) (if_statement "if (*(char *)(unaff_EBP + -0x45) != '\0') {\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }" (if "if") (parenthesized_expression "(*(char *)(unaff_EBP + -0x45) != '\0')" (( "(") (binary_expression "*(char *)(unaff_EBP + -0x45) != '\0'" (pointer_expression "*(char *)(unaff_EBP + -0x45)" (* "*") (cast_expression "(char *)(unaff_EBP + -0x45)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x45)" (( "(") (binary_expression "unaff_EBP + -0x45" (identifier "unaff_EBP") (+ "+") (number_literal "-0x45")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);\n FUN_000828d0(uVar1);\n }" ({ "{") (expression_statement "uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);" (assignment_expression "uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" (identifier "uVar1") (= "=") (call_expression "gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" (identifier "gettext") (argument_list "(*(int *)(unaff_EBP + -0x54) + -0xf36f8)" (( "(") (binary_expression "*(int *)(unaff_EBP + -0x54) + -0xf36f8" (pointer_expression "*(int *)(unaff_EBP + -0x54)" (* "*") (cast_expression "(int *)(unaff_EBP + -0x54)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_EBP + -0x54)" (( "(") (binary_expression "unaff_EBP + -0x54" (identifier "unaff_EBP") (+ "+") (number_literal "-0x54")) () ")")))) (+ "+") (number_literal "-0xf36f8")) () ")")))) (; ";")) (expression_statement "FUN_000828d0(uVar1);" (call_expression "FUN_000828d0(uVar1)" (identifier "FUN_000828d0") (argument_list "(uVar1)" (( "(") (identifier "uVar1") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_00077b40();" (call_expression "FUN_00077b40()" (identifier "FUN_00077b40") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00243440();" (call_expression "FUN_00243440()" (identifier "FUN_00243440") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* (anonymous namespace)::Target_x86_64<64>::apply_relocation(gold::Relocate_info<64, false> const*,
unsigned long long, unsigned int, long long, gold::Symbol const*, unsigned char*, unsigned long
long, unsigned int) [clone .cold.838] */
void (function_1)::Target_x86_64<64>::apply_relocation
(type_1 *param_1,type_2 param_2,type_3 param_3,type_4 param_4,
type_5 *param_5,type_6 *param_6,type_2 param_7,type_3 param_8)
{
char *format;
int var_2;
var_1<64> *unaff_ESI;
int in_stack_fffffff4;
if (*(char *)(var_2 + -0x45) != '\0') {
format = (char *)var_3(*(int *)(var_2 + -0x54) + -0xf36f8);
gold::var_4(format);
}
gold::var_1<64>::~var_1(unaff_ESI,in_stack_fffffff4);
/* WARNING: Subroutine does not return */
var_5();
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
void MASKED(void)
{
undefined4 uVar1;
int unaff_EBP;
if (*(char *)(unaff_EBP + -0x45) != '\0') {
uVar1 = gettext(*(int *)(unaff_EBP + -0x54) + -0xf36f8);
FUN_000828d0(uVar1);
}
FUN_00077b40();
/* WARNING: Subroutine does not return */
FUN_00243440();
}
|
1090_libsqlite3.so.0.8_and_libsqlite3.so.0.8_strip.c
|
sqlite3_bind_null
|
sqlite3_bind_null
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int sqlite3_bind_null(sqlite3_stmt *pStmt,int i)
{
int iVar1;
iVar1 = vdbeUnbind((Vdbe *)pStmt,i);
if (iVar1 == 0) {
sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));
}
return iVar1;
}
|
int __regparm3 sqlite3_bind_null(undefined4 param_1,undefined4 param_2)
{
int iVar1;
int *unaff_retaddr;
entry(param_2,0x33b8c);
iVar1 = FUN_00033918();
if (iVar1 == 0) {
sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));
}
return iVar1;
}
|
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00016d10
ADD EBX,0x91474
MOV EDI,dword ptr [ESP + 0x10]
MOV EDX,dword ptr [ESP + 0x14]
MOV EAX,EDI
CALL 0x00033918
MOV ESI,EAX
TEST EAX,EAX
JZ 0x00033bad
MOV EAX,ESI
POP EBX
POP ESI
POP EDI
RET
SUB ESP,0xc
MOV EAX,dword ptr [EDI]
PUSH dword ptr [EAX + 0xc]
CALL 0x00016800
ADD ESP,0x10
JMP 0x00033ba7
| null | null | null | null |
[('tmp_110', u'CBRANCH_-1206109229'), ('tmp_248', u'CALL_-1206109247'), (u'CAST_-1206109059', u'CALL_-1206109247'), ('const-417', u'LOAD_-1206109195'), ('const-0', u'INT_EQUAL_-1206109230'), (u'INT_ADD_-1206109174', u'CAST_-1206109035'), ('const-0', u'RETURN_-1206109201'), (u'CAST_-1206109038', u'LOAD_-1206109195'), (u'INT_EQUAL_-1206109230', u'CBRANCH_-1206109229'), (u'CALL_-1206109247', u'INT_EQUAL_-1206109230'), (u'CALL_-1206109247', u'COPY_-1206109230'), (u'LOAD_-1206109190', u'CALL_-1206109176'), ('tmp_230', u'BRANCH_-1206109161'), (u'CAST_-1206109035', u'LOAD_-1206109190'), ('const-12', u'INT_ADD_-1206109174'), ('tmp_247', u'CAST_-1206109038'), (u'LOAD_-1206109195', u'INT_ADD_-1206109174'), (u'COPY_-1206109230', u'RETURN_-1206109201'), ('tmp_247', u'CAST_-1206109059'), ('const-417', u'LOAD_-1206109190')]
|
[('tmp_110', u'CBRANCH_-1206109229'), ('const-0', u'RETURN_-1206109201'), ('tmp_400', u'CALL_-1206109287'), (u'CAST_-1206109016', u'LOAD_-1206109190'), ('const-0', u'INT_EQUAL_-1206109230'), ('const-211852', u'CALL_-1206109287'), (u'INT_EQUAL_-1206109230', u'CBRANCH_-1206109229'), (u'CALL_-1206109247', u'INT_EQUAL_-1206109230'), (u'CALL_-1206109247', u'COPY_-1206109230'), (u'LOAD_-1206109190', u'CALL_-1206109176'), ('tmp_230', u'BRANCH_-1206109161'), ('const-417', u'LOAD_-1206109190'), ('const-12', u'INT_ADD_-1206109174'), (u'INT_ADD_-1206109174', u'CAST_-1206109016'), (u'LOAD_-1206109195', u'INT_ADD_-1206109174'), (u'COPY_-1206109230', u'RETURN_-1206109201'), ('tmp_577', u'LOAD_-1206109195'), ('const-417', u'LOAD_-1206109195')]
| null | null |
00033b84
|
x86
|
O1
|
(translation_unit "int __regparm3 sqlite3_bind_null(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}\n\n" (function_definition "int __regparm3 sqlite3_bind_null(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "sqlite3_bind_null(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *unaff_retaddr;" primitive_type (pointer_declarator "*unaff_retaddr" * identifier) ;) (expression_statement "entry(param_2,0x33b8c);" (call_expression "entry(param_2,0x33b8c)" identifier (argument_list "(param_2,0x33b8c)" ( identifier , number_literal ))) ;) (expression_statement "iVar1 = FUN_00033918();" (assignment_expression "iVar1 = FUN_00033918()" identifier = (call_expression "FUN_00033918()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }" { (expression_statement "sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));" (call_expression "sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc))" identifier (argument_list "(*(undefined4 *)(*unaff_retaddr + 0xc))" ( (pointer_expression "*(undefined4 *)(*unaff_retaddr + 0xc)" * (cast_expression "(undefined4 *)(*unaff_retaddr + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*unaff_retaddr + 0xc)" ( (binary_expression "*unaff_retaddr + 0xc" (pointer_expression "*unaff_retaddr" * identifier) + number_literal) )))) ))) ;) })) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nint sqlite3_bind_null(sqlite3_stmt *pStmt,int i)\n\n{\n int iVar1;\n \n iVar1 = vdbeUnbind((Vdbe *)pStmt,i);\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));\n }\n return iVar1;\n}\n\n" comment comment (function_definition "int sqlite3_bind_null(sqlite3_stmt *pStmt,int i)\n\n{\n int iVar1;\n \n iVar1 = vdbeUnbind((Vdbe *)pStmt,i);\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));\n }\n return iVar1;\n}" primitive_type (function_declarator "sqlite3_bind_null(sqlite3_stmt *pStmt,int i)" identifier (parameter_list "(sqlite3_stmt *pStmt,int i)" ( (parameter_declaration "sqlite3_stmt *pStmt" type_identifier (pointer_declarator "*pStmt" * identifier)) , (parameter_declaration "int i" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = vdbeUnbind((Vdbe *)pStmt,i);\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = vdbeUnbind((Vdbe *)pStmt,i);" (assignment_expression "iVar1 = vdbeUnbind((Vdbe *)pStmt,i)" identifier = (call_expression "vdbeUnbind((Vdbe *)pStmt,i)" identifier (argument_list "((Vdbe *)pStmt,i)" ( (cast_expression "(Vdbe *)pStmt" ( (type_descriptor "Vdbe *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));\n }" { (expression_statement "sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc));" (call_expression "sqlite3_mutex_leave(*(sqlite3_mutex **)(*(int *)pStmt + 0xc))" identifier (argument_list "(*(sqlite3_mutex **)(*(int *)pStmt + 0xc))" ( (pointer_expression "*(sqlite3_mutex **)(*(int *)pStmt + 0xc)" * (cast_expression "(sqlite3_mutex **)(*(int *)pStmt + 0xc)" ( (type_descriptor "sqlite3_mutex **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)pStmt + 0xc)" ( (binary_expression "*(int *)pStmt + 0xc" (pointer_expression "*(int *)pStmt" * (cast_expression "(int *)pStmt" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) ))) ;) })) (return_statement "return iVar1;" return identifier ;) })))
|
(translation_unit "int __regparm3 sqlite3_bind_null(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}\n\n" (function_definition "int __regparm3 sqlite3_bind_null(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}" primitive_type (ERROR "__regparm3" identifier) (function_declarator "sqlite3_bind_null(undefined4 param_1,undefined4 param_2)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "int *unaff_retaddr;" primitive_type (pointer_declarator "*unaff_retaddr" * identifier) ;) (expression_statement "entry(param_2,0x33b8c);" (call_expression "entry(param_2,0x33b8c)" identifier (argument_list "(param_2,0x33b8c)" ( identifier , number_literal ))) ;) (expression_statement "iVar1 = FUN_00033918();" (assignment_expression "iVar1 = FUN_00033918()" identifier = (call_expression "FUN_00033918()" identifier (argument_list "()" ( )))) ;) (if_statement "if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }" { (expression_statement "sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));" (call_expression "sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc))" identifier (argument_list "(*(undefined4 *)(*unaff_retaddr + 0xc))" ( (pointer_expression "*(undefined4 *)(*unaff_retaddr + 0xc)" * (cast_expression "(undefined4 *)(*unaff_retaddr + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*unaff_retaddr + 0xc)" ( (binary_expression "*unaff_retaddr + 0xc" (pointer_expression "*unaff_retaddr" * identifier) + number_literal) )))) ))) ;) })) (return_statement "return iVar1;" return identifier ;) })))
|
(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) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) ))) ;) })) (return_statement return IDENT ;) })))
|
(function_definition "int __regparm3 sqlite3_bind_null(undefined4 param_1,undefined4 param_2)\n\n{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}" (primitive_type "int") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "sqlite3_bind_null(undefined4 param_1,undefined4 param_2)" (identifier "sqlite3_bind_null") (parameter_list "(undefined4 param_1,undefined4 param_2)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n int iVar1;\n int *unaff_retaddr;\n \n entry(param_2,0x33b8c);\n iVar1 = FUN_00033918();\n if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "int *unaff_retaddr;" (primitive_type "int") (pointer_declarator "*unaff_retaddr" (* "*") (identifier "unaff_retaddr")) (; ";")) (expression_statement "entry(param_2,0x33b8c);" (call_expression "entry(param_2,0x33b8c)" (identifier "entry") (argument_list "(param_2,0x33b8c)" (( "(") (identifier "param_2") (, ",") (number_literal "0x33b8c") () ")"))) (; ";")) (expression_statement "iVar1 = FUN_00033918();" (assignment_expression "iVar1 = FUN_00033918()" (identifier "iVar1") (= "=") (call_expression "FUN_00033918()" (identifier "FUN_00033918") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));\n }" ({ "{") (expression_statement "sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));" (call_expression "sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc))" (identifier "sqlite3_mutex_leave") (argument_list "(*(undefined4 *)(*unaff_retaddr + 0xc))" (( "(") (pointer_expression "*(undefined4 *)(*unaff_retaddr + 0xc)" (* "*") (cast_expression "(undefined4 *)(*unaff_retaddr + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*unaff_retaddr + 0xc)" (( "(") (binary_expression "*unaff_retaddr + 0xc" (pointer_expression "*unaff_retaddr" (* "*") (identifier "unaff_retaddr")) (+ "+") (number_literal "0xc")) () ")")))) () ")"))) (; ";")) (} "}"))) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
int function_1(type_1 *pStmt,int i)
{
int var_2;
var_2 = var_1((type_2 *)pStmt,i);
if (var_2 == 0) {
var_3(*(type_3 **)(*(int *)pStmt + 0xc));
}
return var_2;
}
| null |
(translation_unit (function_definition type: (primitive_type) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))))) (return_statement (identifier)))))
| null |
int __regparm3 MASKED(undefined4 param_1,undefined4 param_2)
{
int iVar1;
int *unaff_retaddr;
entry(param_2,0x33b8c);
iVar1 = FUN_00033918();
if (iVar1 == 0) {
sqlite3_mutex_leave(*(undefined4 *)(*unaff_retaddr + 0xc));
}
return iVar1;
}
|
8104_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c
|
Got_entry
|
FUN_002dbcf0
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void Got_entry(Got_entry * this, Relobj * object, uint local_sym_index,
bool use_plt_or_tls_offset, uint64_t addend) */
void __thiscall
gold::Output_data_got<32,_false>::Got_entry::Got_entry
(Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset,uint64_t addend)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,
undefined4 param_5,undefined4 param_6)
{
param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;
*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;
param_1[2] = param_5;
param_1[3] = param_6;
if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {
*param_1 = param_2;
return;
}
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x30e307
SUB ESP,0xc
MOV EDX,dword ptr [ESP + 0x20]
MOV ECX,dword ptr [ESP + 0x28]
MOVZX EDI,byte ptr [ESP + 0x2c]
MOV EAX,dword ptr [EDX + 0x4]
MOV ESI,ECX
AND ESI,0x7fffffff
SHL EDI,0x7
AND EAX,0x80000000
OR EAX,ESI
MOV dword ptr [EDX + 0x4],EAX
SHR EAX,0x18
AND EAX,0x7f
OR EAX,EDI
MOV byte ptr [EDX + 0x7],AL
MOV EDI,dword ptr [ESP + 0x30]
LEA EAX,[ECX + 0x80000003]
MOV EBP,dword ptr [ESP + 0x34]
MOV dword ptr [EDX + 0x8],EDI
MOV dword ptr [EDX + 0xc],EBP
CMP EAX,0x2
JBE 0x002dbd5d
CMP ECX,ESI
JNZ 0x002dbd5d
MOV EAX,dword ptr [ESP + 0x24]
MOV dword ptr [EDX],EAX
ADD ESP,0xc
POP EBX
POP ESI
POP EDI
POP EBP
RET
PUSH EAX
LEA EAX,[EBX + 0xffea8354]
PUSH EAX
LEA EAX,[EBX + 0xffe6335d]
PUSH 0xa5d
PUSH EAX
CALL 0x002446e0
| null | null | null | null |
[('const-1', u'RETURN_-1204634354')]
|
[('const-417', u'STORE_-1204634148'), (u'INT_ADD_-1204634121', u'INT_LESS_-1204634085'), ('const-417', u'STORE_-1204634217'), ('const-4510557', u'COPY_-1204633921'), ('const-1', u'RETURN_-1204633983'), (u'INT_OR_-1204634134', u'STORE_-1204634148'), ('const-7', u'INT_ADD_-1204634134'), ('tmp_1006', u'INT_AND_-1204634273'), (u'INT_AND_-1204634218', u'INT_OR_-1204634203'), (u'INT_AND_-1204634273', u'INT_OR_-1204634203'), ('const-2', u'PTRADD_-1204633902'), ('const-1', u'PTRADD_-1204633931'), ('const-2147483647', u'INT_AND_-1204634273'), ('const-24', u'INT_RIGHT_-1204633952'), ('tmp_1006', u'INT_EQUAL_-1204634080'), ('const-417', u'STORE_-1204634120'), ('const-4', u'PTRADD_-1204633931'), ('const-0', u'RETURN_-1204634025'), (u'INT_OR_-1204634203', u'STORE_-1204634217'), ('tmp_1009', u'STORE_-1204634114'), ('const-2', u'INT_LESS_-1204634085'), ('const-2653', u'CALL_-1204633988'), (u'CAST_-1204633917', u'INT_ADD_-1204634134'), (u'SUBPIECE_-1204633945', u'INT_AND_-1204633989'), ('tmp_1005', u'CAST_-1204633917'), ('const-4', u'PTRADD_-1204633902'), ('const-2147483648', u'INT_AND_-1204634218'), ('const-127', u'INT_AND_-1204633989'), (u'INT_LEFT_-1204634256', u'INT_OR_-1204634134'), ('tmp_1007', u'INT_LEFT_-1204634256'), ('const-4793172', u'COPY_-1204633920'), ('tmp_1005', u'PTRADD_-1204633902'), (u'INT_ADD_-1204634121', u'CALL_-1204633988'), ('const-417', u'STORE_-1204634114'), ('tmp_1006', u'INT_RIGHT_-1204633952'), ('const-417', u'LOAD_-1204634308'), (u'INT_EQUAL_-1204634080', u'CBRANCH_-1204634078'), ('tmp_1005', u'STORE_-1204634069'), ('const-0', u'SUBPIECE_-1204633945'), ('const-3', u'PTRADD_-1204633898'), (u'PTRADD_-1204633953', u'LOAD_-1204634308'), (u'CAST_-1204633916', u'STORE_-1204634148'), (u'COPY_-1204633920', u'CALL_-1204633988'), (u'INT_LESS_-1204634085', u'CBRANCH_-1204634094'), ('const-7', u'INT_LEFT_-1204634256'), ('tmp_1006', u'INT_ADD_-1204634121'), ('tmp_1005', u'PTRADD_-1204633931'), ('tmp_1010', u'STORE_-1204634069'), ('const-1', u'PTRADD_-1204633953'), (u'LOAD_-1204634308', u'INT_AND_-1204634218'), (u'PTRADD_-1204633931', u'STORE_-1204634217'), (u'INT_AND_-1204634273', u'INT_EQUAL_-1204634080'), ('tmp_1005', u'PTRADD_-1204633898'), ('tmp_1005', u'PTRADD_-1204633953'), (u'INT_ADD_-1204634134', u'CAST_-1204633916'), (u'PTRADD_-1204633898', u'STORE_-1204634114'), ('const-2147483651', u'INT_ADD_-1204634121'), ('const-4', u'PTRADD_-1204633953'), ('tmp_570', u'CBRANCH_-1204634078'), (u'PTRADD_-1204633902', u'STORE_-1204634120'), (u'INT_AND_-1204633989', u'INT_OR_-1204634134'), ('const-4', u'PTRADD_-1204633898'), ('tmp_1008', u'STORE_-1204634120'), (u'INT_RIGHT_-1204633952', u'SUBPIECE_-1204633945'), ('const-417', u'STORE_-1204634069'), ('tmp_538', u'CBRANCH_-1204634094'), (u'COPY_-1204633921', u'CALL_-1204633988')]
| null | null |
002dbcf0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}\n\n" comment (function_definition "void FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}" primitive_type (function_declarator "FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "char param_4" primitive_type identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}" { (expression_statement "param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;" (assignment_expression "param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "param_1[1] & 0x80000000 | param_3 & 0x7fffffff" (binary_expression "param_1[1] & 0x80000000" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) | (binary_expression "param_3 & 0x7fffffff" identifier & number_literal))) ;) (expression_statement "*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;" (assignment_expression "*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7" (pointer_expression "*(byte *)((int)param_1 + 7)" * (cast_expression "(byte *)((int)param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 7)" ( (binary_expression "(int)param_1 + 7" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "(byte)(param_3 >> 0x18) & 0x7f | param_4 << 7" (binary_expression "(byte)(param_3 >> 0x18) & 0x7f" (call_expression "(byte)(param_3 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(param_3 >> 0x18)" ( (binary_expression "param_3 >> 0x18" identifier >> number_literal) ))) & number_literal) | (binary_expression "param_4 << 7" identifier << number_literal))) ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = param_6;" (assignment_expression "param_1[3] = param_6" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }" if (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff)))" ( (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))" (parenthesized_expression "(2 < param_3 + 0x80000003)" ( (binary_expression "2 < param_3 + 0x80000003" number_literal < (binary_expression "param_3 + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(param_3 == (param_3 & 0x7fffffff))" ( (binary_expression "param_3 == (param_3 & 0x7fffffff)" identifier == (parenthesized_expression "(param_3 & 0x7fffffff)" ( (binary_expression "param_3 & 0x7fffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n *param_1 = param_2;\n return;\n }" { (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);" (call_expression "FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003)" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") , (binary_expression "param_3 + 0x80000003" identifier + number_literal) ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void Got_entry(Got_entry * this, Relobj * object, uint local_sym_index,\n bool use_plt_or_tls_offset, uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_got<32,_false>::Got_entry::Got_entry\n (Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset,uint64_t addend)\n\n{\n}\n\n" comment comment (ERROR "void __thiscall\ngold::Output_data_got<32,_false>::Got_entry::Got_entry\n (Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset,uint64_t addend)" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::Got_entry::" identifier > : : identifier : :) (function_declarator "Got_entry\n (Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset,uint64_t addend)" identifier (parameter_list "(Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset,uint64_t addend)" ( (parameter_declaration "Got_entry *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *object" type_identifier (pointer_declarator "*object" * identifier)) , (parameter_declaration "uint param_2" type_identifier identifier) , (parameter_declaration "bool use_plt_or_tls_offset" primitive_type identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) )))) (compound_statement "{\n}" { }))
|
(translation_unit "void FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}\n\n" (function_definition "void FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}" primitive_type (function_declarator "FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "uint param_3" type_identifier identifier) , (parameter_declaration "char param_4" primitive_type identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) ))) (compound_statement "{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}" { (expression_statement "param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;" (assignment_expression "param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (binary_expression "param_1[1] & 0x80000000 | param_3 & 0x7fffffff" (binary_expression "param_1[1] & 0x80000000" (subscript_expression "param_1[1]" identifier [ number_literal ]) & number_literal) | (binary_expression "param_3 & 0x7fffffff" identifier & number_literal))) ;) (expression_statement "*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;" (assignment_expression "*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7" (pointer_expression "*(byte *)((int)param_1 + 7)" * (cast_expression "(byte *)((int)param_1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + 7)" ( (binary_expression "(int)param_1 + 7" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) = (binary_expression "(byte)(param_3 >> 0x18) & 0x7f | param_4 << 7" (binary_expression "(byte)(param_3 >> 0x18) & 0x7f" (call_expression "(byte)(param_3 >> 0x18)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(param_3 >> 0x18)" ( (binary_expression "param_3 >> 0x18" identifier >> number_literal) ))) & number_literal) | (binary_expression "param_4 << 7" identifier << number_literal))) ;) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[3] = param_6;" (assignment_expression "param_1[3] = param_6" (subscript_expression "param_1[3]" identifier [ number_literal ]) = identifier) ;) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }" if (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff)))" ( (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))" (parenthesized_expression "(2 < param_3 + 0x80000003)" ( (binary_expression "2 < param_3 + 0x80000003" number_literal < (binary_expression "param_3 + 0x80000003" identifier + number_literal)) )) && (parenthesized_expression "(param_3 == (param_3 & 0x7fffffff))" ( (binary_expression "param_3 == (param_3 & 0x7fffffff)" identifier == (parenthesized_expression "(param_3 & 0x7fffffff)" ( (binary_expression "param_3 & 0x7fffffff" identifier & number_literal) ))) ))) )) (compound_statement "{\n *param_1 = param_2;\n return;\n }" { (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);" (call_expression "FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003)" identifier (argument_list "("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""Got_entry"" " string_content ") , (binary_expression "param_3 + 0x80000003" identifier + number_literal) ))) ;) })))
|
(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 TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) & LIT) | (binary_expression IDENT & LIT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) = (binary_expression (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT >> LIT) ))) & LIT) | (binary_expression IDENT << LIT))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression LIT < (binary_expression IDENT + LIT)) )) && (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) ))) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , (binary_expression IDENT + LIT) ))) ;) })))
|
(function_definition "void FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)\n\n{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}" (primitive_type "void") (function_declarator "FUN_002dbcf0(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)" (identifier "FUN_002dbcf0") (parameter_list "(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,\n undefined4 param_5,undefined4 param_6)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "uint param_3" (type_identifier "uint") (identifier "param_3")) (, ",") (parameter_declaration "char param_4" (primitive_type "char") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) () ")"))) (compound_statement "{\n param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;\n *(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;\n param_1[2] = param_5;\n param_1[3] = param_6;\n if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }\n \n FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);\n}" ({ "{") (expression_statement "param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;" (assignment_expression "param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "param_1[1] & 0x80000000 | param_3 & 0x7fffffff" (binary_expression "param_1[1] & 0x80000000" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (& "&") (number_literal "0x80000000")) (| "|") (binary_expression "param_3 & 0x7fffffff" (identifier "param_3") (& "&") (number_literal "0x7fffffff")))) (; ";")) (expression_statement "*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;" (assignment_expression "*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7" (pointer_expression "*(byte *)((int)param_1 + 7)" (* "*") (cast_expression "(byte *)((int)param_1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + 7)" (( "(") (binary_expression "(int)param_1 + 7" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "(byte)(param_3 >> 0x18) & 0x7f | param_4 << 7" (binary_expression "(byte)(param_3 >> 0x18) & 0x7f" (call_expression "(byte)(param_3 >> 0x18)" (parenthesized_expression "(byte)" (( "(") (identifier "byte") () ")")) (argument_list "(param_3 >> 0x18)" (( "(") (binary_expression "param_3 >> 0x18" (identifier "param_3") (>> ">>") (number_literal "0x18")) () ")"))) (& "&") (number_literal "0x7f")) (| "|") (binary_expression "param_4 << 7" (identifier "param_4") (<< "<<") (number_literal "7")))) (; ";")) (expression_statement "param_1[2] = param_5;" (assignment_expression "param_1[2] = param_5" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "param_1[3] = param_6;" (assignment_expression "param_1[3] = param_6" (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_6")) (; ";")) (if_statement "if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {\n *param_1 = param_2;\n return;\n }" (if "if") (parenthesized_expression "((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff)))" (( "(") (binary_expression "(2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))" (parenthesized_expression "(2 < param_3 + 0x80000003)" (( "(") (binary_expression "2 < param_3 + 0x80000003" (number_literal "2") (< "<") (binary_expression "param_3 + 0x80000003" (identifier "param_3") (+ "+") (number_literal "0x80000003"))) () ")")) (&& "&&") (parenthesized_expression "(param_3 == (param_3 & 0x7fffffff))" (( "(") (binary_expression "param_3 == (param_3 & 0x7fffffff)" (identifier "param_3") (== "==") (parenthesized_expression "(param_3 & 0x7fffffff)" (( "(") (binary_expression "param_3 & 0x7fffffff" (identifier "param_3") (& "&") (number_literal "0x7fffffff")) () ")"))) () ")"))) () ")")) (compound_statement "{\n *param_1 = param_2;\n return;\n }" ({ "{") (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "param_2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);" (call_expression "FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003)" (identifier "FUN_002446e0") (argument_list "("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0xa5d") (, ",") (string_literal ""Got_entry"" (" """) (string_content "Got_entry") (" """)) (, ",") (binary_expression "param_3 + 0x80000003" (identifier "param_3") (+ "+") (number_literal "0x80000003")) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void Got_entry(Got_entry * this, Relobj * object, uint local_sym_index,
bool use_plt_or_tls_offset, uint64_t addend) */
void __thiscall
gold::Output_data_got<32,_false>::Got_entry::Got_entry
(Got_entry *this,Relobj *object,uint param_2,bool use_plt_or_tls_offset,uint64_t addend)
{
}
| 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: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (number_literal) right: (binary_expression left: (identifier) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (binary_expression left: (identifier) right: (number_literal))))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1,undefined4 param_2,uint param_3,char param_4,
undefined4 param_5,undefined4 param_6)
{
param_1[1] = param_1[1] & 0x80000000 | param_3 & 0x7fffffff;
*(byte *)((int)param_1 + 7) = (byte)(param_3 >> 0x18) & 0x7f | param_4 << 7;
param_1[2] = param_5;
param_1[3] = param_6;
if ((2 < param_3 + 0x80000003) && (param_3 == (param_3 & 0x7fffffff))) {
*param_1 = param_2;
return;
}
/* WARNING: Subroutine does not return */
FUN_002446e0("../../gold/output.h",0xa5d,"Got_entry",param_3 + 0x80000003);
}
|
293_x86_64-linux-gnu-objdump_and_x86_64-linux-gnu-objdump_strip.c
|
tg_fix_visibility
|
FUN_00037220
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_boolean __regparm3 tg_fix_visibility(pr_handle *info,debug_visibility visibility)
{
if (info == (pr_handle *)0x0) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");
}
if (info->stack != (pr_stack *)visibility) {
if (info->stack == (pr_stack *)0x3) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",
0x80f,"tg_fix_visibility");
}
info->stack = (pr_stack *)visibility;
}
return 1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_00037220(int param_1,int param_2)
{
if (param_1 == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");
}
if (*(int *)(param_1 + 8) != param_2) {
if (*(int *)(param_1 + 8) == 3) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",
0x80f,"tg_fix_visibility");
}
*(int *)(param_1 + 8) = param_2;
}
return 1;
}
|
PUSH EBX
CALL 0x000153d0
ADD EBX,0x3bdda
SUB ESP,0x8
TEST EAX,EAX
JZ 0x0003724c
MOV ECX,dword ptr [EAX + 0x8]
CMP ECX,EDX
JZ 0x00037242
CMP ECX,0x3
JZ 0x0003726b
MOV dword ptr [EAX + 0x8],EDX
ADD ESP,0x8
MOV EAX,0x1
POP EBX
RET
LEA EAX,[EBX + 0xfffe4848]
PUSH EAX
LEA EAX,[EBX + 0xfffe4154]
PUSH 0x80a
PUSH EAX
LEA EAX,[EBX + 0xfffe416b]
PUSH EAX
CALL 0x00014850
LEA EAX,[EBX + 0xfffe4848]
PUSH EAX
LEA EAX,[EBX + 0xfffe4154]
PUSH 0x80f
PUSH EAX
LEA EAX,[EBX + 0xfffe44f4]
PUSH EAX
CALL 0x00014850
| null | null | null | null |
[('tmp_345', u'PTRSUB_-1206095029'), ('const-8', u'PTRSUB_-1206095029'), ('const-356715', u'COPY_-1206095047'), (u'CAST_-1206095026', u'INT_NOTEQUAL_-1206095252'), ('const-1', u'RETURN_-1206095116'), ('const-1', u'COPY_-1206095219'), (u'COPY_-1206095045', u'CALL_-1206095129'), ('const-8', u'PTRSUB_-1206095016'), ('tmp_345', u'INT_EQUAL_-1206095274'), ('tmp_346', u'CAST_-1206095026'), (u'COPY_-1206095017', u'CALL_-1206095121'), ('tmp_160', u'CBRANCH_-1206095236'), ('const-417', u'STORE_-1206095233'), ('tmp_345', u'PTRSUB_-1206095016'), ('tmp_130', u'CBRANCH_-1206095252'), (u'COPY_-1206095015', u'CALL_-1206095121'), (u'PTRSUB_-1206095016', u'STORE_-1206095233'), (u'CAST_-1206095016', u'STORE_-1206095233'), ('const-0', u'RETURN_-1206095197'), ('const-2058', u'CALL_-1206095129'), ('const-2063', u'CALL_-1206095121'), ('tmp_92', u'CBRANCH_-1206095273'), ('const-3', u'INT_EQUAL_-1206095238'), (u'INT_EQUAL_-1206095238', u'CBRANCH_-1206095236'), ('const-358472', u'COPY_-1206095045'), (u'PTRSUB_-1206095029', u'LOAD_-1206095272'), (u'COPY_-1206095047', u'CALL_-1206095129'), ('const-417', u'LOAD_-1206095272'), (u'LOAD_-1206095272', u'INT_NOTEQUAL_-1206095252'), (u'COPY_-1206095013', u'CALL_-1206095121'), (u'COPY_-1206095219', u'RETURN_-1206095197'), ('const-1', u'RETURN_-1206095124'), ('const-357620', u'COPY_-1206095015'), ('const-0', u'INT_EQUAL_-1206095274'), ('const-358472', u'COPY_-1206095013'), ('const-356692', u'COPY_-1206095017'), (u'INT_EQUAL_-1206095274', u'CBRANCH_-1206095273'), ('tmp_346', u'CAST_-1206095016'), (u'COPY_-1206095049', u'CALL_-1206095129'), (u'LOAD_-1206095272', u'INT_EQUAL_-1206095238'), (u'INT_NOTEQUAL_-1206095252', u'CBRANCH_-1206095252'), ('const-356692', u'COPY_-1206095049')]
|
[('const-3', u'INT_EQUAL_-1206095238'), ('const-2058', u'CALL_-1206095129'), ('const-356692', u'COPY_-1206095049'), ('const-1', u'RETURN_-1206095116'), ('const-1', u'COPY_-1206095219'), ('const-357620', u'COPY_-1206095015'), ('tmp_484', u'INT_ADD_-1206095256'), (u'COPY_-1206095045', u'CALL_-1206095129'), ('tmp_486', u'INT_NOTEQUAL_-1206095252'), ('const-8', u'INT_ADD_-1206095219'), (u'COPY_-1206095017', u'CALL_-1206095121'), ('const-358472', u'COPY_-1206095045'), ('const-356692', u'COPY_-1206095017'), ('const-358472', u'COPY_-1206095013'), ('const-417', u'LOAD_-1206095272'), ('tmp_160', u'CBRANCH_-1206095236'), ('tmp_130', u'CBRANCH_-1206095252'), (u'COPY_-1206095015', u'CALL_-1206095121'), (u'CAST_-1206095018', u'STORE_-1206095233'), ('tmp_484', u'INT_EQUAL_-1206095274'), ('const-0', u'RETURN_-1206095197'), (u'INT_ADD_-1206095256', u'CAST_-1206095031'), ('tmp_484', u'INT_ADD_-1206095219'), ('tmp_92', u'CBRANCH_-1206095273'), ('const-8', u'INT_ADD_-1206095256'), (u'INT_EQUAL_-1206095238', u'CBRANCH_-1206095236'), (u'COPY_-1206095047', u'CALL_-1206095129'), ('const-2063', u'CALL_-1206095121'), ('const-356715', u'COPY_-1206095047'), (u'LOAD_-1206095272', u'INT_NOTEQUAL_-1206095252'), (u'COPY_-1206095013', u'CALL_-1206095121'), (u'COPY_-1206095219', u'RETURN_-1206095197'), ('const-1', u'RETURN_-1206095124'), ('const-0', u'INT_EQUAL_-1206095274'), (u'CAST_-1206095031', u'LOAD_-1206095272'), (u'INT_EQUAL_-1206095274', u'CBRANCH_-1206095273'), ('const-417', u'STORE_-1206095233'), (u'COPY_-1206095049', u'CALL_-1206095129'), ('tmp_486', u'STORE_-1206095233'), (u'LOAD_-1206095272', u'INT_EQUAL_-1206095238'), (u'INT_NOTEQUAL_-1206095252', u'CBRANCH_-1206095252'), (u'INT_ADD_-1206095219', u'CAST_-1206095018')]
| null | null |
00037220
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_00037220(int param_1,int param_2)\n\n{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}\n\n" comment (function_definition "undefined4 __regparm3 FUN_00037220(int param_1,int param_2)\n\n{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00037220(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}" { (if_statement "if (param_1 == 0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" { comment (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" identifier (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" ( (string_literal ""info->stack != NULL"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""tg_fix_visibility"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) != param_2)" ( (binary_expression "*(int *)(param_1 + 8) != param_2" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n if (*(int *)(param_1 + 8) == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }" { (if_statement "if (*(int *)(param_1 + 8) == 3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) == 3)" ( (binary_expression "*(int *)(param_1 + 8) == 3" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" { comment (expression_statement "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" identifier (argument_list "("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" ( (string_literal ""info->stack->visibility != DEBUG_VISIBILITY_IGNORE"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""tg_fix_visibility"" " string_content ") ))) ;) })) (expression_statement "*(int *)(param_1 + 8) = param_2;" (assignment_expression "*(int *)(param_1 + 8) = param_2" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3 tg_fix_visibility(pr_handle *info,debug_visibility visibility)\n\n{\n if (info == (pr_handle *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (info->stack != (pr_stack *)visibility) {\n if (info->stack == (pr_stack *)0x3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n info->stack = (pr_stack *)visibility;\n }\n return 1;\n}\n\n" comment (function_definition "bfd_boolean __regparm3 tg_fix_visibility(pr_handle *info,debug_visibility visibility)\n\n{\n if (info == (pr_handle *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (info->stack != (pr_stack *)visibility) {\n if (info->stack == (pr_stack *)0x3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n info->stack = (pr_stack *)visibility;\n }\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "tg_fix_visibility(pr_handle *info,debug_visibility visibility)" identifier (parameter_list "(pr_handle *info,debug_visibility visibility)" ( (parameter_declaration "pr_handle *info" type_identifier (pointer_declarator "*info" * identifier)) , (parameter_declaration "debug_visibility visibility" type_identifier identifier) ))) (compound_statement "{\n if (info == (pr_handle *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (info->stack != (pr_stack *)visibility) {\n if (info->stack == (pr_stack *)0x3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n info->stack = (pr_stack *)visibility;\n }\n return 1;\n}" { (if_statement "if (info == (pr_handle *)0x0) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" if (parenthesized_expression "(info == (pr_handle *)0x0)" ( (binary_expression "info == (pr_handle *)0x0" identifier == (cast_expression "(pr_handle *)0x0" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" { comment (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" identifier (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" ( (string_literal ""info->stack != NULL"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""tg_fix_visibility"" " string_content ") ))) ;) })) (if_statement "if (info->stack != (pr_stack *)visibility) {\n if (info->stack == (pr_stack *)0x3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n info->stack = (pr_stack *)visibility;\n }" if (parenthesized_expression "(info->stack != (pr_stack *)visibility)" ( (binary_expression "info->stack != (pr_stack *)visibility" (field_expression "info->stack" identifier -> field_identifier) != (cast_expression "(pr_stack *)visibility" ( (type_descriptor "pr_stack *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n if (info->stack == (pr_stack *)0x3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n info->stack = (pr_stack *)visibility;\n }" { (if_statement "if (info->stack == (pr_stack *)0x3) {\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" if (parenthesized_expression "(info->stack == (pr_stack *)0x3)" ( (binary_expression "info->stack == (pr_stack *)0x3" (field_expression "info->stack" identifier -> field_identifier) == (cast_expression "(pr_stack *)0x3" ( (type_descriptor "pr_stack *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" { comment (expression_statement "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" identifier (argument_list "("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" ( (string_literal ""info->stack->visibility != DEBUG_VISIBILITY_IGNORE"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""tg_fix_visibility"" " string_content ") ))) ;) })) (expression_statement "info->stack = (pr_stack *)visibility;" (assignment_expression "info->stack = (pr_stack *)visibility" (field_expression "info->stack" identifier -> field_identifier) = (cast_expression "(pr_stack *)visibility" ( (type_descriptor "pr_stack *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) })) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit "undefined4 __regparm3 FUN_00037220(int param_1,int param_2)\n\n{\n if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_00037220(int param_1,int param_2)\n\n{\n if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_00037220(int param_1,int param_2)" identifier (parameter_list "(int param_1,int param_2)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}" { (if_statement "if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" { (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" identifier (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" ( (string_literal ""info->stack != NULL"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""tg_fix_visibility"" " string_content ") ))) ;) })) (if_statement "if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) != param_2)" ( (binary_expression "*(int *)(param_1 + 8) != param_2" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) != identifier) )) (compound_statement "{\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }" { (if_statement "if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" if (parenthesized_expression "(*(int *)(param_1 + 8) == 3)" ( (binary_expression "*(int *)(param_1 + 8) == 3" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" { (expression_statement "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" identifier (argument_list "("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" ( (string_literal ""info->stack->visibility != DEBUG_VISIBILITY_IGNORE"" " string_content ") , (string_literal ""../../binutils/prdbg.c"" " string_content ") , number_literal , (string_literal ""tg_fix_visibility"" " string_content ") ))) ;) })) (expression_statement "*(int *)(param_1 + 8) = param_2;" (assignment_expression "*(int *)(param_1 + 8) = param_2" (pointer_expression "*(int *)(param_1 + 8)" * (cast_expression "(int *)(param_1 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return 1;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (return_statement return LIT ;) })))
|
(function_definition "undefined4 __regparm3 FUN_00037220(int param_1,int param_2)\n\n{\n if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_00037220(int param_1,int param_2)" (identifier "FUN_00037220") (parameter_list "(int param_1,int param_2)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) () ")"))) (compound_statement "{\n if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }\n if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }\n return 1;\n}" ({ "{") (if_statement "if (param_1 == 0) {\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n __assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");\n }" ({ "{") (expression_statement "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" (identifier "__assert_fail") (argument_list "("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility")" (( "(") (string_literal ""info->stack != NULL"" (" """) (string_content "info->stack != NULL") (" """)) (, ",") (string_literal ""../../binutils/prdbg.c"" (" """) (string_content "../../binutils/prdbg.c") (" """)) (, ",") (number_literal "0x80a") (, ",") (string_literal ""tg_fix_visibility"" (" """) (string_content "tg_fix_visibility") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(int *)(param_1 + 8) != param_2) {\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 8) != param_2)" (( "(") (binary_expression "*(int *)(param_1 + 8) != param_2" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (identifier "param_2")) () ")")) (compound_statement "{\n if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }\n *(int *)(param_1 + 8) = param_2;\n }" ({ "{") (if_statement "if (*(int *)(param_1 + 8) == 3) {\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" (if "if") (parenthesized_expression "(*(int *)(param_1 + 8) == 3)" (( "(") (binary_expression "*(int *)(param_1 + 8) == 3" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (== "==") (number_literal "3")) () ")")) (compound_statement "{\n \n __assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");\n }" ({ "{") (expression_statement "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility");" (call_expression "__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" (identifier "__assert_fail") (argument_list "("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",\n 0x80f,"tg_fix_visibility")" (( "(") (string_literal ""info->stack->visibility != DEBUG_VISIBILITY_IGNORE"" (" """) (string_content "info->stack->visibility != DEBUG_VISIBILITY_IGNORE") (" """)) (, ",") (string_literal ""../../binutils/prdbg.c"" (" """) (string_content "../../binutils/prdbg.c") (" """)) (, ",") (number_literal "0x80f") (, ",") (string_literal ""tg_fix_visibility"" (" """) (string_content "tg_fix_visibility") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "*(int *)(param_1 + 8) = param_2;" (assignment_expression "*(int *)(param_1 + 8) = param_2" (pointer_expression "*(int *)(param_1 + 8)" (* "*") (cast_expression "(int *)(param_1 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (} "}"))) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3 function_1(type_2 *var_1,type_3 visibility)
{
if (var_1 == (type_2 *)0x0) {
/* WARNING: Subroutine does not return */
var_2("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");
}
if (var_1->stack != (type_4 *)visibility) {
if (var_1->stack == (type_4 *)0x3) {
/* WARNING: Subroutine does not return */
var_2("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",
0x80f,"tg_fix_visibility");
}
var_1->stack = (type_4 *)visibility;
}
return 1;
}
| null |
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (return_statement (number_literal)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int param_1,int param_2)
{
if (param_1 == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack != NULL","../../binutils/prdbg.c",0x80a,"tg_fix_visibility");
}
if (*(int *)(param_1 + 8) != param_2) {
if (*(int *)(param_1 + 8) == 3) {
/* WARNING: Subroutine does not return */
__assert_fail("info->stack->visibility != DEBUG_VISIBILITY_IGNORE","../../binutils/prdbg.c",
0x80f,"tg_fix_visibility");
}
*(int *)(param_1 + 8) = param_2;
}
return 1;
}
|
7086_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
~Assert_expression
|
FUN_001bbf30
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Assert_expression(Assert_expression * this, int __in_chrg) */
void __thiscall gold::Assert_expression::~Assert_expression(Assert_expression *this,int __in_chrg)
{
pointer pcVar1;
Expression *pEVar2;
(this->super_Unary_expression).super_Expression._vptr_Expression =
(_func_int_varargs **)&PTR__Assert_expression_003861f4;
pcVar1 = (this->message_)._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->message_).field_2) {
operator_delete(pcVar1);
}
(this->super_Unary_expression).super_Expression._vptr_Expression =
(_func_int_varargs **)&DAT_0038bcd8;
pEVar2 = (this->super_Unary_expression).arg_;
if (pEVar2 != (Expression *)0x0) {
/* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */
/* WARNING: Treating indirect jump as call */
(*pEVar2->_vptr_Expression[1])();
return;
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001bbf30(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003861f4;
if ((undefined4 *)param_1[2] != param_1 + 4) {
FUN_001e6db0((undefined4 *)param_1[2]);
}
*param_1 = &DAT_0038bcd8;
if ((int *)param_1[1] != (int *)0x0) {
/* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*(int *)param_1[1] + 4))();
return;
}
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x00035840
ADD EBX,0x1d30c9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EDX,[ESI + 0x10]
LEA EAX,[EBX + 0xffff71f4]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x8]
CMP EAX,EDX
JZ 0x001bbf62
SUB ESP,0xc
PUSH EAX
CALL 0x001e6db0
ADD ESP,0x10
LEA EAX,[EBX + 0xffffccd8]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x4]
TEST EAX,EAX
JZ 0x001bbf88
MOV EDX,dword ptr [EAX]
MOV dword ptr [ESP + 0x10],EAX
MOV EAX,dword ptr [EDX + 0x4]
ADD ESP,0x4
POP EBX
POP ESI
JMP EAX
ADD ESP,0x4
POP EBX
POP ESI
RET
| null | null | null | null |
[(u'PTRSUB_-1207648115', u'STORE_-1207648328'), ('const-1', u'RETURN_-1207648236'), ('const-4', u'PTRSUB_-1207648115'), (u'PTRSUB_-1207648114', u'LOAD_-1207648306'), (u'PTRSUB_-1207648144', u'LOAD_-1207648394'), (u'PTRSUB_-1207648167', u'PTRSUB_-1207648157'), ('const-3695092', u'PTRSUB_-1207648160'), ('tmp_386', u'PTRSUB_-1207648156'), (u'PTRSUB_-1207648160', u'CAST_-1207648143'), (u'PTRSUB_-1207648143', u'STORE_-1207648397'), (u'CAST_-1207648143', u'STORE_-1207648397'), (u'CAST_-1207648114', u'STORE_-1207648328'), ('const-0', u'PTRSUB_-1207648147'), (u'PTRSUB_-1207648118', u'PTRSUB_-1207648115'), (u'LOAD_-1207648306', u'PTRADD_-1207648108'), ('const-0', u'PTRSUB_-1207648123'), ('tmp_386', u'PTRSUB_-1207648153'), ('const-417', u'LOAD_-1207648294'), ('const-417', u'LOAD_-1207648325'), (u'LOAD_-1207648325', u'INT_NOTEQUAL_-1207648306'), (u'PTRSUB_-1207648126', u'PTRSUB_-1207648118'), ('tmp_247', u'CBRANCH_-1207648306'), ('const-0', u'PTRSUB_-1207648143'), ('const-0', u'PTRSUB_-1207648115'), ('const-0', u'INT_NOTEQUAL_-1207648306'), (u'PTRSUB_-1207648156', u'PTRSUB_-1207648147'), ('const-417', u'STORE_-1207648328'), ('tmp_386', u'PTRSUB_-1207648167'), ('const-0', u'PTRSUB_-1207648132'), (u'LOAD_-1207648394', u'CALL_-1207648351'), ('const-0', u'PTRSUB_-1207648118'), ('const-8', u'PTRSUB_-1207648167'), ('const-1', u'PTRADD_-1207648108'), ('const-8', u'PTRSUB_-1207648157'), (u'PTRSUB_-1207648147', u'PTRSUB_-1207648143'), (u'PTRSUB_-1207648132', u'CAST_-1207648114'), ('const-417', u'LOAD_-1207648306'), ('const-0', u'PTRSUB_-1207648114'), ('const-3718360', u'PTRSUB_-1207648132'), (u'LOAD_-1207648325', u'PTRSUB_-1207648114'), (u'PTRSUB_-1207648152', u'PTRSUB_-1207648144'), ('const-0', u'PTRSUB_-1207648160'), (u'PTRSUB_-1207648153', u'PTRSUB_-1207648152'), ('const-0', u'PTRSUB_-1207648144'), ('tmp_386', u'PTRSUB_-1207648126'), (u'INT_NOTEQUAL_-1207648374', u'CBRANCH_-1207648374'), ('const-8', u'PTRSUB_-1207648153'), ('const-0', u'PTRSUB_-1207648152'), ('const-0', u'PTRSUB_-1207648156'), (u'INT_NOTEQUAL_-1207648306', u'CBRANCH_-1207648306'), (u'LOAD_-1207648394', u'CAST_-1207648137'), ('tmp_386', u'PTRSUB_-1207648123'), (u'LOAD_-1207648294', u'CALLIND_-1207648261'), (u'PTRSUB_-1207648157', u'INT_NOTEQUAL_-1207648374'), ('const-4', u'PTRADD_-1207648108'), (u'PTRADD_-1207648108', u'LOAD_-1207648294'), ('const-0', u'PTRSUB_-1207648126'), ('const-417', u'LOAD_-1207648394'), (u'PTRSUB_-1207648123', u'PTRSUB_-1207648115'), ('const-0', u'RETURN_-1207648225'), (u'PTRSUB_-1207648115', u'LOAD_-1207648325'), ('const-417', u'STORE_-1207648397'), ('tmp_135', u'CBRANCH_-1207648374'), (u'CAST_-1207648137', u'INT_NOTEQUAL_-1207648374')]
|
[('const-2', u'PTRADD_-1207648158'), (u'LOAD_-1207648394', u'CAST_-1207648157'), ('const-1', u'PTRADD_-1207648130'), ('const-1', u'RETURN_-1207648236'), ('const-3718360', u'PTRSUB_-1207648134'), (u'PTRADD_-1207648130', u'LOAD_-1207648325'), ('tmp_628', u'STORE_-1207648397'), ('tmp_628', u'STORE_-1207648328'), ('const-4', u'PTRADD_-1207648130'), ('const-4', u'INT_ADD_-1207648278'), ('const-0', u'PTRSUB_-1207648162'), ('const-417', u'LOAD_-1207648325'), ('tmp_628', u'PTRADD_-1207648170'), ('const-4', u'PTRADD_-1207648158'), (u'INT_NOTEQUAL_-1207648374', u'CBRANCH_-1207648374'), (u'CAST_-1207648157', u'CALL_-1207648351'), ('tmp_628', u'PTRADD_-1207648130'), (u'PTRADD_-1207648158', u'LOAD_-1207648394'), (u'PTRADD_-1207648170', u'INT_NOTEQUAL_-1207648374'), ('const-3695092', u'PTRSUB_-1207648162'), (u'LOAD_-1207648306', u'INT_ADD_-1207648278'), (u'INT_ADD_-1207648278', u'CAST_-1207648115'), ('const-417', u'STORE_-1207648328'), ('tmp_628', u'PTRADD_-1207648158'), (u'INT_NOTEQUAL_-1207648306', u'CBRANCH_-1207648306'), ('tmp_247', u'CBRANCH_-1207648306'), (u'LOAD_-1207648294', u'CALLIND_-1207648261'), ('const-4', u'PTRADD_-1207648170'), (u'CAST_-1207648157', u'INT_NOTEQUAL_-1207648374'), (u'LOAD_-1207648325', u'CAST_-1207648129'), ('const-417', u'LOAD_-1207648394'), (u'CAST_-1207648129', u'INT_NOTEQUAL_-1207648306'), (u'CAST_-1207648129', u'LOAD_-1207648306'), ('const-0', u'PTRSUB_-1207648134'), ('const-417', u'STORE_-1207648397'), ('const-0', u'INT_NOTEQUAL_-1207648306'), ('const-417', u'LOAD_-1207648306'), ('const-4', u'PTRADD_-1207648170'), (u'PTRSUB_-1207648134', u'STORE_-1207648328'), ('const-417', u'LOAD_-1207648294'), (u'PTRSUB_-1207648162', u'STORE_-1207648397'), (u'CAST_-1207648115', u'LOAD_-1207648294'), ('const-0', u'RETURN_-1207648225'), ('tmp_135', u'CBRANCH_-1207648374')]
| null | null |
001bbf30
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001bbf30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}\n\n" comment (function_definition "void FUN_001bbf30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001bbf30(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003861f4;" (assignment_expression "*param_1 = &PTR_FUN_003861f4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003861f4" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }" if (parenthesized_expression "((undefined4 *)param_1[2] != param_1 + 4)" ( (binary_expression "(undefined4 *)param_1[2] != param_1 + 4" (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) != (binary_expression "param_1 + 4" identifier + number_literal)) )) (compound_statement "{\n FUN_001e6db0((undefined4 *)param_1[2]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[2]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[2])" identifier (argument_list "((undefined4 *)param_1[2])" ( (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) ))) ;) })) (expression_statement "*param_1 = &DAT_0038bcd8;" (assignment_expression "*param_1 = &DAT_0038bcd8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_0038bcd8" & identifier)) ;) (if_statement "if ((int *)param_1[1] != (int *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }" if (parenthesized_expression "((int *)param_1[1] != (int *)0x0)" ( (binary_expression "(int *)param_1[1] != (int *)0x0" (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }" { comment comment (expression_statement "(**(code **)(*(int *)param_1[1] + 4))();" (call_expression "(**(code **)(*(int *)param_1[1] + 4))()" (parenthesized_expression "(**(code **)(*(int *)param_1[1] + 4))" ( (pointer_expression "**(code **)(*(int *)param_1[1] + 4)" * (pointer_expression "*(code **)(*(int *)param_1[1] + 4)" * (cast_expression "(code **)(*(int *)param_1[1] + 4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)param_1[1] + 4)" ( (binary_expression "*(int *)param_1[1] + 4" (pointer_expression "*(int *)param_1[1]" * (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Assert_expression(Assert_expression * this, int __in_chrg) */\n\nvoid __thiscall gold::Assert_expression::~Assert_expression(Assert_expression *this,int __in_chrg)\n\n{\n pointer pcVar1;\n Expression *pEVar2;\n \n (this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&PTR__Assert_expression_003861f4;\n pcVar1 = (this->message_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2) {\n operator_delete(pcVar1);\n }\n (this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0038bcd8;\n pEVar2 = (this->super_Unary_expression).arg_;\n if (pEVar2 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar2->_vptr_Expression[1])();\n return;\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::Assert_expression::~Assert_expression(Assert_expression *this,int __in_chrg)\n\n{\n pointer pcVar1;\n Expression *pEVar2;\n \n (this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&PTR__Assert_expression_003861f4;\n pcVar1 = (this->message_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2) {\n operator_delete(pcVar1);\n }\n (this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0038bcd8;\n pEVar2 = (this->super_Unary_expression).arg_;\n if (pEVar2 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar2->_vptr_Expression[1])();\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Assert_expression::~" identifier : : identifier : : ~) (function_declarator "Assert_expression(Assert_expression *this,int __in_chrg)" identifier (parameter_list "(Assert_expression *this,int __in_chrg)" ( (parameter_declaration "Assert_expression *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n Expression *pEVar2;\n \n (this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&PTR__Assert_expression_003861f4;\n pcVar1 = (this->message_)._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2) {\n operator_delete(pcVar1);\n }\n (this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0038bcd8;\n pEVar2 = (this->super_Unary_expression).arg_;\n if (pEVar2 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar2->_vptr_Expression[1])();\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (declaration "Expression *pEVar2;" type_identifier (pointer_declarator "*pEVar2" * identifier) ;) (expression_statement "(this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&PTR__Assert_expression_003861f4;" (assignment_expression "(this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&PTR__Assert_expression_003861f4" (field_expression "(this->super_Unary_expression).super_Expression._vptr_Expression" (field_expression "(this->super_Unary_expression).super_Expression" (parenthesized_expression "(this->super_Unary_expression)" ( (field_expression "this->super_Unary_expression" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Assert_expression_003861f4" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Assert_expression_003861f4" & identifier))) ;) (expression_statement "pcVar1 = (this->message_)._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->message_)._M_dataplus._M_p" identifier = (field_expression "(this->message_)._M_dataplus._M_p" (field_expression "(this->message_)._M_dataplus" (parenthesized_expression "(this->message_)" ( (field_expression "this->message_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->message_).field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->message_).field_2" & (field_expression "(this->message_).field_2" (parenthesized_expression "(this->message_)" ( (field_expression "this->message_" identifier -> field_identifier) )) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "(this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0038bcd8;" (assignment_expression "(this->super_Unary_expression).super_Expression._vptr_Expression =\n (_func_int_varargs **)&DAT_0038bcd8" (field_expression "(this->super_Unary_expression).super_Expression._vptr_Expression" (field_expression "(this->super_Unary_expression).super_Expression" (parenthesized_expression "(this->super_Unary_expression)" ( (field_expression "this->super_Unary_expression" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_0038bcd8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_0038bcd8" & identifier))) ;) (expression_statement "pEVar2 = (this->super_Unary_expression).arg_;" (assignment_expression "pEVar2 = (this->super_Unary_expression).arg_" identifier = (field_expression "(this->super_Unary_expression).arg_" (parenthesized_expression "(this->super_Unary_expression)" ( (field_expression "this->super_Unary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (pEVar2 != (Expression *)0x0) {\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar2->_vptr_Expression[1])();\n return;\n }" if (parenthesized_expression "(pEVar2 != (Expression *)0x0)" ( (binary_expression "pEVar2 != (Expression *)0x0" identifier != (cast_expression "(Expression *)0x0" ( (type_descriptor "Expression *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*pEVar2->_vptr_Expression[1])();\n return;\n }" { comment comment (expression_statement "(*pEVar2->_vptr_Expression[1])();" (call_expression "(*pEVar2->_vptr_Expression[1])()" (parenthesized_expression "(*pEVar2->_vptr_Expression[1])" ( (pointer_expression "*pEVar2->_vptr_Expression[1]" * (subscript_expression "pEVar2->_vptr_Expression[1]" (field_expression "pEVar2->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001bbf30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_001bbf30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_001bbf30(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003861f4;" (assignment_expression "*param_1 = &PTR_FUN_003861f4" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003861f4" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }" if (parenthesized_expression "((undefined4 *)param_1[2] != param_1 + 4)" ( (binary_expression "(undefined4 *)param_1[2] != param_1 + 4" (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) != (binary_expression "param_1 + 4" identifier + number_literal)) )) (compound_statement "{\n FUN_001e6db0((undefined4 *)param_1[2]);\n }" { (expression_statement "FUN_001e6db0((undefined4 *)param_1[2]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[2])" identifier (argument_list "((undefined4 *)param_1[2])" ( (cast_expression "(undefined4 *)param_1[2]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[2]" identifier [ number_literal ])) ))) ;) })) (expression_statement "*param_1 = &DAT_0038bcd8;" (assignment_expression "*param_1 = &DAT_0038bcd8" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_0038bcd8" & identifier)) ;) (if_statement "if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }" if (parenthesized_expression "((int *)param_1[1] != (int *)0x0)" ( (binary_expression "(int *)param_1[1] != (int *)0x0" (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }" { (expression_statement "(**(code **)(*(int *)param_1[1] + 4))();" (call_expression "(**(code **)(*(int *)param_1[1] + 4))()" (parenthesized_expression "(**(code **)(*(int *)param_1[1] + 4))" ( (pointer_expression "**(code **)(*(int *)param_1[1] + 4)" * (pointer_expression "*(code **)(*(int *)param_1[1] + 4)" * (cast_expression "(code **)(*(int *)param_1[1] + 4)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)param_1[1] + 4)" ( (binary_expression "*(int *)param_1[1] + 4" (pointer_expression "*(int *)param_1[1]" * (cast_expression "(int *)param_1[1]" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(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_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_001bbf30(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_001bbf30(undefined4 *param_1)" (identifier "FUN_001bbf30") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003861f4;\n if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }\n *param_1 = &DAT_0038bcd8;\n if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003861f4;" (assignment_expression "*param_1 = &PTR_FUN_003861f4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003861f4" (& "&") (identifier "PTR_FUN_003861f4"))) (; ";")) (if_statement "if ((undefined4 *)param_1[2] != param_1 + 4) {\n FUN_001e6db0((undefined4 *)param_1[2]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[2] != param_1 + 4)" (( "(") (binary_expression "(undefined4 *)param_1[2] != param_1 + 4" (cast_expression "(undefined4 *)param_1[2]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (!= "!=") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4"))) () ")")) (compound_statement "{\n FUN_001e6db0((undefined4 *)param_1[2]);\n }" ({ "{") (expression_statement "FUN_001e6db0((undefined4 *)param_1[2]);" (call_expression "FUN_001e6db0((undefined4 *)param_1[2])" (identifier "FUN_001e6db0") (argument_list "((undefined4 *)param_1[2])" (( "(") (cast_expression "(undefined4 *)param_1[2]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &DAT_0038bcd8;" (assignment_expression "*param_1 = &DAT_0038bcd8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_0038bcd8" (& "&") (identifier "DAT_0038bcd8"))) (; ";")) (if_statement "if ((int *)param_1[1] != (int *)0x0) {\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }" (if "if") (parenthesized_expression "((int *)param_1[1] != (int *)0x0)" (( "(") (binary_expression "(int *)param_1[1] != (int *)0x0" (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n \n (**(code **)(*(int *)param_1[1] + 4))();\n return;\n }" ({ "{") (expression_statement "(**(code **)(*(int *)param_1[1] + 4))();" (call_expression "(**(code **)(*(int *)param_1[1] + 4))()" (parenthesized_expression "(**(code **)(*(int *)param_1[1] + 4))" (( "(") (pointer_expression "**(code **)(*(int *)param_1[1] + 4)" (* "*") (pointer_expression "*(code **)(*(int *)param_1[1] + 4)" (* "*") (cast_expression "(code **)(*(int *)param_1[1] + 4)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(int *)param_1[1] + 4)" (( "(") (binary_expression "*(int *)param_1[1] + 4" (pointer_expression "*(int *)param_1[1]" (* "*") (cast_expression "(int *)param_1[1]" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) (+ "+") (number_literal "4")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Assert_expression(Assert_expression * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
type_2 *var_7;
(this->super_Unary_expression).super_Expression._vptr_Expression =
(type_3 **)&PTR__Assert_expression_003861f4;
var_5 = (this->message_)._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->message_).field_2) {
var_6(var_5);
}
(this->super_Unary_expression).super_Expression._vptr_Expression =
(type_3 **)&DAT_0038bcd8;
var_7 = (this->super_Unary_expression).arg_;
if (var_7 != (type_2 *)0x0) {
/* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */
/* WARNING: Treating indirect jump as call */
(*var_7->_vptr_Expression[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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))) right: (number_literal))))))) arguments: (argument_list))) (return_statement))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003861f4;
if ((undefined4 *)param_1[2] != param_1 + 4) {
FUN_001e6db0((undefined4 *)param_1[2]);
}
*param_1 = &DAT_0038bcd8;
if ((int *)param_1[1] != (int *)0x0) {
/* WARNING: Could not recover jumptable at 0x001bbf7f. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*(int *)param_1[1] + 4))();
return;
}
return;
}
|
4121_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c
|
do_out_shndx
|
FUN_00103410
|
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* DWARF original prototype: uint do_out_shndx(Output_section_data * this) */
uint __thiscall gold::Output_section_data::do_out_shndx(Output_section_data *this)
{
Output_section *pOVar1;
_func_int_varargs *UNRECOVERED_JUMPTABLE;
uint uVar2;
pOVar1 = this->output_section_;
if (pOVar1 == (Output_section *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");
}
UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];
if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {
if (pOVar1->out_shndx_ != 0xffffffff) {
return pOVar1->out_shndx_;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");
}
/* WARNING: Could not recover jumptable at 0x00103458. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (*UNRECOVERED_JUMPTABLE)();
return uVar2;
}
|
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void __regparm2 FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)
{
int *piVar1;
piVar1 = *(int **)(param_3 + 0x20);
if (piVar1 == (int *)0x0) {
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);
}
if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {
if (piVar1[0x18] != -1) {
return;
}
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);
}
/* WARNING: Could not recover jumptable at 0x00103458. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*piVar1 + 0x2c))();
return;
}
|
CALL 0x000644ba
ADD ECX,0x2abbeb
PUSH EBX
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
MOV EAX,dword ptr [EAX + 0x20]
TEST EAX,EAX
JZ 0x0010345a
MOV EDX,dword ptr [EAX]
LEA EBX,[ECX + 0xffcd97b0]
MOV EDX,dword ptr [EDX + 0x2c]
CMP EDX,EBX
JNZ 0x00103450
MOV EAX,dword ptr [EAX + 0x60]
CMP EAX,-0x1
JZ 0x00103475
ADD ESP,0x8
POP EBX
RET
MOV dword ptr [ESP + 0x10],EAX
ADD ESP,0x8
POP EBX
JMP EDX
LEA EAX,[ECX + 0xfff00dc4]
PUSH EDX
MOV EBX,ECX
PUSH EAX
LEA EAX,[ECX + 0xffeff0cb]
PUSH 0x2a9
PUSH EAX
CALL 0x0007d010
PUSH EAX
LEA EAX,[ECX + 0xfff01014]
MOV EBX,ECX
PUSH EAX
LEA EAX,[ECX + 0xffeee371]
PUSH 0x1043
PUSH EAX
CALL 0x0007d010
| null | null | null | null |
[('const-0', u'PTRSUB_-1206962848'), ('const-2741105', u'COPY_-1206962821'), (u'LOAD_-1206963135', u'PTRSUB_-1206962848'), (u'INT_NOTEQUAL_-1206963061', u'CBRANCH_-1206963060'), ('const-417', u'LOAD_-1206963135'), ('const-1', u'RETURN_-1206962929'), (u'LOAD_-1206963081', u'COPY_-1206963081'), (u'LOAD_-1206963135', u'PTRSUB_-1206962832'), (u'PTRADD_-1206962838', u'LOAD_-1206963103'), ('const-681', u'CALL_-1206962934'), (u'INT_EQUAL_-1206963084', u'CBRANCH_-1206963082'), (u'LOAD_-1206963116', u'PTRADD_-1206962838'), (u'INT_EQUAL_-1206963117', u'CBRANCH_-1206963116'), ('const-32', u'PTRSUB_-1206962856'), (u'COPY_-1206963081', u'RETURN_-1206963033'), ('const-4294967295', u'INT_NOTEQUAL_-1206963061'), ('const-417', u'LOAD_-1206963103'), ('const-0', u'PTRSUB_-1206962846'), ('const-2817476', u'COPY_-1206962846'), ('const-417', u'LOAD_-1206963116'), (u'PTRSUB_-1206962848', u'PTRSUB_-1206962846'), ('const-4163', u'CALL_-1206962946'), ('const-0', u'PTRSUB_-1206962843'), ('const-2810059', u'COPY_-1206962847'), ('const-1', u'RETURN_-1206962941'), (u'LOAD_-1206963103', u'INT_EQUAL_-1206963084'), ('const-1', u'RETURN_-1206962950'), ('const-559024', u'PTRSUB_-1206962843'), ('const-417', u'LOAD_-1206963081'), ('tmp_415', u'PTRSUB_-1206962856'), (u'COPY_-1206962821', u'CALL_-1206962946'), ('const-11', u'PTRADD_-1206962838'), ('const-0', u'RETURN_-1206963033'), (u'CALLIND_-1206962977', u'RETURN_-1206962950'), ('tmp_108', u'CBRANCH_-1206963116'), (u'COPY_-1206962847', u'CALL_-1206962934'), (u'LOAD_-1206963103', u'CALLIND_-1206962977'), (u'COPY_-1206962818', u'CALL_-1206962946'), (u'PTRSUB_-1206962843', u'INT_EQUAL_-1206963084'), (u'PTRSUB_-1206962846', u'LOAD_-1206963116'), (u'COPY_-1206962846', u'CALL_-1206962934'), ('const-0', u'INT_EQUAL_-1206963117'), (u'PTRSUB_-1206962832', u'LOAD_-1206963081'), ('tmp_196', u'CBRANCH_-1206963060'), ('const-4', u'PTRADD_-1206962838'), (u'LOAD_-1206963081', u'INT_NOTEQUAL_-1206963061'), ('tmp_158', u'CBRANCH_-1206963082'), (u'LOAD_-1206963135', u'INT_EQUAL_-1206963117'), ('const-96', u'PTRSUB_-1206962832'), ('const-2818068', u'COPY_-1206962818'), (u'PTRSUB_-1206962856', u'LOAD_-1206963135')]
|
[(u'LOAD_-1206963135', u'LOAD_-1206963116'), ('const-4294967295', u'CALL_-1206962946'), (u'LOAD_-1206963116', u'INT_ADD_-1206963087'), (u'COPY_-1206962828', u'CALL_-1206962946'), ('const-681', u'CALL_-1206962934'), (u'INT_NOTEQUAL_-1206963061', u'CBRANCH_-1206963060'), (u'CAST_-1206962848', u'LOAD_-1206963103'), ('const-559024', u'PTRSUB_-1206962850'), (u'COPY_-1206962825', u'CALL_-1206962946'), ('const-1', u'RETURN_-1206962929'), (u'INT_EQUAL_-1206963084', u'CBRANCH_-1206963082'), (u'INT_EQUAL_-1206963117', u'CBRANCH_-1206963116'), (u'PTRSUB_-1206962850', u'INT_EQUAL_-1206963084'), ('const-2810059', u'COPY_-1206962854'), ('const-2741105', u'COPY_-1206962828'), ('const-417', u'LOAD_-1206963135'), ('const-417', u'LOAD_-1206963081'), (u'PTRADD_-1206962842', u'LOAD_-1206963081'), (u'COPY_-1206962853', u'CALL_-1206962934'), ('tmp_708', u'INT_ADD_-1206963119'), ('const-44', u'INT_ADD_-1206963087'), ('const-417', u'LOAD_-1206963103'), ('const-1', u'RETURN_-1206962941'), (u'LOAD_-1206963103', u'INT_EQUAL_-1206963084'), ('const-4', u'PTRADD_-1206962842'), ('const-1', u'RETURN_-1206962950'), (u'INT_ADD_-1206963087', u'CAST_-1206962848'), ('const-0', u'PTRSUB_-1206962850'), ('const-0', u'RETURN_-1206963033'), ('tmp_108', u'CBRANCH_-1206963116'), (u'LOAD_-1206963103', u'CALLIND_-1206962977'), ('const-4163', u'CALL_-1206962946'), ('const-417', u'LOAD_-1206963116'), ('const-0', u'INT_EQUAL_-1206963117'), ('const-2817476', u'COPY_-1206962853'), ('tmp_196', u'CBRANCH_-1206963060'), (u'CAST_-1206962864', u'LOAD_-1206963135'), (u'LOAD_-1206963135', u'PTRADD_-1206962842'), (u'LOAD_-1206963081', u'INT_NOTEQUAL_-1206963061'), (u'COPY_-1206962854', u'CALL_-1206962934'), ('tmp_158', u'CBRANCH_-1206963082'), ('tmp_524', u'CALL_-1206962934'), (u'LOAD_-1206963135', u'INT_EQUAL_-1206963117'), (u'INT_ADD_-1206963119', u'CAST_-1206962864'), ('const-2818068', u'COPY_-1206962825'), ('const-32', u'INT_ADD_-1206963119'), ('const-4294967295', u'INT_NOTEQUAL_-1206963061'), ('const-24', u'PTRADD_-1206962842')]
| null | null |
00103410
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n\nvoid __regparm2 FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n /* WARNING: Could not recover jumptable at 0x00103458. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*piVar1 + 0x2c))();\n return;\n}\n\n" comment (function_definition "void __regparm2 FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n /* WARNING: Could not recover jumptable at 0x00103458. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n /* WARNING: Could not recover jumptable at 0x00103458. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = *(int **)(param_3 + 0x20);" (assignment_expression "piVar1 = *(int **)(param_3 + 0x20)" identifier = (pointer_expression "*(int **)(param_3 + 0x20)" * (cast_expression "(int **)(param_3 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 == (int *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" if (parenthesized_expression "(piVar1 == (int *)0x0)" ( (binary_expression "piVar1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" { comment (expression_statement "FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);" (call_expression "FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" identifier (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , identifier ))) ;) })) (if_statement "if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" if (parenthesized_expression "(*(code **)(*piVar1 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar1 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if (piVar1[0x18] != -1) {\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" { (if_statement "if (piVar1[0x18] != -1) {\n return;\n }" if (parenthesized_expression "(piVar1[0x18] != -1)" ( (binary_expression "piVar1[0x18] != -1" (subscript_expression "piVar1[0x18]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) comment (expression_statement "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , number_literal ))) ;) })) comment comment (expression_statement "(**(code **)(*piVar1 + 0x2c))();" (call_expression "(**(code **)(*piVar1 + 0x2c))()" (parenthesized_expression "(**(code **)(*piVar1 + 0x2c))" ( (pointer_expression "**(code **)(*piVar1 + 0x2c)" * (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */\n/* DWARF original prototype: uint do_out_shndx(Output_section_data * this) */\n\nuint __thiscall gold::Output_section_data::do_out_shndx(Output_section_data *this)\n\n{\n Output_section *pOVar1;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n uint uVar2;\n \n pOVar1 = this->output_section_;\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }\n UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];\n if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n /* WARNING: Could not recover jumptable at 0x00103458. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (*UNRECOVERED_JUMPTABLE)();\n return uVar2;\n}\n\n" comment comment (function_definition "uint __thiscall gold::Output_section_data::do_out_shndx(Output_section_data *this)\n\n{\n Output_section *pOVar1;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n uint uVar2;\n \n pOVar1 = this->output_section_;\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }\n UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];\n if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n /* WARNING: Could not recover jumptable at 0x00103458. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (*UNRECOVERED_JUMPTABLE)();\n return uVar2;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_section_data::" identifier : : identifier : :) (function_declarator "do_out_shndx(Output_section_data *this)" identifier (parameter_list "(Output_section_data *this)" ( (parameter_declaration "Output_section_data *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n Output_section *pOVar1;\n _func_int_varargs *UNRECOVERED_JUMPTABLE;\n uint uVar2;\n \n pOVar1 = this->output_section_;\n if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }\n UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];\n if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }\n /* WARNING: Could not recover jumptable at 0x00103458. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar2 = (*UNRECOVERED_JUMPTABLE)();\n return uVar2;\n}" { (declaration "Output_section *pOVar1;" type_identifier (pointer_declarator "*pOVar1" * identifier) ;) (declaration "_func_int_varargs *UNRECOVERED_JUMPTABLE;" type_identifier (pointer_declarator "*UNRECOVERED_JUMPTABLE" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (expression_statement "pOVar1 = this->output_section_;" (assignment_expression "pOVar1 = this->output_section_" identifier = (field_expression "this->output_section_" identifier -> field_identifier)) ;) (if_statement "if (pOVar1 == (Output_section *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }" if (parenthesized_expression "(pOVar1 == (Output_section *)0x0)" ( (binary_expression "pOVar1 == (Output_section *)0x0" identifier == (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.cc",0x2a9,"do_out_shndx")" identifier (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx")" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;) })) (expression_statement "UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb];" (assignment_expression "UNRECOVERED_JUMPTABLE = (pOVar1->super_Output_data)._vptr_Output_data[0xb]" identifier = (subscript_expression "(pOVar1->super_Output_data)._vptr_Output_data[0xb]" (field_expression "(pOVar1->super_Output_data)._vptr_Output_data" (parenthesized_expression "(pOVar1->super_Output_data)" ( (field_expression "pOVar1->super_Output_data" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx) {\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" if (parenthesized_expression "(UNRECOVERED_JUMPTABLE == Output_section::do_out_shndx)" ( (binary_expression "UNRECOVERED_JUMPTABLE == Output_section" identifier == identifier) (ERROR "::do_out_shndx" : : identifier) )) (compound_statement "{\n if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");\n }" { (if_statement "if (pOVar1->out_shndx_ != 0xffffffff) {\n return pOVar1->out_shndx_;\n }" if (parenthesized_expression "(pOVar1->out_shndx_ != 0xffffffff)" ( (binary_expression "pOVar1->out_shndx_ != 0xffffffff" (field_expression "pOVar1->out_shndx_" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n return pOVar1->out_shndx_;\n }" { (return_statement "return pOVar1->out_shndx_;" return (field_expression "pOVar1->out_shndx_" identifier -> field_identifier) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx");" (call_expression "do_gold_unreachable("../../gold/output.h",0x1043,"do_out_shndx")" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") ))) ;) })) comment comment (expression_statement "uVar2 = (*UNRECOVERED_JUMPTABLE)();" (assignment_expression "uVar2 = (*UNRECOVERED_JUMPTABLE)()" identifier = (call_expression "(*UNRECOVERED_JUMPTABLE)()" (parenthesized_expression "(*UNRECOVERED_JUMPTABLE)" ( (pointer_expression "*UNRECOVERED_JUMPTABLE" * identifier) )) (argument_list "()" ( )))) ;) (return_statement "return uVar2;" return identifier ;) })))
|
(translation_unit "void __regparm2 FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}\n\n" (function_definition "void __regparm2 FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" primitive_type (ERROR "__regparm2" identifier) (function_declarator "FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int param_3" primitive_type identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = *(int **)(param_3 + 0x20);" (assignment_expression "piVar1 = *(int **)(param_3 + 0x20)" identifier = (pointer_expression "*(int **)(param_3 + 0x20)" * (cast_expression "(int **)(param_3 + 0x20)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_3 + 0x20)" ( (binary_expression "param_3 + 0x20" identifier + number_literal) ))))) ;) (if_statement "if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" if (parenthesized_expression "(piVar1 == (int *)0x0)" ( (binary_expression "piVar1 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" { (expression_statement "FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);" (call_expression "FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" identifier (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" ( (string_literal ""../../gold/output.cc"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , identifier ))) ;) })) (if_statement "if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" if (parenthesized_expression "(*(code **)(*piVar1 + 0x2c) == FUN_000887b0)" ( (binary_expression "*(code **)(*piVar1 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) )))) == identifier) )) (compound_statement "{\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" { (if_statement "if (piVar1[0x18] != -1) {\n return;\n }" if (parenthesized_expression "(piVar1[0x18] != -1)" ( (binary_expression "piVar1[0x18] != -1" (subscript_expression "piVar1[0x18]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" identifier (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""do_out_shndx"" " string_content ") , number_literal ))) ;) })) (expression_statement "(**(code **)(*piVar1 + 0x2c))();" (call_expression "(**(code **)(*piVar1 + 0x2c))()" (parenthesized_expression "(**(code **)(*piVar1 + 0x2c))" ( (pointer_expression "**(code **)(*piVar1 + 0x2c)" * (pointer_expression "*(code **)(*piVar1 + 0x2c)" * (cast_expression "(code **)(*piVar1 + 0x2c)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*piVar1 + 0x2c)" ( (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , LIT ))) ;) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void __regparm2 FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)\n\n{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" (primitive_type "void") (ERROR "__regparm2" (identifier "__regparm2")) (function_declarator "FUN_00103410(undefined4 param_1,undefined4 param_2,int param_3)" (identifier "FUN_00103410") (parameter_list "(undefined4 param_1,undefined4 param_2,int param_3)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")"))) (compound_statement "{\n int *piVar1;\n \n piVar1 = *(int **)(param_3 + 0x20);\n if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }\n if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }\n \n \n (**(code **)(*piVar1 + 0x2c))();\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = *(int **)(param_3 + 0x20);" (assignment_expression "piVar1 = *(int **)(param_3 + 0x20)" (identifier "piVar1") (= "=") (pointer_expression "*(int **)(param_3 + 0x20)" (* "*") (cast_expression "(int **)(param_3 + 0x20)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_3 + 0x20)" (( "(") (binary_expression "param_3 + 0x20" (identifier "param_3") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (if_statement "if (piVar1 == (int *)0x0) {\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" (if "if") (parenthesized_expression "(piVar1 == (int *)0x0)" (( "(") (binary_expression "piVar1 == (int *)0x0" (identifier "piVar1") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);\n }" ({ "{") (expression_statement "FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);" (call_expression "FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" (identifier "FUN_0007d010") (argument_list "("../../gold/output.cc",0x2a9,"do_out_shndx",param_2)" (( "(") (string_literal ""../../gold/output.cc"" (" """) (string_content "../../gold/output.cc") (" """)) (, ",") (number_literal "0x2a9") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) (, ",") (identifier "param_2") () ")"))) (; ";")) (} "}"))) (if_statement "if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" (if "if") (parenthesized_expression "(*(code **)(*piVar1 + 0x2c) == FUN_000887b0)" (( "(") (binary_expression "*(code **)(*piVar1 + 0x2c) == FUN_000887b0" (pointer_expression "*(code **)(*piVar1 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar1 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 0x2c)" (( "(") (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "0x2c")) () ")")))) (== "==") (identifier "FUN_000887b0")) () ")")) (compound_statement "{\n if (piVar1[0x18] != -1) {\n return;\n }\n \n FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);\n }" ({ "{") (if_statement "if (piVar1[0x18] != -1) {\n return;\n }" (if "if") (parenthesized_expression "(piVar1[0x18] != -1)" (( "(") (binary_expression "piVar1[0x18] != -1" (subscript_expression "piVar1[0x18]" (identifier "piVar1") ([ "[") (number_literal "0x18") (] "]")) (!= "!=") (number_literal "-1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);" (call_expression "FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" (identifier "FUN_0007d010") (argument_list "("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x1043") (, ",") (string_literal ""do_out_shndx"" (" """) (string_content "do_out_shndx") (" """)) (, ",") (number_literal "0xffffffff") () ")"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*piVar1 + 0x2c))();" (call_expression "(**(code **)(*piVar1 + 0x2c))()" (parenthesized_expression "(**(code **)(*piVar1 + 0x2c))" (( "(") (pointer_expression "**(code **)(*piVar1 + 0x2c)" (* "*") (pointer_expression "*(code **)(*piVar1 + 0x2c)" (* "*") (cast_expression "(code **)(*piVar1 + 0x2c)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*piVar1 + 0x2c)" (( "(") (binary_expression "*piVar1 + 0x2c" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "0x2c")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
/* DWARF original prototype: uint do_out_shndx(Output_section_data * this) */
type_1 __thiscall gold::type_2::function_1(type_2 *this)
{
type_3 *var_1;
type_4 *var_3;
type_1 uVar2;
var_1 = this->output_section_;
if (var_1 == (type_3 *)0x0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.cc",0x2a9,"do_out_shndx");
}
var_3 = (var_1->super_Output_data)._vptr_Output_data[0xb];
if (var_3 == type_3::function_1) {
if (var_1->out_shndx_ != 0xffffffff) {
return var_1->out_shndx_;
}
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0x1043,"do_out_shndx");
}
/* WARNING: Could not recover jumptable at 0x00103458. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (*var_3)();
return uVar2;
}
| 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)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.cx replaced with injection: get_pc_thunk_cx */
void __regparm2 MASKED(undefined4 param_1,undefined4 param_2,int param_3)
{
int *piVar1;
piVar1 = *(int **)(param_3 + 0x20);
if (piVar1 == (int *)0x0) {
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/output.cc",0x2a9,"do_out_shndx",param_2);
}
if (*(code **)(*piVar1 + 0x2c) == FUN_000887b0) {
if (piVar1[0x18] != -1) {
return;
}
/* WARNING: Subroutine does not return */
FUN_0007d010("../../gold/output.h",0x1043,"do_out_shndx",0xffffffff);
}
/* WARNING: Could not recover jumptable at 0x00103458. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*piVar1 + 0x2c))();
return;
}
|
5319_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_make_data_plt
|
FUN_001d9a00
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Output_data_plt_aarch64<64,_false> *
do_make_data_plt(Target_aarch64<64,_false> * this, Layout * layout,
Output_data_got_aarch64<64,_false> * got, Output_data_space * got_plt, Output_data_space *
got_irelative) */
Output_data_plt_aarch64<64,_false> * __thiscall
anon_unknown.dwarf_109b185::Target_aarch64<64,_false>::do_make_data_plt
(Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,
Output_data_space *got_plt,Output_data_space *got_irelative)
{
undefined1 *puVar1;
Output_data_plt_aarch64<64,_false> *pOVar2;
Output_section_data *posd;
uint64_t uVar3;
pOVar2 = (Output_data_plt_aarch64<64,_false> *)operator_new(0x50);
*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.address_ = 0;
*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4) = 0;
*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ = 0;
*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;
*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;
*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4) =
0xffffffff;
puVar1 = &(pOVar2->super_Output_section_data).super_Output_data.field_0x1c;
*puVar1 = *puVar1 & 0xe0;
(pOVar2->super_Output_section_data).output_section_ = (Output_section *)0x0;
*(undefined4 *)&(pOVar2->super_Output_section_data).addralign_ = 8;
*(undefined4 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4) = 0;
(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_005e3c84;
pOVar2->tlsdesc_rel_ = (Reloc_section *)0x0;
pOVar2->got_ = got;
pOVar2->irelative_rel_ = (Reloc_section *)0x0;
pOVar2->got_plt_ = got_plt;
pOVar2->count_ = 0;
pOVar2->got_irelative_ = got_irelative;
pOVar2->irelative_count_ = 0;
pOVar2->tlsdesc_got_offset_ = 0xffffffff;
/* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */
posd = (Output_section_data *)operator_new(0x40);
/* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */
uVar3 = gold::Output_data::default_alignment_for_size(0x40);
*(int *)&posd->addralign_ = (int)uVar3;
puVar1 = &(posd->super_Output_data).field_0x1c;
*puVar1 = *puVar1 & 0xe0;
*(undefined4 *)&(posd->super_Output_data).address_ = 0;
(posd->super_Output_data)._vptr_Output_data =
(_func_int_varargs **)&PTR__Output_data_reloc_005dcc74;
*(undefined4 *)((int)&(posd->super_Output_data).address_ + 4) = 0;
*(undefined4 *)&(posd->super_Output_data).data_size_ = 0;
*(undefined4 *)((int)&(posd->super_Output_data).data_size_ + 4) = 0;
*(undefined4 *)&(posd->super_Output_data).offset_ = 0xffffffff;
*(undefined4 *)((int)&(posd->super_Output_data).offset_ + 4) = 0xffffffff;
posd->output_section_ = (Output_section *)0x0;
*(int *)((int)&posd->addralign_ + 4) = (int)(uVar3 >> 0x20);
posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;
*(undefined1 *)&posd[1].super_Output_data.address_ = 0;
*(undefined4 *)((int)&posd[1].super_Output_data.address_ + 4) = 0;
*(undefined4 *)&posd[1].super_Output_data.data_size_ = 0;
*(undefined4 *)((int)&posd[1].super_Output_data.data_size_ + 4) = 0;
pOVar2->rel_ = (Reloc_section *)posd;
/* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */
gold::Layout::add_output_section_data(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false);
(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&PTR__Output_data_plt_aarch64_standard_005e3d08;
return pOVar2;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
undefined4 *
FUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined4 *puVar1;
undefined4 *puVar2;
undefined8 uVar3;
puVar1 = (undefined4 *)FUN_003ac4d0(0x50);
puVar1[1] = 0;
puVar1[2] = 0;
puVar1[3] = 0;
puVar1[4] = 0;
puVar1[5] = 0xffffffff;
puVar1[6] = 0xffffffff;
*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;
puVar1[8] = 0;
puVar1[9] = 8;
puVar1[10] = 0;
*puVar1 = &DAT_005e3c84;
puVar1[0xc] = 0;
puVar1[0xe] = param_3;
puVar1[0xd] = 0;
puVar1[0xf] = param_4;
puVar1[0x11] = 0;
puVar1[0x10] = param_5;
puVar1[0x12] = 0;
puVar1[0x13] = 0xffffffff;
/* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */
puVar2 = (undefined4 *)FUN_003ac4d0(0x40);
/* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */
uVar3 = FUN_002c5bb0(0x40);
puVar2[9] = (int)uVar3;
*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;
puVar2[1] = 0;
*puVar2 = &PTR_FUN_005dcc74;
puVar2[2] = 0;
puVar2[3] = 0;
puVar2[4] = 0;
puVar2[5] = 0xffffffff;
puVar2[6] = 0xffffffff;
puVar2[8] = 0;
puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);
puVar2[0xb] = 0;
*(undefined1 *)(puVar2 + 0xc) = 0;
puVar2[0xd] = 0;
puVar2[0xe] = 0;
puVar2[0xf] = 0;
puVar1[0xb] = puVar2;
/* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */
FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);
*puVar1 = &PTR_FUN_005e3d08;
return puVar1;
}
|
CALL 0x00050c85
ADD EDX,0x4105fb
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
MOV EBX,EDX
MOV EDI,EDX
SUB ESP,0x28
MOV dword ptr [EBP + -0x1c],EDX
PUSH 0x50
CALL 0x003ac4d0
MOV dword ptr [EBP + -0x1c],EDI
MOV dword ptr [EAX + 0x4],0x0
MOV ESI,EAX
MOV dword ptr [EAX + 0x8],0x0
MOV dword ptr [EAX + 0xc],0x0
MOV dword ptr [EAX + 0x10],0x0
MOV dword ptr [EAX + 0x14],0xffffffff
MOV dword ptr [EAX + 0x18],0xffffffff
AND byte ptr [EAX + 0x1c],0xe0
MOV dword ptr [EAX + 0x20],0x0
MOV dword ptr [EAX + 0x24],0x8
MOV dword ptr [EAX + 0x28],0x0
LEA EAX,[EDI + 0xffff9c84]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [EBP + 0x10]
MOV dword ptr [ESI + 0x30],0x0
MOV dword ptr [ESI + 0x38],EAX
MOV EAX,dword ptr [EBP + 0x14]
MOV dword ptr [ESI + 0x34],0x0
MOV dword ptr [ESI + 0x3c],EAX
MOV EAX,dword ptr [EBP + 0x18]
MOV dword ptr [ESI + 0x44],0x0
MOV dword ptr [ESI + 0x40],EAX
MOV dword ptr [ESI + 0x48],0x0
MOV dword ptr [ESI + 0x4c],0xffffffff
MOV dword ptr [ESP],0x40
CALL 0x003ac4d0
MOV EBX,dword ptr [EBP + -0x1c]
MOV EDI,EAX
MOV dword ptr [ESP],0x40
CALL 0x002c5bb0
MOV EBX,dword ptr [EBP + -0x1c]
MOV dword ptr [EDI + 0x24],EAX
ADD ESP,0x10
AND byte ptr [EDI + 0x1c],0xe0
LEA EAX,[EBX + 0xffff2c74]
MOV dword ptr [EDI + 0x4],0x0
MOV dword ptr [EDI],EAX
LEA EAX,[EBX + 0xffe660a3]
MOV dword ptr [EDI + 0x8],0x0
MOV dword ptr [EDI + 0xc],0x0
MOV dword ptr [EDI + 0x10],0x0
MOV dword ptr [EDI + 0x14],0xffffffff
MOV dword ptr [EDI + 0x18],0xffffffff
MOV dword ptr [EDI + 0x20],0x0
MOV dword ptr [EDI + 0x28],EDX
MOV dword ptr [EDI + 0x2c],0x0
MOV byte ptr [EDI + 0x30],0x0
MOV dword ptr [EDI + 0x34],0x0
MOV dword ptr [EDI + 0x38],0x0
MOV dword ptr [EDI + 0x3c],0x0
MOV dword ptr [ESI + 0x2c],EDI
PUSH 0x0
PUSH 0x5
PUSH EDI
PUSH 0x0
PUSH 0x2
PUSH 0x4
PUSH EAX
PUSH dword ptr [EBP + 0xc]
CALL 0x0027afd0
MOV EAX,dword ptr [EBP + -0x1c]
ADD ESP,0x20
LEA EAX,[EAX + 0xffff9d08]
MOV dword ptr [ESI],EAX
LEA ESP,[EBP + -0xc]
MOV EAX,ESI
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[(u'CAST_-1207788173', u'INT_ADD_-1207788264'), ('const-4', u'PTRSUB_-1207788152'), (u'CAST_-1207788311', u'INT_ADD_-1207788401'), (u'CAST_-1207788233', u'PTRSUB_-1207788278'), ('const-44', u'PTRADD_-1207788176'), ('const-0', u'PTRSUB_-1207788459'), (u'CAST_-1207788044', u'STORE_-1207788447'), ('const-0', u'PTRSUB_-1207788091'), ('const-0', u'PTRSUB_-1207788194'), (u'PTRSUB_-1207788242', u'PTRSUB_-1207788192'), ('const-0', u'PTRSUB_-1207788477'), ('const-44', u'PTRADD_-1207788186'), (u'PTRSUB_-1207788433', u'PTRSUB_-1207788395'), (u'PTRSUB_-1207788426', u'PTRSUB_-1207788363'), ('const-6175876', u'PTRSUB_-1207788424'), (u'CAST_-1207788392', u'PTRSUB_-1207788441'), (u'CAST_-1207788392', u'COPY_-1207788441'), (u'CAST_-1207788233', u'PTRADD_-1207788176'), (u'PTRSUB_-1207788152', u'CAST_-1207788106'), (u'CAST_-1207788088', u'STORE_-1207788537'), ('const-417', u'STORE_-1207788557'), ('const-0', u'PTRSUB_-1207788260'), (u'PTRSUB_-1207788354', u'STORE_-1207788776'), (u'CAST_-1207788233', u'PTRADD_-1207788203'), ('const-0', u'PTRSUB_-1207788404'), ('const-0', u'PTRSUB_-1207788287'), (u'CAST_-1207788392', u'PTRSUB_-1207788373'), ('const-44', u'PTRADD_-1207788203'), (u'PTRSUB_-1207788497', u'PTRSUB_-1207788433'), ('const-4', u'PTRSUB_-1207788395'), (u'PTRSUB_-1207788459', u'PTRSUB_-1207788395'), ('const-0', u'STORE_-1207788864'), ('const-0', u'STORE_-1207788933'), (u'CAST_-1207788233', u'PTRADD_-1207788212'), ('const-0', u'STORE_-1207788547'), (u'CAST_-1207788392', u'PTRSUB_-1207788388'), (u'PTRSUB_-1207788373', u'STORE_-1207788804'), ('const-12', u'PTRSUB_-1207788143'), ('const-417', u'STORE_-1207788900'), ('const-0', u'PTRSUB_-1207788340'), ('const-36', u'PTRSUB_-1207788363'), (u'CAST_-1207788392', u'PTRSUB_-1207788366'), ('const-4294967295', u'STORE_-1207788913'), (u'PTRSUB_-1207788218', u'CAST_-1207788173'), (u'INT_ADD_-1207788181', u'CAST_-1207788088'), ('const-0', u'PTRSUB_-1207788129'), (u'CALL_-1207788976', u'CAST_-1207788392'), (u'PTRSUB_-1207788184', u'CAST_-1207788139'), ('const-0', u'PTRSUB_-1207788269'), (u'CAST_-1207788105', u'STORE_-1207788557'), ('tmp_790', u'CALL_-1207788476'), (u'PTRSUB_-1207788184', u'PTRSUB_-1207788143'), ('const-4294967295', u'STORE_-1207788766'), ('const-8', u'STORE_-1207788874'), (u'INT_ADD_-1207788262', u'CAST_-1207788122'), (u'CAST_-1207788392', u'PTRSUB_-1207788402'), ('const-4', u'PTRSUB_-1207788157'), (u'CAST_-1207788392', u'PTRSUB_-1207788450'), (u'INT_ADD_-1207788397', u'CAST_-1207788338'), ('const-0', u'STORE_-1207788590'), (u'CAST_-1207788373', u'INT_ADD_-1207788431'), ('const-36', u'PTRSUB_-1207788216'), (u'PTRSUB_-1207788079', u'STORE_-1207788447'), (u'PTRADD_-1207788176', u'PTRSUB_-1207788174'), ('const-417', u'STORE_-1207788537'), (u'PTRADD_-1207788212', u'PTRSUB_-1207788210'), ('const-2', u'CALL_-1207788476'), (u'CAST_-1207788319', u'STORE_-1207788874'), (u'CAST_-1207788392', u'PTRSUB_-1207788346'), (u'PTRSUB_-1207788450', u'PTRSUB_-1207788386'), ('const-32', u'INT_RIGHT_-1207788265'), ('const-0', u'PTRSUB_-1207788486'), ('const-56', u'PTRSUB_-1207788388'), (u'CAST_-1207788364', u'STORE_-1207788943'), ('const-417', u'STORE_-1207788913'), ('const-417', u'STORE_-1207788933'), (u'CAST_-1207788089', u'INT_ADD_-1207788181'), (u'CAST_-1207788392', u'PTRSUB_-1207788354'), (u'CAST_-1207788392', u'PTRSUB_-1207788435'), ('const-4294967295', u'STORE_-1207788600'), (u'PTRSUB_-1207788351', u'CAST_-1207788339'), (u'PTRSUB_-1207788246', u'STORE_-1207788686'), ('const-224', u'INT_AND_-1207788663'), (u'PTRSUB_-1207788201', u'CAST_-1207788156'), (u'PTRSUB_-1207788468', u'PTRSUB_-1207788404'), (u'PTRSUB_-1207788371', u'STORE_-1207788884'), (u'CAST_-1207788233', u'PTRSUB_-1207788287'), (u'CAST_-1207788338', u'STORE_-1207788913'), (u'PTRSUB_-1207788165', u'STORE_-1207788574'), ('const-417', u'STORE_-1207788590'), (u'PTRSUB_-1207788388', u'STORE_-1207788826'), ('const-0', u'STORE_-1207788884'), ('const-64', u'CALL_-1207788717'), ('const-0', u'STORE_-1207788574'), (u'PTRSUB_-1207788402', u'PTRSUB_-1207788340'), (u'CAST_-1207788296', u'STORE_-1207788847'), (u'CAST_-1207788233', u'PTRSUB_-1207788224'), (u'INT_ADD_-1207788414', u'CAST_-1207788355'), ('const-4', u'CALL_-1207788476'), ('const-0', u'PTRSUB_-1207788210'), ('const-36', u'PTRSUB_-1207788355'), ('const-64', u'CALL_-1207788743'), (u'PTRSUB_-1207788157', u'CAST_-1207788111'), (u'CAST_-1207788392', u'PTRSUB_-1207788358'), ('const-417', u'STORE_-1207788953'), (u'PTRSUB_-1207788227', u'STORE_-1207788653'), (u'CALL_-1207788717', u'INT_RIGHT_-1207788265'), (u'CAST_-1207788111', u'STORE_-1207788564'), ('const-4', u'INT_ADD_-1207788414'), (u'PTRADD_-1207788196', u'PTRSUB_-1207788194'), (u'PTRSUB_-1207788210', u'PTRSUB_-1207788165'), (u'PTRSUB_-1207788441', u'PTRSUB_-1207788377'), ('const-417', u'STORE_-1207788776'), ('const-0', u'STORE_-1207788620'), ('const-12', u'PTRSUB_-1207788368'), (u'LOAD_-1207788689', u'INT_AND_-1207788663'), ('const-0', u'PTRSUB_-1207788417'), ('const-417', u'STORE_-1207788707'), ('const-20', u'PTRSUB_-1207788351'), ('const-0', u'STORE_-1207788953'), (u'PTRSUB_-1207788486', u'PTRSUB_-1207788422'), ('const-417', u'STORE_-1207788564'), (u'CAST_-1207788392', u'PTRSUB_-1207788477'), ('tmp_791', u'STORE_-1207788826'), ('const-4', u'PTRSUB_-1207788235'), (u'CAST_-1207788106', u'INT_ADD_-1207788198'), ('const-6176008', u'PTRSUB_-1207788193'), (u'PTRSUB_-1207788224', u'STORE_-1207788590'), ('const-417', u'STORE_-1207788766'), ('const-4294967295', u'STORE_-1207788923'), (u'CAST_-1207788392', u'PTRSUB_-1207788468'), (u'PTRSUB_-1207788396', u'STORE_-1207788836'), (u'CAST_-1207788155', u'STORE_-1207788620'), ('const-0', u'SUBPIECE_-1207788487'), (u'PTRSUB_-1207788342', u'LOAD_-1207788903'), (u'PTRADD_-1207788186', u'PTRSUB_-1207788184'), (u'COPY_-1207788441', u'RETURN_-1207788407'), ('const-0', u'STORE_-1207788943'), ('const-417', u'STORE_-1207788792'), ('const-12', u'PTRSUB_-1207788209'), (u'CAST_-1207788392', u'PTRSUB_-1207788381'), (u'PTRSUB_-1207788194', u'PTRSUB_-1207788152'), (u'PTRSUB_-1207788424', u'CAST_-1207788296'), ('const-0', u'PTRSUB_-1207788441'), (u'CAST_-1207788233', u'PTRSUB_-1207788260'), ('const-417', u'STORE_-1207788826'), ('const-0', u'STORE_-1207788630'), ('const-48', u'PTRSUB_-1207788396'), (u'CAST_-1207788233', u'CAST_-1207788080'), ('const-0', u'PTRSUB_-1207788227'), (u'INT_ADD_-1207788247', u'CAST_-1207788155'), ('const-4', u'INT_ADD_-1207788431'), (u'PTRSUB_-1207788477', u'PTRSUB_-1207788413'), ('const-417', u'STORE_-1207788653'), ('const-417', u'STORE_-1207788864'), ('tmp_792', u'STORE_-1207788804'), ('const-0', u'PTRSUB_-1207788310'), ('const-0', u'PTRSUB_-1207788299'), (u'CAST_-1207788138', u'STORE_-1207788600'), ('const-417', u'STORE_-1207788847'), ('const-72', u'PTRSUB_-1207788354'), (u'INT_ADD_-1207788198', u'CAST_-1207788105'), ('const-0', u'PTRSUB_-1207788468'), ('const-0', u'PTRSUB_-1207788315'), ('const-417', u'LOAD_-1207788903'), ('const-417', u'STORE_-1207788804'), (u'PTRSUB_-1207788435', u'PTRSUB_-1207788371'), (u'INT_AND_-1207788877', u'STORE_-1207788900'), (u'CAST_-1207788182', u'STORE_-1207788653'), ('const-1', u'PTRADD_-1207788176'), (u'CAST_-1207788233', u'PTRSUB_-1207788269'), (u'CAST_-1207788392', u'PTRSUB_-1207788417'), (u'PTRSUB_-1207788381', u'STORE_-1207788814'), ('const-1', u'PTRADD_-1207788212'), ('const-0', u'PTRSUB_-1207788242'), ('const-417', u'STORE_-1207788966'), (u'PTRSUB_-1207788143', u'CAST_-1207788097'), ('const-80', u'CALL_-1207788976'), ('const-0', u'PTRSUB_-1207788433'), ('const-417', u'STORE_-1207788447'), (u'PTRSUB_-1207788366', u'STORE_-1207788792'), (u'CAST_-1207788347', u'STORE_-1207788923'), ('const-0', u'SUBPIECE_-1207788488'), (u'INT_ADD_-1207788264', u'CAST_-1207788172'), (u'PTRSUB_-1207788260', u'PTRSUB_-1207788209'), (u'PTRSUB_-1207788395', u'CAST_-1207788383'), ('const-417', u'STORE_-1207788620'), (u'PTRSUB_-1207788233', u'PTRSUB_-1207788184'), (u'PTRSUB_-1207788342', u'STORE_-1207788900'), (u'SUBPIECE_-1207788488', u'STORE_-1207788580'), ('const-0', u'STORE_-1207788537'), ('const-0', u'PTRSUB_-1207788201'), ('const-0', u'STORE_-1207788564'), ('const-68', u'PTRSUB_-1207788366'), (u'PTRSUB_-1207788193', u'CAST_-1207788044'), (u'PTRSUB_-1207788363', u'CAST_-1207788319'), (u'CALL_-1207788717', u'SUBPIECE_-1207788487'), ('const-5', u'CALL_-1207788476'), (u'PTRSUB_-1207788385', u'CAST_-1207788373'), ('const-1', u'PTRADD_-1207788186'), ('const-0', u'PTRSUB_-1207788278'), (u'CAST_-1207788122', u'STORE_-1207788580'), (u'CAST_-1207788123', u'INT_ADD_-1207788262'), ('const-28', u'PTRSUB_-1207788246'), (u'CAST_-1207788233', u'CALL_-1207788476'), (u'PTRSUB_-1207788417', u'PTRSUB_-1207788355'), (u'CALL_-1207788743', u'CAST_-1207788233'), ('const-417', u'STORE_-1207788547'), ('const-0', u'PTRSUB_-1207788193'), (u'CAST_-1207788392', u'PTRSUB_-1207788129'), (u'PTRSUB_-1207788355', u'CAST_-1207788311'), (u'PTRSUB_-1207788413', u'PTRSUB_-1207788376'), (u'INT_AND_-1207788663', u'STORE_-1207788686'), (u'CAST_-1207788372', u'STORE_-1207788953'), ('const-4', u'INT_ADD_-1207788401'), (u'CAST_-1207788233', u'PTRSUB_-1207788216'), ('const-0', u'PTRSUB_-1207788395'), (u'PTRSUB_-1207788192', u'CAST_-1207788147'), ('const-1', u'PTRADD_-1207788203'), ('const-417', u'STORE_-1207788580'), (u'CAST_-1207788097', u'STORE_-1207788547'), (u'CAST_-1207788339', u'INT_ADD_-1207788397'), ('const-417', u'STORE_-1207788814'), (u'CAST_-1207788156', u'INT_ADD_-1207788247'), ('const-417', u'STORE_-1207788884'), (u'CAST_-1207788233', u'PTRSUB_-1207788251'), ('const-0', u'STORE_-1207788557'), ('const-20', u'PTRSUB_-1207788192'), ('const-0', u'STORE_-1207788792'), (u'CAST_-1207788310', u'STORE_-1207788864'), ('const-12', u'PTRSUB_-1207788201'), ('const-12', u'PTRSUB_-1207788376'), ('const-0', u'RETURN_-1207788407'), (u'CAST_-1207788233', u'PTRADD_-1207788186'), ('const-417', u'STORE_-1207788527'), ('const-4', u'INT_ADD_-1207788264'), ('const-4', u'INT_ADD_-1207788262'), (u'LOAD_-1207788903', u'INT_AND_-1207788877'), (u'PTRSUB_-1207788287', u'PTRSUB_-1207788235'), ('const-0', u'PTRSUB_-1207788233'), ('const-417', u'LOAD_-1207788689'), ('const-4522147', u'COPY_-1207788278'), (u'PTRSUB_-1207788235', u'CAST_-1207788190'), ('const-20', u'PTRSUB_-1207788184'), (u'CAST_-1207788233', u'PTRSUB_-1207788306'), ('const-1', u'PTRADD_-1207788196'), ('const-4', u'INT_ADD_-1207788397'), ('const-0', u'PTRSUB_-1207788426'), (u'CAST_-1207788147', u'STORE_-1207788610'), ('const-4', u'INT_ADD_-1207788198'), ('const-64', u'PTRSUB_-1207788358'), (u'PTRSUB_-1207788346', u'STORE_-1207788766'), ('const-417', u'STORE_-1207788686'), (u'PTRSUB_-1207788129', u'PTRSUB_-1207788091'), (u'INT_RIGHT_-1207788265', u'SUBPIECE_-1207788488'), ('const-4', u'INT_ADD_-1207788247'), (u'PTRSUB_-1207788246', u'LOAD_-1207788689'), ('const-0', u'PTRSUB_-1207788424'), ('const-417', u'STORE_-1207788874'), ('const-44', u'PTRADD_-1207788196'), ('const-0', u'PTRSUB_-1207788251'), (u'PTRSUB_-1207788135', u'CAST_-1207788089'), ('const-32', u'PTRSUB_-1207788371'), ('const-417', u'STORE_-1207788574'), ('const-0', u'STORE_-1207788640'), (u'PTRSUB_-1207788201', u'PTRSUB_-1207788157'), (u'PTRSUB_-1207788340', u'PTRSUB_-1207788310'), (u'PTRSUB_-1207788209', u'CAST_-1207788164'), ('const-44', u'PTRSUB_-1207788165'), (u'CAST_-1207788139', u'INT_ADD_-1207788230'), (u'CAST_-1207788233', u'PTRSUB_-1207788299'), (u'CAST_-1207788233', u'PTRSUB_-1207788233'), (u'INT_ADD_-1207788401', u'CAST_-1207788310'), ('const-417', u'STORE_-1207788923'), (u'PTRSUB_-1207788359', u'CAST_-1207788347'), (u'PTRSUB_-1207788278', u'PTRSUB_-1207788227'), (u'CAST_-1207788164', u'STORE_-1207788630'), (u'CAST_-1207788392', u'PTRSUB_-1207788486'), (u'PTRSUB_-1207788376', u'CAST_-1207788364'), ('const-32', u'PTRSUB_-1207788224'), ('const-0', u'PTRSUB_-1207788450'), ('const-76', u'PTRSUB_-1207788346'), ('const-60', u'PTRSUB_-1207788373'), ('const-0', u'STORE_-1207788836'), ('const-4', u'INT_ADD_-1207788230'), ('const-417', u'STORE_-1207788836'), ('const-417', u'STORE_-1207788782'), ('const-20', u'PTRSUB_-1207788359'), ('const-0', u'PTRSUB_-1207788165'), ('const-0', u'PTRSUB_-1207788413'), (u'PTRSUB_-1207788377', u'PTRSUB_-1207788342'), ('tmp_793', u'STORE_-1207788782'), ('const-0', u'PTRSUB_-1207788435'), ('const-0', u'PTRSUB_-1207788422'), ('const-52', u'PTRSUB_-1207788381'), ('const-6147188', u'PTRSUB_-1207788315'), ('const-12', u'PTRSUB_-1207788135'), ('const-4', u'INT_ADD_-1207788181'), ('const-36', u'PTRSUB_-1207788306'), (u'PTRSUB_-1207788422', u'PTRSUB_-1207788385'), ('const-0', u'CALL_-1207788476'), (u'PTRSUB_-1207788404', u'PTRSUB_-1207788368'), (u'PTRSUB_-1207788315', u'CAST_-1207788182'), ('const-28', u'PTRSUB_-1207788342'), (u'PTRSUB_-1207788358', u'STORE_-1207788782'), ('const-44', u'PTRADD_-1207788212'), (u'PTRADD_-1207788203', u'PTRSUB_-1207788201'), ('const-0', u'PTRSUB_-1207788402'), ('const-0', u'STORE_-1207788814'), (u'CAST_-1207788190', u'STORE_-1207788662'), ('const-417', u'STORE_-1207788640'), ('const-0', u'PTRSUB_-1207788377'), ('const-4', u'PTRSUB_-1207788218'), (u'CAST_-1207788172', u'STORE_-1207788640'), ('const-417', u'STORE_-1207788600'), (u'INT_ADD_-1207788230', u'CAST_-1207788138'), ('const-0', u'PTRSUB_-1207788184'), ('const-0', u'PTRSUB_-1207788174'), (u'PTRSUB_-1207788091', u'PTRSUB_-1207788079'), (u'PTRSUB_-1207788395', u'PTRSUB_-1207788359'), (u'CAST_-1207788392', u'PTRSUB_-1207788396'), (u'PTRSUB_-1207788310', u'STORE_-1207788847'), (u'PTRSUB_-1207788299', u'PTRSUB_-1207788246'), (u'CAST_-1207788392', u'PTRSUB_-1207788165'), ('const-0', u'PTRSUB_-1207788079'), (u'PTRSUB_-1207788386', u'PTRSUB_-1207788351'), ('const-224', u'INT_AND_-1207788877'), (u'CAST_-1207788392', u'PTRSUB_-1207788497'), ('const-417', u'STORE_-1207788610'), (u'COPY_-1207788278', u'CALL_-1207788476'), (u'CAST_-1207788233', u'PTRSUB_-1207788242'), (u'CAST_-1207788080', u'STORE_-1207788527'), (u'PTRSUB_-1207788216', u'CAST_-1207788123'), (u'CAST_-1207788383', u'STORE_-1207788966'), (u'CAST_-1207788355', u'STORE_-1207788933'), (u'INT_ADD_-1207788431', u'CAST_-1207788372'), ('const-0', u'PTRSUB_-1207788497'), ('const-4294967295', u'STORE_-1207788610'), ('const-417', u'STORE_-1207788943'), (u'PTRSUB_-1207788306', u'CAST_-1207788207'), ('const-0', u'STORE_-1207788966'), ('const-0', u'PTRSUB_-1207788386'), (u'CAST_-1207788392', u'PTRSUB_-1207788426'), (u'PTRSUB_-1207788251', u'PTRSUB_-1207788201'), (u'PTRSUB_-1207788368', u'CAST_-1207788356'), ('const-4', u'PTRSUB_-1207788385'), (u'PTRSUB_-1207788165', u'STORE_-1207788527'), ('const-0', u'STORE_-1207788662'), ('const-417', u'STORE_-1207788630'), (u'CAST_-1207788233', u'PTRADD_-1207788196'), ('const-417', u'STORE_-1207788662'), (u'SUBPIECE_-1207788487', u'STORE_-1207788707'), (u'CAST_-1207788207', u'STORE_-1207788707'), ('const-0', u'STORE_-1207788776'), (u'PTRSUB_-1207788269', u'PTRSUB_-1207788218'), (u'CAST_-1207788392', u'PTRSUB_-1207788459'), (u'PTRSUB_-1207788174', u'PTRSUB_-1207788135'), (u'CAST_-1207788356', u'INT_ADD_-1207788414')]
|
[('const-4', u'PTRADD_-1207788458'), (u'CAST_-1207788433', u'STORE_-1207788900'), (u'CAST_-1207788487', u'PTRADD_-1207788495'), ('const-2', u'PTRADD_-1207788299'), ('const-19', u'PTRADD_-1207788373'), ('const-4', u'PTRADD_-1207788381'), ('const-4', u'PTRADD_-1207788326'), ('const-417', u'STORE_-1207788686'), ('const-4', u'PTRADD_-1207788210'), ('const-417', u'STORE_-1207788590'), (u'CAST_-1207788305', u'STORE_-1207788686'), (u'CAST_-1207788434', u'LOAD_-1207788903'), ('const-417', u'STORE_-1207788527'), ('const-0', u'STORE_-1207788662'), ('const-417', u'STORE_-1207788913'), (u'CAST_-1207788339', u'PTRADD_-1207788291'), (u'PTRADD_-1207788247', u'STORE_-1207788574'), (u'PTRADD_-1207788234', u'STORE_-1207788557'), (u'SUBPIECE_-1207788367', u'STORE_-1207788707'), ('const-0', u'STORE_-1207788966'), ('const-4294967295', u'STORE_-1207788766'), ('const-4', u'PTRADD_-1207788283'), ('const-1', u'PTRADD_-1207788513'), (u'PTRADD_-1207788226', u'STORE_-1207788547'), ('const-417', u'STORE_-1207788966'), (u'PTRADD_-1207788458', u'STORE_-1207788884'), (u'PTRADD_-1207788400', u'STORE_-1207788804'), (u'PTRADD_-1207788299', u'STORE_-1207788640'), ('const-417', u'STORE_-1207788814'), ('const-8', u'PTRADD_-1207788259'), (u'PTRADD_-1207788239', u'CAST_-1207788227'), (u'PTRADD_-1207788415', u'STORE_-1207788826'), ('const-417', u'STORE_-1207788574'), ('const-417', u'STORE_-1207788804'), ('const-16', u'PTRADD_-1207788385'), ('const-0', u'PTRSUB_-1207788330'), ('const-417', u'STORE_-1207788847'), ('const-417', u'STORE_-1207788953'), ('const-417', u'STORE_-1207788782'), ('const-6176008', u'PTRSUB_-1207788208'), ('const-32', u'INT_RIGHT_-1207788360'), ('const-417', u'STORE_-1207788707'), ('const-417', u'STORE_-1207788874'), ('tmp_1397', u'STORE_-1207788826'), (u'PTRADD_-1207788333', u'STORE_-1207788707'), (u'PTRADD_-1207788326', u'CAST_-1207788305'), ('const-417', u'STORE_-1207788653'), (u'CAST_-1207788487', u'PTRADD_-1207788400'), (u'CAST_-1207788487', u'PTRADD_-1207788503'), ('tmp_1396', u'CALL_-1207788476'), ('const-12', u'PTRADD_-1207788423'), ('const-4', u'PTRADD_-1207788495'), (u'INT_RIGHT_-1207788360', u'SUBPIECE_-1207788366'), (u'CAST_-1207788487', u'PTRADD_-1207788513'), ('tmp_1399', u'STORE_-1207788782'), (u'CAST_-1207788339', u'CALL_-1207788476'), ('const-0', u'STORE_-1207788884'), ('const-417', u'STORE_-1207788557'), ('const-4', u'PTRADD_-1207788385'), (u'CAST_-1207788487', u'PTRADD_-1207788442'), ('const-15', u'PTRADD_-1207788400'), (u'CALL_-1207788717', u'CAST_-1207788321'), ('const-0', u'SUBPIECE_-1207788366'), (u'PTRADD_-1207788503', u'STORE_-1207788953'), (u'PTRADD_-1207788423', u'STORE_-1207788836'), ('const-4', u'PTRADD_-1207788415'), ('const-0', u'STORE_-1207788943'), ('const-224', u'INT_AND_-1207788663'), ('const-12', u'PTRADD_-1207788239'), ('const-4', u'PTRADD_-1207788393'), ('const-4', u'CALL_-1207788476'), (u'PTRADD_-1207788471', u'STORE_-1207788913'), ('const-417', u'STORE_-1207788836'), ('const-0', u'STORE_-1207788836'), (u'PTRSUB_-1207788330', u'STORE_-1207788653'), (u'CAST_-1207788487', u'STORE_-1207788447'), ('const-4', u'PTRADD_-1207788373'), ('const-417', u'STORE_-1207788766'), (u'CAST_-1207788339', u'PTRADD_-1207788275'), ('tmp_1398', u'STORE_-1207788804'), ('const-417', u'STORE_-1207788564'), ('const-0', u'STORE_-1207788574'), (u'CAST_-1207788487', u'PTRADD_-1207788381'), (u'CAST_-1207788487', u'PTRADD_-1207788450'), ('const-4', u'PTRADD_-1207788315'), (u'CAST_-1207788487', u'PTRADD_-1207788415'), ('const-0', u'STORE_-1207788537'), (u'CAST_-1207788339', u'PTRADD_-1207788259'), ('const-417', u'STORE_-1207788943'), (u'CAST_-1207788339', u'PTRADD_-1207788239'), ('const-417', u'STORE_-1207788620'), (u'LOAD_-1207788689', u'INT_AND_-1207788663'), ('const-417', u'STORE_-1207788923'), ('const-417', u'STORE_-1207788933'), (u'PTRADD_-1207788495', u'STORE_-1207788943'), ('const-0', u'STORE_-1207788640'), ('const-4', u'PTRADD_-1207788226'), ('const-0', u'CALL_-1207788476'), (u'CAST_-1207788487', u'PTRADD_-1207788487'), ('const-4', u'PTRADD_-1207788471'), ('const-4', u'PTRADD_-1207788487'), ('const-10', u'PTRADD_-1207788251'), ('const-3', u'PTRADD_-1207788495'), (u'CAST_-1207788339', u'PTRADD_-1207788234'), ('const-417', u'STORE_-1207788610'), ('const-9', u'PTRADD_-1207788450'), ('const-11', u'PTRADD_-1207788247'), ('const-64', u'CALL_-1207788743'), ('const-4294967295', u'STORE_-1207788913'), (u'COPY_-1207788441', u'RETURN_-1207788407'), (u'CAST_-1207788339', u'STORE_-1207788527'), (u'PTRADD_-1207788291', u'STORE_-1207788630'), (u'PTRADD_-1207788315', u'STORE_-1207788662'), ('const-14', u'PTRADD_-1207788415'), ('const-417', u'STORE_-1207788792'), (u'CAST_-1207788339', u'PTRADD_-1207788218'), ('const-2', u'PTRADD_-1207788503'), ('const-4', u'PTRADD_-1207788218'), ('const-0', u'PTRSUB_-1207788439'), (u'CAST_-1207788487', u'PTRADD_-1207788385'), (u'SUBPIECE_-1207788366', u'STORE_-1207788580'), ('const-4', u'PTRADD_-1207788408'), ('const-10', u'PTRADD_-1207788442'), ('const-4', u'PTRADD_-1207788259'), (u'CAST_-1207788487', u'PTRADD_-1207788458'), (u'CALL_-1207788743', u'CAST_-1207788339'), ('const-0', u'STORE_-1207788564'), (u'INT_AND_-1207788877', u'STORE_-1207788900'), ('const-11', u'PTRADD_-1207788210'), ('const-0', u'STORE_-1207788776'), (u'CAST_-1207788339', u'PTRADD_-1207788299'), ('const-6', u'PTRADD_-1207788267'), ('const-6175876', u'PTRSUB_-1207788439'), ('const-417', u'STORE_-1207788447'), ('const-13', u'PTRADD_-1207788234'), ('const-417', u'STORE_-1207788900'), ('const-4', u'PTRADD_-1207788239'), (u'PTRADD_-1207788463', u'CAST_-1207788434'), ('const-417', u'LOAD_-1207788903'), ('const-4', u'PTRADD_-1207788333'), (u'PTRADD_-1207788210', u'STORE_-1207788527'), ('const-417', u'STORE_-1207788630'), (u'CAST_-1207788487', u'PTRADD_-1207788423'), (u'PTRADD_-1207788275', u'STORE_-1207788610'), ('const-417', u'LOAD_-1207788689'), (u'CAST_-1207788487', u'PTRADD_-1207788463'), ('const-0', u'STORE_-1207788792'), (u'PTRADD_-1207788218', u'STORE_-1207788537'), ('const-417', u'STORE_-1207788884'), ('const-4', u'PTRADD_-1207788479'), (u'CALL_-1207788976', u'CAST_-1207788487'), ('const-0', u'STORE_-1207788864'), ('const-0', u'STORE_-1207788933'), ('const-4', u'PTRADD_-1207788513'), (u'PTRADD_-1207788463', u'CAST_-1207788433'), (u'PTRADD_-1207788479', u'STORE_-1207788923'), ('const-0', u'SUBPIECE_-1207788367'), ('const-6147188', u'PTRSUB_-1207788330'), ('const-417', u'STORE_-1207788826'), (u'INT_AND_-1207788663', u'STORE_-1207788686'), (u'CAST_-1207788487', u'PTRADD_-1207788408'), ('const-417', u'STORE_-1207788776'), ('const-4', u'PTRADD_-1207788442'), ('const-4', u'PTRADD_-1207788400'), ('const-5', u'PTRADD_-1207788275'), ('const-417', u'STORE_-1207788662'), ('const-4522147', u'COPY_-1207788293'), ('const-0', u'RETURN_-1207788407'), (u'CAST_-1207788339', u'PTRADD_-1207788333'), ('const-4294967295', u'STORE_-1207788600'), ('const-5', u'CALL_-1207788476'), (u'CAST_-1207788339', u'PTRADD_-1207788251'), ('const-4', u'PTRADD_-1207788291'), ('const-8', u'STORE_-1207788874'), (u'LOAD_-1207788903', u'INT_AND_-1207788877'), ('const-0', u'STORE_-1207788547'), (u'CAST_-1207788306', u'LOAD_-1207788689'), ('const-417', u'STORE_-1207788547'), ('const-0', u'PTRSUB_-1207788208'), (u'CAST_-1207788487', u'COPY_-1207788441'), ('const-1', u'PTRADD_-1207788315'), ('const-417', u'STORE_-1207788537'), ('const-4294967295', u'STORE_-1207788923'), ('const-7', u'PTRADD_-1207788463'), (u'PTRADD_-1207788381', u'STORE_-1207788776'), ('const-0', u'STORE_-1207788814'), (u'CAST_-1207788487', u'PTRADD_-1207788393'), (u'PTRADD_-1207788267', u'STORE_-1207788600'), ('const-4294967295', u'STORE_-1207788610'), ('const-17', u'PTRADD_-1207788393'), ('const-7', u'PTRADD_-1207788326'), (u'CAST_-1207788339', u'PTRADD_-1207788267'), (u'CAST_-1207788339', u'PTRADD_-1207788226'), ('const-64', u'CALL_-1207788717'), (u'CALL_-1207788717', u'SUBPIECE_-1207788367'), (u'PTRADD_-1207788513', u'STORE_-1207788966'), (u'PTRADD_-1207788385', u'STORE_-1207788782'), (u'PTRADD_-1207788326', u'CAST_-1207788306'), (u'PTRSUB_-1207788208', u'STORE_-1207788447'), (u'CAST_-1207788339', u'STORE_-1207788653'), ('const-4', u'PTRADD_-1207788450'), (u'PTRADD_-1207788373', u'STORE_-1207788766'), (u'CAST_-1207788339', u'PTRADD_-1207788326'), ('const-4', u'PTRADD_-1207788275'), ('const-417', u'STORE_-1207788640'), (u'CAST_-1207788487', u'PTRADD_-1207788471'), (u'PTRADD_-1207788283', u'STORE_-1207788620'), ('const-0', u'STORE_-1207788557'), ('const-15', u'PTRADD_-1207788218'), ('const-18', u'PTRADD_-1207788381'), (u'CAST_-1207788487', u'PTRADD_-1207788479'), (u'PTRADD_-1207788408', u'STORE_-1207788814'), (u'CAST_-1207788339', u'PTRADD_-1207788283'), ('const-417', u'STORE_-1207788600'), (u'PTRADD_-1207788259', u'STORE_-1207788590'), ('const-4', u'PTRADD_-1207788503'), ('const-4', u'PTRADD_-1207788463'), ('const-4', u'PTRADD_-1207788299'), ('const-8', u'PTRADD_-1207788458'), ('const-0', u'STORE_-1207788620'), (u'CAST_-1207788487', u'STORE_-1207788847'), ('const-13', u'PTRADD_-1207788408'), (u'PTRADD_-1207788393', u'STORE_-1207788792'), ('const-224', u'INT_AND_-1207788877'), ('const-3', u'PTRADD_-1207788291'), ('const-0', u'CALL_-1207788476'), (u'CAST_-1207788227', u'STORE_-1207788564'), (u'CAST_-1207788487', u'PTRADD_-1207788373'), ('const-4', u'PTRADD_-1207788251'), (u'COPY_-1207788293', u'CALL_-1207788476'), ('const-0', u'STORE_-1207788953'), (u'CAST_-1207788487', u'PTRADD_-1207788210'), ('const-4', u'PTRADD_-1207788487'), ('const-80', u'CALL_-1207788976'), (u'CAST_-1207788339', u'PTRADD_-1207788247'), (u'CAST_-1207788321', u'INT_RIGHT_-1207788360'), (u'PTRADD_-1207788450', u'STORE_-1207788874'), ('const-417', u'STORE_-1207788864'), ('const-4', u'PTRADD_-1207788423'), (u'CAST_-1207788339', u'PTRADD_-1207788315'), ('const-2', u'CALL_-1207788476'), ('const-4', u'PTRADD_-1207788283'), (u'PTRADD_-1207788487', u'STORE_-1207788933'), ('const-0', u'STORE_-1207788630'), ('const-14', u'PTRADD_-1207788226'), ('const-9', u'PTRADD_-1207788333'), ('const-5', u'PTRADD_-1207788479'), ('const-6', u'PTRADD_-1207788471'), (u'PTRADD_-1207788442', u'STORE_-1207788864'), (u'PTRADD_-1207788251', u'STORE_-1207788580'), ('const-4', u'PTRADD_-1207788247'), ('const-0', u'STORE_-1207788590'), ('const-4', u'PTRADD_-1207788267'), ('const-4', u'PTRADD_-1207788234'), (u'PTRSUB_-1207788439', u'STORE_-1207788847'), ('const-417', u'STORE_-1207788580')]
| null | null |
001d9a00
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nundefined4 *\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n /* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */\n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n /* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */\n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n /* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */\n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}\n\n" comment (function_definition "undefined4 *\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n /* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */\n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n /* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */\n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n /* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */\n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}" type_identifier (pointer_declarator "*\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" * (function_declarator "FUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) )))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n /* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */\n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n /* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */\n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n /* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */\n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "puVar1 = (undefined4 *)FUN_003ac4d0(0x50);" (assignment_expression "puVar1 = (undefined4 *)FUN_003ac4d0(0x50)" identifier = (cast_expression "(undefined4 *)FUN_003ac4d0(0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003ac4d0(0x50)" identifier (argument_list "(0x50)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = 0;" (assignment_expression "puVar1[1] = 0" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[2] = 0;" (assignment_expression "puVar1[2] = 0" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[3] = 0;" (assignment_expression "puVar1[3] = 0" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[4] = 0;" (assignment_expression "puVar1[4] = 0" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[5] = 0xffffffff;" (assignment_expression "puVar1[5] = 0xffffffff" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[6] = 0xffffffff;" (assignment_expression "puVar1[6] = 0xffffffff" (subscript_expression "puVar1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;" (assignment_expression "*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar1 + 7)" * (cast_expression "(byte *)(puVar1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 7)" ( (binary_expression "puVar1 + 7" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar1 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar1 + 7)" * (cast_expression "(byte *)(puVar1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 7)" ( (binary_expression "puVar1 + 7" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar1[8] = 0;" (assignment_expression "puVar1[8] = 0" (subscript_expression "puVar1[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[9] = 8;" (assignment_expression "puVar1[9] = 8" (subscript_expression "puVar1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[10] = 0;" (assignment_expression "puVar1[10] = 0" (subscript_expression "puVar1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar1 = &DAT_005e3c84;" (assignment_expression "*puVar1 = &DAT_005e3c84" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&DAT_005e3c84" & identifier)) ;) (expression_statement "puVar1[0xc] = 0;" (assignment_expression "puVar1[0xc] = 0" (subscript_expression "puVar1[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xe] = param_3;" (assignment_expression "puVar1[0xe] = param_3" (subscript_expression "puVar1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xd] = 0;" (assignment_expression "puVar1[0xd] = 0" (subscript_expression "puVar1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xf] = param_4;" (assignment_expression "puVar1[0xf] = param_4" (subscript_expression "puVar1[0xf]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0x11] = 0;" (assignment_expression "puVar1[0x11] = 0" (subscript_expression "puVar1[0x11]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0x10] = param_5;" (assignment_expression "puVar1[0x10] = param_5" (subscript_expression "puVar1[0x10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0x12] = 0;" (assignment_expression "puVar1[0x12] = 0" (subscript_expression "puVar1[0x12]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0x13] = 0xffffffff;" (assignment_expression "puVar1[0x13] = 0xffffffff" (subscript_expression "puVar1[0x13]" identifier [ number_literal ]) = number_literal) ;) comment (expression_statement "puVar2 = (undefined4 *)FUN_003ac4d0(0x40);" (assignment_expression "puVar2 = (undefined4 *)FUN_003ac4d0(0x40)" identifier = (cast_expression "(undefined4 *)FUN_003ac4d0(0x40)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003ac4d0(0x40)" identifier (argument_list "(0x40)" ( number_literal ))))) ;) comment (expression_statement "uVar3 = FUN_002c5bb0(0x40);" (assignment_expression "uVar3 = FUN_002c5bb0(0x40)" identifier = (call_expression "FUN_002c5bb0(0x40)" identifier (argument_list "(0x40)" ( number_literal )))) ;) (expression_statement "puVar2[9] = (int)uVar3;" (assignment_expression "puVar2[9] = (int)uVar3" (subscript_expression "puVar2[9]" identifier [ number_literal ]) = (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;" (assignment_expression "*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 7)" * (cast_expression "(byte *)(puVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 7)" ( (binary_expression "puVar2 + 7" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar2 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 7)" * (cast_expression "(byte *)(puVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 7)" ( (binary_expression "puVar2 + 7" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar2[1] = 0;" (assignment_expression "puVar2[1] = 0" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = &PTR_FUN_005dcc74;" (assignment_expression "*puVar2 = &PTR_FUN_005dcc74" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR_FUN_005dcc74" & identifier)) ;) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = 0;" (assignment_expression "puVar2[3] = 0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[4] = 0;" (assignment_expression "puVar2[4] = 0" (subscript_expression "puVar2[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[5] = 0xffffffff;" (assignment_expression "puVar2[5] = 0xffffffff" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[6] = 0xffffffff;" (assignment_expression "puVar2[6] = 0xffffffff" (subscript_expression "puVar2[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[8] = 0;" (assignment_expression "puVar2[8] = 0" (subscript_expression "puVar2[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);" (assignment_expression "puVar2[10] = (int)((ulonglong)uVar3 >> 0x20)" (subscript_expression "puVar2[10]" identifier [ number_literal ]) = (cast_expression "(int)((ulonglong)uVar3 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar3 >> 0x20)" ( (binary_expression "(ulonglong)uVar3 >> 0x20" (cast_expression "(ulonglong)uVar3" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar2 + 0xc) = 0;" (assignment_expression "*(undefined1 *)(puVar2 + 0xc) = 0" (pointer_expression "*(undefined1 *)(puVar2 + 0xc)" * (cast_expression "(undefined1 *)(puVar2 + 0xc)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0xc)" ( (binary_expression "puVar2 + 0xc" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2[0xd] = 0;" (assignment_expression "puVar2[0xd] = 0" (subscript_expression "puVar2[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[0xe] = 0;" (assignment_expression "puVar2[0xe] = 0" (subscript_expression "puVar2[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[0xf] = 0;" (assignment_expression "puVar2[0xf] = 0" (subscript_expression "puVar2[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xb] = puVar2;" (assignment_expression "puVar1[0xb] = puVar2" (subscript_expression "puVar1[0xb]" identifier [ number_literal ]) = identifier) ;) comment (expression_statement "FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);" (call_expression "FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0)" identifier (argument_list "(param_2,".rela.plt",4,2,0,puVar2,5,0)" ( identifier , (string_literal "".rela.plt"" " string_content ") , number_literal , number_literal , number_literal , identifier , number_literal , number_literal ))) ;) (expression_statement "*puVar1 = &PTR_FUN_005e3d08;" (assignment_expression "*puVar1 = &PTR_FUN_005e3d08" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_005e3d08" & identifier)) ;) (return_statement "return puVar1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Output_data_plt_aarch64<64,_false> *\n do_make_data_plt(Target_aarch64<64,_false> * this, Layout * layout,\n Output_data_got_aarch64<64,_false> * got, Output_data_space * got_plt, Output_data_space *\n got_irelative) */\n\nOutput_data_plt_aarch64<64,_false> * __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<64,_false>::do_make_data_plt\n (Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)\n\n{\n undefined1 *puVar1;\n Output_data_plt_aarch64<64,_false> *pOVar2;\n Output_section_data *posd;\n uint64_t uVar3;\n \n pOVar2 = (Output_data_plt_aarch64<64,_false> *)operator_new(0x50);\n *(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.address_ = 0;\n *(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4) = 0;\n *(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ = 0;\n *(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;\n *(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;\n *(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff;\n puVar1 = &(pOVar2->super_Output_section_data).super_Output_data.field_0x1c;\n *puVar1 = *puVar1 & 0xe0;\n (pOVar2->super_Output_section_data).output_section_ = (Output_section *)0x0;\n *(undefined4 *)&(pOVar2->super_Output_section_data).addralign_ = 8;\n *(undefined4 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4) = 0;\n (pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_005e3c84;\n pOVar2->tlsdesc_rel_ = (Reloc_section *)0x0;\n pOVar2->got_ = got;\n pOVar2->irelative_rel_ = (Reloc_section *)0x0;\n pOVar2->got_plt_ = got_plt;\n pOVar2->count_ = 0;\n pOVar2->got_irelative_ = got_irelative;\n pOVar2->irelative_count_ = 0;\n pOVar2->tlsdesc_got_offset_ = 0xffffffff;\n /* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */\n posd = (Output_section_data *)operator_new(0x40);\n /* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */\n uVar3 = gold::Output_data::default_alignment_for_size(0x40);\n *(int *)&posd->addralign_ = (int)uVar3;\n puVar1 = &(posd->super_Output_data).field_0x1c;\n *puVar1 = *puVar1 & 0xe0;\n *(undefined4 *)&(posd->super_Output_data).address_ = 0;\n (posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_005dcc74;\n *(undefined4 *)((int)&(posd->super_Output_data).address_ + 4) = 0;\n *(undefined4 *)&(posd->super_Output_data).data_size_ = 0;\n *(undefined4 *)((int)&(posd->super_Output_data).data_size_ + 4) = 0;\n *(undefined4 *)&(posd->super_Output_data).offset_ = 0xffffffff;\n *(undefined4 *)((int)&(posd->super_Output_data).offset_ + 4) = 0xffffffff;\n posd->output_section_ = (Output_section *)0x0;\n *(int *)((int)&posd->addralign_ + 4) = (int)(uVar3 >> 0x20);\n posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;\n *(undefined1 *)&posd[1].super_Output_data.address_ = 0;\n *(undefined4 *)((int)&posd[1].super_Output_data.address_ + 4) = 0;\n *(undefined4 *)&posd[1].super_Output_data.data_size_ = 0;\n *(undefined4 *)((int)&posd[1].super_Output_data.data_size_ + 4) = 0;\n pOVar2->rel_ = (Reloc_section *)posd;\n /* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */\n gold::Layout::add_output_section_data(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false);\n (pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_plt_aarch64_standard_005e3d08;\n return pOVar2;\n}\n\n" comment comment comment (expression_statement "Output_data_plt_aarch64<64,_false> * __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<64,_false>::do_make_data_plt\n (Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)\n\n{\n undefined1 *puVar1;" (update_expression "Output_data_plt_aarch64<64,_false> * __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<64,_false>::do_make_data_plt\n (Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)\n\n{\n undefined1 *puVar1" (binary_expression "Output_data_plt_aarch64<64,_false> * __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<64,_false>::do_make_data_plt\n (Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)\n\n{\n undefined1 *puVar1" (binary_expression "Output_data_plt_aarch64<64,_false> * __thiscall\nanon_unknown.dwarf_109b185::Target_aarch64<64" (binary_expression "Output_data_plt_aarch64<64,_false> * __thiscall\nanon_unknown.dwarf_109b185" (binary_expression "Output_data_plt_aarch64<64" identifier < number_literal) (ERROR ",_false" , identifier) > (ERROR "* __thiscall" (pointer_expression "* __thiscall" * identifier)) (field_expression "anon_unknown.dwarf_109b185" identifier . field_identifier)) (ERROR "::Target_aarch64" : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::do_make_data_plt\n (Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)\n\n{" : : (call_expression "do_make_data_plt\n (Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)" identifier (argument_list "(Target_aarch64<64,_false> *this,Layout *layout,Output_data_got_aarch64<64,_false> *got,\n Output_data_space *got_plt,Output_data_space *got_irelative)" ( (binary_expression "Target_aarch64<64" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (binary_expression "Layout *layout" identifier * identifier) , (binary_expression "Output_data_got_aarch64<64" identifier < number_literal) , (binary_expression "_false> *got" identifier > (pointer_expression "*got" * identifier)) , (binary_expression "Output_data_space *got_plt" identifier * identifier) , (binary_expression "Output_data_space *got_irelative" identifier * identifier) ))) {) (binary_expression "undefined1 *puVar1" identifier * identifier)) --) ;) (expression_statement "Output_data_plt_aarch64<64,_false> *pOVar2;" (update_expression "Output_data_plt_aarch64<64,_false> *pOVar2" (binary_expression "Output_data_plt_aarch64<64,_false> *pOVar2" (binary_expression "Output_data_plt_aarch64<64" identifier < number_literal) (ERROR ",_false" , identifier) > (pointer_expression "*pOVar2" * identifier)) --) ;) (declaration "Output_section_data *posd;" type_identifier (pointer_declarator "*posd" * identifier) ;) (declaration "uint64_t uVar3;" primitive_type identifier ;) (expression_statement "pOVar2 = (Output_data_plt_aarch64<64,_false> *)operator_new(0x50);" (assignment_expression "pOVar2 = (Output_data_plt_aarch64<64,_false> *)operator_new(0x50)" identifier = (parenthesized_expression "(Output_data_plt_aarch64<64,_false> *)operator_new(0x50)" ( (comma_expression "Output_data_plt_aarch64<64,_false> *)operator_new(0x50)" (binary_expression "Output_data_plt_aarch64<64" identifier < number_literal) , (binary_expression "_false> *)operator_new(0x50)" identifier > (pointer_expression "*)operator_new(0x50)" * (ERROR ")" )) (call_expression "operator_new(0x50)" identifier (argument_list "(0x50)" ( number_literal )))))) ))) ;) (expression_statement "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.address_ = 0;" (assignment_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.address_ = 0" (pointer_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.address_" * (cast_expression "(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.address_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.address_" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.address_" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4)" ( (binary_expression "(int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4" (cast_expression "(int)&(pOVar2->super_Output_section_data).super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.address_" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.address_" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ = 0;" (assignment_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ = 0" (pointer_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_" * (cast_expression "(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.data_size_" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.data_size_" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4)" * (cast_expression "(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4" (cast_expression "(int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.data_size_" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.data_size_" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;" (assignment_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_ = 0xffffffff" (pointer_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_" * (cast_expression "(undefined4 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.offset_" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.offset_" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff;" (assignment_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4) =\n 0xffffffff" (pointer_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4)" * (cast_expression "(undefined4 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4)" ( (binary_expression "(int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4" (cast_expression "(int)&(pOVar2->super_Output_section_data).super_Output_data.offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.offset_" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.offset_" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "puVar1 = &(pOVar2->super_Output_section_data).super_Output_data.field_0x1c;" (assignment_expression "puVar1 = &(pOVar2->super_Output_section_data).super_Output_data.field_0x1c" identifier = (pointer_expression "&(pOVar2->super_Output_section_data).super_Output_data.field_0x1c" & (field_expression "(pOVar2->super_Output_section_data).super_Output_data.field_0x1c" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xe0;" (assignment_expression "*puVar1 = *puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (expression_statement "(pOVar2->super_Output_section_data).output_section_ = (Output_section *)0x0;" (assignment_expression "(pOVar2->super_Output_section_data).output_section_ = (Output_section *)0x0" (field_expression "(pOVar2->super_Output_section_data).output_section_" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*(undefined4 *)&(pOVar2->super_Output_section_data).addralign_ = 8;" (assignment_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).addralign_ = 8" (pointer_expression "*(undefined4 *)&(pOVar2->super_Output_section_data).addralign_" * (cast_expression "(undefined4 *)&(pOVar2->super_Output_section_data).addralign_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar2->super_Output_section_data).addralign_" & (field_expression "(pOVar2->super_Output_section_data).addralign_" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4)" * (cast_expression "(undefined4 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(pOVar2->super_Output_section_data).addralign_ + 4)" ( (binary_expression "(int)&(pOVar2->super_Output_section_data).addralign_ + 4" (cast_expression "(int)&(pOVar2->super_Output_section_data).addralign_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(pOVar2->super_Output_section_data).addralign_" & (field_expression "(pOVar2->super_Output_section_data).addralign_" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_005e3c84;" (assignment_expression "(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_005e3c84" (field_expression "(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_005e3c84" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_005e3c84" & identifier))) ;) (expression_statement "pOVar2->tlsdesc_rel_ = (Reloc_section *)0x0;" (assignment_expression "pOVar2->tlsdesc_rel_ = (Reloc_section *)0x0" (field_expression "pOVar2->tlsdesc_rel_" identifier -> field_identifier) = (cast_expression "(Reloc_section *)0x0" ( (type_descriptor "Reloc_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pOVar2->got_ = got;" (assignment_expression "pOVar2->got_ = got" (field_expression "pOVar2->got_" identifier -> field_identifier) = identifier) ;) (expression_statement "pOVar2->irelative_rel_ = (Reloc_section *)0x0;" (assignment_expression "pOVar2->irelative_rel_ = (Reloc_section *)0x0" (field_expression "pOVar2->irelative_rel_" identifier -> field_identifier) = (cast_expression "(Reloc_section *)0x0" ( (type_descriptor "Reloc_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pOVar2->got_plt_ = got_plt;" (assignment_expression "pOVar2->got_plt_ = got_plt" (field_expression "pOVar2->got_plt_" identifier -> field_identifier) = identifier) ;) (expression_statement "pOVar2->count_ = 0;" (assignment_expression "pOVar2->count_ = 0" (field_expression "pOVar2->count_" identifier -> field_identifier) = number_literal) ;) (expression_statement "pOVar2->got_irelative_ = got_irelative;" (assignment_expression "pOVar2->got_irelative_ = got_irelative" (field_expression "pOVar2->got_irelative_" identifier -> field_identifier) = identifier) ;) (expression_statement "pOVar2->irelative_count_ = 0;" (assignment_expression "pOVar2->irelative_count_ = 0" (field_expression "pOVar2->irelative_count_" identifier -> field_identifier) = number_literal) ;) (expression_statement "pOVar2->tlsdesc_got_offset_ = 0xffffffff;" (assignment_expression "pOVar2->tlsdesc_got_offset_ = 0xffffffff" (field_expression "pOVar2->tlsdesc_got_offset_" identifier -> field_identifier) = number_literal) ;) comment (expression_statement "posd = (Output_section_data *)operator_new(0x40);" (assignment_expression "posd = (Output_section_data *)operator_new(0x40)" identifier = (cast_expression "(Output_section_data *)operator_new(0x40)" ( (type_descriptor "Output_section_data *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x40)" identifier (argument_list "(0x40)" ( number_literal ))))) ;) comment (ERROR "uVar3 = gold::" (assignment_expression "uVar3 = gold" identifier = identifier) : :) (labeled_statement "Output_data::default_alignment_for_size(0x40);" statement_identifier : (ERROR ":" :) (expression_statement "default_alignment_for_size(0x40);" (call_expression "default_alignment_for_size(0x40)" identifier (argument_list "(0x40)" ( number_literal ))) ;)) (expression_statement "*(int *)&posd->addralign_ = (int)uVar3;" (assignment_expression "*(int *)&posd->addralign_ = (int)uVar3" (pointer_expression "*(int *)&posd->addralign_" * (cast_expression "(int *)&posd->addralign_" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&posd->addralign_" & (field_expression "posd->addralign_" identifier -> field_identifier)))) = (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "puVar1 = &(posd->super_Output_data).field_0x1c;" (assignment_expression "puVar1 = &(posd->super_Output_data).field_0x1c" identifier = (pointer_expression "&(posd->super_Output_data).field_0x1c" & (field_expression "(posd->super_Output_data).field_0x1c" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier))) ;) (expression_statement "*puVar1 = *puVar1 & 0xe0;" (assignment_expression "*puVar1 = *puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) = (binary_expression "*puVar1 & 0xe0" (pointer_expression "*puVar1" * identifier) & number_literal)) ;) (expression_statement "*(undefined4 *)&(posd->super_Output_data).address_ = 0;" (assignment_expression "*(undefined4 *)&(posd->super_Output_data).address_ = 0" (pointer_expression "*(undefined4 *)&(posd->super_Output_data).address_" * (cast_expression "(undefined4 *)&(posd->super_Output_data).address_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(posd->super_Output_data).address_" & (field_expression "(posd->super_Output_data).address_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "(posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_005dcc74;" (assignment_expression "(posd->super_Output_data)._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_reloc_005dcc74" (field_expression "(posd->super_Output_data)._vptr_Output_data" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Output_data_reloc_005dcc74" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Output_data_reloc_005dcc74" & identifier))) ;) (expression_statement "*(undefined4 *)((int)&(posd->super_Output_data).address_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(posd->super_Output_data).address_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(posd->super_Output_data).address_ + 4)" * (cast_expression "(undefined4 *)((int)&(posd->super_Output_data).address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(posd->super_Output_data).address_ + 4)" ( (binary_expression "(int)&(posd->super_Output_data).address_ + 4" (cast_expression "(int)&(posd->super_Output_data).address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(posd->super_Output_data).address_" & (field_expression "(posd->super_Output_data).address_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&(posd->super_Output_data).data_size_ = 0;" (assignment_expression "*(undefined4 *)&(posd->super_Output_data).data_size_ = 0" (pointer_expression "*(undefined4 *)&(posd->super_Output_data).data_size_" * (cast_expression "(undefined4 *)&(posd->super_Output_data).data_size_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(posd->super_Output_data).data_size_" & (field_expression "(posd->super_Output_data).data_size_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(posd->super_Output_data).data_size_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&(posd->super_Output_data).data_size_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&(posd->super_Output_data).data_size_ + 4)" * (cast_expression "(undefined4 *)((int)&(posd->super_Output_data).data_size_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(posd->super_Output_data).data_size_ + 4)" ( (binary_expression "(int)&(posd->super_Output_data).data_size_ + 4" (cast_expression "(int)&(posd->super_Output_data).data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(posd->super_Output_data).data_size_" & (field_expression "(posd->super_Output_data).data_size_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&(posd->super_Output_data).offset_ = 0xffffffff;" (assignment_expression "*(undefined4 *)&(posd->super_Output_data).offset_ = 0xffffffff" (pointer_expression "*(undefined4 *)&(posd->super_Output_data).offset_" * (cast_expression "(undefined4 *)&(posd->super_Output_data).offset_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(posd->super_Output_data).offset_" & (field_expression "(posd->super_Output_data).offset_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&(posd->super_Output_data).offset_ + 4) = 0xffffffff;" (assignment_expression "*(undefined4 *)((int)&(posd->super_Output_data).offset_ + 4) = 0xffffffff" (pointer_expression "*(undefined4 *)((int)&(posd->super_Output_data).offset_ + 4)" * (cast_expression "(undefined4 *)((int)&(posd->super_Output_data).offset_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&(posd->super_Output_data).offset_ + 4)" ( (binary_expression "(int)&(posd->super_Output_data).offset_ + 4" (cast_expression "(int)&(posd->super_Output_data).offset_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&(posd->super_Output_data).offset_" & (field_expression "(posd->super_Output_data).offset_" (parenthesized_expression "(posd->super_Output_data)" ( (field_expression "posd->super_Output_data" identifier -> field_identifier) )) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "posd->output_section_ = (Output_section *)0x0;" (assignment_expression "posd->output_section_ = (Output_section *)0x0" (field_expression "posd->output_section_" identifier -> field_identifier) = (cast_expression "(Output_section *)0x0" ( (type_descriptor "Output_section *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "*(int *)((int)&posd->addralign_ + 4) = (int)(uVar3 >> 0x20);" (assignment_expression "*(int *)((int)&posd->addralign_ + 4) = (int)(uVar3 >> 0x20)" (pointer_expression "*(int *)((int)&posd->addralign_ + 4)" * (cast_expression "(int *)((int)&posd->addralign_ + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&posd->addralign_ + 4)" ( (binary_expression "(int)&posd->addralign_ + 4" (cast_expression "(int)&posd->addralign_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&posd->addralign_" & (field_expression "posd->addralign_" identifier -> field_identifier))) + number_literal) )))) = (cast_expression "(int)(uVar3 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(uVar3 >> 0x20)" ( (binary_expression "uVar3 >> 0x20" identifier >> number_literal) )))) ;) (expression_statement "posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0;" (assignment_expression "posd[1].super_Output_data._vptr_Output_data = (_func_int_varargs **)0x0" (field_expression "posd[1].super_Output_data._vptr_Output_data" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)0x0" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) number_literal)) ;) (expression_statement "*(undefined1 *)&posd[1].super_Output_data.address_ = 0;" (assignment_expression "*(undefined1 *)&posd[1].super_Output_data.address_ = 0" (pointer_expression "*(undefined1 *)&posd[1].super_Output_data.address_" * (cast_expression "(undefined1 *)&posd[1].super_Output_data.address_" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&posd[1].super_Output_data.address_" & (field_expression "posd[1].super_Output_data.address_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&posd[1].super_Output_data.address_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&posd[1].super_Output_data.address_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&posd[1].super_Output_data.address_ + 4)" * (cast_expression "(undefined4 *)((int)&posd[1].super_Output_data.address_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&posd[1].super_Output_data.address_ + 4)" ( (binary_expression "(int)&posd[1].super_Output_data.address_ + 4" (cast_expression "(int)&posd[1].super_Output_data.address_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&posd[1].super_Output_data.address_" & (field_expression "posd[1].super_Output_data.address_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)&posd[1].super_Output_data.data_size_ = 0;" (assignment_expression "*(undefined4 *)&posd[1].super_Output_data.data_size_ = 0" (pointer_expression "*(undefined4 *)&posd[1].super_Output_data.data_size_" * (cast_expression "(undefined4 *)&posd[1].super_Output_data.data_size_" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&posd[1].super_Output_data.data_size_" & (field_expression "posd[1].super_Output_data.data_size_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "*(undefined4 *)((int)&posd[1].super_Output_data.data_size_ + 4) = 0;" (assignment_expression "*(undefined4 *)((int)&posd[1].super_Output_data.data_size_ + 4) = 0" (pointer_expression "*(undefined4 *)((int)&posd[1].super_Output_data.data_size_ + 4)" * (cast_expression "(undefined4 *)((int)&posd[1].super_Output_data.data_size_ + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&posd[1].super_Output_data.data_size_ + 4)" ( (binary_expression "(int)&posd[1].super_Output_data.data_size_ + 4" (cast_expression "(int)&posd[1].super_Output_data.data_size_" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&posd[1].super_Output_data.data_size_" & (field_expression "posd[1].super_Output_data.data_size_" (field_expression "posd[1].super_Output_data" (subscript_expression "posd[1]" identifier [ number_literal ]) . field_identifier) . field_identifier))) + number_literal) )))) = number_literal) ;) (expression_statement "pOVar2->rel_ = (Reloc_section *)posd;" (assignment_expression "pOVar2->rel_ = (Reloc_section *)posd" (field_expression "pOVar2->rel_" identifier -> field_identifier) = (cast_expression "(Reloc_section *)posd" ( (type_descriptor "Reloc_section *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) comment (labeled_statement "gold::Layout::add_output_section_data(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false);" statement_identifier : (ERROR ":" :) (labeled_statement "Layout::add_output_section_data(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false);" statement_identifier : (ERROR ":" :) (expression_statement "add_output_section_data(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false);" (call_expression "add_output_section_data(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false)" identifier (argument_list "(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false)" ( identifier , (string_literal "".rela.plt"" " string_content ") , number_literal , number_literal , identifier , identifier , false ))) ;))) (expression_statement "(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_plt_aarch64_standard_005e3d08;" (assignment_expression "(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Output_data_plt_aarch64_standard_005e3d08" (field_expression "(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(pOVar2->super_Output_section_data).super_Output_data" (parenthesized_expression "(pOVar2->super_Output_section_data)" ( (field_expression "pOVar2->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Output_data_plt_aarch64_standard_005e3d08" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Output_data_plt_aarch64_standard_005e3d08" & identifier))) ;) (return_statement "return pOVar2;" return identifier ;) (ERROR "}" }))
|
(translation_unit "undefined4 *\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n \n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n \n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n \n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}\n\n" (function_definition "undefined4 *\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n \n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n \n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n \n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}" type_identifier (pointer_declarator "*\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" * (function_declarator "FUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" identifier (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) , (parameter_declaration "undefined4 param_4" type_identifier identifier) , (parameter_declaration "undefined4 param_5" type_identifier identifier) )))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n \n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n \n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n \n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}" { (declaration "undefined4 *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined4 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "puVar1 = (undefined4 *)FUN_003ac4d0(0x50);" (assignment_expression "puVar1 = (undefined4 *)FUN_003ac4d0(0x50)" identifier = (cast_expression "(undefined4 *)FUN_003ac4d0(0x50)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003ac4d0(0x50)" identifier (argument_list "(0x50)" ( number_literal ))))) ;) (expression_statement "puVar1[1] = 0;" (assignment_expression "puVar1[1] = 0" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[2] = 0;" (assignment_expression "puVar1[2] = 0" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[3] = 0;" (assignment_expression "puVar1[3] = 0" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[4] = 0;" (assignment_expression "puVar1[4] = 0" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[5] = 0xffffffff;" (assignment_expression "puVar1[5] = 0xffffffff" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[6] = 0xffffffff;" (assignment_expression "puVar1[6] = 0xffffffff" (subscript_expression "puVar1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;" (assignment_expression "*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar1 + 7)" * (cast_expression "(byte *)(puVar1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 7)" ( (binary_expression "puVar1 + 7" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar1 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar1 + 7)" * (cast_expression "(byte *)(puVar1 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 7)" ( (binary_expression "puVar1 + 7" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar1[8] = 0;" (assignment_expression "puVar1[8] = 0" (subscript_expression "puVar1[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[9] = 8;" (assignment_expression "puVar1[9] = 8" (subscript_expression "puVar1[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[10] = 0;" (assignment_expression "puVar1[10] = 0" (subscript_expression "puVar1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar1 = &DAT_005e3c84;" (assignment_expression "*puVar1 = &DAT_005e3c84" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&DAT_005e3c84" & identifier)) ;) (expression_statement "puVar1[0xc] = 0;" (assignment_expression "puVar1[0xc] = 0" (subscript_expression "puVar1[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xe] = param_3;" (assignment_expression "puVar1[0xe] = param_3" (subscript_expression "puVar1[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0xd] = 0;" (assignment_expression "puVar1[0xd] = 0" (subscript_expression "puVar1[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xf] = param_4;" (assignment_expression "puVar1[0xf] = param_4" (subscript_expression "puVar1[0xf]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0x11] = 0;" (assignment_expression "puVar1[0x11] = 0" (subscript_expression "puVar1[0x11]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0x10] = param_5;" (assignment_expression "puVar1[0x10] = param_5" (subscript_expression "puVar1[0x10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[0x12] = 0;" (assignment_expression "puVar1[0x12] = 0" (subscript_expression "puVar1[0x12]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0x13] = 0xffffffff;" (assignment_expression "puVar1[0x13] = 0xffffffff" (subscript_expression "puVar1[0x13]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2 = (undefined4 *)FUN_003ac4d0(0x40);" (assignment_expression "puVar2 = (undefined4 *)FUN_003ac4d0(0x40)" identifier = (cast_expression "(undefined4 *)FUN_003ac4d0(0x40)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003ac4d0(0x40)" identifier (argument_list "(0x40)" ( number_literal ))))) ;) (expression_statement "uVar3 = FUN_002c5bb0(0x40);" (assignment_expression "uVar3 = FUN_002c5bb0(0x40)" identifier = (call_expression "FUN_002c5bb0(0x40)" identifier (argument_list "(0x40)" ( number_literal )))) ;) (expression_statement "puVar2[9] = (int)uVar3;" (assignment_expression "puVar2[9] = (int)uVar3" (subscript_expression "puVar2[9]" identifier [ number_literal ]) = (cast_expression "(int)uVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;" (assignment_expression "*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 7)" * (cast_expression "(byte *)(puVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 7)" ( (binary_expression "puVar2 + 7" identifier + number_literal) )))) = (binary_expression "*(byte *)(puVar2 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 7)" * (cast_expression "(byte *)(puVar2 + 7)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 7)" ( (binary_expression "puVar2 + 7" identifier + number_literal) )))) & number_literal)) ;) (expression_statement "puVar2[1] = 0;" (assignment_expression "puVar2[1] = 0" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar2 = &PTR_FUN_005dcc74;" (assignment_expression "*puVar2 = &PTR_FUN_005dcc74" (pointer_expression "*puVar2" * identifier) = (pointer_expression "&PTR_FUN_005dcc74" & identifier)) ;) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[3] = 0;" (assignment_expression "puVar2[3] = 0" (subscript_expression "puVar2[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[4] = 0;" (assignment_expression "puVar2[4] = 0" (subscript_expression "puVar2[4]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[5] = 0xffffffff;" (assignment_expression "puVar2[5] = 0xffffffff" (subscript_expression "puVar2[5]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[6] = 0xffffffff;" (assignment_expression "puVar2[6] = 0xffffffff" (subscript_expression "puVar2[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[8] = 0;" (assignment_expression "puVar2[8] = 0" (subscript_expression "puVar2[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);" (assignment_expression "puVar2[10] = (int)((ulonglong)uVar3 >> 0x20)" (subscript_expression "puVar2[10]" identifier [ number_literal ]) = (cast_expression "(int)((ulonglong)uVar3 >> 0x20)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "((ulonglong)uVar3 >> 0x20)" ( (binary_expression "(ulonglong)uVar3 >> 0x20" (cast_expression "(ulonglong)uVar3" ( (type_descriptor "ulonglong" type_identifier) ) identifier) >> number_literal) )))) ;) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar2 + 0xc) = 0;" (assignment_expression "*(undefined1 *)(puVar2 + 0xc) = 0" (pointer_expression "*(undefined1 *)(puVar2 + 0xc)" * (cast_expression "(undefined1 *)(puVar2 + 0xc)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 0xc)" ( (binary_expression "puVar2 + 0xc" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar2[0xd] = 0;" (assignment_expression "puVar2[0xd] = 0" (subscript_expression "puVar2[0xd]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[0xe] = 0;" (assignment_expression "puVar2[0xe] = 0" (subscript_expression "puVar2[0xe]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar2[0xf] = 0;" (assignment_expression "puVar2[0xf] = 0" (subscript_expression "puVar2[0xf]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar1[0xb] = puVar2;" (assignment_expression "puVar1[0xb] = puVar2" (subscript_expression "puVar1[0xb]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);" (call_expression "FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0)" identifier (argument_list "(param_2,".rela.plt",4,2,0,puVar2,5,0)" ( identifier , (string_literal "".rela.plt"" " string_content ") , number_literal , number_literal , number_literal , identifier , number_literal , number_literal ))) ;) (expression_statement "*puVar1 = &PTR_FUN_005e3d08;" (assignment_expression "*puVar1 = &PTR_FUN_005e3d08" (pointer_expression "*puVar1" * identifier) = (pointer_expression "&PTR_FUN_005e3d08" & identifier)) ;) (return_statement "return puVar1;" return identifier ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT) )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , LIT , LIT , LIT , IDENT , LIT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 *\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)\n\n{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n \n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n \n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n \n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}" (type_identifier "undefined4") (pointer_declarator "*\nFUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (* "*") (function_declarator "FUN_001d9a00(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (identifier "FUN_001d9a00") (parameter_list "(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,\n undefined4 param_5)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) (, ",") (parameter_declaration "undefined4 param_4" (type_identifier "undefined4") (identifier "param_4")) (, ",") (parameter_declaration "undefined4 param_5" (type_identifier "undefined4") (identifier "param_5")) () ")")))) (compound_statement "{\n undefined4 *puVar1;\n undefined4 *puVar2;\n undefined8 uVar3;\n \n puVar1 = (undefined4 *)FUN_003ac4d0(0x50);\n puVar1[1] = 0;\n puVar1[2] = 0;\n puVar1[3] = 0;\n puVar1[4] = 0;\n puVar1[5] = 0xffffffff;\n puVar1[6] = 0xffffffff;\n *(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;\n puVar1[8] = 0;\n puVar1[9] = 8;\n puVar1[10] = 0;\n *puVar1 = &DAT_005e3c84;\n puVar1[0xc] = 0;\n puVar1[0xe] = param_3;\n puVar1[0xd] = 0;\n puVar1[0xf] = param_4;\n puVar1[0x11] = 0;\n puVar1[0x10] = param_5;\n puVar1[0x12] = 0;\n puVar1[0x13] = 0xffffffff;\n \n puVar2 = (undefined4 *)FUN_003ac4d0(0x40);\n \n uVar3 = FUN_002c5bb0(0x40);\n puVar2[9] = (int)uVar3;\n *(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;\n puVar2[1] = 0;\n *puVar2 = &PTR_FUN_005dcc74;\n puVar2[2] = 0;\n puVar2[3] = 0;\n puVar2[4] = 0;\n puVar2[5] = 0xffffffff;\n puVar2[6] = 0xffffffff;\n puVar2[8] = 0;\n puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);\n puVar2[0xb] = 0;\n *(undefined1 *)(puVar2 + 0xc) = 0;\n puVar2[0xd] = 0;\n puVar2[0xe] = 0;\n puVar2[0xf] = 0;\n puVar1[0xb] = puVar2;\n \n FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);\n *puVar1 = &PTR_FUN_005e3d08;\n return puVar1;\n}" ({ "{") (declaration "undefined4 *puVar1;" (type_identifier "undefined4") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined4 *puVar2;" (type_identifier "undefined4") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (expression_statement "puVar1 = (undefined4 *)FUN_003ac4d0(0x50);" (assignment_expression "puVar1 = (undefined4 *)FUN_003ac4d0(0x50)" (identifier "puVar1") (= "=") (cast_expression "(undefined4 *)FUN_003ac4d0(0x50)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003ac4d0(0x50)" (identifier "FUN_003ac4d0") (argument_list "(0x50)" (( "(") (number_literal "0x50") () ")"))))) (; ";")) (expression_statement "puVar1[1] = 0;" (assignment_expression "puVar1[1] = 0" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[2] = 0;" (assignment_expression "puVar1[2] = 0" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[3] = 0;" (assignment_expression "puVar1[3] = 0" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[4] = 0;" (assignment_expression "puVar1[4] = 0" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[5] = 0xffffffff;" (assignment_expression "puVar1[5] = 0xffffffff" (subscript_expression "puVar1[5]" (identifier "puVar1") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "puVar1[6] = 0xffffffff;" (assignment_expression "puVar1[6] = 0xffffffff" (subscript_expression "puVar1[6]" (identifier "puVar1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;" (assignment_expression "*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar1 + 7)" (* "*") (cast_expression "(byte *)(puVar1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 7)" (( "(") (binary_expression "puVar1 + 7" (identifier "puVar1") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "*(byte *)(puVar1 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar1 + 7)" (* "*") (cast_expression "(byte *)(puVar1 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 7)" (( "(") (binary_expression "puVar1 + 7" (identifier "puVar1") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "0xe0"))) (; ";")) (expression_statement "puVar1[8] = 0;" (assignment_expression "puVar1[8] = 0" (subscript_expression "puVar1[8]" (identifier "puVar1") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[9] = 8;" (assignment_expression "puVar1[9] = 8" (subscript_expression "puVar1[9]" (identifier "puVar1") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "8")) (; ";")) (expression_statement "puVar1[10] = 0;" (assignment_expression "puVar1[10] = 0" (subscript_expression "puVar1[10]" (identifier "puVar1") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*puVar1 = &DAT_005e3c84;" (assignment_expression "*puVar1 = &DAT_005e3c84" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&DAT_005e3c84" (& "&") (identifier "DAT_005e3c84"))) (; ";")) (expression_statement "puVar1[0xc] = 0;" (assignment_expression "puVar1[0xc] = 0" (subscript_expression "puVar1[0xc]" (identifier "puVar1") ([ "[") (number_literal "0xc") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0xe] = param_3;" (assignment_expression "puVar1[0xe] = param_3" (subscript_expression "puVar1[0xe]" (identifier "puVar1") ([ "[") (number_literal "0xe") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "puVar1[0xd] = 0;" (assignment_expression "puVar1[0xd] = 0" (subscript_expression "puVar1[0xd]" (identifier "puVar1") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0xf] = param_4;" (assignment_expression "puVar1[0xf] = param_4" (subscript_expression "puVar1[0xf]" (identifier "puVar1") ([ "[") (number_literal "0xf") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "puVar1[0x11] = 0;" (assignment_expression "puVar1[0x11] = 0" (subscript_expression "puVar1[0x11]" (identifier "puVar1") ([ "[") (number_literal "0x11") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0x10] = param_5;" (assignment_expression "puVar1[0x10] = param_5" (subscript_expression "puVar1[0x10]" (identifier "puVar1") ([ "[") (number_literal "0x10") (] "]")) (= "=") (identifier "param_5")) (; ";")) (expression_statement "puVar1[0x12] = 0;" (assignment_expression "puVar1[0x12] = 0" (subscript_expression "puVar1[0x12]" (identifier "puVar1") ([ "[") (number_literal "0x12") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0x13] = 0xffffffff;" (assignment_expression "puVar1[0x13] = 0xffffffff" (subscript_expression "puVar1[0x13]" (identifier "puVar1") ([ "[") (number_literal "0x13") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "puVar2 = (undefined4 *)FUN_003ac4d0(0x40);" (assignment_expression "puVar2 = (undefined4 *)FUN_003ac4d0(0x40)" (identifier "puVar2") (= "=") (cast_expression "(undefined4 *)FUN_003ac4d0(0x40)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003ac4d0(0x40)" (identifier "FUN_003ac4d0") (argument_list "(0x40)" (( "(") (number_literal "0x40") () ")"))))) (; ";")) (expression_statement "uVar3 = FUN_002c5bb0(0x40);" (assignment_expression "uVar3 = FUN_002c5bb0(0x40)" (identifier "uVar3") (= "=") (call_expression "FUN_002c5bb0(0x40)" (identifier "FUN_002c5bb0") (argument_list "(0x40)" (( "(") (number_literal "0x40") () ")")))) (; ";")) (expression_statement "puVar2[9] = (int)uVar3;" (assignment_expression "puVar2[9] = (int)uVar3" (subscript_expression "puVar2[9]" (identifier "puVar2") ([ "[") (number_literal "9") (] "]")) (= "=") (cast_expression "(int)uVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar3"))) (; ";")) (expression_statement "*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;" (assignment_expression "*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 7)" (* "*") (cast_expression "(byte *)(puVar2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 7)" (( "(") (binary_expression "puVar2 + 7" (identifier "puVar2") (+ "+") (number_literal "7")) () ")")))) (= "=") (binary_expression "*(byte *)(puVar2 + 7) & 0xe0" (pointer_expression "*(byte *)(puVar2 + 7)" (* "*") (cast_expression "(byte *)(puVar2 + 7)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 7)" (( "(") (binary_expression "puVar2 + 7" (identifier "puVar2") (+ "+") (number_literal "7")) () ")")))) (& "&") (number_literal "0xe0"))) (; ";")) (expression_statement "puVar2[1] = 0;" (assignment_expression "puVar2[1] = 0" (subscript_expression "puVar2[1]" (identifier "puVar2") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*puVar2 = &PTR_FUN_005dcc74;" (assignment_expression "*puVar2 = &PTR_FUN_005dcc74" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (pointer_expression "&PTR_FUN_005dcc74" (& "&") (identifier "PTR_FUN_005dcc74"))) (; ";")) (expression_statement "puVar2[2] = 0;" (assignment_expression "puVar2[2] = 0" (subscript_expression "puVar2[2]" (identifier "puVar2") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[3] = 0;" (assignment_expression "puVar2[3] = 0" (subscript_expression "puVar2[3]" (identifier "puVar2") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[4] = 0;" (assignment_expression "puVar2[4] = 0" (subscript_expression "puVar2[4]" (identifier "puVar2") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[5] = 0xffffffff;" (assignment_expression "puVar2[5] = 0xffffffff" (subscript_expression "puVar2[5]" (identifier "puVar2") ([ "[") (number_literal "5") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "puVar2[6] = 0xffffffff;" (assignment_expression "puVar2[6] = 0xffffffff" (subscript_expression "puVar2[6]" (identifier "puVar2") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "puVar2[8] = 0;" (assignment_expression "puVar2[8] = 0" (subscript_expression "puVar2[8]" (identifier "puVar2") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);" (assignment_expression "puVar2[10] = (int)((ulonglong)uVar3 >> 0x20)" (subscript_expression "puVar2[10]" (identifier "puVar2") ([ "[") (number_literal "10") (] "]")) (= "=") (cast_expression "(int)((ulonglong)uVar3 >> 0x20)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "((ulonglong)uVar3 >> 0x20)" (( "(") (binary_expression "(ulonglong)uVar3 >> 0x20" (cast_expression "(ulonglong)uVar3" (( "(") (type_descriptor "ulonglong" (type_identifier "ulonglong")) () ")") (identifier "uVar3")) (>> ">>") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "puVar2[0xb] = 0;" (assignment_expression "puVar2[0xb] = 0" (subscript_expression "puVar2[0xb]" (identifier "puVar2") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(puVar2 + 0xc) = 0;" (assignment_expression "*(undefined1 *)(puVar2 + 0xc) = 0" (pointer_expression "*(undefined1 *)(puVar2 + 0xc)" (* "*") (cast_expression "(undefined1 *)(puVar2 + 0xc)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 0xc)" (( "(") (binary_expression "puVar2 + 0xc" (identifier "puVar2") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[0xd] = 0;" (assignment_expression "puVar2[0xd] = 0" (subscript_expression "puVar2[0xd]" (identifier "puVar2") ([ "[") (number_literal "0xd") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[0xe] = 0;" (assignment_expression "puVar2[0xe] = 0" (subscript_expression "puVar2[0xe]" (identifier "puVar2") ([ "[") (number_literal "0xe") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar2[0xf] = 0;" (assignment_expression "puVar2[0xf] = 0" (subscript_expression "puVar2[0xf]" (identifier "puVar2") ([ "[") (number_literal "0xf") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar1[0xb] = puVar2;" (assignment_expression "puVar1[0xb] = puVar2" (subscript_expression "puVar1[0xb]" (identifier "puVar1") ([ "[") (number_literal "0xb") (] "]")) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);" (call_expression "FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0)" (identifier "FUN_0027afd0") (argument_list "(param_2,".rela.plt",4,2,0,puVar2,5,0)" (( "(") (identifier "param_2") (, ",") (string_literal "".rela.plt"" (" """) (string_content ".rela.plt") (" """)) (, ",") (number_literal "4") (, ",") (number_literal "2") (, ",") (number_literal "0") (, ",") (identifier "puVar2") (, ",") (number_literal "5") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*puVar1 = &PTR_FUN_005e3d08;" (assignment_expression "*puVar1 = &PTR_FUN_005e3d08" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (pointer_expression "&PTR_FUN_005e3d08" (& "&") (identifier "PTR_FUN_005e3d08"))) (; ";")) (return_statement "return puVar1;" (return "return") (identifier "puVar1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Output_data_plt_aarch64<64,_false> *
do_make_data_plt(Target_aarch64<64,_false> * this, Layout * layout,
Output_data_got_aarch64<64,_false> * got, Output_data_space * got_plt, Output_data_space *
got_irelative) */
var_1<64,var_4> * __thiscall
anon_unknown.dwarf_109b185::Target_aarch64<64,var_4>::do_make_data_plt
(Target_aarch64<64,var_4> *this,Layout *layout,Output_data_got_aarch64<64,var_4> *got,
Output_data_space *got_plt,Output_data_space *got_irelative)
{
var_2 *var_3;
var_1<64,var_4> *pOVar2;
type_1 *posd;
uint64_t var_7;
pOVar2 = (var_1<64,var_4> *)var_5(0x50);
*(type_2 *)&(pOVar2->super_Output_section_data).super_Output_data.address_ = 0;
*(type_2 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.address_ + 4) = 0;
*(type_2 *)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ = 0;
*(type_2 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.data_size_ + 4) = 0;
*(type_2 *)&(pOVar2->super_Output_section_data).super_Output_data.offset_ = 0xffffffff;
*(type_2 *)((int)&(pOVar2->super_Output_section_data).super_Output_data.offset_ + 4) =
0xffffffff;
var_3 = &(pOVar2->super_Output_section_data).super_Output_data.field_0x1c;
*var_3 = *var_3 & 0xe0;
(pOVar2->super_Output_section_data).output_section_ = (type_3 *)0x0;
*(type_2 *)&(pOVar2->super_Output_section_data).addralign_ = 8;
*(type_2 *)((int)&(pOVar2->super_Output_section_data).addralign_ + 4) = 0;
(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =
(type_4 **)&DAT_005e3c84;
pOVar2->tlsdesc_rel_ = (type_5 *)0x0;
pOVar2->got_ = got;
pOVar2->irelative_rel_ = (type_5 *)0x0;
pOVar2->got_plt_ = got_plt;
pOVar2->count_ = 0;
pOVar2->got_irelative_ = got_irelative;
pOVar2->irelative_count_ = 0;
pOVar2->tlsdesc_got_offset_ = 0xffffffff;
/* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */
posd = (type_1 *)var_5(0x40);
/* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */
var_7 = gold::Output_data::var_6(0x40);
*(int *)&posd->addralign_ = (int)var_7;
var_3 = &(posd->super_Output_data).field_0x1c;
*var_3 = *var_3 & 0xe0;
*(type_2 *)&(posd->super_Output_data).address_ = 0;
(posd->super_Output_data)._vptr_Output_data =
(type_4 **)&PTR__Output_data_reloc_005dcc74;
*(type_2 *)((int)&(posd->super_Output_data).address_ + 4) = 0;
*(type_2 *)&(posd->super_Output_data).data_size_ = 0;
*(type_2 *)((int)&(posd->super_Output_data).data_size_ + 4) = 0;
*(type_2 *)&(posd->super_Output_data).offset_ = 0xffffffff;
*(type_2 *)((int)&(posd->super_Output_data).offset_ + 4) = 0xffffffff;
posd->output_section_ = (type_3 *)0x0;
*(int *)((int)&posd->addralign_ + 4) = (int)(var_7 >> 0x20);
posd[1].super_Output_data._vptr_Output_data = (type_4 **)0x0;
*(var_2 *)&posd[1].super_Output_data.address_ = 0;
*(type_2 *)((int)&posd[1].super_Output_data.address_ + 4) = 0;
*(type_2 *)&posd[1].super_Output_data.data_size_ = 0;
*(type_2 *)((int)&posd[1].super_Output_data.data_size_ + 4) = 0;
pOVar2->rel_ = (type_5 *)posd;
/* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */
gold::Layout::var_8(layout,".rela.plt",4,2,posd,ORDER_DYNAMIC_PLT_RELOCS,false);
(pOVar2->super_Output_section_data).super_Output_data._vptr_Output_data =
(type_4 **)&PTR__Output_data_plt_aarch64_standard_005e3d08;
return pOVar2;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (number_literal) (number_literal) (number_literal) (identifier) (number_literal) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
undefined4 *
MASKED(undefined4 param_1,undefined4 param_2,undefined4 param_3,undefined4 param_4,
undefined4 param_5)
{
undefined4 *puVar1;
undefined4 *puVar2;
undefined8 uVar3;
puVar1 = (undefined4 *)FUN_003ac4d0(0x50);
puVar1[1] = 0;
puVar1[2] = 0;
puVar1[3] = 0;
puVar1[4] = 0;
puVar1[5] = 0xffffffff;
puVar1[6] = 0xffffffff;
*(byte *)(puVar1 + 7) = *(byte *)(puVar1 + 7) & 0xe0;
puVar1[8] = 0;
puVar1[9] = 8;
puVar1[10] = 0;
*puVar1 = &DAT_005e3c84;
puVar1[0xc] = 0;
puVar1[0xe] = param_3;
puVar1[0xd] = 0;
puVar1[0xf] = param_4;
puVar1[0x11] = 0;
puVar1[0x10] = param_5;
puVar1[0x12] = 0;
puVar1[0x13] = 0xffffffff;
/* try { // try from 001d9aae to 001d9ab2 has its CatchHandler @ 001d9b62 */
puVar2 = (undefined4 *)FUN_003ac4d0(0x40);
/* try { // try from 001d9abf to 001d9ac3 has its CatchHandler @ 001d9b69 */
uVar3 = FUN_002c5bb0(0x40);
puVar2[9] = (int)uVar3;
*(byte *)(puVar2 + 7) = *(byte *)(puVar2 + 7) & 0xe0;
puVar2[1] = 0;
*puVar2 = &PTR_FUN_005dcc74;
puVar2[2] = 0;
puVar2[3] = 0;
puVar2[4] = 0;
puVar2[5] = 0xffffffff;
puVar2[6] = 0xffffffff;
puVar2[8] = 0;
puVar2[10] = (int)((ulonglong)uVar3 >> 0x20);
puVar2[0xb] = 0;
*(undefined1 *)(puVar2 + 0xc) = 0;
puVar2[0xd] = 0;
puVar2[0xe] = 0;
puVar2[0xf] = 0;
puVar1[0xb] = puVar2;
/* try { // try from 001d9b45 to 001d9b49 has its CatchHandler @ 001d9b62 */
FUN_0027afd0(param_2,".rela.plt",4,2,0,puVar2,5,0);
*puVar1 = &PTR_FUN_005e3d08;
return puVar1;
}
|
597_i686-gnu-ld_and_i686-gnu-ld_strip.c
|
gldelf_iamcu_list_options
|
FUN_00039b50
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void gldelf_iamcu_list_options(FILE *file)
{
char *pcVar1;
pcVar1 = (char *)dcgettext(0,
" -z noextern-protected-data Do not treat protected data symbol as external\n"
,5);
fprintf((FILE *)file,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"
,5);
fprintf((FILE *)file,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",
5);
fprintf((FILE *)file,pcVar1);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00039b50(FILE *param_1)
{
char *pcVar1;
pcVar1 = (char *)dcgettext(0,
" -z noextern-protected-data Do not treat protected data symbol as external\n"
,5);
fprintf(param_1,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"
,5);
fprintf(param_1,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",
5);
fprintf(param_1,pcVar1);
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x00015a10
ADD EBX,0x814a9
SUB ESP,0x8
MOV ESI,dword ptr [ESP + 0x14]
PUSH 0x5
LEA EAX,[EBX + 0xfffc2ba8]
PUSH EAX
PUSH 0x0
CALL 0x000142e0
POP EDX
POP ECX
PUSH EAX
PUSH ESI
CALL 0x00014730
ADD ESP,0xc
LEA EAX,[EBX + 0xfffc2bf8]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x000142e0
POP EDX
POP ECX
PUSH EAX
PUSH ESI
CALL 0x00014730
ADD ESP,0xc
LEA EAX,[EBX + 0xfffc2c84]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x000142e0
POP EDX
POP ECX
PUSH EAX
PUSH ESI
CALL 0x00014730
ADD ESP,0x14
POP EBX
POP ESI
RET
| null | null | null | null |
[(u'COPY_-1206084428', u'CALL_-1206084703'), (u'CALL_-1206084567', u'CAST_-1206084302'), (u'CAST_-1206084302', u'CALL_-1206084541'), ('const-0', u'CALL_-1206084635'), ('const-5', u'CALL_-1206084703'), ('const-515064', u'COPY_-1206084399'), (u'CAST_-1206084292', u'CALL_-1206084541'), (u'CALL_-1206084703', u'CAST_-1206084362'), ('const-0', u'RETURN_-1206084508'), ('const-514984', u'COPY_-1206084428'), (u'CAST_-1206084322', u'CALL_-1206084609'), (u'CAST_-1206084362', u'CALL_-1206084677'), ('tmp_459', u'CAST_-1206084352'), ('const-5', u'CALL_-1206084567'), (u'CAST_-1206084332', u'CALL_-1206084609'), ('tmp_459', u'CAST_-1206084322'), ('tmp_459', u'CAST_-1206084292'), ('const-0', u'CALL_-1206084567'), (u'CAST_-1206084352', u'CALL_-1206084677'), (u'COPY_-1206084399', u'CALL_-1206084635'), ('const-515204', u'COPY_-1206084370'), (u'COPY_-1206084370', u'CALL_-1206084567'), ('const-0', u'CALL_-1206084703'), ('const-5', u'CALL_-1206084635'), (u'CALL_-1206084635', u'CAST_-1206084332')]
|
[('const-515204', u'COPY_-1206084370'), ('const-514984', u'COPY_-1206084428'), (u'COPY_-1206084428', u'CALL_-1206084703'), ('const-0', u'CALL_-1206084635'), (u'CAST_-1206084333', u'CALL_-1206084609'), ('tmp_1127', u'CALL_-1206084541'), (u'CALL_-1206084635', u'CAST_-1206084333'), ('const-5', u'CALL_-1206084567'), (u'CAST_-1206084304', u'CALL_-1206084541'), (u'COPY_-1206084399', u'CALL_-1206084635'), ('const-5', u'CALL_-1206084635'), (u'CALL_-1206084703', u'CAST_-1206084362'), ('const-515064', u'COPY_-1206084399'), ('const-0', u'RETURN_-1206084508'), ('const-0', u'CALL_-1206084703'), ('const-5', u'CALL_-1206084703'), ('const-0', u'CALL_-1206084567'), ('tmp_1127', u'CALL_-1206084609'), (u'COPY_-1206084370', u'CALL_-1206084567'), (u'CAST_-1206084362', u'CALL_-1206084677'), (u'CALL_-1206084567', u'CAST_-1206084304'), ('tmp_1127', u'CALL_-1206084677')]
| null | null |
00039b50
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00039b50(FILE *param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}\n\n" comment (function_definition "void FUN_00039b50(FILE *param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}" primitive_type (function_declarator "FUN_00039b50(FILE *param_1)" identifier (parameter_list "(FILE *param_1)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" identifier (argument_list "(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" ( number_literal , (string_literal "" -z noextern-protected-data Do not treat protected data symbol as external\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" identifier (argument_list "(param_1,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" identifier (argument_list "(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" ( number_literal , (string_literal "" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" identifier (argument_list "(param_1,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" identifier (argument_list "(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" ( number_literal , (string_literal "" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" identifier (argument_list "(param_1,pcVar1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nvoid gldelf_iamcu_list_options(FILE *file)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf((FILE *)file,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf((FILE *)file,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf((FILE *)file,pcVar1);\n return;\n}\n\n" comment comment (function_definition "void gldelf_iamcu_list_options(FILE *file)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf((FILE *)file,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf((FILE *)file,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf((FILE *)file,pcVar1);\n return;\n}" primitive_type (function_declarator "gldelf_iamcu_list_options(FILE *file)" identifier (parameter_list "(FILE *file)" ( (parameter_declaration "FILE *file" type_identifier (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf((FILE *)file,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf((FILE *)file,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf((FILE *)file,pcVar1);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" identifier (argument_list "(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" ( number_literal , (string_literal "" -z noextern-protected-data Do not treat protected data symbol as external\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)file,pcVar1);" (call_expression "fprintf((FILE *)file,pcVar1)" identifier (argument_list "((FILE *)file,pcVar1)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" identifier (argument_list "(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" ( number_literal , (string_literal "" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)file,pcVar1);" (call_expression "fprintf((FILE *)file,pcVar1)" identifier (argument_list "((FILE *)file,pcVar1)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" identifier (argument_list "(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" ( number_literal , (string_literal "" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)file,pcVar1);" (call_expression "fprintf((FILE *)file,pcVar1)" identifier (argument_list "((FILE *)file,pcVar1)" ( (cast_expression "(FILE *)file" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00039b50(FILE *param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}\n\n" (function_definition "void FUN_00039b50(FILE *param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}" primitive_type (function_declarator "FUN_00039b50(FILE *param_1)" identifier (parameter_list "(FILE *param_1)" ( (parameter_declaration "FILE *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" identifier (argument_list "(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" ( number_literal , (string_literal "" -z noextern-protected-data Do not treat protected data symbol as external\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" identifier (argument_list "(param_1,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" identifier (argument_list "(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" ( number_literal , (string_literal "" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"" " string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" identifier (argument_list "(param_1,pcVar1)" ( identifier , identifier ))) ;) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" identifier (argument_list "(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" ( number_literal , (string_literal "" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n"" " string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" identifier (argument_list "(param_1,pcVar1)" ( identifier , identifier ))) ;) (return_statement "return;" return ;) })))
|
(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 (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00039b50(FILE *param_1)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00039b50(FILE *param_1)" (identifier "FUN_00039b50") (parameter_list "(FILE *param_1)" (( "(") (parameter_declaration "FILE *param_1" (type_identifier "FILE") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);\n fprintf(param_1,pcVar1);\n pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);\n fprintf(param_1,pcVar1);\n return;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" (identifier "pcVar1") (= "=") (cast_expression "(char *)dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n " -z noextern-protected-data Do not treat protected data symbol as external\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal "" -z noextern-protected-data Do not treat protected data symbol as external\n"" (" """) (string_content " -z noextern-protected-data Do not treat protected data symbol as external") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" (identifier "fprintf") (argument_list "(param_1,pcVar1)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar1") () ")"))) (; ";")) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" (identifier "pcVar1") (= "=") (cast_expression "(char *)dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" (identifier "dcgettext") (argument_list "(0,\n " -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"\n ,5)" (( "(") (number_literal "0") (, ",") (string_literal "" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"" (" """) (string_content " -z dynamic-undefined-weak Make undefined weak symbols dynamic") (escape_sequence "\n") (string_content " -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" (identifier "fprintf") (argument_list "(param_1,pcVar1)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar1") () ")"))) (; ";")) (expression_statement "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5);" (assignment_expression "pcVar1 = (char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" (identifier "pcVar1") (= "=") (cast_expression "(char *)dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" (identifier "dcgettext") (argument_list "(0,\n " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",\n 5)" (( "(") (number_literal "0") (, ",") (string_literal "" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n"" (" """) (string_content " -z call-nop=PADDING Use PADDING as 1-byte NOP for branch") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_1,pcVar1);" (call_expression "fprintf(param_1,pcVar1)" (identifier "fprintf") (argument_list "(param_1,pcVar1)" (( "(") (identifier "param_1") (, ",") (identifier "pcVar1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
void function_1(type_1 *file)
{
char *pcVar1;
pcVar1 = (char *)var_1(0,
" -z noextern-protected-data Do not treat protected data symbol as external\n"
,5);
var_2((type_1 *)file,pcVar1);
pcVar1 = (char *)var_1(0,
" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"
,5);
var_2((type_1 *)file,pcVar1);
pcVar1 = (char *)var_1(0,
" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",
5);
var_2((type_1 *)file,pcVar1);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(FILE *param_1)
{
char *pcVar1;
pcVar1 = (char *)dcgettext(0,
" -z noextern-protected-data Do not treat protected data symbol as external\n"
,5);
fprintf(param_1,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -z dynamic-undefined-weak Make undefined weak symbols dynamic\n -z nodynamic-undefined-weak Do not make undefined weak symbols dynamic\n"
,5);
fprintf(param_1,pcVar1);
pcVar1 = (char *)dcgettext(0,
" -z call-nop=PADDING Use PADDING as 1-byte NOP for branch\n",
5);
fprintf(param_1,pcVar1);
return;
}
|
2708_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
do_section_name
|
FUN_00085d00
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: string do_section_name(Sized_incr_dynobj<64,_false> * this, uint
param_1) */
string * __thiscall
gold::Sized_incr_dynobj<64,_false>::do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xb34,"do_section_name");
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00085d00(void)
{
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");
}
|
PUSH EBX
CALL 0x00036db0
ADD EBX,0x3242fa
SUB ESP,0xc
LEA EAX,[EBX + 0xffef6b50]
PUSH EAX
LEA EAX,[EBX + 0xffef5f18]
PUSH 0xb34
PUSH EAX
CALL 0x0007ac80
| null | null | null | null |
[('const-2868', u'CALL_-1206428336'), (u'COPY_-1206428307', u'CALL_-1206428336'), ('const-1', u'RETURN_-1206428331'), (u'COPY_-1206428306', u'CALL_-1206428336'), ('const-2752280', u'COPY_-1206428307'), ('const-2755408', u'COPY_-1206428306')]
|
[(u'COPY_-1206428313', u'CALL_-1206428336'), (u'COPY_-1206428312', u'CALL_-1206428336'), ('const-1', u'RETURN_-1206428331'), ('const-2755408', u'COPY_-1206428312'), ('const-2752280', u'COPY_-1206428313'), ('const-2868', u'CALL_-1206428336')]
| null | null |
00085d00
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00085d00(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}\n\n" comment (function_definition "void FUN_00085d00(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}" primitive_type (function_declarator "FUN_00085d00(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}" { comment (expression_statement "FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");" (call_expression "FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name")" identifier (argument_list "("../../gold/incremental.cc",0xb34,"do_section_name")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_section_name"" " string_content ") ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: string do_section_name(Sized_incr_dynobj<64,_false> * this, uint\n param_1) */\n\nstring * __thiscall\ngold::Sized_incr_dynobj<64,_false>::do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xb34,"do_section_name");\n}\n\n" comment comment (ERROR "string * __thiscall\ngold::Sized_incr_dynobj<64,_false>::do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xb34,"do_section_name");\n}" (binary_expression "string * __thiscall\ngold::Sized_incr_dynobj<64,_false>::do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xb34,"do_section_name")" (binary_expression "string * __thiscall\ngold::Sized_incr_dynobj<64" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Sized_incr_dynobj" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)\n\n{" : : (call_expression "do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)" identifier (argument_list "(Sized_incr_dynobj<64,_false> *this,uint param_2)" ( (binary_expression "Sized_incr_dynobj<64" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier ))) {) comment (call_expression "do_gold_unreachable("../../gold/incremental.cc",0xb34,"do_section_name")" identifier (argument_list "("../../gold/incremental.cc",0xb34,"do_section_name")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_section_name"" " string_content ") )))) ; }))
|
(translation_unit "void FUN_00085d00(void)\n\n{\n \n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}\n\n" (function_definition "void FUN_00085d00(void)\n\n{\n \n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}" primitive_type (function_declarator "FUN_00085d00(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}" { (expression_statement "FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");" (call_expression "FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name")" identifier (argument_list "("../../gold/incremental.cc",0xb34,"do_section_name")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_section_name"" " string_content ") ))) ;) })))
|
(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_00085d00(void)\n\n{\n \n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}" (primitive_type "void") (function_declarator "FUN_00085d00(void)" (identifier "FUN_00085d00") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");\n}" ({ "{") (expression_statement "FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");" (call_expression "FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name")" (identifier "FUN_0007ac80") (argument_list "("../../gold/incremental.cc",0xb34,"do_section_name")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xb34") (, ",") (string_literal ""do_section_name"" (" """) (string_content "do_section_name") (" """)) () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: string do_section_name(Sized_incr_dynobj<64,_false> * this, uint
param_1) */
string * __thiscall
gold::Sized_incr_dynobj<64,_false>::do_section_name(Sized_incr_dynobj<64,_false> *this,uint param_2)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xb34,"do_section_name");
}
| 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_literal (string_content)) (number_literal) (string_literal (string_content))))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0007ac80("../../gold/incremental.cc",0xb34,"do_section_name");
}
|
6498_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c
|
do_section_name
|
FUN_00256420
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: string do_section_name(Sized_relobj_incr<32,_false> * this, uint shndx)
*/
string * __thiscall
gold::Sized_relobj_incr<32,_false>::do_section_name(Sized_relobj_incr<32,_false> *this,uint shndx)
{
size_type __dnew;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * FUN_00256420(int *param_1,int param_2,int param_3)
{
int iVar1;
char *__s;
size_t __n;
int *__dest;
size_t local_20 [3];
undefined4 uStack_14;
uStack_14 = 0x256429;
__dest = param_1 + 2;
iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);
if (iVar1 == 0) {
*param_1 = (int)__dest;
/* WARNING: Subroutine does not return */
FUN_003f3980("basic_string::_M_construct null not valid");
}
__s = *(char **)(iVar1 + 0x20);
*param_1 = (int)__dest;
if (__s == (char *)0x0) {
/* WARNING: Subroutine does not return */
FUN_003f3980("basic_string::_M_construct null not valid");
}
__n = strlen(__s);
local_20[0] = __n;
if (__n < 0x10) {
if (__n == 1) {
*(char *)(param_1 + 2) = *__s;
goto LAB_00256482;
}
if (__n == 0) goto LAB_00256482;
}
else {
__dest = (int *)FUN_003b5790(param_1,local_20,0);
*param_1 = (int)__dest;
param_1[2] = local_20[0];
}
memcpy(__dest,__s,__n);
__dest = (int *)*param_1;
LAB_00256482:
param_1[1] = local_20[0];
*(undefined1 *)((int)__dest + local_20[0]) = 0;
return param_1;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x00050b50
ADD EBX,0x393bd7
SUB ESP,0x2c
MOV EAX,dword ptr [ESP + 0x44]
MOV EDX,dword ptr [ESP + 0x48]
MOV ESI,dword ptr [ESP + 0x40]
MOV EAX,dword ptr [EAX + 0x38]
LEA EDI,[ESI + 0x8]
MOV EAX,dword ptr [EAX + EDX*0x4]
TEST EAX,EAX
JZ 0x002564e0
MOV EDX,dword ptr [EAX + 0x20]
MOV dword ptr [ESI],EDI
TEST EDX,EDX
JZ 0x002564d0
SUB ESP,0xc
PUSH EDX
MOV dword ptr [ESP + 0x1c],EDX
CALL 0x00039330
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0xc]
CMP EAX,0xf
MOV EBP,EAX
MOV dword ptr [ESP + 0x1c],EAX
JA 0x00256498
CMP EAX,0x1
JNZ 0x002564f8
MOVZX EDX,byte ptr [EDX]
MOV byte ptr [ESI + 0x8],DL
MOV dword ptr [ESI + 0x4],EAX
MOV byte ptr [EDI + EAX*0x1],0x0
ADD ESP,0x2c
MOV EAX,ESI
POP EBX
POP ESI
POP EDI
POP EBP
RET 0x4
SUB ESP,0x4
PUSH 0x0
LEA EAX,[ESP + 0x24]
PUSH EAX
PUSH ESI
CALL 0x003b5790
MOV EDI,EAX
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESP + 0x2c]
ADD ESP,0x10
MOV EDX,dword ptr [ESP + 0xc]
MOV dword ptr [ESI + 0x8],EAX
SUB ESP,0x4
PUSH EBP
PUSH EDX
PUSH EDI
CALL 0x000392d0
MOV EAX,dword ptr [ESP + 0x2c]
MOV EDI,dword ptr [ESI]
ADD ESP,0x10
JMP 0x00256482
SUB ESP,0xc
LEA EAX,[EBX + 0xffe5e0a0]
PUSH EAX
CALL 0x003f3980
SUB ESP,0xc
LEA EAX,[EBX + 0xffe5e0a0]
MOV dword ptr [ESI],EDI
PUSH EAX
CALL 0x003f3980
TEST EAX,EAX
JZ 0x00256482
JMP 0x002564ba
| null | null | null | null |
[('const-1', u'RETURN_-1204132802')]
|
[('tmp_2052', u'INT_ADD_-1204132741'), ('tmp_1195', u'PTRSUB_-1204132001'), (u'COPY_-1204132099', u'MULTIEQUAL_-1204132050'), (u'CALL_-1204132457', u'INDIRECT_-1204132051'), (u'CAST_-1204132083', u'LOAD_-1204132745'), (u'PTRADD_-1204132034', u'CAST_-1204132018'), (u'LOAD_-1204132449', u'CAST_-1204131943'), (u'INDIRECT_-1204132068', u'MULTIEQUAL_-1204132037'), (u'PTRADD_-1204131975', u'STORE_-1204132411'), (u'LOAD_-1204132745', u'INT_EQUAL_-1204132727'), (u'CALL_-1204132355', u'INDIRECT_-1204132015'), ('const-417', u'STORE_-1204132582'), (u'CAST_-1204132070', u'LOAD_-1204132721'), ('tmp_2054', u'PTRADD_-1204131975'), (u'COPY_-1204132099', u'MULTIEQUAL_-1204132313'), (u'CAST_-1204132010', u'INT_ADD_-1204132568'), ('const-32', u'INT_ADD_-1204132705'), (u'CALL_-1204132457', u'INDIRECT_-1204132038'), (u'INT_ADD_-1204132741', u'CAST_-1204132090'), (u'INT_LESS_-1204132612', u'CBRANCH_-1204132620'), (u'COPY_-1204131991', u'CALL_-1204132316'), (u'INT_EQUAL_-1204132699', u'CBRANCH_-1204132698'), (u'CAST_-1204132009', u'STORE_-1204132582'), (u'CAST_-1204131976', u'STORE_-1204132442'), ('tmp_364', u'CBRANCH_-1204132603'), ('tmp_2054', u'PTRADD_-1204132034'), (u'PTRADD_-1204132097', u'MULTIEQUAL_-1204132244'), (u'MULTIEQUAL_-1204132313', u'STORE_-1204132589'), (u'CALL_-1204132668', u'INT_EQUAL_-1204132424'), (u'MULTIEQUAL_-1204132244', u'CALL_-1204132457'), ('const-4294967264', u'PTRSUB_-1204132001'), (u'COPY_-1204132010', u'CALL_-1204132355'), ('const-2', u'PTRADD_-1204132034'), ('const-1', u'PTRADD_-1204132030'), (u'CAST_-1204131984', u'CAST_-1204131976'), (u'CALL_-1204132448', u'INDIRECT_-1204132068'), (u'CALL_-1204132668', u'CALL_-1204132457'), (u'CALL_-1204132668', u'INT_LESS_-1204132612'), (u'LOAD_-1204132745', u'INT_ADD_-1204132705'), ('const-417', u'STORE_-1204132329'), ('tmp_500', u'CBRANCH_-1204132423'), ('const-4489376', u'COPY_-1204132010'), ('const-1', u'RETURN_-1204132311'), ('tmp_2053', u'INT_MULT_-1204132717'), ('const-0', u'INT_EQUAL_-1204132699'), (u'INDIRECT_-1204132051', u'MULTIEQUAL_-1204132313'), (u'MULTIEQUAL_-1204132313', u'INT_ADD_-1204132568'), ('const-417', u'STORE_-1204132442'), (u'LOAD_-1204132721', u'LOAD_-1204132603'), (u'LOAD_-1204132721', u'CALL_-1204132457'), ('const-2', u'PTRADD_-1204132097'), (u'LOAD_-1204132603', u'STORE_-1204132595'), ('const-0', u'STORE_-1204132582'), (u'CALL_-1204132668', u'INT_EQUAL_-1204132606'), (u'PTRADD_-1204132097', u'CAST_-1204131917'), ('const-4', u'PTRADD_-1204132034'), (u'COPY_-1204132035', u'MULTIEQUAL_-1204132050'), ('tmp_203', u'CBRANCH_-1204132698'), ('tmp_2054', u'STORE_-1204132329'), (u'LOAD_-1204132721', u'CALL_-1204132668'), (u'INT_EQUAL_-1204132606', u'CBRANCH_-1204132603'), (u'PTRADD_-1204132097', u'MULTIEQUAL_-1204132301'), ('const-0', u'INT_EQUAL_-1204132424'), ('const-417', u'STORE_-1204132589'), (u'CAST_-1204132066', u'STORE_-1204132714'), ('const-16', u'INT_LESS_-1204132612'), (u'CAST_-1204131943', u'MULTIEQUAL_-1204132301'), (u'CALL_-1204132448', u'INDIRECT_-1204132081'), ('tmp_2054', u'STORE_-1204132714'), ('const-0', u'INT_EQUAL_-1204132727'), ('const-417', u'LOAD_-1204132449'), (u'PTRSUB_-1204132001', u'CALL_-1204132448'), ('tmp_2054', u'LOAD_-1204132449'), ('const-2450473', u'COPY_-1204132814'), ('const-417', u'LOAD_-1204132745'), (u'INT_MULT_-1204132717', u'INT_ADD_-1204132729'), ('const-417', u'LOAD_-1204132721'), (u'COPY_-1204132567', u'RETURN_-1204132532'), ('const-417', u'STORE_-1204132595'), (u'INT_ADD_-1204132705', u'CAST_-1204132070'), (u'CALL_-1204132448', u'CAST_-1204131984'), (u'CAST_-1204131917', u'STORE_-1204132329'), (u'PTRADD_-1204132030', u'STORE_-1204132589'), ('tmp_600', u'BRANCH_-1204132431'), (u'INT_ADD_-1204132568', u'CAST_-1204132009'), ('const-417', u'LOAD_-1204132603'), (u'INT_ADD_-1204132729', u'CAST_-1204132083'), ('const-4', u'PTRADD_-1204131975'), ('const-4', u'PTRADD_-1204132030'), ('const-4', u'INT_MULT_-1204132717'), ('tmp_2054', u'STORE_-1204132442'), (u'LOAD_-1204132757', u'INT_ADD_-1204132729'), ('tmp_332', u'CBRANCH_-1204132620'), (u'PTRADD_-1204132097', u'CAST_-1204132066'), (u'CAST_-1204132090', u'LOAD_-1204132757'), ('tmp_2054', u'PTRADD_-1204132097'), ('tmp_2054', u'PTRADD_-1204132030'), ('const-0', u'RETURN_-1204132532'), ('const-417', u'STORE_-1204132411'), (u'CALL_-1204132668', u'COPY_-1204132099'), (u'LOAD_-1204132721', u'INT_EQUAL_-1204132699'), (u'CALL_-1204132668', u'INDIRECT_-1204132136'), (u'MULTIEQUAL_-1204132301', u'CAST_-1204132010'), ('tmp_164', u'CBRANCH_-1204132726'), (u'INDIRECT_-1204132136', u'MULTIEQUAL_-1204132037'), ('const-4489376', u'COPY_-1204131991'), ('const-1', u'RETURN_-1204132350'), (u'CAST_-1204132018', u'STORE_-1204132595'), (u'INDIRECT_-1204132081', u'STORE_-1204132411'), ('const-2', u'PTRADD_-1204131975'), (u'CALL_-1204132316', u'INDIRECT_-1204131998'), ('const-1', u'INT_EQUAL_-1204132606'), (u'CAST_-1204131984', u'MULTIEQUAL_-1204132244'), ('const-417', u'LOAD_-1204132757'), ('const-56', u'INT_ADD_-1204132741'), ('const-4', u'PTRADD_-1204132097'), ('tmp_2054', u'COPY_-1204132567'), (u'INDIRECT_-1204132081', u'COPY_-1204132035'), ('tmp_2054', u'CALL_-1204132448'), (u'INT_EQUAL_-1204132424', u'CBRANCH_-1204132423'), (u'INT_EQUAL_-1204132727', u'CBRANCH_-1204132726'), ('const-417', u'STORE_-1204132714'), ('const-0', u'CALL_-1204132448')]
| null | null |
00256420
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nint * FUN_00256420(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}\n\n" comment (function_definition "int * FUN_00256420(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_00256420(int *param_1,int param_2,int param_3)" * (function_declarator "FUN_00256420(int *param_1,int param_2,int param_3)" identifier (parameter_list "(int *param_1,int param_2,int param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) )))) (compound_statement "{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "size_t local_20 [3];" primitive_type (array_declarator "local_20 [3]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x256429;" (assignment_expression "uStack_14 = 0x256429" identifier = number_literal) ;) (expression_statement "__dest = param_1 + 2;" (assignment_expression "__dest = param_1 + 2" identifier = (binary_expression "param_1 + 2" identifier + number_literal)) ;) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" * (cast_expression "(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0x38) + param_3 * 4)" ( (binary_expression "*(int *)(param_2 + 0x38) + param_3 * 4" (pointer_expression "*(int *)(param_2 + 0x38)" * (cast_expression "(int *)(param_2 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) + (binary_expression "param_3 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar1 == 0) {\n *param_1 = (int)__dest;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n *param_1 = (int)__dest;\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }" { (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier)) ;) comment (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;) })) (expression_statement "__s = *(char **)(iVar1 + 0x20);" (assignment_expression "__s = *(char **)(iVar1 + 0x20)" identifier = (pointer_expression "*(char **)(iVar1 + 0x20)" * (cast_expression "(char **)(iVar1 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 0x20)" ( (binary_expression "iVar1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (__s == (char *)0x0) {\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(__s == (char *)0x0)" ( (binary_expression "__s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_003f3980("basic_string::_M_construct null not valid");\n }" { comment (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;) })) (expression_statement "__n = strlen(__s);" (assignment_expression "__n = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "local_20[0] = __n;" (assignment_expression "local_20[0] = __n" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" if (parenthesized_expression "(__n < 0x10)" ( (binary_expression "__n < 0x10" identifier < number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }" { (if_statement "if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }" { (expression_statement "*(char *)(param_1 + 2) = *__s;" (assignment_expression "*(char *)(param_1 + 2) = *__s" (pointer_expression "*(char *)(param_1 + 2)" * (cast_expression "(char *)(param_1 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = (pointer_expression "*__s" * identifier)) ;) (goto_statement "goto LAB_00256482;" goto statement_identifier ;) })) (if_statement "if (__n == 0) goto LAB_00256482;" if (parenthesized_expression "(__n == 0)" ( (binary_expression "__n == 0" identifier == number_literal) )) (goto_statement "goto LAB_00256482;" goto statement_identifier ;)) }) (else_clause "else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" else (compound_statement "{\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" { (expression_statement "__dest = (int *)FUN_003b5790(param_1,local_20,0);" (assignment_expression "__dest = (int *)FUN_003b5790(param_1,local_20,0)" identifier = (cast_expression "(int *)FUN_003b5790(param_1,local_20,0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b5790(param_1,local_20,0)" identifier (argument_list "(param_1,local_20,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[2] = local_20[0];" (assignment_expression "param_1[2] = local_20[0]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "local_20[0]" identifier [ number_literal ])) ;) }))) (expression_statement "memcpy(__dest,__s,__n);" (call_expression "memcpy(__dest,__s,__n)" identifier (argument_list "(__dest,__s,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "__dest = (int *)*param_1;" (assignment_expression "__dest = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (labeled_statement "LAB_00256482:\n param_1[1] = local_20[0];" statement_identifier : (expression_statement "param_1[1] = local_20[0];" (assignment_expression "param_1[1] = local_20[0]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "local_20[0]" identifier [ number_literal ])) ;)) (expression_statement "*(undefined1 *)((int)__dest + local_20[0]) = 0;" (assignment_expression "*(undefined1 *)((int)__dest + local_20[0]) = 0" (pointer_expression "*(undefined1 *)((int)__dest + local_20[0])" * (cast_expression "(undefined1 *)((int)__dest + local_20[0])" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest + local_20[0])" ( (binary_expression "(int)__dest + local_20[0]" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + (subscript_expression "local_20[0]" identifier [ number_literal ])) )))) = number_literal) ;) (return_statement "return param_1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: string do_section_name(Sized_relobj_incr<32,_false> * this, uint shndx)\n */\n\nstring * __thiscall\ngold::Sized_relobj_incr<32,_false>::do_section_name(Sized_relobj_incr<32,_false> *this,uint shndx)\n\n{\n size_type __dnew;\n \n}\n\n" comment comment (ERROR "string * __thiscall\ngold::Sized_relobj_incr<32,_false>::do_section_name(Sized_relobj_incr<32,_false> *this,uint shndx)" (binary_expression "string * __thiscall\ngold::Sized_relobj_incr<32,_false>::do_section_name(Sized_relobj_incr<32,_false> *this,uint shndx)" (binary_expression "string * __thiscall\ngold::Sized_relobj_incr<32" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Sized_relobj_incr" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "do_section_name(Sized_relobj_incr<32,_false> *this,uint shndx)" identifier (argument_list "(Sized_relobj_incr<32,_false> *this,uint shndx)" ( (binary_expression "Sized_relobj_incr<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier ))))) (compound_statement "{\n size_type __dnew;\n \n}" { (declaration "size_type __dnew;" type_identifier identifier ;) }))
|
(translation_unit "int * FUN_00256420(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}\n\n" (function_definition "int * FUN_00256420(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}" primitive_type (pointer_declarator "* FUN_00256420(int *param_1,int param_2,int param_3)" * (function_declarator "FUN_00256420(int *param_1,int param_2,int param_3)" identifier (parameter_list "(int *param_1,int param_2,int param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "int param_3" primitive_type identifier) )))) (compound_statement "{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *__s;" primitive_type (pointer_declarator "*__s" * identifier) ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "int *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "size_t local_20 [3];" primitive_type (array_declarator "local_20 [3]" identifier [ number_literal ]) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x256429;" (assignment_expression "uStack_14 = 0x256429" identifier = number_literal) ;) (expression_statement "__dest = param_1 + 2;" (assignment_expression "__dest = param_1 + 2" identifier = (binary_expression "param_1 + 2" identifier + number_literal)) ;) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" identifier = (pointer_expression "*(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" * (cast_expression "(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_2 + 0x38) + param_3 * 4)" ( (binary_expression "*(int *)(param_2 + 0x38) + param_3 * 4" (pointer_expression "*(int *)(param_2 + 0x38)" * (cast_expression "(int *)(param_2 + 0x38)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) + (binary_expression "param_3 * 4" identifier * number_literal)) ))))) ;) (if_statement "if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" { (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;) })) (expression_statement "__s = *(char **)(iVar1 + 0x20);" (assignment_expression "__s = *(char **)(iVar1 + 0x20)" identifier = (pointer_expression "*(char **)(iVar1 + 0x20)" * (cast_expression "(char **)(iVar1 + 0x20)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 0x20)" ( (binary_expression "iVar1 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (if_statement "if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" if (parenthesized_expression "(__s == (char *)0x0)" ( (binary_expression "__s == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" { (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" identifier (argument_list "("basic_string::_M_construct null not valid")" ( (string_literal ""basic_string::_M_construct null not valid"" " string_content ") ))) ;) })) (expression_statement "__n = strlen(__s);" (assignment_expression "__n = strlen(__s)" identifier = (call_expression "strlen(__s)" identifier (argument_list "(__s)" ( identifier )))) ;) (expression_statement "local_20[0] = __n;" (assignment_expression "local_20[0] = __n" (subscript_expression "local_20[0]" identifier [ number_literal ]) = identifier) ;) (if_statement "if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" if (parenthesized_expression "(__n < 0x10)" ( (binary_expression "__n < 0x10" identifier < number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }" { (if_statement "if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }" { (expression_statement "*(char *)(param_1 + 2) = *__s;" (assignment_expression "*(char *)(param_1 + 2) = *__s" (pointer_expression "*(char *)(param_1 + 2)" * (cast_expression "(char *)(param_1 + 2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = (pointer_expression "*__s" * identifier)) ;) (goto_statement "goto LAB_00256482;" goto statement_identifier ;) })) (if_statement "if (__n == 0) goto LAB_00256482;" if (parenthesized_expression "(__n == 0)" ( (binary_expression "__n == 0" identifier == number_literal) )) (goto_statement "goto LAB_00256482;" goto statement_identifier ;)) }) (else_clause "else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" else (compound_statement "{\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" { (expression_statement "__dest = (int *)FUN_003b5790(param_1,local_20,0);" (assignment_expression "__dest = (int *)FUN_003b5790(param_1,local_20,0)" identifier = (cast_expression "(int *)FUN_003b5790(param_1,local_20,0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_003b5790(param_1,local_20,0)" identifier (argument_list "(param_1,local_20,0)" ( identifier , identifier , number_literal ))))) ;) (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" * identifier) = (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "param_1[2] = local_20[0];" (assignment_expression "param_1[2] = local_20[0]" (subscript_expression "param_1[2]" identifier [ number_literal ]) = (subscript_expression "local_20[0]" identifier [ number_literal ])) ;) }))) (expression_statement "memcpy(__dest,__s,__n);" (call_expression "memcpy(__dest,__s,__n)" identifier (argument_list "(__dest,__s,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "__dest = (int *)*param_1;" (assignment_expression "__dest = (int *)*param_1" identifier = (cast_expression "(int *)*param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier))) ;) (labeled_statement "LAB_00256482:\n param_1[1] = local_20[0];" statement_identifier : (expression_statement "param_1[1] = local_20[0];" (assignment_expression "param_1[1] = local_20[0]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "local_20[0]" identifier [ number_literal ])) ;)) (expression_statement "*(undefined1 *)((int)__dest + local_20[0]) = 0;" (assignment_expression "*(undefined1 *)((int)__dest + local_20[0]) = 0" (pointer_expression "*(undefined1 *)((int)__dest + local_20[0])" * (cast_expression "(undefined1 *)((int)__dest + local_20[0])" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)__dest + local_20[0])" ( (binary_expression "(int)__dest + local_20[0]" (cast_expression "(int)__dest" ( (type_descriptor "int" primitive_type) ) identifier) + (subscript_expression "local_20[0]" identifier [ number_literal ])) )))) = number_literal) ;) (return_statement "return param_1;" return identifier ;) })))
|
(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 IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * IDENT)) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) }))) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;)) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (subscript_expression IDENT [ LIT ])) )))) = LIT) ;) (return_statement return IDENT ;) })))
|
(function_definition "int * FUN_00256420(int *param_1,int param_2,int param_3)\n\n{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}" (primitive_type "int") (pointer_declarator "* FUN_00256420(int *param_1,int param_2,int param_3)" (* "*") (function_declarator "FUN_00256420(int *param_1,int param_2,int param_3)" (identifier "FUN_00256420") (parameter_list "(int *param_1,int param_2,int param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "int param_3" (primitive_type "int") (identifier "param_3")) () ")")))) (compound_statement "{\n int iVar1;\n char *__s;\n size_t __n;\n int *__dest;\n size_t local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x256429;\n __dest = param_1 + 2;\n iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);\n if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __s = *(char **)(iVar1 + 0x20);\n *param_1 = (int)__dest;\n if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }\n __n = strlen(__s);\n local_20[0] = __n;\n if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }\n memcpy(__dest,__s,__n);\n __dest = (int *)*param_1;\nLAB_00256482:\n param_1[1] = local_20[0];\n *(undefined1 *)((int)__dest + local_20[0]) = 0;\n return param_1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "char *__s;" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s")) (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "int *__dest;" (primitive_type "int") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "size_t local_20 [3];" (primitive_type "size_t") (array_declarator "local_20 [3]" (identifier "local_20") ([ "[") (number_literal "3") (] "]")) (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x256429;" (assignment_expression "uStack_14 = 0x256429" (identifier "uStack_14") (= "=") (number_literal "0x256429")) (; ";")) (expression_statement "__dest = param_1 + 2;" (assignment_expression "__dest = param_1 + 2" (identifier "__dest") (= "=") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);" (assignment_expression "iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" (* "*") (cast_expression "(int *)(*(int *)(param_2 + 0x38) + param_3 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_2 + 0x38) + param_3 * 4)" (( "(") (binary_expression "*(int *)(param_2 + 0x38) + param_3 * 4" (pointer_expression "*(int *)(param_2 + 0x38)" (* "*") (cast_expression "(int *)(param_2 + 0x38)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x38)" (( "(") (binary_expression "param_2 + 0x38" (identifier "param_2") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (binary_expression "param_3 * 4" (identifier "param_3") (* "*") (number_literal "4"))) () ")"))))) (; ";")) (if_statement "if (iVar1 == 0) {\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *param_1 = (int)__dest;\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" ({ "{") (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)__dest" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest"))) (; ";")) (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" (identifier "FUN_003f3980") (argument_list "("basic_string::_M_construct null not valid")" (( "(") (string_literal ""basic_string::_M_construct null not valid"" (" """) (string_content "basic_string::_M_construct null not valid") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "__s = *(char **)(iVar1 + 0x20);" (assignment_expression "__s = *(char **)(iVar1 + 0x20)" (identifier "__s") (= "=") (pointer_expression "*(char **)(iVar1 + 0x20)" (* "*") (cast_expression "(char **)(iVar1 + 0x20)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar1 + 0x20)" (( "(") (binary_expression "iVar1 + 0x20" (identifier "iVar1") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)__dest" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest"))) (; ";")) (if_statement "if (__s == (char *)0x0) {\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" (if "if") (parenthesized_expression "(__s == (char *)0x0)" (( "(") (binary_expression "__s == (char *)0x0" (identifier "__s") (== "==") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n FUN_003f3980("basic_string::_M_construct null not valid");\n }" ({ "{") (expression_statement "FUN_003f3980("basic_string::_M_construct null not valid");" (call_expression "FUN_003f3980("basic_string::_M_construct null not valid")" (identifier "FUN_003f3980") (argument_list "("basic_string::_M_construct null not valid")" (( "(") (string_literal ""basic_string::_M_construct null not valid"" (" """) (string_content "basic_string::_M_construct null not valid") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "__n = strlen(__s);" (assignment_expression "__n = strlen(__s)" (identifier "__n") (= "=") (call_expression "strlen(__s)" (identifier "strlen") (argument_list "(__s)" (( "(") (identifier "__s") () ")")))) (; ";")) (expression_statement "local_20[0] = __n;" (assignment_expression "local_20[0] = __n" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (= "=") (identifier "__n")) (; ";")) (if_statement "if (__n < 0x10) {\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }\n else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" (if "if") (parenthesized_expression "(__n < 0x10)" (( "(") (binary_expression "__n < 0x10" (identifier "__n") (< "<") (number_literal "0x10")) () ")")) (compound_statement "{\n if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }\n if (__n == 0) goto LAB_00256482;\n }" ({ "{") (if_statement "if (__n == 1) {\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }" (if "if") (parenthesized_expression "(__n == 1)" (( "(") (binary_expression "__n == 1" (identifier "__n") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n *(char *)(param_1 + 2) = *__s;\n goto LAB_00256482;\n }" ({ "{") (expression_statement "*(char *)(param_1 + 2) = *__s;" (assignment_expression "*(char *)(param_1 + 2) = *__s" (pointer_expression "*(char *)(param_1 + 2)" (* "*") (cast_expression "(char *)(param_1 + 2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (= "=") (pointer_expression "*__s" (* "*") (identifier "__s"))) (; ";")) (goto_statement "goto LAB_00256482;" (goto "goto") (statement_identifier "LAB_00256482") (; ";")) (} "}"))) (if_statement "if (__n == 0) goto LAB_00256482;" (if "if") (parenthesized_expression "(__n == 0)" (( "(") (binary_expression "__n == 0" (identifier "__n") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_00256482;" (goto "goto") (statement_identifier "LAB_00256482") (; ";"))) (} "}")) (else_clause "else {\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" (else "else") (compound_statement "{\n __dest = (int *)FUN_003b5790(param_1,local_20,0);\n *param_1 = (int)__dest;\n param_1[2] = local_20[0];\n }" ({ "{") (expression_statement "__dest = (int *)FUN_003b5790(param_1,local_20,0);" (assignment_expression "__dest = (int *)FUN_003b5790(param_1,local_20,0)" (identifier "__dest") (= "=") (cast_expression "(int *)FUN_003b5790(param_1,local_20,0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_003b5790(param_1,local_20,0)" (identifier "FUN_003b5790") (argument_list "(param_1,local_20,0)" (( "(") (identifier "param_1") (, ",") (identifier "local_20") (, ",") (number_literal "0") () ")"))))) (; ";")) (expression_statement "*param_1 = (int)__dest;" (assignment_expression "*param_1 = (int)__dest" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(int)__dest" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest"))) (; ";")) (expression_statement "param_1[2] = local_20[0];" (assignment_expression "param_1[2] = local_20[0]" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]"))) (; ";")) (} "}")))) (expression_statement "memcpy(__dest,__s,__n);" (call_expression "memcpy(__dest,__s,__n)" (identifier "memcpy") (argument_list "(__dest,__s,__n)" (( "(") (identifier "__dest") (, ",") (identifier "__s") (, ",") (identifier "__n") () ")"))) (; ";")) (expression_statement "__dest = (int *)*param_1;" (assignment_expression "__dest = (int *)*param_1" (identifier "__dest") (= "=") (cast_expression "(int *)*param_1" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1")))) (; ";")) (labeled_statement "LAB_00256482:\n param_1[1] = local_20[0];" (statement_identifier "LAB_00256482") (: ":") (expression_statement "param_1[1] = local_20[0];" (assignment_expression "param_1[1] = local_20[0]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]"))) (; ";"))) (expression_statement "*(undefined1 *)((int)__dest + local_20[0]) = 0;" (assignment_expression "*(undefined1 *)((int)__dest + local_20[0]) = 0" (pointer_expression "*(undefined1 *)((int)__dest + local_20[0])" (* "*") (cast_expression "(undefined1 *)((int)__dest + local_20[0])" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)__dest + local_20[0])" (( "(") (binary_expression "(int)__dest + local_20[0]" (cast_expression "(int)__dest" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "__dest")) (+ "+") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]"))) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: string do_section_name(Sized_relobj_incr<32,_false> * this, uint shndx)
*/
string * __thiscall
gold::Sized_relobj_incr<32,_false>::do_section_name(Sized_relobj_incr<32,_false> *this,uint shndx)
{
type_1 __dnew;
}
| 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: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))))) right: (number_literal))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
int * MASKED(int *param_1,int param_2,int param_3)
{
int iVar1;
char *__s;
size_t __n;
int *__dest;
size_t local_20 [3];
undefined4 uStack_14;
uStack_14 = 0x256429;
__dest = param_1 + 2;
iVar1 = *(int *)(*(int *)(param_2 + 0x38) + param_3 * 4);
if (iVar1 == 0) {
*param_1 = (int)__dest;
/* WARNING: Subroutine does not return */
FUN_003f3980("basic_string::_M_construct null not valid");
}
__s = *(char **)(iVar1 + 0x20);
*param_1 = (int)__dest;
if (__s == (char *)0x0) {
/* WARNING: Subroutine does not return */
FUN_003f3980("basic_string::_M_construct null not valid");
}
__n = strlen(__s);
local_20[0] = __n;
if (__n < 0x10) {
if (__n == 1) {
*(char *)(param_1 + 2) = *__s;
goto LAB_00256482;
}
if (__n == 0) goto LAB_00256482;
}
else {
__dest = (int *)FUN_003b5790(param_1,local_20,0);
*param_1 = (int)__dest;
param_1[2] = local_20[0];
}
memcpy(__dest,__s,__n);
__dest = (int *)*param_1;
LAB_00256482:
param_1[1] = local_20[0];
*(undefined1 *)((int)__dest + local_20[0]) = 0;
return param_1;
}
|
7785_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c
|
wifstream
|
FUN_001dba60
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* std::wifstream::wifstream(std::wifstream&&) */
void __thiscall std::wifstream::wifstream(wifstream *this,wifstream *param_1)
{
ios_base iVar1;
int iVar2;
undefined4 uVar3;
undefined4 uVar4;
ios_base *piVar5;
ios_base *this_00;
int *in_stack_0000000c;
iVar2 = *(int *)(param_1 + 4);
*(int *)this = iVar2;
*(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 8);
*(int *)(this + 4) = in_stack_0000000c[1];
this_00 = (ios_base *)(this + *(int *)(iVar2 + -0xc));
piVar5 = (ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c);
ios_base::_M_move(this_00,piVar5);
wios::_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c));
uVar3 = *(undefined4 *)(piVar5 + 0x70);
uVar4 = *(undefined4 *)(piVar5 + 0x74);
*(undefined4 *)(piVar5 + 0x70) = 0;
iVar1 = piVar5[0x78];
*(undefined4 *)(this_00 + 0x7c) = 0;
*(undefined4 *)(this_00 + 0x70) = uVar3;
*(undefined4 *)(this_00 + 0x74) = uVar4;
iVar2 = *(int *)param_1;
this_00[0x78] = iVar1;
in_stack_0000000c[1] = 0;
*(int *)this = iVar2;
*(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 0xc);
/* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */
wfilebuf::wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2));
*(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c) = (wfilebuf *)(this + 8);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_001dba60(int *param_1,int *param_2,int *param_3)
{
undefined1 uVar1;
undefined4 uVar2;
undefined4 uVar3;
int iVar4;
int iVar5;
iVar4 = param_2[1];
*param_1 = iVar4;
*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];
param_1[1] = param_3[1];
iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;
iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;
FUN_001f17a0(iVar5,iVar4);
FUN_001d70b0(iVar5,iVar5 + 0x6c);
uVar2 = *(undefined4 *)(iVar4 + 0x70);
uVar3 = *(undefined4 *)(iVar4 + 0x74);
*(undefined4 *)(iVar4 + 0x70) = 0;
uVar1 = *(undefined1 *)(iVar4 + 0x78);
*(undefined4 *)(iVar5 + 0x7c) = 0;
*(undefined4 *)(iVar5 + 0x70) = uVar2;
*(undefined4 *)(iVar5 + 0x74) = uVar3;
iVar4 = *param_2;
*(undefined1 *)(iVar5 + 0x78) = uVar1;
param_3[1] = 0;
*param_1 = iVar4;
*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];
/* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */
FUN_001daa90(param_1 + 2,param_3 + 2);
*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;
return;
}
|
CALL 0x00058c42
ADD EAX,0x16359b
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
PUSH EBX
SUB ESP,0x24
MOV EDI,dword ptr [EBP + 0xc]
MOV ESI,dword ptr [EBP + 0x8]
MOV dword ptr [EBP + -0x20],EAX
MOV EAX,dword ptr [EBP + 0x10]
MOV EDX,dword ptr [EDI + 0x4]
MOV dword ptr [ESI],EDX
MOV ECX,dword ptr [EDX + -0xc]
MOV EBX,dword ptr [EDI + 0x8]
MOV dword ptr [ESI + ECX*0x1],EBX
MOV ECX,dword ptr [EAX + 0x4]
MOV dword ptr [ESI + 0x4],ECX
MOV ECX,dword ptr [EAX]
MOV EBX,dword ptr [EDX + -0xc]
MOV EDX,dword ptr [ECX + -0xc]
ADD EBX,ESI
ADD EDX,EAX
MOV dword ptr [EBP + -0x1c],EBX
PUSH EDX
PUSH EBX
MOV EBX,dword ptr [EBP + -0x20]
MOV dword ptr [EBP + -0x24],EDX
CALL 0x001f17a0
POP EAX
MOV EAX,dword ptr [EBP + -0x1c]
POP EDX
LEA EBX,[EAX + 0x6c]
PUSH EBX
MOV EBX,dword ptr [EBP + -0x20]
PUSH EAX
CALL 0x001d70b0
MOV ECX,dword ptr [EBP + -0x24]
MOV EAX,dword ptr [EBP + -0x1c]
MOV EBX,dword ptr [ECX + 0x70]
MOV EDX,dword ptr [ECX + 0x74]
MOV dword ptr [ECX + 0x70],0x0
MOVZX ECX,byte ptr [ECX + 0x78]
MOV dword ptr [EAX + 0x7c],0x0
MOV dword ptr [EAX + 0x70],EBX
MOV dword ptr [EAX + 0x74],EDX
MOV EDX,dword ptr [EDI]
MOV byte ptr [EAX + 0x78],CL
MOV EAX,dword ptr [EBP + 0x10]
MOV dword ptr [EAX + 0x4],0x0
ADD EAX,0x8
MOV dword ptr [ESI],EDX
MOV ECX,dword ptr [EDI + 0xc]
MOV EDX,dword ptr [EDX + -0xc]
MOV dword ptr [ESI + EDX*0x1],ECX
LEA EDX,[ESI + 0x8]
POP ECX
POP EBX
MOV EBX,dword ptr [EBP + -0x20]
PUSH EAX
PUSH EDX
MOV dword ptr [EBP + -0x1c],EDX
CALL 0x001daa90
MOV EAX,dword ptr [ESI]
MOV EDX,dword ptr [EBP + -0x1c]
ADD ESP,0x10
MOV EAX,dword ptr [EAX + -0xc]
MOV dword ptr [ESI + EAX*0x1 + 0x7c],EDX
LEA ESP,[EBP + -0xc]
POP EBX
POP ESI
POP EDI
POP EBP
RET
| null | null | null | null |
[(u'INT_ADD_-1207780621', u'CAST_-1207780270'), ('const-417', u'STORE_-1207780479'), (u'CAST_-1207780291', u'LOAD_-1207780672'), ('tmp_1124', u'PTRADD_-1207780186'), ('const-417', u'LOAD_-1207780343'), (u'LOAD_-1207780637', u'INT_ADD_-1207780602'), ('tmp_723', u'CAST_-1207780298'), (u'PTRADD_-1207780429', u'CAST_-1207780197'), (u'CAST_-1207780217', u'LOAD_-1207780520'), ('const-4294967284', u'INT_ADD_-1207780621'), (u'CAST_-1207780185', u'STORE_-1207780473'), ('const-417', u'STORE_-1207780412'), (u'CAST_-1207780266', u'CALL_-1207780577'), ('const-1', u'PTRADD_-1207780497'), ('const-417', u'STORE_-1207780663'), (u'PTRADD_-1207780403', u'STORE_-1207780463'), (u'CAST_-1207780262', u'PTRADD_-1207780452'), ('tmp_723', u'PTRADD_-1207780352'), (u'PTRADD_-1207780497', u'CAST_-1207780238'), ('const-1', u'PTRADD_-1207780567'), ('tmp_723', u'PTRADD_-1207780591'), ('const-417', u'STORE_-1207780473'), (u'CAST_-1207780189', u'STORE_-1207780479'), (u'CAST_-1207780262', u'PTRADD_-1207780458'), ('tmp_724', u'PTRADD_-1207780365'), (u'LOAD_-1207780678', u'PTRADD_-1207780603'), (u'CAST_-1207780280', u'STORE_-1207780651'), (u'CAST_-1207780161', u'STORE_-1207780430'), ('const-124', u'INT_ADD_-1207780188'), ('const-4', u'PTRADD_-1207780591'), ('tmp_723', u'PTRADD_-1207780346'), ('const-1', u'PTRADD_-1207780626'), ('const-1', u'PTRADD_-1207780429'), (u'PTRADD_-1207780194', u'STORE_-1207780451'), (u'CAST_-1207780262', u'PTRADD_-1207780436'), (u'CAST_-1207780266', u'PTRADD_-1207780413'), ('const-4294967284', u'INT_ADD_-1207780405'), (u'CAST_-1207780270', u'LOAD_-1207780637'), (u'CAST_-1207780266', u'PTRADD_-1207780497'), (u'INT_ADD_-1207780405', u'CAST_-1207780154'), ('const-1', u'PTRADD_-1207780603'), (u'INT_ADD_-1207780662', u'CAST_-1207780295'), ('const-417', u'STORE_-1207780451'), ('const-417', u'LOAD_-1207780648'), (u'CAST_-1207780298', u'STORE_-1207780681'), ('const-4', u'PTRADD_-1207780194'), (u'PTRADD_-1207780186', u'CAST_-1207780165'), (u'LOAD_-1207780659', u'STORE_-1207780651'), ('const-120', u'PTRADD_-1207780403'), ('const-0', u'STORE_-1207780451'), (u'CAST_-1207780238', u'CALL_-1207780534'), (u'INT_ADD_-1207780188', u'PTRADD_-1207780273'), ('const-1', u'PTRADD_-1207780591'), ('const-1', u'PTRADD_-1207780419'), ('const-1', u'PTRADD_-1207780365'), (u'LOAD_-1207780366', u'INT_ADD_-1207780327'), ('const-417', u'LOAD_-1207780470'), (u'CAST_-1207780287', u'STORE_-1207780663'), ('const-1', u'PTRADD_-1207780436'), (u'LOAD_-1207780688', u'STORE_-1207780681'), (u'PTRADD_-1207780291', u'LOAD_-1207780659'), (u'PTRADD_-1207780436', u'LOAD_-1207780498'), (u'LOAD_-1207780343', u'INT_ADD_-1207780188'), ('const-1', u'PTRADD_-1207780273'), ('tmp_723', u'PTRADD_-1207780603'), ('tmp_724', u'PTRADD_-1207780610'), ('const-417', u'LOAD_-1207780637'), ('const-417', u'LOAD_-1207780366'), ('tmp_723', u'PTRADD_-1207780567'), ('const-0', u'RETURN_-1207780294'), (u'PTRADD_-1207780446', u'CAST_-1207780209'), (u'CAST_-1207780209', u'STORE_-1207780506'), ('const-417', u'STORE_-1207780333'), ('const-4294967284', u'INT_ADD_-1207780627'), (u'CAST_-1207780158', u'LOAD_-1207780427'), (u'PTRADD_-1207780567', u'CAST_-1207780266'), ('const-0', u'STORE_-1207780489'), ('tmp_1124', u'PTRADD_-1207780194'), ('const-1', u'PTRADD_-1207780352'), (u'LOAD_-1207780514', u'STORE_-1207780473'), (u'CAST_-1207780229', u'CALL_-1207780534'), (u'PTRADD_-1207780419', u'CAST_-1207780189'), (u'INT_ADD_-1207780627', u'CAST_-1207780274'), (u'LOAD_-1207780498', u'STORE_-1207780463'), ('const-4', u'PTRADD_-1207780291'), (u'CAST_-1207780146', u'CALL_-1207780367'), (u'LOAD_-1207780470', u'STORE_-1207780430'), ('tmp_723', u'CAST_-1207780127'), ('const-417', u'LOAD_-1207780427'), (u'PTRADD_-1207780591', u'CAST_-1207780280'), ('const-108', u'PTRADD_-1207780497'), (u'CAST_-1207780266', u'PTRADD_-1207780429'), ('const-8', u'PTRADD_-1207780346'), ('const-4294967284', u'INT_ADD_-1207780662'), ('const-124', u'PTRADD_-1207780429'), ('tmp_723', u'CAST_-1207780161'), (u'CAST_-1207780118', u'LOAD_-1207780343'), ('const-417', u'STORE_-1207780681'), (u'PTRADD_-1207780413', u'CAST_-1207780185'), ('tmp_1124', u'PTRADD_-1207780291'), ('const-417', u'LOAD_-1207780520'), (u'CAST_-1207780266', u'PTRADD_-1207780403'), (u'LOAD_-1207780427', u'STORE_-1207780412'), (u'LOAD_-1207780672', u'STORE_-1207780663'), (u'LOAD_-1207780688', u'INT_ADD_-1207780627'), (u'CAST_-1207780213', u'LOAD_-1207780514'), ('tmp_724', u'PTRADD_-1207780626'), ('tmp_723', u'PTRADD_-1207780273'), (u'INT_ADD_-1207780602', u'CAST_-1207780262'), ('const-417', u'LOAD_-1207780659'), (u'PTRADD_-1207780452', u'CAST_-1207780213'), (u'CAST_-1207780262', u'PTRADD_-1207780446'), ('const-120', u'PTRADD_-1207780436'), (u'CAST_-1207780263', u'INT_ADD_-1207780602'), ('const-417', u'LOAD_-1207780672'), (u'CAST_-1207780181', u'LOAD_-1207780470'), (u'PTRADD_-1207780626', u'CAST_-1207780302'), ('const-1', u'PTRADD_-1207780452'), ('const-4294967284', u'INT_ADD_-1207780327'), (u'CAST_-1207780165', u'CALL_-1207780367'), ('const-1', u'PTRADD_-1207780446'), ('const-417', u'STORE_-1207780489'), (u'PTRADD_-1207780273', u'CAST_-1207780114'), ('const-417', u'LOAD_-1207780678'), (u'LOAD_-1207780470', u'INT_ADD_-1207780405'), ('const-4', u'PTRADD_-1207780626'), (u'CAST_-1207780266', u'CAST_-1207780229'), (u'CAST_-1207780114', u'STORE_-1207780333'), ('const-1', u'PTRADD_-1207780413'), ('const-12', u'PTRADD_-1207780365'), ('tmp_1124', u'CAST_-1207780263'), (u'PTRADD_-1207780346', u'CAST_-1207780146'), (u'CAST_-1207780146', u'STORE_-1207780333'), ('const-417', u'STORE_-1207780651'), (u'LOAD_-1207780520', u'STORE_-1207780479'), ('const-1', u'PTRADD_-1207780291'), (u'LOAD_-1207780648', u'INT_ADD_-1207780621'), ('const-1', u'PTRADD_-1207780194'), (u'CAST_-1207780127', u'LOAD_-1207780366'), ('tmp_1124', u'LOAD_-1207780648'), ('const-417', u'LOAD_-1207780643'), (u'PTRADD_-1207780352', u'CAST_-1207780150'), ('const-112', u'PTRADD_-1207780458'), ('const-1', u'PTRADD_-1207780346'), (u'CAST_-1207780295', u'LOAD_-1207780678'), (u'CAST_-1207780197', u'STORE_-1207780489'), ('const-4', u'PTRADD_-1207780186'), ('const-417', u'LOAD_-1207780514'), ('const-417', u'STORE_-1207780463'), (u'CAST_-1207780150', u'STORE_-1207780412'), ('const-417', u'LOAD_-1207780688'), ('const-1', u'PTRADD_-1207780610'), (u'PTRADD_-1207780458', u'CAST_-1207780217'), ('const-116', u'PTRADD_-1207780413'), (u'LOAD_-1207780688', u'INT_ADD_-1207780662'), ('const-116', u'PTRADD_-1207780452'), ('const-112', u'PTRADD_-1207780446'), ('const-417', u'LOAD_-1207780498'), ('const-1', u'PTRADD_-1207780403'), ('const-417', u'STORE_-1207780506'), (u'LOAD_-1207780421', u'PTRADD_-1207780352'), (u'CAST_-1207780262', u'CALL_-1207780577'), ('const-8', u'PTRADD_-1207780610'), (u'PTRADD_-1207780365', u'CAST_-1207780158'), ('const-2', u'PTRADD_-1207780186'), (u'CAST_-1207780154', u'LOAD_-1207780421'), ('const-1', u'PTRADD_-1207780458'), ('const-0', u'STORE_-1207780506'), (u'PTRADD_-1207780610', u'CAST_-1207780291'), (u'CAST_-1207780266', u'PTRADD_-1207780419'), ('const-417', u'STORE_-1207780430'), ('tmp_724', u'CAST_-1207780181'), (u'INT_ADD_-1207780327', u'CAST_-1207780118'), (u'CAST_-1207780302', u'LOAD_-1207780688'), (u'LOAD_-1207780643', u'PTRADD_-1207780567'), ('const-417', u'LOAD_-1207780421'), (u'CAST_-1207780274', u'LOAD_-1207780643'), (u'PTRADD_-1207780603', u'CAST_-1207780287'), ('const-112', u'PTRADD_-1207780419')]
|
[('const-417', u'STORE_-1207780451'), ('const-2', u'PTRADD_-1207780302'), (u'LOAD_-1207780637', u'INT_ADD_-1207780602'), (u'CAST_-1207780159', u'INT_ADD_-1207780398'), ('const-417', u'LOAD_-1207780498'), (u'PTRADD_-1207780295', u'LOAD_-1207780659'), (u'CAST_-1207780216', u'STORE_-1207780506'), ('const-4294967284', u'INT_ADD_-1207780621'), ('const-120', u'INT_ADD_-1207780449'), ('const-417', u'LOAD_-1207780643'), ('const-417', u'STORE_-1207780651'), (u'CAST_-1207780163', u'LOAD_-1207780421'), (u'INT_ADD_-1207780319', u'CAST_-1207780123'), ('const-4', u'PTRADD_-1207780311'), ('const-4', u'PTRADD_-1207780197'), ('const-124', u'INT_ADD_-1207780189'), (u'PTRADD_-1207780291', u'STORE_-1207780651'), ('const-4', u'PTRADD_-1207780291'), (u'CAST_-1207780220', u'LOAD_-1207780514'), ('const-112', u'INT_ADD_-1207780465'), (u'CAST_-1207780191', u'STORE_-1207780473'), (u'CAST_-1207780278', u'LOAD_-1207780643'), ('const-116', u'INT_ADD_-1207780459'), (u'PTRADD_-1207780311', u'LOAD_-1207780688'), ('tmp_1130', u'STORE_-1207780430'), ('const-4294967284', u'INT_ADD_-1207780405'), (u'INT_ADD_-1207780627', u'CAST_-1207780278'), ('tmp_1131', u'CAST_-1207780267'), ('const-4', u'PTRADD_-1207780189'), ('const-417', u'STORE_-1207780412'), (u'PTRADD_-1207780173', u'CALL_-1207780367'), (u'INT_ADD_-1207780449', u'CAST_-1207780185'), (u'CAST_-1207780203', u'STORE_-1207780489'), ('tmp_1130', u'LOAD_-1207780366'), ('const-417', u'STORE_-1207780489'), (u'LOAD_-1207780659', u'STORE_-1207780651'), ('const-4', u'PTRADD_-1207780173'), ('const-417', u'STORE_-1207780430'), ('const-417', u'STORE_-1207780473'), (u'INT_ADD_-1207780602', u'INT_ADD_-1207780504'), ('tmp_1130', u'PTRADD_-1207780291'), ('tmp_1130', u'CAST_-1207780291'), (u'LOAD_-1207780366', u'INT_ADD_-1207780327'), (u'CAST_-1207780123', u'STORE_-1207780333'), (u'CAST_-1207780158', u'STORE_-1207780412'), ('tmp_1129', u'PTRADD_-1207780302'), ('const-124', u'INT_ADD_-1207780475'), ('tmp_1130', u'CAST_-1207780159'), (u'INT_ADD_-1207780327', u'CAST_-1207780128'), (u'INT_ADD_-1207780475', u'CAST_-1207780203'), (u'LOAD_-1207780688', u'STORE_-1207780681'), (u'INT_ADD_-1207780482', u'CAST_-1207780208'), ('const-3', u'PTRADD_-1207780183'), ('const-0', u'STORE_-1207780451'), ('tmp_1130', u'CAST_-1207780270'), ('const-0', u'RETURN_-1207780294'), (u'CAST_-1207780124', u'INT_ADD_-1207780319'), ('const-4294967284', u'INT_ADD_-1207780627'), ('const-417', u'LOAD_-1207780520'), (u'PTRADD_-1207780173', u'STORE_-1207780333'), (u'CAST_-1207780224', u'LOAD_-1207780520'), (u'LOAD_-1207780343', u'INT_ADD_-1207780189'), (u'INT_ADD_-1207780602', u'INT_ADD_-1207780492'), (u'CAST_-1207780267', u'INT_ADD_-1207780602'), (u'LOAD_-1207780514', u'STORE_-1207780473'), ('const-417', u'LOAD_-1207780678'), ('const-417', u'LOAD_-1207780343'), ('const-1', u'PTRADD_-1207780311'), (u'INT_ADD_-1207780613', u'INT_ADD_-1207780449'), ('const-1', u'PTRADD_-1207780291'), ('const-112', u'INT_ADD_-1207780492'), (u'LOAD_-1207780498', u'STORE_-1207780463'), (u'PTRADD_-1207780183', u'LOAD_-1207780427'), ('tmp_1131', u'PTRADD_-1207780295'), (u'INT_ADD_-1207780602', u'INT_ADD_-1207780482'), (u'LOAD_-1207780470', u'STORE_-1207780430'), (u'CAST_-1207780185', u'STORE_-1207780463'), ('const-417', u'STORE_-1207780333'), ('const-0', u'STORE_-1207780506'), ('const-1', u'PTRADD_-1207780197'), ('const-4294967284', u'INT_ADD_-1207780662'), ('const-417', u'STORE_-1207780463'), (u'INT_ADD_-1207780602', u'CALL_-1207780577'), ('const-417', u'LOAD_-1207780470'), (u'INT_ADD_-1207780613', u'CALL_-1207780534'), ('const-417', u'LOAD_-1207780688'), ('tmp_1131', u'PTRADD_-1207780197'), ('const-112', u'INT_ADD_-1207780504'), ('const-4', u'PTRADD_-1207780183'), (u'PTRADD_-1207780189', u'CALL_-1207780367'), ('const-417', u'STORE_-1207780506'), (u'INT_ADD_-1207780621', u'CAST_-1207780274'), (u'INT_ADD_-1207780405', u'CAST_-1207780163'), (u'INT_ADD_-1207780189', u'INT_ADD_-1207780319'), (u'INT_ADD_-1207780613', u'INT_ADD_-1207780543'), (u'INT_ADD_-1207780492', u'CAST_-1207780216'), (u'CAST_-1207780208', u'LOAD_-1207780498'), (u'INT_ADD_-1207780613', u'INT_ADD_-1207780475'), ('const-4', u'PTRADD_-1207780302'), (u'INT_ADD_-1207780613', u'INT_ADD_-1207780459'), (u'LOAD_-1207780427', u'STORE_-1207780412'), (u'INT_ADD_-1207780602', u'INT_ADD_-1207780498'), (u'LOAD_-1207780672', u'STORE_-1207780663'), (u'LOAD_-1207780688', u'INT_ADD_-1207780627'), (u'CAST_-1207780195', u'STORE_-1207780479'), ('const-417', u'STORE_-1207780479'), ('tmp_1131', u'LOAD_-1207780648'), ('const-1', u'PTRADD_-1207780295'), ('const-4294967284', u'INT_ADD_-1207780327'), ('const-417', u'LOAD_-1207780672'), ('const-417', u'LOAD_-1207780648'), (u'LOAD_-1207780470', u'INT_ADD_-1207780405'), (u'INT_ADD_-1207780504', u'CAST_-1207780224'), ('const-120', u'INT_ADD_-1207780482'), (u'PTRADD_-1207780197', u'STORE_-1207780451'), ('tmp_1129', u'PTRADD_-1207780183'), (u'CAST_-1207780298', u'LOAD_-1207780678'), ('const-417', u'STORE_-1207780681'), ('const-417', u'LOAD_-1207780659'), ('tmp_1131', u'PTRADD_-1207780189'), ('const-0', u'STORE_-1207780489'), (u'PTRADD_-1207780302', u'LOAD_-1207780672'), ('const-108', u'INT_ADD_-1207780543'), (u'CAST_-1207780128', u'LOAD_-1207780343'), (u'INT_ADD_-1207780649', u'CAST_-1207780290'), (u'CAST_-1207780274', u'LOAD_-1207780637'), ('const-2', u'PTRADD_-1207780173'), (u'LOAD_-1207780520', u'STORE_-1207780479'), (u'LOAD_-1207780421', u'INT_ADD_-1207780398'), (u'LOAD_-1207780648', u'INT_ADD_-1207780621'), (u'INT_ADD_-1207780613', u'INT_ADD_-1207780465'), ('tmp_1129', u'PTRADD_-1207780311'), ('tmp_1130', u'STORE_-1207780681'), ('const-417', u'LOAD_-1207780637'), (u'LOAD_-1207780643', u'INT_ADD_-1207780613'), ('tmp_1129', u'LOAD_-1207780470'), ('tmp_1130', u'PTRADD_-1207780173'), (u'LOAD_-1207780688', u'INT_ADD_-1207780662'), (u'INT_ADD_-1207780613', u'CALL_-1207780577'), (u'INT_ADD_-1207780498', u'CAST_-1207780220'), (u'INT_ADD_-1207780459', u'CAST_-1207780191'), ('const-417', u'LOAD_-1207780421'), (u'INT_ADD_-1207780465', u'CAST_-1207780195'), (u'CAST_-1207780291', u'INT_ADD_-1207780649'), ('const-116', u'INT_ADD_-1207780498'), (u'CAST_-1207780290', u'STORE_-1207780663'), ('const-2', u'PTRADD_-1207780189'), ('const-417', u'LOAD_-1207780427'), (u'INT_ADD_-1207780543', u'CALL_-1207780534'), ('tmp_1130', u'CAST_-1207780124'), ('const-4', u'PTRADD_-1207780295'), ('const-417', u'STORE_-1207780663'), (u'INT_ADD_-1207780662', u'CAST_-1207780298'), (u'INT_ADD_-1207780398', u'CAST_-1207780158'), (u'LOAD_-1207780678', u'INT_ADD_-1207780649'), ('const-417', u'LOAD_-1207780514'), ('const-417', u'LOAD_-1207780366'), (u'CAST_-1207780270', u'INT_ADD_-1207780613')]
| null | null |
001dba60
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_001dba60(int *param_1,int *param_2,int *param_3)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n /* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */\n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}\n\n" comment (function_definition "void FUN_001dba60(int *param_1,int *param_2,int *param_3)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n /* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */\n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}" primitive_type (function_declarator "FUN_001dba60(int *param_1,int *param_2,int *param_3)" identifier (parameter_list "(int *param_1,int *param_2,int *param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n /* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */\n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "iVar4 = param_2[1];" (assignment_expression "iVar4 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_1 = iVar4;" (assignment_expression "*param_1 = iVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" * (cast_expression "(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar4 + -0xc))" ( (binary_expression "(int)param_1 + *(int *)(iVar4 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar4 + -0xc)" * (cast_expression "(int *)(iVar4 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + -0xc)" ( (binary_expression "iVar4 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = param_3[1];" (assignment_expression "param_1[1] = param_3[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (expression_statement "iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;" (assignment_expression "iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1" identifier = (binary_expression "*(int *)(iVar4 + -0xc) + (int)param_1" (pointer_expression "*(int *)(iVar4 + -0xc)" * (cast_expression "(int *)(iVar4 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + -0xc)" ( (binary_expression "iVar4 + -0xc" identifier + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;" (assignment_expression "iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3" identifier = (binary_expression "*(int *)(*param_3 + -0xc) + (int)param_3" (pointer_expression "*(int *)(*param_3 + -0xc)" * (cast_expression "(int *)(*param_3 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_3 + -0xc)" ( (binary_expression "*param_3 + -0xc" (pointer_expression "*param_3" * identifier) + number_literal) )))) + (cast_expression "(int)param_3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "FUN_001f17a0(iVar5,iVar4);" (call_expression "FUN_001f17a0(iVar5,iVar4)" identifier (argument_list "(iVar5,iVar4)" ( identifier , identifier ))) ;) (expression_statement "FUN_001d70b0(iVar5,iVar5 + 0x6c);" (call_expression "FUN_001d70b0(iVar5,iVar5 + 0x6c)" identifier (argument_list "(iVar5,iVar5 + 0x6c)" ( identifier , (binary_expression "iVar5 + 0x6c" identifier + number_literal) ))) ;) (expression_statement "uVar2 = *(undefined4 *)(iVar4 + 0x70);" (assignment_expression "uVar2 = *(undefined4 *)(iVar4 + 0x70)" identifier = (pointer_expression "*(undefined4 *)(iVar4 + 0x70)" * (cast_expression "(undefined4 *)(iVar4 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x70)" ( (binary_expression "iVar4 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(undefined4 *)(iVar4 + 0x74);" (assignment_expression "uVar3 = *(undefined4 *)(iVar4 + 0x74)" identifier = (pointer_expression "*(undefined4 *)(iVar4 + 0x74)" * (cast_expression "(undefined4 *)(iVar4 + 0x74)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x74)" ( (binary_expression "iVar4 + 0x74" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(iVar4 + 0x70) = 0;" (assignment_expression "*(undefined4 *)(iVar4 + 0x70) = 0" (pointer_expression "*(undefined4 *)(iVar4 + 0x70)" * (cast_expression "(undefined4 *)(iVar4 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x70)" ( (binary_expression "iVar4 + 0x70" identifier + number_literal) )))) = number_literal) ;) (expression_statement "uVar1 = *(undefined1 *)(iVar4 + 0x78);" (assignment_expression "uVar1 = *(undefined1 *)(iVar4 + 0x78)" identifier = (pointer_expression "*(undefined1 *)(iVar4 + 0x78)" * (cast_expression "(undefined1 *)(iVar4 + 0x78)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x78)" ( (binary_expression "iVar4 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(iVar5 + 0x7c) = 0;" (assignment_expression "*(undefined4 *)(iVar5 + 0x7c) = 0" (pointer_expression "*(undefined4 *)(iVar5 + 0x7c)" * (cast_expression "(undefined4 *)(iVar5 + 0x7c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x7c)" ( (binary_expression "iVar5 + 0x7c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar5 + 0x70) = uVar2;" (assignment_expression "*(undefined4 *)(iVar5 + 0x70) = uVar2" (pointer_expression "*(undefined4 *)(iVar5 + 0x70)" * (cast_expression "(undefined4 *)(iVar5 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x70)" ( (binary_expression "iVar5 + 0x70" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(iVar5 + 0x74) = uVar3;" (assignment_expression "*(undefined4 *)(iVar5 + 0x74) = uVar3" (pointer_expression "*(undefined4 *)(iVar5 + 0x74)" * (cast_expression "(undefined4 *)(iVar5 + 0x74)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x74)" ( (binary_expression "iVar5 + 0x74" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(undefined1 *)(iVar5 + 0x78) = uVar1;" (assignment_expression "*(undefined1 *)(iVar5 + 0x78) = uVar1" (pointer_expression "*(undefined1 *)(iVar5 + 0x78)" * (cast_expression "(undefined1 *)(iVar5 + 0x78)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x78)" ( (binary_expression "iVar5 + 0x78" identifier + number_literal) )))) = identifier) ;) (expression_statement "param_3[1] = 0;" (assignment_expression "param_3[1] = 0" (subscript_expression "param_3[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = iVar4;" (assignment_expression "*param_1 = iVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" * (cast_expression "(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar4 + -0xc))" ( (binary_expression "(int)param_1 + *(int *)(iVar4 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar4 + -0xc)" * (cast_expression "(int *)(iVar4 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + -0xc)" ( (binary_expression "iVar4 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) comment (expression_statement "FUN_001daa90(param_1 + 2,param_3 + 2);" (call_expression "FUN_001daa90(param_1 + 2,param_3 + 2)" identifier (argument_list "(param_1 + 2,param_3 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) , (binary_expression "param_3 + 2" identifier + number_literal) ))) ;) (expression_statement "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;" (assignment_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2" (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" * (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) )))) = (binary_expression "param_1 + 2" identifier + number_literal)) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n/* std::wifstream::wifstream(std::wifstream&&) */\n\nvoid __thiscall std::wifstream::wifstream(wifstream *this,wifstream *param_1)\n\n{\n ios_base iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n ios_base *piVar5;\n ios_base *this_00;\n int *in_stack_0000000c;\n \n iVar2 = *(int *)(param_1 + 4);\n *(int *)this = iVar2;\n *(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 8);\n *(int *)(this + 4) = in_stack_0000000c[1];\n this_00 = (ios_base *)(this + *(int *)(iVar2 + -0xc));\n piVar5 = (ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c);\n ios_base::_M_move(this_00,piVar5);\n wios::_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c));\n uVar3 = *(undefined4 *)(piVar5 + 0x70);\n uVar4 = *(undefined4 *)(piVar5 + 0x74);\n *(undefined4 *)(piVar5 + 0x70) = 0;\n iVar1 = piVar5[0x78];\n *(undefined4 *)(this_00 + 0x7c) = 0;\n *(undefined4 *)(this_00 + 0x70) = uVar3;\n *(undefined4 *)(this_00 + 0x74) = uVar4;\n iVar2 = *(int *)param_1;\n this_00[0x78] = iVar1;\n in_stack_0000000c[1] = 0;\n *(int *)this = iVar2;\n *(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 0xc);\n /* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */\n wfilebuf::wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2));\n *(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c) = (wfilebuf *)(this + 8);\n return;\n}\n\n" comment comment (function_definition "void __thiscall std::wifstream::wifstream(wifstream *this,wifstream *param_1)\n\n{\n ios_base iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n ios_base *piVar5;\n ios_base *this_00;\n int *in_stack_0000000c;\n \n iVar2 = *(int *)(param_1 + 4);\n *(int *)this = iVar2;\n *(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 8);\n *(int *)(this + 4) = in_stack_0000000c[1];\n this_00 = (ios_base *)(this + *(int *)(iVar2 + -0xc));\n piVar5 = (ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c);\n ios_base::_M_move(this_00,piVar5);\n wios::_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c));\n uVar3 = *(undefined4 *)(piVar5 + 0x70);\n uVar4 = *(undefined4 *)(piVar5 + 0x74);\n *(undefined4 *)(piVar5 + 0x70) = 0;\n iVar1 = piVar5[0x78];\n *(undefined4 *)(this_00 + 0x7c) = 0;\n *(undefined4 *)(this_00 + 0x70) = uVar3;\n *(undefined4 *)(this_00 + 0x74) = uVar4;\n iVar2 = *(int *)param_1;\n this_00[0x78] = iVar1;\n in_stack_0000000c[1] = 0;\n *(int *)this = iVar2;\n *(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 0xc);\n /* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */\n wfilebuf::wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2));\n *(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c) = (wfilebuf *)(this + 8);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wifstream::" identifier : : identifier : :) (function_declarator "wifstream(wifstream *this,wifstream *param_1)" identifier (parameter_list "(wifstream *this,wifstream *param_1)" ( (parameter_declaration "wifstream *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "wifstream *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ios_base iVar1;\n int iVar2;\n undefined4 uVar3;\n undefined4 uVar4;\n ios_base *piVar5;\n ios_base *this_00;\n int *in_stack_0000000c;\n \n iVar2 = *(int *)(param_1 + 4);\n *(int *)this = iVar2;\n *(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 8);\n *(int *)(this + 4) = in_stack_0000000c[1];\n this_00 = (ios_base *)(this + *(int *)(iVar2 + -0xc));\n piVar5 = (ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c);\n ios_base::_M_move(this_00,piVar5);\n wios::_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c));\n uVar3 = *(undefined4 *)(piVar5 + 0x70);\n uVar4 = *(undefined4 *)(piVar5 + 0x74);\n *(undefined4 *)(piVar5 + 0x70) = 0;\n iVar1 = piVar5[0x78];\n *(undefined4 *)(this_00 + 0x7c) = 0;\n *(undefined4 *)(this_00 + 0x70) = uVar3;\n *(undefined4 *)(this_00 + 0x74) = uVar4;\n iVar2 = *(int *)param_1;\n this_00[0x78] = iVar1;\n in_stack_0000000c[1] = 0;\n *(int *)this = iVar2;\n *(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 0xc);\n /* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */\n wfilebuf::wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2));\n *(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c) = (wfilebuf *)(this + 8);\n return;\n}" { (declaration "ios_base iVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "undefined4 uVar4;" type_identifier identifier ;) (declaration "ios_base *piVar5;" type_identifier (pointer_declarator "*piVar5" * identifier) ;) (declaration "ios_base *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "int *in_stack_0000000c;" primitive_type (pointer_declarator "*in_stack_0000000c" * identifier) ;) (expression_statement "iVar2 = *(int *)(param_1 + 4);" (assignment_expression "iVar2 = *(int *)(param_1 + 4)" identifier = (pointer_expression "*(int *)(param_1 + 4)" * (cast_expression "(int *)(param_1 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "*(int *)this = iVar2;" (assignment_expression "*(int *)this = iVar2" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 8);" (assignment_expression "*(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 8)" (pointer_expression "*(undefined4 *)(this + *(int *)(iVar2 + -0xc))" * (cast_expression "(undefined4 *)(this + *(int *)(iVar2 + -0xc))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(iVar2 + -0xc))" ( (binary_expression "this + *(int *)(iVar2 + -0xc)" identifier + (pointer_expression "*(int *)(iVar2 + -0xc)" * (cast_expression "(int *)(iVar2 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))))) )))) = (pointer_expression "*(undefined4 *)(param_1 + 8)" * (cast_expression "(undefined4 *)(param_1 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(this + 4) = in_stack_0000000c[1];" (assignment_expression "*(int *)(this + 4) = in_stack_0000000c[1]" (pointer_expression "*(int *)(this + 4)" * (cast_expression "(int *)(this + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 4)" ( (binary_expression "this + 4" identifier + number_literal) )))) = (subscript_expression "in_stack_0000000c[1]" identifier [ number_literal ])) ;) (expression_statement "this_00 = (ios_base *)(this + *(int *)(iVar2 + -0xc));" (assignment_expression "this_00 = (ios_base *)(this + *(int *)(iVar2 + -0xc))" identifier = (cast_expression "(ios_base *)(this + *(int *)(iVar2 + -0xc))" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(iVar2 + -0xc))" ( (binary_expression "this + *(int *)(iVar2 + -0xc)" identifier + (pointer_expression "*(int *)(iVar2 + -0xc)" * (cast_expression "(int *)(iVar2 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))))) )))) ;) (expression_statement "piVar5 = (ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c);" (assignment_expression "piVar5 = (ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c)" identifier = (cast_expression "(ios_base *)(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c)" ( (type_descriptor "ios_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c)" ( (binary_expression "*(int *)(*in_stack_0000000c + -0xc) + (int)in_stack_0000000c" (pointer_expression "*(int *)(*in_stack_0000000c + -0xc)" * (cast_expression "(int *)(*in_stack_0000000c + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*in_stack_0000000c + -0xc)" ( (binary_expression "*in_stack_0000000c + -0xc" (pointer_expression "*in_stack_0000000c" * identifier) + number_literal) )))) + (cast_expression "(int)in_stack_0000000c" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ;) (labeled_statement "ios_base::_M_move(this_00,piVar5);" statement_identifier : (ERROR ":" :) (expression_statement "_M_move(this_00,piVar5);" (call_expression "_M_move(this_00,piVar5)" identifier (argument_list "(this_00,piVar5)" ( identifier , identifier ))) ;)) (labeled_statement "wios::_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c));" statement_identifier : (ERROR ":" :) (expression_statement "_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c));" (call_expression "_M_cache_locale((wios *)this_00,(locale *)(this_00 + 0x6c))" identifier (argument_list "((wios *)this_00,(locale *)(this_00 + 0x6c))" ( (cast_expression "(wios *)this_00" ( (type_descriptor "wios *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (cast_expression "(locale *)(this_00 + 0x6c)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0x6c)" ( (binary_expression "this_00 + 0x6c" identifier + number_literal) ))) ))) ;)) (expression_statement "uVar3 = *(undefined4 *)(piVar5 + 0x70);" (assignment_expression "uVar3 = *(undefined4 *)(piVar5 + 0x70)" identifier = (pointer_expression "*(undefined4 *)(piVar5 + 0x70)" * (cast_expression "(undefined4 *)(piVar5 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar5 + 0x70)" ( (binary_expression "piVar5 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "uVar4 = *(undefined4 *)(piVar5 + 0x74);" (assignment_expression "uVar4 = *(undefined4 *)(piVar5 + 0x74)" identifier = (pointer_expression "*(undefined4 *)(piVar5 + 0x74)" * (cast_expression "(undefined4 *)(piVar5 + 0x74)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar5 + 0x74)" ( (binary_expression "piVar5 + 0x74" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(piVar5 + 0x70) = 0;" (assignment_expression "*(undefined4 *)(piVar5 + 0x70) = 0" (pointer_expression "*(undefined4 *)(piVar5 + 0x70)" * (cast_expression "(undefined4 *)(piVar5 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(piVar5 + 0x70)" ( (binary_expression "piVar5 + 0x70" identifier + number_literal) )))) = number_literal) ;) (expression_statement "iVar1 = piVar5[0x78];" (assignment_expression "iVar1 = piVar5[0x78]" identifier = (subscript_expression "piVar5[0x78]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(this_00 + 0x7c) = 0;" (assignment_expression "*(undefined4 *)(this_00 + 0x7c) = 0" (pointer_expression "*(undefined4 *)(this_00 + 0x7c)" * (cast_expression "(undefined4 *)(this_00 + 0x7c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0x7c)" ( (binary_expression "this_00 + 0x7c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(this_00 + 0x70) = uVar3;" (assignment_expression "*(undefined4 *)(this_00 + 0x70) = uVar3" (pointer_expression "*(undefined4 *)(this_00 + 0x70)" * (cast_expression "(undefined4 *)(this_00 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0x70)" ( (binary_expression "this_00 + 0x70" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(this_00 + 0x74) = uVar4;" (assignment_expression "*(undefined4 *)(this_00 + 0x74) = uVar4" (pointer_expression "*(undefined4 *)(this_00 + 0x74)" * (cast_expression "(undefined4 *)(this_00 + 0x74)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this_00 + 0x74)" ( (binary_expression "this_00 + 0x74" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar2 = *(int *)param_1;" (assignment_expression "iVar2 = *(int *)param_1" identifier = (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "this_00[0x78] = iVar1;" (assignment_expression "this_00[0x78] = iVar1" (subscript_expression "this_00[0x78]" identifier [ number_literal ]) = identifier) ;) (expression_statement "in_stack_0000000c[1] = 0;" (assignment_expression "in_stack_0000000c[1] = 0" (subscript_expression "in_stack_0000000c[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(int *)this = iVar2;" (assignment_expression "*(int *)this = iVar2" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (expression_statement "*(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 0xc);" (assignment_expression "*(undefined4 *)(this + *(int *)(iVar2 + -0xc)) = *(undefined4 *)(param_1 + 0xc)" (pointer_expression "*(undefined4 *)(this + *(int *)(iVar2 + -0xc))" * (cast_expression "(undefined4 *)(this + *(int *)(iVar2 + -0xc))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + *(int *)(iVar2 + -0xc))" ( (binary_expression "this + *(int *)(iVar2 + -0xc)" identifier + (pointer_expression "*(int *)(iVar2 + -0xc)" * (cast_expression "(int *)(iVar2 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar2 + -0xc)" ( (binary_expression "iVar2 + -0xc" identifier + number_literal) ))))) )))) = (pointer_expression "*(undefined4 *)(param_1 + 0xc)" * (cast_expression "(undefined4 *)(param_1 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) ))))) ;) comment (labeled_statement "wfilebuf::wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2));" statement_identifier : (ERROR ":" :) (expression_statement "wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2));" (call_expression "wfilebuf((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2))" identifier (argument_list "((wfilebuf *)(this + 8),(wfilebuf *)(in_stack_0000000c + 2))" ( (cast_expression "(wfilebuf *)(this + 8)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) ))) , (cast_expression "(wfilebuf *)(in_stack_0000000c + 2)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_0000000c + 2)" ( (binary_expression "in_stack_0000000c + 2" identifier + number_literal) ))) ))) ;)) (expression_statement "*(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c) = (wfilebuf *)(this + 8);" (assignment_expression "*(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c) = (wfilebuf *)(this + 8)" (pointer_expression "*(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c)" * (cast_expression "(wfilebuf **)(this + *(int *)(*(int *)this + -0xc) + 0x7c)" ( (type_descriptor "wfilebuf **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(this + *(int *)(*(int *)this + -0xc) + 0x7c)" ( (binary_expression "this + *(int *)(*(int *)this + -0xc) + 0x7c" (binary_expression "this + *(int *)(*(int *)this + -0xc)" identifier + (pointer_expression "*(int *)(*(int *)this + -0xc)" * (cast_expression "(int *)(*(int *)this + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)this + -0xc)" ( (binary_expression "*(int *)this + -0xc" (pointer_expression "*(int *)this" * (cast_expression "(int *)this" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) + number_literal) )))) = (cast_expression "(wfilebuf *)(this + 8)" ( (type_descriptor "wfilebuf *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 8)" ( (binary_expression "this + 8" identifier + number_literal) )))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001dba60(int *param_1,int *param_2,int *param_3)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n \n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}\n\n" (function_definition "void FUN_001dba60(int *param_1,int *param_2,int *param_3)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n \n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}" primitive_type (function_declarator "FUN_001dba60(int *param_1,int *param_2,int *param_3)" identifier (parameter_list "(int *param_1,int *param_2,int *param_3)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n \n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (declaration "undefined4 uVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "int iVar5;" primitive_type identifier ;) (expression_statement "iVar4 = param_2[1];" (assignment_expression "iVar4 = param_2[1]" identifier = (subscript_expression "param_2[1]" identifier [ number_literal ])) ;) (expression_statement "*param_1 = iVar4;" (assignment_expression "*param_1 = iVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" * (cast_expression "(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar4 + -0xc))" ( (binary_expression "(int)param_1 + *(int *)(iVar4 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar4 + -0xc)" * (cast_expression "(int *)(iVar4 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + -0xc)" ( (binary_expression "iVar4 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[2]" identifier [ number_literal ])) ;) (expression_statement "param_1[1] = param_3[1];" (assignment_expression "param_1[1] = param_3[1]" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;) (expression_statement "iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;" (assignment_expression "iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1" identifier = (binary_expression "*(int *)(iVar4 + -0xc) + (int)param_1" (pointer_expression "*(int *)(iVar4 + -0xc)" * (cast_expression "(int *)(iVar4 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + -0xc)" ( (binary_expression "iVar4 + -0xc" identifier + number_literal) )))) + (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;" (assignment_expression "iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3" identifier = (binary_expression "*(int *)(*param_3 + -0xc) + (int)param_3" (pointer_expression "*(int *)(*param_3 + -0xc)" * (cast_expression "(int *)(*param_3 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_3 + -0xc)" ( (binary_expression "*param_3 + -0xc" (pointer_expression "*param_3" * identifier) + number_literal) )))) + (cast_expression "(int)param_3" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "FUN_001f17a0(iVar5,iVar4);" (call_expression "FUN_001f17a0(iVar5,iVar4)" identifier (argument_list "(iVar5,iVar4)" ( identifier , identifier ))) ;) (expression_statement "FUN_001d70b0(iVar5,iVar5 + 0x6c);" (call_expression "FUN_001d70b0(iVar5,iVar5 + 0x6c)" identifier (argument_list "(iVar5,iVar5 + 0x6c)" ( identifier , (binary_expression "iVar5 + 0x6c" identifier + number_literal) ))) ;) (expression_statement "uVar2 = *(undefined4 *)(iVar4 + 0x70);" (assignment_expression "uVar2 = *(undefined4 *)(iVar4 + 0x70)" identifier = (pointer_expression "*(undefined4 *)(iVar4 + 0x70)" * (cast_expression "(undefined4 *)(iVar4 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x70)" ( (binary_expression "iVar4 + 0x70" identifier + number_literal) ))))) ;) (expression_statement "uVar3 = *(undefined4 *)(iVar4 + 0x74);" (assignment_expression "uVar3 = *(undefined4 *)(iVar4 + 0x74)" identifier = (pointer_expression "*(undefined4 *)(iVar4 + 0x74)" * (cast_expression "(undefined4 *)(iVar4 + 0x74)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x74)" ( (binary_expression "iVar4 + 0x74" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(iVar4 + 0x70) = 0;" (assignment_expression "*(undefined4 *)(iVar4 + 0x70) = 0" (pointer_expression "*(undefined4 *)(iVar4 + 0x70)" * (cast_expression "(undefined4 *)(iVar4 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x70)" ( (binary_expression "iVar4 + 0x70" identifier + number_literal) )))) = number_literal) ;) (expression_statement "uVar1 = *(undefined1 *)(iVar4 + 0x78);" (assignment_expression "uVar1 = *(undefined1 *)(iVar4 + 0x78)" identifier = (pointer_expression "*(undefined1 *)(iVar4 + 0x78)" * (cast_expression "(undefined1 *)(iVar4 + 0x78)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + 0x78)" ( (binary_expression "iVar4 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(iVar5 + 0x7c) = 0;" (assignment_expression "*(undefined4 *)(iVar5 + 0x7c) = 0" (pointer_expression "*(undefined4 *)(iVar5 + 0x7c)" * (cast_expression "(undefined4 *)(iVar5 + 0x7c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x7c)" ( (binary_expression "iVar5 + 0x7c" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(iVar5 + 0x70) = uVar2;" (assignment_expression "*(undefined4 *)(iVar5 + 0x70) = uVar2" (pointer_expression "*(undefined4 *)(iVar5 + 0x70)" * (cast_expression "(undefined4 *)(iVar5 + 0x70)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x70)" ( (binary_expression "iVar5 + 0x70" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)(iVar5 + 0x74) = uVar3;" (assignment_expression "*(undefined4 *)(iVar5 + 0x74) = uVar3" (pointer_expression "*(undefined4 *)(iVar5 + 0x74)" * (cast_expression "(undefined4 *)(iVar5 + 0x74)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x74)" ( (binary_expression "iVar5 + 0x74" identifier + number_literal) )))) = identifier) ;) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(undefined1 *)(iVar5 + 0x78) = uVar1;" (assignment_expression "*(undefined1 *)(iVar5 + 0x78) = uVar1" (pointer_expression "*(undefined1 *)(iVar5 + 0x78)" * (cast_expression "(undefined1 *)(iVar5 + 0x78)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar5 + 0x78)" ( (binary_expression "iVar5 + 0x78" identifier + number_literal) )))) = identifier) ;) (expression_statement "param_3[1] = 0;" (assignment_expression "param_3[1] = 0" (subscript_expression "param_3[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*param_1 = iVar4;" (assignment_expression "*param_1 = iVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" * (cast_expression "(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)param_1 + *(int *)(iVar4 + -0xc))" ( (binary_expression "(int)param_1 + *(int *)(iVar4 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(iVar4 + -0xc)" * (cast_expression "(int *)(iVar4 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar4 + -0xc)" ( (binary_expression "iVar4 + -0xc" identifier + number_literal) ))))) )))) = (subscript_expression "param_2[3]" identifier [ number_literal ])) ;) (expression_statement "FUN_001daa90(param_1 + 2,param_3 + 2);" (call_expression "FUN_001daa90(param_1 + 2,param_3 + 2)" identifier (argument_list "(param_1 + 2,param_3 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) , (binary_expression "param_3 + 2" identifier + number_literal) ))) ;) (expression_statement "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;" (assignment_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2" (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" * (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" ( (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" ( (type_descriptor "int" primitive_type) ) identifier) + (pointer_expression "*(int *)(*param_1 + -0xc)" * (cast_expression "(int *)(*param_1 + -0xc)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + -0xc)" ( (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" * identifier) + number_literal) ))))) + number_literal) )))) = (binary_expression "param_1 + 2" identifier + number_literal)) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) + LIT) )))) = (binary_expression IDENT + LIT)) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001dba60(int *param_1,int *param_2,int *param_3)\n\n{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n \n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}" (primitive_type "void") (function_declarator "FUN_001dba60(int *param_1,int *param_2,int *param_3)" (identifier "FUN_001dba60") (parameter_list "(int *param_1,int *param_2,int *param_3)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n undefined1 uVar1;\n undefined4 uVar2;\n undefined4 uVar3;\n int iVar4;\n int iVar5;\n \n iVar4 = param_2[1];\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];\n param_1[1] = param_3[1];\n iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;\n iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;\n FUN_001f17a0(iVar5,iVar4);\n FUN_001d70b0(iVar5,iVar5 + 0x6c);\n uVar2 = *(undefined4 *)(iVar4 + 0x70);\n uVar3 = *(undefined4 *)(iVar4 + 0x74);\n *(undefined4 *)(iVar4 + 0x70) = 0;\n uVar1 = *(undefined1 *)(iVar4 + 0x78);\n *(undefined4 *)(iVar5 + 0x7c) = 0;\n *(undefined4 *)(iVar5 + 0x70) = uVar2;\n *(undefined4 *)(iVar5 + 0x74) = uVar3;\n iVar4 = *param_2;\n *(undefined1 *)(iVar5 + 0x78) = uVar1;\n param_3[1] = 0;\n *param_1 = iVar4;\n *(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];\n \n FUN_001daa90(param_1 + 2,param_3 + 2);\n *(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;\n return;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (declaration "undefined4 uVar3;" (type_identifier "undefined4") (identifier "uVar3") (; ";")) (declaration "int iVar4;" (primitive_type "int") (identifier "iVar4") (; ";")) (declaration "int iVar5;" (primitive_type "int") (identifier "iVar5") (; ";")) (expression_statement "iVar4 = param_2[1];" (assignment_expression "iVar4 = param_2[1]" (identifier "iVar4") (= "=") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "*param_1 = iVar4;" (assignment_expression "*param_1 = iVar4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "iVar4")) (; ";")) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" (* "*") (cast_expression "(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(iVar4 + -0xc))" (( "(") (binary_expression "(int)param_1 + *(int *)(iVar4 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar4 + -0xc)" (* "*") (cast_expression "(int *)(iVar4 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + -0xc)" (( "(") (binary_expression "iVar4 + -0xc" (identifier "iVar4") (+ "+") (number_literal "-0xc")) () ")"))))) () ")")))) (= "=") (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "param_1[1] = param_3[1];" (assignment_expression "param_1[1] = param_3[1]" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;" (assignment_expression "iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1" (identifier "iVar5") (= "=") (binary_expression "*(int *)(iVar4 + -0xc) + (int)param_1" (pointer_expression "*(int *)(iVar4 + -0xc)" (* "*") (cast_expression "(int *)(iVar4 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + -0xc)" (( "(") (binary_expression "iVar4 + -0xc" (identifier "iVar4") (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")))) (; ";")) (expression_statement "iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;" (assignment_expression "iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3" (identifier "iVar4") (= "=") (binary_expression "*(int *)(*param_3 + -0xc) + (int)param_3" (pointer_expression "*(int *)(*param_3 + -0xc)" (* "*") (cast_expression "(int *)(*param_3 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_3 + -0xc)" (( "(") (binary_expression "*param_3 + -0xc" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "-0xc")) () ")")))) (+ "+") (cast_expression "(int)param_3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_3")))) (; ";")) (expression_statement "FUN_001f17a0(iVar5,iVar4);" (call_expression "FUN_001f17a0(iVar5,iVar4)" (identifier "FUN_001f17a0") (argument_list "(iVar5,iVar4)" (( "(") (identifier "iVar5") (, ",") (identifier "iVar4") () ")"))) (; ";")) (expression_statement "FUN_001d70b0(iVar5,iVar5 + 0x6c);" (call_expression "FUN_001d70b0(iVar5,iVar5 + 0x6c)" (identifier "FUN_001d70b0") (argument_list "(iVar5,iVar5 + 0x6c)" (( "(") (identifier "iVar5") (, ",") (binary_expression "iVar5 + 0x6c" (identifier "iVar5") (+ "+") (number_literal "0x6c")) () ")"))) (; ";")) (expression_statement "uVar2 = *(undefined4 *)(iVar4 + 0x70);" (assignment_expression "uVar2 = *(undefined4 *)(iVar4 + 0x70)" (identifier "uVar2") (= "=") (pointer_expression "*(undefined4 *)(iVar4 + 0x70)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x70)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x70)" (( "(") (binary_expression "iVar4 + 0x70" (identifier "iVar4") (+ "+") (number_literal "0x70")) () ")"))))) (; ";")) (expression_statement "uVar3 = *(undefined4 *)(iVar4 + 0x74);" (assignment_expression "uVar3 = *(undefined4 *)(iVar4 + 0x74)" (identifier "uVar3") (= "=") (pointer_expression "*(undefined4 *)(iVar4 + 0x74)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x74)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x74)" (( "(") (binary_expression "iVar4 + 0x74" (identifier "iVar4") (+ "+") (number_literal "0x74")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(iVar4 + 0x70) = 0;" (assignment_expression "*(undefined4 *)(iVar4 + 0x70) = 0" (pointer_expression "*(undefined4 *)(iVar4 + 0x70)" (* "*") (cast_expression "(undefined4 *)(iVar4 + 0x70)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x70)" (( "(") (binary_expression "iVar4 + 0x70" (identifier "iVar4") (+ "+") (number_literal "0x70")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar1 = *(undefined1 *)(iVar4 + 0x78);" (assignment_expression "uVar1 = *(undefined1 *)(iVar4 + 0x78)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined1 *)(iVar4 + 0x78)" (* "*") (cast_expression "(undefined1 *)(iVar4 + 0x78)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + 0x78)" (( "(") (binary_expression "iVar4 + 0x78" (identifier "iVar4") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(iVar5 + 0x7c) = 0;" (assignment_expression "*(undefined4 *)(iVar5 + 0x7c) = 0" (pointer_expression "*(undefined4 *)(iVar5 + 0x7c)" (* "*") (cast_expression "(undefined4 *)(iVar5 + 0x7c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x7c)" (( "(") (binary_expression "iVar5 + 0x7c" (identifier "iVar5") (+ "+") (number_literal "0x7c")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(iVar5 + 0x70) = uVar2;" (assignment_expression "*(undefined4 *)(iVar5 + 0x70) = uVar2" (pointer_expression "*(undefined4 *)(iVar5 + 0x70)" (* "*") (cast_expression "(undefined4 *)(iVar5 + 0x70)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x70)" (( "(") (binary_expression "iVar5 + 0x70" (identifier "iVar5") (+ "+") (number_literal "0x70")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "*(undefined4 *)(iVar5 + 0x74) = uVar3;" (assignment_expression "*(undefined4 *)(iVar5 + 0x74) = uVar3" (pointer_expression "*(undefined4 *)(iVar5 + 0x74)" (* "*") (cast_expression "(undefined4 *)(iVar5 + 0x74)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x74)" (( "(") (binary_expression "iVar5 + 0x74" (identifier "iVar5") (+ "+") (number_literal "0x74")) () ")")))) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "iVar4 = *param_2;" (assignment_expression "iVar4 = *param_2" (identifier "iVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "*(undefined1 *)(iVar5 + 0x78) = uVar1;" (assignment_expression "*(undefined1 *)(iVar5 + 0x78) = uVar1" (pointer_expression "*(undefined1 *)(iVar5 + 0x78)" (* "*") (cast_expression "(undefined1 *)(iVar5 + 0x78)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar5 + 0x78)" (( "(") (binary_expression "iVar5 + 0x78" (identifier "iVar5") (+ "+") (number_literal "0x78")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "param_3[1] = 0;" (assignment_expression "param_3[1] = 0" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*param_1 = iVar4;" (assignment_expression "*param_1 = iVar4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "iVar4")) (; ";")) (expression_statement "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];" (assignment_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3]" (pointer_expression "*(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" (* "*") (cast_expression "(int *)((int)param_1 + *(int *)(iVar4 + -0xc))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(iVar4 + -0xc))" (( "(") (binary_expression "(int)param_1 + *(int *)(iVar4 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(iVar4 + -0xc)" (* "*") (cast_expression "(int *)(iVar4 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar4 + -0xc)" (( "(") (binary_expression "iVar4 + -0xc" (identifier "iVar4") (+ "+") (number_literal "-0xc")) () ")"))))) () ")")))) (= "=") (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "FUN_001daa90(param_1 + 2,param_3 + 2);" (call_expression "FUN_001daa90(param_1 + 2,param_3 + 2)" (identifier "FUN_001daa90") (argument_list "(param_1 + 2,param_3 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) (, ",") (binary_expression "param_3 + 2" (identifier "param_3") (+ "+") (number_literal "2")) () ")"))) (; ";")) (expression_statement "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;" (assignment_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2" (pointer_expression "*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (* "*") (cast_expression "(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c)" (( "(") (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c" (binary_expression "(int)param_1 + *(int *)(*param_1 + -0xc)" (cast_expression "(int)param_1" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_1")) (+ "+") (pointer_expression "*(int *)(*param_1 + -0xc)" (* "*") (cast_expression "(int *)(*param_1 + -0xc)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + -0xc)" (( "(") (binary_expression "*param_1 + -0xc" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "-0xc")) () ")"))))) (+ "+") (number_literal "0x7c")) () ")")))) (= "=") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* std::wifstream::wifstream(std::wifstream&&) */
void __thiscall std::function_1::function_1(function_1 *var_2,function_1 *var_1)
{
type_1 iVar1;
int var_3;
type_2 uVar3;
type_2 uVar4;
type_1 *var_7;
type_1 *var_6;
int *var_9;
var_3 = *(int *)(var_1 + 4);
*(int *)var_2 = var_3;
*(type_2 *)(var_2 + *(int *)(var_3 + -0xc)) = *(type_2 *)(var_1 + 8);
*(int *)(var_2 + 4) = var_9[1];
var_6 = (type_1 *)(var_2 + *(int *)(var_3 + -0xc));
var_7 = (type_1 *)(*(int *)(*var_9 + -0xc) + (int)var_9);
ios_base::var_4(var_6,var_7);
wios::var_5((type_3 *)var_6,(type_4 *)(var_6 + 0x6c));
uVar3 = *(type_2 *)(var_7 + 0x70);
uVar4 = *(type_2 *)(var_7 + 0x74);
*(type_2 *)(var_7 + 0x70) = 0;
iVar1 = var_7[0x78];
*(type_2 *)(var_6 + 0x7c) = 0;
*(type_2 *)(var_6 + 0x70) = uVar3;
*(type_2 *)(var_6 + 0x74) = uVar4;
var_3 = *(int *)var_1;
var_6[0x78] = iVar1;
var_9[1] = 0;
*(int *)var_2 = var_3;
*(type_2 *)(var_2 + *(int *)(var_3 + -0xc)) = *(type_2 *)(var_1 + 0xc);
/* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */
wfilebuf::var_8((var_8 *)(var_2 + 8),(var_8 *)(var_9 + 2));
*(var_8 **)(var_2 + *(int *)(*(int *)var_2 + -0xc) + 0x7c) = (var_8 *)(var_2 + 8);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (return_statement))))
| 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)
{
undefined1 uVar1;
undefined4 uVar2;
undefined4 uVar3;
int iVar4;
int iVar5;
iVar4 = param_2[1];
*param_1 = iVar4;
*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[2];
param_1[1] = param_3[1];
iVar5 = *(int *)(iVar4 + -0xc) + (int)param_1;
iVar4 = *(int *)(*param_3 + -0xc) + (int)param_3;
FUN_001f17a0(iVar5,iVar4);
FUN_001d70b0(iVar5,iVar5 + 0x6c);
uVar2 = *(undefined4 *)(iVar4 + 0x70);
uVar3 = *(undefined4 *)(iVar4 + 0x74);
*(undefined4 *)(iVar4 + 0x70) = 0;
uVar1 = *(undefined1 *)(iVar4 + 0x78);
*(undefined4 *)(iVar5 + 0x7c) = 0;
*(undefined4 *)(iVar5 + 0x70) = uVar2;
*(undefined4 *)(iVar5 + 0x74) = uVar3;
iVar4 = *param_2;
*(undefined1 *)(iVar5 + 0x78) = uVar1;
param_3[1] = 0;
*param_1 = iVar4;
*(int *)((int)param_1 + *(int *)(iVar4 + -0xc)) = param_2[3];
/* try { // try from 001dbb0f to 001dbb13 has its CatchHandler @ 001dbb2b */
FUN_001daa90(param_1 + 2,param_3 + 2);
*(int **)((int)param_1 + *(int *)(*param_1 + -0xc) + 0x7c) = param_1 + 2;
return;
}
|
11301_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
_Unwind_GetRegionStart
|
FUN_002deec0
|
undefined4 _Unwind_GetRegionStart(int param_1)
{
return *(undefined4 *)(param_1 + 0x5c);
}
|
undefined4 FUN_002deec0(int param_1)
{
return *(undefined4 *)(param_1 + 0x5c);
}
|
MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX + 0x5c]
RET
| null | null | null | null |
[(u'CAST_-1204621554', u'LOAD_-1204621622'), ('tmp_29', u'INT_ADD_-1204621606'), (u'INT_ADD_-1204621606', u'CAST_-1204621554'), ('const-92', u'INT_ADD_-1204621606'), (u'LOAD_-1204621622', u'COPY_-1204621622'), (u'COPY_-1204621622', u'RETURN_-1204621607'), ('const-417', u'LOAD_-1204621622'), ('const-0', u'RETURN_-1204621607')]
|
[(u'CAST_-1204621554', u'LOAD_-1204621622'), ('tmp_29', u'INT_ADD_-1204621606'), (u'INT_ADD_-1204621606', u'CAST_-1204621554'), ('const-92', u'INT_ADD_-1204621606'), (u'LOAD_-1204621622', u'COPY_-1204621622'), (u'COPY_-1204621622', u'RETURN_-1204621607'), ('const-417', u'LOAD_-1204621622'), ('const-0', u'RETURN_-1204621607')]
| null | null |
002deec0
|
x86
|
O1
|
(translation_unit "undefined4 FUN_002deec0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}\n\n" (function_definition "undefined4 FUN_002deec0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}" type_identifier (function_declarator "FUN_002deec0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x5c);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x5c);" return (pointer_expression "*(undefined4 *)(param_1 + 0x5c)" * (cast_expression "(undefined4 *)(param_1 + 0x5c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x5c)" ( (binary_expression "param_1 + 0x5c" identifier + number_literal) )))) ;) })))
|
(translation_unit "undefined4 _Unwind_GetRegionStart(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}\n\n" (function_definition "undefined4 _Unwind_GetRegionStart(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}" type_identifier (function_declarator "_Unwind_GetRegionStart(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x5c);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x5c);" return (pointer_expression "*(undefined4 *)(param_1 + 0x5c)" * (cast_expression "(undefined4 *)(param_1 + 0x5c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x5c)" ( (binary_expression "param_1 + 0x5c" identifier + number_literal) )))) ;) })))
|
(translation_unit "undefined4 FUN_002deec0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}\n\n" (function_definition "undefined4 FUN_002deec0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}" type_identifier (function_declarator "FUN_002deec0(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x5c);\n}" { (return_statement "return *(undefined4 *)(param_1 + 0x5c);" return (pointer_expression "*(undefined4 *)(param_1 + 0x5c)" * (cast_expression "(undefined4 *)(param_1 + 0x5c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x5c)" ( (binary_expression "param_1 + 0x5c" identifier + number_literal) )))) ;) })))
|
(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 IDENT + LIT) )))) ;) })))
|
(function_definition "undefined4 FUN_002deec0(int param_1)\n\n{\n return *(undefined4 *)(param_1 + 0x5c);\n}" (type_identifier "undefined4") (function_declarator "FUN_002deec0(int param_1)" (identifier "FUN_002deec0") (parameter_list "(int param_1)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(param_1 + 0x5c);\n}" ({ "{") (return_statement "return *(undefined4 *)(param_1 + 0x5c);" (return "return") (pointer_expression "*(undefined4 *)(param_1 + 0x5c)" (* "*") (cast_expression "(undefined4 *)(param_1 + 0x5c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x5c)" (( "(") (binary_expression "param_1 + 0x5c" (identifier "param_1") (+ "+") (number_literal "0x5c")) () ")")))) (; ";")) (} "}")))
|
type_1 function_1(int var_1)
{
return *(type_1 *)(var_1 + 0x5c);
}
| 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: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))
| null |
undefined4 MASKED(int param_1)
{
return *(undefined4 *)(param_1 + 0x5c);
}
|
8507_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
_M_extract_name
|
FUN_00201020
|
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::_M_extract_name(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, int&, char const**, unsigned int,
std::ios_base&, std::_Ios_Iostate&) const */
undefined4 *
std::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::_M_extract_name
(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6
,int *param_7,int param_8,int param_9,int param_10,uint *param_11)
{
int iVar1;
code *pcVar2;
int iVar3;
bool bVar4;
bool bVar5;
char cVar6;
undefined1 uVar7;
ctype *pcVar8;
int *piVar9;
int *piVar10;
char *pcVar11;
int iVar12;
int iVar13;
uint uVar14;
uint uVar15;
int *piVar16;
int iStackY_50;
undefined4 *local_34;
undefined **local_30 [2];
uint local_28;
int *local_24;
int *local_20;
local_30[1] = &_GLOBAL_OFFSET_TABLE_;
iStackY_50 = 0x201045;
pcVar8 = use_facet<std::ctype<char>>((locale *)(param_10 + 0x6c));
iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);
*(int ***)(&stack0xffffffb8 + iVar3) = ¶m_5;
local_34 = ¶m_5;
*(int ***)(&stack0xffffffb4 + iVar3) = ¶m_3;
local_30[0] = (undefined **)¶m_3;
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20107b;
cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal
(*(istreambuf_iterator<char,std::char_traits<char>> **)
(&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)
);
if (cVar6 == '\0') {
*(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad;
uVar7 = istreambuf_iterator<char,std::char_traits<char>>::_M_get();
if (param_9 != 0) {
iVar13 = 0;
local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);
uVar15 = 0;
iVar12 = param_8;
local_24 = (int *)((int)local_30 + iVar3);
do {
while( true ) {
cVar6 = **(char **)(iVar12 + iVar13 * 4);
if (cVar6 != (char)local_20) break;
LAB_002010fb:
local_24[uVar15] = iVar13;
uVar15 = uVar15 + 1;
iVar13 = iVar13 + 1;
if (param_9 == iVar13) goto LAB_0020110c;
}
iVar1 = *(int *)pcVar8;
*(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;
*(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;
pcVar2 = *(code **)(iVar1 + 8);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;
param_8 = iVar12;
cVar6 = (*pcVar2)();
iVar12 = param_8;
if ((char)local_20 == cVar6) goto LAB_002010fb;
iVar13 = iVar13 + 1;
} while (param_9 != iVar13);
LAB_0020110c:
piVar16 = local_24;
local_28 = uVar15;
local_24 = (int *)0x0;
while (1 < local_28) {
uVar15 = 1;
*(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;
piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));
local_20 = piVar16;
do {
*(undefined4 *)(&stack0xffffffb4 + iVar3) =
*(undefined4 *)(param_8 + local_20[uVar15] * 4);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;
piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));
piVar16 = local_20;
if (piVar10 < piVar9) {
piVar9 = piVar10;
}
uVar15 = uVar15 + 1;
} while (uVar15 < local_28);
if ((uint)param_3[2] < (uint)param_3[3]) {
param_3[2] = param_3[2] + 1;
}
else {
iVar12 = *param_3;
local_20 = piVar9;
*(int **)(&stack0xffffffb4 + iVar3) = param_3;
pcVar2 = *(code **)(iVar12 + 0x28);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;
(*pcVar2)();
piVar9 = local_20;
}
local_24 = (int *)((int)local_24 + 1);
param_4 = 0xffffffff;
if (piVar9 <= local_24) goto LAB_00201082;
cVar6 = '\x01';
if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {
iVar12 = *param_3;
local_20 = (int *)((uint)local_20 & 0xffffff00);
*(int **)(&stack0xffffffb4 + iVar3) = param_3;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;
iVar12 = (*pcVar2)();
cVar6 = (char)local_20;
if (iVar12 == -1) {
param_3 = (int *)0x0;
cVar6 = '\x01';
}
}
bVar4 = param_5 != (int *)0x0 && param_6 == -1;
bVar5 = param_6 == -1;
if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {
iVar12 = *param_5;
local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);
*(int **)(&stack0xffffffb4 + iVar3) = param_5;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;
iVar12 = (*pcVar2)();
cVar6 = (char)local_20;
if (iVar12 == -1) {
param_5 = (int *)0x0;
bVar5 = bVar4;
}
}
if (bVar5 == (bool)cVar6) goto LAB_00201082;
uVar15 = 0;
uVar14 = local_28;
do {
while( true ) {
local_28 = uVar15;
piVar9 = piVar16 + local_28;
local_20 = (int *)CONCAT31(local_20._1_3_,
*(undefined1 *)
(*(int *)(param_8 + *piVar9 * 4) + (int)local_24));
uVar15 = param_4;
if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {
if ((byte *)param_3[2] < (byte *)param_3[3]) {
uVar15 = (uint)*(byte *)param_3[2];
}
else {
iVar12 = *param_3;
*(int **)(&stack0xffffffb4 + iVar3) = param_3;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;
uVar15 = (*pcVar2)();
if (uVar15 == 0xffffffff) {
param_3 = (int *)0x0;
uVar15 = 0xffffffff;
}
}
}
if ((char)local_20 != (char)uVar15) break;
uVar15 = local_28 + 1;
if (uVar14 <= local_28 + 1) goto LAB_00201230;
}
uVar14 = uVar14 - 1;
*piVar9 = piVar16[uVar14];
uVar15 = local_28;
} while (local_28 < uVar14);
LAB_00201230:
local_28 = uVar14;
}
if (local_28 == 1) {
if ((uint)param_3[2] < (uint)param_3[3]) {
param_3[2] = param_3[2] + 1;
}
else {
iVar12 = *param_3;
*(int **)(&stack0xffffffb4 + iVar3) = param_3;
pcVar2 = *(code **)(iVar12 + 0x28);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;
(*pcVar2)();
}
param_4 = 0xffffffff;
iVar12 = *(int *)(param_8 + *piVar16 * 4);
local_28 = *piVar16;
*(int *)(&stack0xffffffb4 + iVar3) = iVar12;
local_24 = (int *)((int)local_24 + 1);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;
local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));
piVar16 = local_24;
if (local_24 < local_20) {
do {
*(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;
*(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;
cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal
(*(istreambuf_iterator<char,std::char_traits<char>> **)
(&stack0xffffffb4 + iVar3),
*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));
if (cVar6 != '\0') goto LAB_00201082;
cVar6 = *(char *)(iVar12 + (int)piVar16);
uVar15 = param_4;
if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {
LAB_002012a0:
if (cVar6 != (char)uVar15) goto LAB_00201082;
pcVar11 = (char *)param_3[2];
if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;
iVar13 = *param_3;
*(int **)(&stack0xffffffb4 + iVar3) = param_3;
pcVar2 = *(code **)(iVar13 + 0x28);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;
(*pcVar2)();
}
else {
pcVar11 = (char *)param_3[2];
if ((char *)param_3[3] <= pcVar11) {
iVar13 = *param_3;
*(int **)(&stack0xffffffb4 + iVar3) = param_3;
pcVar2 = *(code **)(iVar13 + 0x24);
*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;
uVar15 = (*pcVar2)();
if (uVar15 == 0xffffffff) {
param_3 = (int *)0x0;
}
goto LAB_002012a0;
}
if (cVar6 != *pcVar11) goto LAB_00201082;
LAB_002012b7:
param_3[2] = (int)(pcVar11 + 1);
}
param_4 = 0xffffffff;
piVar16 = (int *)((int)piVar16 + 1);
} while (piVar16 != local_20);
}
else if (local_24 != local_20) goto LAB_00201082;
*param_7 = local_28;
goto LAB_00201088;
}
}
}
LAB_00201082:
*param_11 = *param_11 | 4;
LAB_00201088:
*param_1 = param_3;
param_1[1] = param_4;
return param_1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 *
FUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,
int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)
{
int iVar1;
code *pcVar2;
int iVar3;
bool bVar4;
bool bVar5;
char cVar6;
undefined1 uVar7;
int *piVar8;
int *piVar9;
int *piVar10;
char *pcVar11;
int iVar12;
int iVar13;
uint uVar14;
uint uVar15;
int aiStack_50 [7];
undefined4 *local_34;
undefined **local_30 [2];
uint local_28;
int *local_24;
int *local_20;
local_30[1] = &__DT_PLTGOT;
aiStack_50[1] = param_10 + 0x6c;
aiStack_50[0] = 0x201045;
piVar8 = (int *)FUN_001fbde0();
iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);
*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;
local_34 = ¶m_5;
*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;
local_30[0] = (undefined **)¶m_3;
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;
cVar6 = FUN_00200f70();
if (cVar6 == '\0') {
*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;
uVar7 = FUN_001f91d0();
if (param_9 != 0) {
iVar13 = 0;
local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);
uVar15 = 0;
iVar12 = param_8;
local_24 = (int *)((int)local_30 + iVar3);
do {
while( true ) {
cVar6 = **(char **)(iVar12 + iVar13 * 4);
if (cVar6 != (char)local_20) break;
LAB_002010fb:
local_24[uVar15] = iVar13;
uVar15 = uVar15 + 1;
iVar13 = iVar13 + 1;
if (param_9 == iVar13) goto LAB_0020110c;
}
iVar1 = *piVar8;
*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;
*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;
pcVar2 = *(code **)(iVar1 + 8);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;
param_8 = iVar12;
cVar6 = (*pcVar2)();
iVar12 = param_8;
if ((char)local_20 == cVar6) goto LAB_002010fb;
iVar13 = iVar13 + 1;
} while (param_9 != iVar13);
LAB_0020110c:
piVar8 = local_24;
local_28 = uVar15;
local_24 = (int *)0x0;
while (1 < local_28) {
uVar15 = 1;
*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;
piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));
local_20 = piVar8;
do {
*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =
*(undefined4 *)(param_8 + local_20[uVar15] * 4);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;
piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));
piVar8 = local_20;
if (piVar10 < piVar9) {
piVar9 = piVar10;
}
uVar15 = uVar15 + 1;
} while (uVar15 < local_28);
if ((uint)param_3[2] < (uint)param_3[3]) {
param_3[2] = param_3[2] + 1;
}
else {
iVar12 = *param_3;
local_20 = piVar9;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x28);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;
(*pcVar2)();
piVar9 = local_20;
}
local_24 = (int *)((int)local_24 + 1);
param_4 = 0xffffffff;
if (piVar9 <= local_24) goto LAB_00201082;
cVar6 = '\x01';
if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {
iVar12 = *param_3;
local_20 = (int *)((uint)local_20 & 0xffffff00);
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;
iVar12 = (*pcVar2)();
cVar6 = (char)local_20;
if (iVar12 == -1) {
param_3 = (int *)0x0;
cVar6 = '\x01';
}
}
bVar4 = param_5 != (int *)0x0 && param_6 == -1;
bVar5 = param_6 == -1;
if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {
iVar12 = *param_5;
local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);
*(int **)((int)aiStack_50 + iVar3 + 4) = param_5;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;
iVar12 = (*pcVar2)();
cVar6 = (char)local_20;
if (iVar12 == -1) {
param_5 = (int *)0x0;
bVar5 = bVar4;
}
}
if (bVar5 == (bool)cVar6) goto LAB_00201082;
uVar15 = 0;
uVar14 = local_28;
do {
while( true ) {
local_28 = uVar15;
piVar9 = piVar8 + local_28;
local_20 = (int *)CONCAT31(local_20._1_3_,
*(undefined1 *)
(*(int *)(param_8 + *piVar9 * 4) + (int)local_24));
uVar15 = param_4;
if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {
if ((byte *)param_3[2] < (byte *)param_3[3]) {
uVar15 = (uint)*(byte *)param_3[2];
}
else {
iVar12 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;
uVar15 = (*pcVar2)();
if (uVar15 == 0xffffffff) {
param_3 = (int *)0x0;
uVar15 = 0xffffffff;
}
}
}
if ((char)local_20 != (char)uVar15) break;
uVar15 = local_28 + 1;
if (uVar14 <= local_28 + 1) goto LAB_00201230;
}
uVar14 = uVar14 - 1;
*piVar9 = piVar8[uVar14];
uVar15 = local_28;
} while (local_28 < uVar14);
LAB_00201230:
local_28 = uVar14;
}
if (local_28 == 1) {
if ((uint)param_3[2] < (uint)param_3[3]) {
param_3[2] = param_3[2] + 1;
}
else {
iVar12 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x28);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;
(*pcVar2)();
}
param_4 = 0xffffffff;
iVar12 = *(int *)(param_8 + *piVar8 * 4);
local_28 = *piVar8;
*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;
local_24 = (int *)((int)local_24 + 1);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;
local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));
piVar8 = local_24;
if (local_24 < local_20) {
do {
*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;
*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;
cVar6 = FUN_00200f70();
if (cVar6 != '\0') goto LAB_00201082;
cVar6 = *(char *)(iVar12 + (int)piVar8);
uVar15 = param_4;
if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {
LAB_002012a0:
if (cVar6 != (char)uVar15) goto LAB_00201082;
pcVar11 = (char *)param_3[2];
if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;
iVar13 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar13 + 0x28);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;
(*pcVar2)();
}
else {
pcVar11 = (char *)param_3[2];
if ((char *)param_3[3] <= pcVar11) {
iVar13 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar13 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;
uVar15 = (*pcVar2)();
if (uVar15 == 0xffffffff) {
param_3 = (int *)0x0;
}
goto LAB_002012a0;
}
if (cVar6 != *pcVar11) goto LAB_00201082;
LAB_002012b7:
param_3[2] = (int)(pcVar11 + 1);
}
param_4 = 0xffffffff;
piVar8 = (int *)((int)piVar8 + 1);
} while (piVar8 != local_20);
}
else if (local_24 != local_20) goto LAB_00201082;
*param_7 = local_28;
goto LAB_00201088;
}
}
}
LAB_00201082:
*param_11 = *param_11 | 4;
LAB_00201088:
*param_1 = param_3;
param_1[1] = param_4;
return param_1;
}
|
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
CALL 0x000559ea
ADD ESI,0x18dfd6
PUSH EBX
SUB ESP,0x38
MOV EAX,dword ptr [EBP + 0x2c]
ADD EAX,0x6c
PUSH EAX
MOV EBX,ESI
MOV dword ptr [EBP + -0x28],ESI
CALL 0x001fbde0
ADD ESP,0x10
MOV EBX,dword ptr [EBP + -0x28]
MOV EDI,EAX
MOV EAX,dword ptr [EBP + 0x28]
LEA EAX,[EAX*0x4 + 0x1b]
AND EAX,0xfffffff0
SUB ESP,EAX
LEA EAX,[ESP + 0xf]
SUB ESP,0x8
AND EAX,0xfffffff0
MOV ESI,EAX
LEA EAX,[EBP + 0x18]
PUSH EAX
MOV dword ptr [EBP + -0x30],EAX
LEA EAX,[EBP + 0x10]
PUSH EAX
MOV dword ptr [EBP + -0x2c],EAX
CALL 0x00200f70
ADD ESP,0x10
TEST AL,AL
JZ 0x002010a2
MOV EAX,dword ptr [EBP + 0x30]
OR dword ptr [EAX],0x4
MOV ESI,dword ptr [EBP + 0x8]
MOV EAX,dword ptr [EBP + 0x10]
MOV EDX,dword ptr [EBP + 0x14]
MOV dword ptr [ESI],EAX
MOV EAX,ESI
MOV dword ptr [ESI + 0x4],EDX
LEA ESP,[EBP + -0xc]
POP EBX
POP ESI
POP EDI
POP EBP
RET 0x4
MOV EDX,dword ptr [EBP + 0x14]
MOV EAX,dword ptr [EBP + -0x2c]
CALL 0x001f91d0
MOV ECX,EAX
MOV EAX,dword ptr [EBP + 0x28]
TEST EAX,EAX
JZ 0x00201082
XOR EAX,EAX
MOV dword ptr [EBP + -0x20],ESI
XOR EBX,EBX
MOV EDX,dword ptr [EBP + 0x24]
MOV byte ptr [EBP + -0x1c],CL
MOV ESI,EAX
JMP 0x002010f0
SUB ESP,0x8
MOV ECX,dword ptr [EDI]
MOV dword ptr [EBP + 0x24],EDX
PUSH EAX
PUSH EDI
CALL dword ptr [ECX + 0x8]
MOV EDX,dword ptr [EBP + 0x24]
ADD ESP,0x10
CMP byte ptr [EBP + -0x1c],AL
JZ 0x002010fb
ADD EBX,0x1
CMP dword ptr [EBP + 0x28],EBX
JZ 0x0020110c
MOV EAX,dword ptr [EDX + EBX*0x4]
MOVSX EAX,byte ptr [EAX]
CMP AL,byte ptr [EBP + -0x1c]
JNZ 0x002010d0
MOV EAX,dword ptr [EBP + -0x20]
MOV dword ptr [EAX + ESI*0x4],EBX
ADD ESI,0x1
ADD EBX,0x1
CMP dword ptr [EBP + 0x28],EBX
JNZ 0x002010f0
MOV dword ptr [EBP + -0x24],ESI
CMP dword ptr [EBP + -0x24],0x1
MOV ESI,dword ptr [EBP + -0x20]
MOV dword ptr [EBP + -0x20],0x0
JBE 0x0020123c
LEA ESI,[ESI]
NOP
MOV EAX,dword ptr [ESI]
MOV EBX,dword ptr [EBP + 0x24]
SUB ESP,0xc
MOV EDI,0x1
PUSH dword ptr [EBX + EAX*0x4]
MOV EBX,dword ptr [EBP + -0x28]
CALL 0x000295f0
MOV ECX,ESI
ADD ESP,0x10
MOV ESI,EAX
LEA ESI,[ESI]
NOP
MOV EAX,dword ptr [ECX + EDI*0x4]
MOV EDX,dword ptr [EBP + 0x24]
SUB ESP,0xc
MOV dword ptr [EBP + -0x1c],ECX
MOV EBX,dword ptr [EBP + -0x28]
PUSH dword ptr [EDX + EAX*0x4]
CALL 0x000295f0
ADD ESP,0x10
MOV ECX,dword ptr [EBP + -0x1c]
CMP ESI,EAX
CMOVA ESI,EAX
ADD EDI,0x1
CMP dword ptr [EBP + -0x24],EDI
JA 0x00201150
MOV EDX,ESI
MOV ESI,ECX
MOV ECX,dword ptr [EBP + 0x10]
MOV EAX,dword ptr [ECX + 0x8]
CMP EAX,dword ptr [ECX + 0xc]
JNC 0x002013a0
ADD EAX,0x1
MOV dword ptr [ECX + 0x8],EAX
ADD dword ptr [EBP + -0x20],0x1
MOV EAX,dword ptr [EBP + -0x20]
MOV dword ptr [EBP + 0x14],0xffffffff
CMP EAX,EDX
JNC 0x00201082
MOV EAX,dword ptr [EBP + 0x10]
MOV ECX,0x1
TEST EAX,EAX
JZ 0x002011c3
XOR ECX,ECX
MOV EBX,dword ptr [EAX + 0xc]
CMP dword ptr [EAX + 0x8],EBX
JNC 0x002013b7
MOV EDX,dword ptr [EBP + 0x18]
CMP dword ptr [EBP + 0x1c],-0x1
SETZ BL
TEST EDX,EDX
SETNZ AL
AND AL,BL
MOV EDI,EAX
JNZ 0x00201330
CMP BL,CL
JZ 0x00201082
XOR EBX,EBX
MOV EDX,EBX
MOV EBX,dword ptr [EBP + -0x24]
JMP 0x002011fc
SUB EBX,0x1
MOV EAX,dword ptr [ESI + EBX*0x4]
MOV dword ptr [EDI],EAX
CMP EBX,EDX
JBE 0x00201230
LEA EDI,[ESI + EDX*0x4]
MOV ECX,dword ptr [EBP + 0x24]
MOV EAX,dword ptr [EDI]
MOV EAX,dword ptr [ECX + EAX*0x4]
MOV ECX,dword ptr [EBP + -0x20]
MOVZX EAX,byte ptr [EAX + ECX*0x1]
MOV ECX,dword ptr [EBP + 0x10]
MOV byte ptr [EBP + -0x1c],AL
MOV EAX,dword ptr [EBP + 0x14]
TEST ECX,ECX
JZ 0x00201224
CMP EAX,-0x1
JZ 0x00201318
CMP byte ptr [EBP + -0x1c],AL
JNZ 0x002011f0
ADD EDX,0x1
CMP EBX,EDX
JA 0x002011fc
MOV dword ptr [EBP + -0x24],EBX
CMP EBX,0x1
JA 0x00201128
CMP dword ptr [EBP + -0x24],0x1
JNZ 0x00201082
MOV EAX,dword ptr [EBP + 0x10]
MOV EDX,dword ptr [EAX + 0x8]
CMP EDX,dword ptr [EAX + 0xc]
JNC 0x00201429
ADD EDX,0x1
MOV dword ptr [EAX + 0x8],EDX
MOV EAX,dword ptr [ESI]
MOV ESI,dword ptr [EBP + 0x24]
SUB ESP,0xc
MOV dword ptr [EBP + 0x14],0xffffffff
MOV ECX,dword ptr [EBP + -0x20]
MOV EBX,dword ptr [EBP + -0x28]
MOV EDI,dword ptr [ESI + EAX*0x4]
MOV dword ptr [EBP + -0x24],EAX
ADD ECX,0x1
PUSH EDI
MOV dword ptr [EBP + -0x20],ECX
CALL 0x000295f0
MOV ECX,dword ptr [EBP + -0x20]
ADD ESP,0x10
MOV dword ptr [EBP + -0x1c],EAX
CMP ECX,EAX
JNC 0x002013f5
MOV ESI,ECX
JMP 0x002012d0
CMP BL,AL
JNZ 0x00201082
MOV EDX,dword ptr [EBP + 0x10]
MOV EAX,dword ptr [EDX + 0x8]
CMP EAX,dword ptr [EDX + 0xc]
JNC 0x002013e4
ADD EAX,0x1
MOV dword ptr [EDX + 0x8],EAX
MOV dword ptr [EBP + 0x14],0xffffffff
ADD ESI,0x1
CMP ESI,dword ptr [EBP + -0x1c]
JZ 0x002013fb
SUB ESP,0x8
PUSH dword ptr [EBP + -0x30]
MOV EBX,dword ptr [EBP + -0x28]
PUSH dword ptr [EBP + -0x2c]
CALL 0x00200f70
ADD ESP,0x10
TEST AL,AL
JNZ 0x00201082
MOV EDX,dword ptr [EBP + 0x10]
MOVZX EBX,byte ptr [EDI + ESI*0x1]
MOV EAX,dword ptr [EBP + 0x14]
TEST EDX,EDX
JZ 0x002012a0
CMP EAX,-0x1
JNZ 0x002012a0
MOV EAX,dword ptr [EDX + 0x8]
CMP EAX,dword ptr [EDX + 0xc]
JNC 0x00201408
CMP BL,byte ptr [EAX]
JZ 0x002012b7
JMP 0x00201082
MOV EAX,dword ptr [ECX + 0x8]
CMP EAX,dword ptr [ECX + 0xc]
JNC 0x00201370
MOVZX EAX,byte ptr [EAX]
JMP 0x00201224
XOR EBX,EBX
MOV EAX,dword ptr [EDX + 0xc]
CMP dword ptr [EDX + 0x8],EAX
JC 0x002011dc
SUB ESP,0xc
MOV EAX,dword ptr [EDX]
MOV byte ptr [EBP + -0x1c],CL
PUSH EDX
CALL dword ptr [EAX + 0x24]
MOVZX ECX,byte ptr [EBP + -0x1c]
ADD ESP,0x10
CMP EAX,-0x1
JNZ 0x002011dc
MOV dword ptr [EBP + 0x18],0x0
MOV EBX,EDI
JMP 0x002011dc
SUB ESP,0xc
MOV EAX,dword ptr [ECX]
MOV dword ptr [EBP + -0x24],EDX
PUSH ECX
CALL dword ptr [EAX + 0x24]
MOV EDX,dword ptr [EBP + -0x24]
ADD ESP,0x10
CMP EAX,-0x1
JNZ 0x00201224
MOV dword ptr [EBP + 0x10],0x0
MOV EAX,0xffffffff
JMP 0x00201224
SUB ESP,0xc
MOV EAX,dword ptr [ECX]
MOV dword ptr [EBP + -0x1c],EDX
PUSH ECX
CALL dword ptr [EAX + 0x28]
MOV EDX,dword ptr [EBP + -0x1c]
ADD ESP,0x10
JMP 0x00201193
SUB ESP,0xc
MOV EDX,dword ptr [EAX]
MOV byte ptr [EBP + -0x1c],CL
PUSH EAX
CALL dword ptr [EDX + 0x24]
MOVZX ECX,byte ptr [EBP + -0x1c]
ADD ESP,0x10
CMP EAX,-0x1
JNZ 0x002011c3
MOV dword ptr [EBP + 0x10],0x0
MOV ECX,0x1
JMP 0x002011c3
SUB ESP,0xc
MOV EAX,dword ptr [EDX]
PUSH EDX
CALL dword ptr [EAX + 0x28]
ADD ESP,0x10
JMP 0x002012bd
JNZ 0x00201082
MOV EAX,dword ptr [EBP + 0x20]
MOV ESI,dword ptr [EBP + -0x24]
MOV dword ptr [EAX],ESI
JMP 0x00201088
SUB ESP,0xc
MOV EAX,dword ptr [EDX]
PUSH EDX
CALL dword ptr [EAX + 0x24]
ADD ESP,0x10
CMP EAX,-0x1
JNZ 0x002012a0
MOV dword ptr [EBP + 0x10],0x0
JMP 0x002012a0
SUB ESP,0xc
MOV EDX,dword ptr [EAX]
PUSH EAX
CALL dword ptr [EDX + 0x28]
ADD ESP,0x10
JMP 0x0020125b
| null | null | null | null |
[('tmp_7323', u'PTRSUB_-1203821505'), ('tmp_2319', u'CBRANCH_-1203825173'), ('const-1', u'PTRADD_-1203822134'), (u'MULTIEQUAL_-1203821897', u'MULTIEQUAL_-1203822190'), ('tmp_7323', u'PTRSUB_-1203822249'), (u'PTRADD_-1203822019', u'CAST_-1203821777'), (u'MULTIEQUAL_-1203822793', u'MULTIEQUAL_-1203822769'), (u'STORE_-1203824474', u'INDIRECT_-1203821754'), ('const-1', u'PTRADD_-1203822081'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821560'), (u'MULTIEQUAL_-1203823405', u'MULTIEQUAL_-1203823750'), (u'INT_LESS_-1203824908', u'CBRANCH_-1203824905'), (u'INDIRECT_-1203823198', u'INT_NOTEQUAL_-1203824984'), (u'STORE_-1203824581', u'INDIRECT_-1203821981'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822691'), ('const-2', u'PTRADD_-1203821614'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822128'), (u'MULTIEQUAL_-1203822856', u'MULTIEQUAL_-1203823736'), (u'INDIRECT_-1203822428', u'MULTIEQUAL_-1203822436'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822043'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821490'), (u'CAST_-1203820985', u'STORE_-1203824616'), ('const-4294967216', u'PTRSUB_-1203821922'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822618'), (u'INDIRECT_-1203823721', u'MULTIEQUAL_-1203823599'), ('tmp_7323', u'PTRSUB_-1203821381'), (u'CALLIND_-1203824570', u'MULTIEQUAL_-1203824077'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821926'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822197'), (u'PTRADD_-1203821707', u'STORE_-1203825303'), ('tmp_2849', u'CBRANCH_-1203824583'), ('tmp_2715', u'CBRANCH_-1203824966'), ('tmp_1649', u'CBRANCH_-1203825603'), (u'MULTIEQUAL_-1203823222', u'MULTIEQUAL_-1203823183'), (u'STORE_-1203824582', u'INDIRECT_-1203822167'), ('const-1', u'INT_ADD_-1203824968'), ('const-0', u'COPY_-1203825570'), (u'INDIRECT_-1203823002', u'MULTIEQUAL_-1203822858'), (u'PTRADD_-1203822022', u'CAST_-1203821786'), (u'INDIRECT_-1203822429', u'MULTIEQUAL_-1203822744'), (u'CAST_-1203821111', u'LOAD_-1203824380'), (u'CALL_-1203825065', u'INDIRECT_-1203822120'), (u'LOAD_-1203825968', u'INT_MULT_-1203825903'), (u'MULTIEQUAL_-1203822975', u'MULTIEQUAL_-1203822950'), (u'CAST_-1203821995', u'COPY_-1203826443'), (u'CALL_-1203825065', u'INDIRECT_-1203822967'), ('const-4294967224', u'PTRSUB_-1203822151'), (u'CAST_-1203821883', u'STORE_-1203825033'), (u'MULTIEQUAL_-1203822128', u'MULTIEQUAL_-1203822103'), ('tmp_1944', u'CBRANCH_-1203825405'), (u'INDIRECT_-1203821927', u'SUBPIECE_-1203821940'), (u'MULTIEQUAL_-1203821896', u'LOAD_-1203824487'), ('const-4', u'INT_MULT_-1203825496'), ('const-1', u'PTRADD_-1203824959'), (u'INT_ADD_-1203821968', u'CAST_-1203821778'), (u'CAST_-1203821260', u'INT_LESS_-1203824693'), (u'INDIRECT_-1203823371', u'MULTIEQUAL_-1203823232'), ('tmp_7323', u'PTRSUB_-1203821152'), (u'INDIRECT_-1203822460', u'MULTIEQUAL_-1203822931'), (u'MULTIEQUAL_-1203823376', u'MULTIEQUAL_-1203823337'), (u'INT_NOTEQUAL_-1203825473', u'CBRANCH_-1203825473'), (u'MULTIEQUAL_-1203822960', u'INT_ADD_-1203825238'), (u'LOAD_-1203825524', u'INT_ADD_-1203825495'), (u'LOAD_-1203825058', u'CALL_-1203826431'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822383'), ('tmp_7323', u'PTRSUB_-1203822230'), (u'COPY_-1203821702', u'MULTIEQUAL_-1203824041'), (u'LOAD_-1203825511', u'PIECE_-1203822249'), (u'CAST_-1203821461', u'INT_LESS_-1203825325'), (u'PTRADD_-1203821812', u'LOAD_-1203825024'), (u'MULTIEQUAL_-1203823211', u'STORE_-1203826393'), (u'INDIRECT_-1203822951', u'MULTIEQUAL_-1203822848'), ('const-4294967220', u'PTRSUB_-1203821970'), ('tmp_1547', u'CBRANCH_-1203825667'), (u'PTRADD_-1203821927', u'LOAD_-1203825826'), (u'MULTIEQUAL_-1203822450', u'MULTIEQUAL_-1203822460'), (u'PTRADD_-1203824959', u'CAST_-1203821318'), (u'COPY_-1203826072', u'MULTIEQUAL_-1203821897'), (u'COPY_-1203821369', u'MULTIEQUAL_-1203823718'), ('const-417', u'LOAD_-1203824690'), (u'MULTIEQUAL_-1203822411', u'MULTIEQUAL_-1203822408'), (u'INDIRECT_-1203821876', u'MULTIEQUAL_-1203822169'), (u'CAST_-1203821732', u'LOAD_-1203824812'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823644'), (u'CAST_-1203821016', u'INT_ADD_-1203821236'), (u'STORE_-1203824549', u'INDIRECT_-1203822059'), (u'INDIRECT_-1203822216', u'MULTIEQUAL_-1203822076'), (u'COPY_-1203821744', u'MULTIEQUAL_-1203823703'), (u'INDIRECT_-1203822030', u'MULTIEQUAL_-1203822013'), (u'MULTIEQUAL_-1203822302', u'CAST_-1203821118'), ('const-417', u'LOAD_-1203824580'), (u'STORE_-1203826015', u'INDIRECT_-1203822841'), (u'COPY_-1203821973', u'MULTIEQUAL_-1203824292'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821783'), (u'PTRADD_-1203821724', u'LOAD_-1203825346'), (u'CALLIND_-1203824370', u'INDIRECT_-1203823052'), (u'COPY_-1203821699', u'PTRADD_-1203821802'), (u'CALL_-1203825065', u'INDIRECT_-1203822582'), ('tmp_915', u'CBRANCH_-1203826059'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822248'), (u'SUBPIECE_-1203824098', u'INT_NOTEQUAL_-1203825436'), (u'MULTIEQUAL_-1203821877', u'INT_LESS_-1203826050'), (u'LOAD_-1203825025', u'INT_NOTEQUAL_-1203824941'), (u'CAST_-1203820986', u'INT_ADD_-1203821194'), ('const-417', u'STORE_-1203824347'), (u'PTRSUB_-1203821594', u'CAST_-1203821403'), (u'STORE_-1203824353', u'INDIRECT_-1203822036'), (u'MULTIEQUAL_-1203822704', u'MULTIEQUAL_-1203822694'), (u'INDIRECT_-1203822582', u'MULTIEQUAL_-1203822533'), (u'CAST_-1203821778', u'STORE_-1203826004'), (u'COPY_-1203822005', u'MULTIEQUAL_-1203824292'), (u'MULTIEQUAL_-1203822562', u'MULTIEQUAL_-1203822538'), (u'MULTIEQUAL_-1203822010', u'MULTIEQUAL_-1203821986'), ('const-417', u'STORE_-1203825027'), (u'CAST_-1203821536', u'LOAD_-1203825511'), (u'INDIRECT_-1203822197', u'MULTIEQUAL_-1203822205'), (u'CALL_-1203825917', u'INDIRECT_-1203823352'), (u'INDIRECT_-1203822553', u'MULTIEQUAL_-1203822431'), ('tmp_7323', u'PTRSUB_-1203822240'), (u'STORE_-1203824549', u'INDIRECT_-1203821892'), (u'SUBPIECE_-1203822588', u'PIECE_-1203822588'), (u'INDIRECT_-1203822845', u'MULTIEQUAL_-1203823316'), (u'CALL_-1203825214', u'INDIRECT_-1203822370'), (u'MULTIEQUAL_-1203823085', u'MULTIEQUAL_-1203823041'), (u'CALL_-1203825065', u'INDIRECT_-1203822197'), (u'INT_LESS_-1203824990', u'CBRANCH_-1203824999'), ('const-417', u'STORE_-1203824474'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821640'), (u'STORE_-1203825070', u'INDIRECT_-1203822010'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822399'), (u'MULTIEQUAL_-1203822169', u'SUBPIECE_-1203822235'), ('const-1', u'PTRADD_-1203821113'), (u'INDIRECT_-1203822553', u'MULTIEQUAL_-1203822450'), (u'MULTIEQUAL_-1203823676', u'MULTIEQUAL_-1203821896'), (u'INDIRECT_-1203822772', u'MULTIEQUAL_-1203823024'), (u'CALL_-1203825214', u'INDIRECT_-1203823217'), (u'CALL_-1203826562', u'INDIRECT_-1203823647'), (u'CALL_-1203826299', u'INDIRECT_-1203823310'), (u'INDIRECT_-1203822274', u'MULTIEQUAL_-1203822257'), (u'INT_EQUAL_-1203825641', u'COPY_-1203821717'), (u'MULTIEQUAL_-1203822348', u'MULTIEQUAL_-1203822327'), ('const-0', u'INT_NOTEQUAL_-1203825038'), (u'CAST_-1203821912', u'MULTIEQUAL_-1203822460'), (u'MULTIEQUAL_-1203822327', u'MULTIEQUAL_-1203822298'), (u'INDIRECT_-1203822784', u'MULTIEQUAL_-1203823191'), ('const-3', u'PTRADD_-1203821874'), (u'STORE_-1203825089', u'INDIRECT_-1203822111'), (u'MULTIEQUAL_-1203824114', u'COPY_-1203821245'), (u'MULTIEQUAL_-1203822964', u'MULTIEQUAL_-1203822943'), ('const-4', u'PTRADD_-1203821720'), (u'INDIRECT_-1203822967', u'MULTIEQUAL_-1203823260'), ('const-1', u'PTRADD_-1203822026'), (u'CALL_-1203825214', u'INDIRECT_-1203823371'), (u'PTRADD_-1203821720', u'LOAD_-1203825340'), (u'CALL_-1203825065', u'INDIRECT_-1203822890'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821968'), ('const-0', u'SUBPIECE_-1203822235'), ('tmp_7323', u'PTRSUB_-1203822137'), (u'CAST_-1203821634', u'INT_LESSEQUAL_-1203825669'), ('const-4294967295', u'COPY_-1203825005'), (u'CAST_-1203821247', u'INT_LESSEQUAL_-1203824585'), (u'INT_ADD_-1203825858', u'MULTIEQUAL_-1203824140'), (u'CALL_-1203825214', u'INDIRECT_-1203822293'), (u'INDIRECT_-1203823182', u'MULTIEQUAL_-1203823060'), (u'INDIRECT_-1203822744', u'MULTIEQUAL_-1203823195'), (u'INDIRECT_-1203822813', u'MULTIEQUAL_-1203822764'), ('tmp_7323', u'PTRSUB_-1203821490'), (u'INDIRECT_-1203823084', u'MULTIEQUAL_-1203822995'), (u'STORE_-1203824347', u'INDIRECT_-1203822034'), ('const-417', u'STORE_-1203826353'), (u'MULTIEQUAL_-1203822829', u'MULTIEQUAL_-1203821886'), (u'MULTIEQUAL_-1203823156', u'MULTIEQUAL_-1203823166'), (u'PTRADD_-1203822030', u'CAST_-1203821885'), (u'INDIRECT_-1203823567', u'MULTIEQUAL_-1203823464'), (u'INDIRECT_-1203822813', u'MULTIEQUAL_-1203822821'), (u'INDIRECT_-1203822479', u'MULTIEQUAL_-1203822789'), (u'STORE_-1203824576', u'INDIRECT_-1203822088'), (u'CAST_-1203821144', u'LOAD_-1203824351'), (u'MULTIEQUAL_-1203824271', u'STORE_-1203826147'), (u'STORE_-1203824575', u'INDIRECT_-1203821902'), ('const-36', u'INT_ADD_-1203824364'), (u'LOAD_-1203825050', u'INT_ADD_-1203825015'), (u'INDIRECT_-1203822121', u'MULTIEQUAL_-1203822436'), (u'STORE_-1203824549', u'INDIRECT_-1203822290'), ('const-1', u'PTRADD_-1203821242'), (u'INDIRECT_-1203823660', u'STORE_-1203824353'), (u'MULTIEQUAL_-1203823813', u'STORE_-1203826361'), (u'INDIRECT_-1203823506', u'MULTIEQUAL_-1203823457'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822121'), (u'INT_NOTEQUAL_-1203824937', u'CBRANCH_-1203824937'), (u'STORE_-1203826460', u'INDIRECT_-1203822652'), (u'PTRSUB_-1203822022', u'CAST_-1203821880'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822582'), (u'MULTIEQUAL_-1203821891', u'MULTIEQUAL_-1203822960'), (u'LOAD_-1203824366', u'INT_ADD_-1203824335'), (u'INDIRECT_-1203821813', u'MULTIEQUAL_-1203822128'), (u'CALL_-1203825999', u'CAST_-1203821776'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822152'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822967'), (u'INDIRECT_-1203823464', u'COPY_-1203822005'), (u'MULTIEQUAL_-1203823162', u'MULTIEQUAL_-1203823118'), (u'INDIRECT_-1203823387', u'INT_NOTEQUAL_-1203826275'), (u'SUBPIECE_-1203822249', u'PIECE_-1203822249'), (u'CAST_-1203821733', u'STORE_-1203825922'), ('const-0', u'SUBPIECE_-1203824098'), (u'INT_ADD_-1203825915', u'CAST_-1203821739'), (u'STORE_-1203824347', u'INDIRECT_-1203821790'), (u'STORE_-1203825070', u'INDIRECT_-1203822254'), (u'MULTIEQUAL_-1203822694', u'MULTIEQUAL_-1203822675'), ('const-4', u'PTRADD_-1203821516'), (u'LOAD_-1203825024', u'STORE_-1203825017'), (u'CAST_-1203821118', u'INT_AND_-1203821853'), (u'INDIRECT_-1203823294', u'MULTIEQUAL_-1203822856'), (u'STORE_-1203825075', u'INDIRECT_-1203822181'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822022'), (u'STORE_-1203824347', u'INDIRECT_-1203822111'), (u'INDIRECT_-1203822695', u'MULTIEQUAL_-1203822947'), ('const-2101317', u'COPY_-1203826569'), (u'INDIRECT_-1203823490', u'MULTIEQUAL_-1203823397'), (u'STORE_-1203825922', u'INDIRECT_-1203822485'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822245'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822951'), (u'INDIRECT_-1203823546', u'MULTIEQUAL_-1203823457'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821367'), (u'PTRSUB_-1203822249', u'STORE_-1203826460'), (u'COPY_-1203821651', u'MULTIEQUAL_-1203824041'), (u'LOAD_-1203825056', u'CALL_-1203826431'), (u'CALL_-1203826299', u'INDIRECT_-1203823618'), (u'COPY_-1203821935', u'MULTIEQUAL_-1203824292'), (u'COPY_-1203821613', u'MULTIEQUAL_-1203821877'), (u'MULTIEQUAL_-1203823008', u'MULTIEQUAL_-1203822964'), (u'INT_LESS_-1203824693', u'CBRANCH_-1203824690'), (u'MULTIEQUAL_-1203823145', u'MULTIEQUAL_-1203823106'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822513'), (u'INT_ADD_-1203824462', u'CAST_-1203820976'), (u'COPY_-1203821453', u'MULTIEQUAL_-1203823945'), (u'MULTIEQUAL_-1203822359', u'MULTIEQUAL_-1203822334'), ('const-4', u'PTRADD_-1203821707'), ('const-417', u'LOAD_-1203826181'), (u'INDIRECT_-1203823413', u'MULTIEQUAL_-1203823291'), (u'INT_ADD_-1203825009', u'CAST_-1203821278'), ('tmp_2859', u'BRANCH_-1203824567'), (u'CAST_-1203821585', u'INT_EQUAL_-1203825585'), (u'CAST_-1203821264', u'INT_LESS_-1203824693'), (u'MULTIEQUAL_-1203823464', u'MULTIEQUAL_-1203823445'), (u'STORE_-1203825228', u'INDIRECT_-1203822357'), (u'INT_NOTEQUAL_-1203826159', u'CBRANCH_-1203826157'), (u'MULTIEQUAL_-1203823547', u'PTRADD_-1203821874'), ('const-1', u'INT_EQUAL_-1203825361'), ('const-417', u'LOAD_-1203824714'), (u'PTRSUB_-1203822169', u'CAST_-1203822022'), ('const-417', u'STORE_-1203826436'), (u'CALL_-1203825065', u'INDIRECT_-1203822813'), (u'CALL_-1203825999', u'INDIRECT_-1203823315'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821723'), (u'STORE_-1203824616', u'INDIRECT_-1203821701'), ('const-0', u'INT_EQUAL_-1203826405'), (u'PTRSUB_-1203822230', u'PTRADD_-1203822230'), (u'INDIRECT_-1203823182', u'MULTIEQUAL_-1203823089'), (u'INT_OR_-1203826369', u'STORE_-1203826393'), (u'CAST_-1203821786', u'STORE_-1203826015'), (u'MULTIEQUAL_-1203822452', u'MULTIEQUAL_-1203822413'), ('const-417', u'LOAD_-1203825530'), (u'INDIRECT_-1203823259', u'MULTIEQUAL_-1203823166'), (u'INDIRECT_-1203822590', u'MULTIEQUAL_-1203823041'), (u'INDIRECT_-1203823695', u'MULTIEQUAL_-1203823551'), (u'INDIRECT_-1203822755', u'MULTIEQUAL_-1203823211'), (u'STORE_-1203825922', u'INDIRECT_-1203822562'), (u'COPY_-1203826257', u'MULTIEQUAL_-1203824271'), (u'MULTIEQUAL_-1203822870', u'MULTIEQUAL_-1203822846'), (u'MULTIEQUAL_-1203822177', u'MULTIEQUAL_-1203821855'), (u'STORE_-1203824555', u'INDIRECT_-1203822138'), ('const-0', u'INT_NOTEQUAL_-1203825623'), (u'MULTIEQUAL_-1203821895', u'MULTIEQUAL_-1203823750'), (u'MULTIEQUAL_-1203822656', u'MULTIEQUAL_-1203822635'), (u'STORE_-1203824581', u'INDIRECT_-1203822135'), (u'MULTIEQUAL_-1203822567', u'MULTIEQUAL_-1203822606'), (u'STORE_-1203825219', u'INDIRECT_-1203822108'), (u'INDIRECT_-1203821974', u'MULTIEQUAL_-1203822425'), (u'CAST_-1203820987', u'LOAD_-1203824620'), (u'CAST_-1203821734', u'INT_ADD_-1203821926'), (u'MULTIEQUAL_-1203822208', u'SUBPIECE_-1203822249'), ('const-2102188', u'STORE_-1203824347'), (u'LOAD_-1203824579', u'CALLIND_-1203824569'), (u'INT_EQUAL_-1203824989', u'CBRANCH_-1203824987'), (u'INDIRECT_-1203823233', u'MULTIEQUAL_-1203823211'), (u'INDIRECT_-1203822415', u'COPY_-1203821862'), (u'MULTIEQUAL_-1203822590', u'MULTIEQUAL_-1203822565'), ('const-0', u'SUBPIECE_-1203822558'), ('const-4', u'PTRADD_-1203821990'), (u'CALL_-1203826431', u'INT_EQUAL_-1203826405'), (u'CALL_-1203826431', u'INDIRECT_-1203822899'), (u'STORE_-1203824376', u'INDIRECT_-1203821859'), (u'MULTIEQUAL_-1203824002', u'INT_LESS_-1203824990'), ('const-417', u'LOAD_-1203825058'), (u'MULTIEQUAL_-1203823320', u'MULTIEQUAL_-1203823310'), (u'MULTIEQUAL_-1203821884', u'MULTIEQUAL_-1203822344'), (u'STORE_-1203825922', u'INDIRECT_-1203822793'), ('tmp_3584', u'BRANCH_-1203824490'), (u'CALL_-1203825917', u'INDIRECT_-1203823660'), (u'PTRADD_-1203821194', u'CAST_-1203821019'), ('const-417', u'LOAD_-1203825691'), ('const-4', u'PTRADD_-1203821485'), (u'MULTIEQUAL_-1203823285', u'PTRADD_-1203821614'), (u'INDIRECT_-1203821937', u'MULTIEQUAL_-1203822344'), (u'INDIRECT_-1203822293', u'MULTIEQUAL_-1203821855'), (u'STORE_-1203824555', u'INDIRECT_-1203821984'), (u'CAST_-1203821400', u'INT_LESS_-1203825175'), (u'INDIRECT_-1203822659', u'MULTIEQUAL_-1203822642'), ('const-0', u'INT_EQUAL_-1203825000'), ('const-4294967224', u'PTRSUB_-1203822134'), (u'CALL_-1203825999', u'INDIRECT_-1203822776'), (u'MULTIEQUAL_-1203823599', u'MULTIEQUAL_-1203821895'), (u'STORE_-1203826436', u'INDIRECT_-1203822639'), (u'INT_ADD_-1203821313', u'CAST_-1203821142'), (u'MULTIEQUAL_-1203823628', u'MULTIEQUAL_-1203823618'), (u'LOAD_-1203824478', u'CALLIND_-1203824468'), (u'INT_LESS_-1203825837', u'CBRANCH_-1203825845'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822387'), (u'INDIRECT_-1203823644', u'MULTIEQUAL_-1203823541'), ('tmp_7323', u'PTRSUB_-1203822169'), (u'MULTIEQUAL_-1203823769', u'CAST_-1203821307'), (u'MULTIEQUAL_-1203822460', u'MULTIEQUAL_-1203822450'), (u'CALL_-1203825917', u'INDIRECT_-1203822659'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821860'), ('const-4294967295', u'INT_EQUAL_-1203825459'), ('const-1', u'INT_ADD_-1203825299'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822171'), (u'MULTIEQUAL_-1203823041', u'MULTIEQUAL_-1203823020'), (u'COPY_-1203824524', u'MULTIEQUAL_-1203824077'), (u'CALL_-1203825214', u'INDIRECT_-1203822986'), (u'MULTIEQUAL_-1203822302', u'MULTIEQUAL_-1203822258'), ('const-417', u'STORE_-1203825037'), (u'INDIRECT_-1203823849', u'MULTIEQUAL_-1203823825'), (u'INDIRECT_-1203822582', u'MULTIEQUAL_-1203822565'), (u'INDIRECT_-1203823567', u'MULTIEQUAL_-1203823474'), (u'LOAD_-1203824601', u'CAST_-1203821246'), (u'CAST_-1203821261', u'MULTIEQUAL_-1203823920'), ('const-4', u'PTRADD_-1203821724'), (u'LOAD_-1203826019', u'STORE_-1203826015'), ('const-417', u'STORE_-1203825303'), (u'MULTIEQUAL_-1203822873', u'MULTIEQUAL_-1203822870'), (u'PTRADD_-1203821505', u'CAST_-1203821313'), (u'PTRSUB_-1203821922', u'CAST_-1203821779'), ('const-2102140', u'STORE_-1203824576'), (u'MULTIEQUAL_-1203822796', u'MULTIEQUAL_-1203822793'), (u'LOAD_-1203824923', u'CAST_-1203821335'), (u'CALLIND_-1203824570', u'INDIRECT_-1203823121'), (u'INDIRECT_-1203822553', u'MULTIEQUAL_-1203822960'), (u'MULTIEQUAL_-1203822436', u'MULTIEQUAL_-1203822411'), (u'MULTIEQUAL_-1203823214', u'MULTIEQUAL_-1203821890'), (u'INDIRECT_-1203822428', u'MULTIEQUAL_-1203822411'), (u'MULTIEQUAL_-1203822190', u'CAST_-1203821413'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822479'), (u'STORE_-1203824480', u'INDIRECT_-1203821833'), (u'INDIRECT_-1203823490', u'MULTIEQUAL_-1203823387'), (u'CALL_-1203826299', u'INDIRECT_-1203823541'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823490'), ('const-4294967224', u'PTRSUB_-1203821505'), (u'PTRADD_-1203821381', u'CAST_-1203821227'), (u'COPY_-1203823226', u'MULTIEQUAL_-1203823703'), (u'CALLIND_-1203824543', u'INDIRECT_-1203823172'), ('const-417', u'LOAD_-1203824588'), (u'LOAD_-1203826186', u'LOAD_-1203826181'), ('const-2102090', u'STORE_-1203824549'), (u'MULTIEQUAL_-1203823474', u'MULTIEQUAL_-1203823464'), (u'CAST_-1203821164', u'LOAD_-1203824580'), (u'PTRADD_-1203822026', u'CAST_-1203821883'), ('const-417', u'LOAD_-1203824975'), (u'INDIRECT_-1203823105', u'MULTIEQUAL_-1203823002'), (u'INDIRECT_-1203822864', u'MULTIEQUAL_-1203823174'), (u'MULTIEQUAL_-1203823029', u'MULTIEQUAL_-1203823068'), (u'MULTIEQUAL_-1203823547', u'MULTIEQUAL_-1203823825'), (u'INDIRECT_-1203823007', u'MULTIEQUAL_-1203822918'), ('const-417', u'LOAD_-1203825832'), (u'CALL_-1203825917', u'INDIRECT_-1203822505'), (u'CALL_-1203825999', u'INDIRECT_-1203822455'), (u'INDIRECT_-1203822370', u'MULTIEQUAL_-1203822230'), (u'MULTIEQUAL_-1203823233', u'MULTIEQUAL_-1203823214'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822044'), (u'CAST_-1203821990', u'STORE_-1203826436'), (u'MULTIEQUAL_-1203822606', u'MULTIEQUAL_-1203822567'), ('const-2102211', u'STORE_-1203824376'), (u'INDIRECT_-1203822710', u'MULTIEQUAL_-1203823020'), (u'INDIRECT_-1203822229', u'MULTIEQUAL_-1203822700'), (u'MULTIEQUAL_-1203824114', u'MULTIEQUAL_-1203824147'), (u'STORE_-1203825228', u'INDIRECT_-1203822511'), (u'MULTIEQUAL_-1203821891', u'INT_ADD_-1203826003'), (u'INDIRECT_-1203822787', u'MULTIEQUAL_-1203823097'), (u'STORE_-1203824376', u'INDIRECT_-1203821936'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821557'), (u'CAST_-1203821991', u'INT_ADD_-1203822183'), ('const-417', u'LOAD_-1203825931'), (u'PTRSUB_-1203821113', u'PTRADD_-1203821113'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821325'), (u'INT_EQUAL_-1203825585', u'CBRANCH_-1203825584'), (u'INDIRECT_-1203822415', u'MULTIEQUAL_-1203824233'), ('tmp_1251', u'CBRANCH_-1203825845'), (u'INDIRECT_-1203822152', u'MULTIEQUAL_-1203822623'), (u'LOAD_-1203824580', u'CALLIND_-1203824570'), (u'STORE_-1203825922', u'INDIRECT_-1203822639'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822999'), (u'LOAD_-1203825254', u'INT_ADD_-1203825009'), (u'MULTIEQUAL_-1203822875', u'MULTIEQUAL_-1203821889'), (u'INDIRECT_-1203823429', u'MULTIEQUAL_-1203823380'), (u'INDIRECT_-1203823275', u'PTRADD_-1203821516'), (u'STORE_-1203824581', u'INDIRECT_-1203822058'), ('tmp_7323', u'PTRSUB_-1203822026'), (u'MULTIEQUAL_-1203821889', u'MULTIEQUAL_-1203822806'), (u'CAST_-1203821400', u'COPY_-1203825194'), (u'STORE_-1203824549', u'INDIRECT_-1203822444'), (u'MULTIEQUAL_-1203823445', u'MULTIEQUAL_-1203821893'), (u'CAST_-1203821163', u'INT_ADD_-1203821367'), (u'PTRADD_-1203821610', u'LOAD_-1203824923'), (u'STORE_-1203824376', u'INDIRECT_-1203822321'), (u'INDIRECT_-1203823660', u'PTRADD_-1203821914'), (u'LOAD_-1203825530', u'INT_MULT_-1203825496'), (u'INDIRECT_-1203823121', u'MULTIEQUAL_-1203823414'), ('const-417', u'LOAD_-1203824607'), (u'STORE_-1203826015', u'INDIRECT_-1203822687'), ('tmp_7323', u'PTRSUB_-1203821148'), (u'CALL_-1203825917', u'INDIRECT_-1203823429'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821271'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822553'), (u'CALL_-1203826562', u'INDIRECT_-1203823724'), (u'INT_LESS_-1203825175', u'CBRANCH_-1203825173'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821669'), ('const-417', u'LOAD_-1203824708'), ('const-417', u'LOAD_-1203824579'), ('const-1', u'PTRADD_-1203821325'), (u'CAST_-1203821997', u'STORE_-1203826445'), ('const-1', u'PTRADD_-1203824959'), (u'COPY_-1203821544', u'MULTIEQUAL_-1203823769'), ('const-3731456', u'PTRSUB_-1203826565'), (u'MULTIEQUAL_-1203822821', u'MULTIEQUAL_-1203822796'), (u'INT_ADD_-1203825415', u'INT_LESSEQUAL_-1203825396'), (u'MULTIEQUAL_-1203823426', u'MULTIEQUAL_-1203823405'), (u'INT_ADD_-1203826113', u'INT_EQUAL_-1203826104'), (u'CALLIND_-1203824570', u'INDIRECT_-1203823044'), ('const-417', u'LOAD_-1203826186'), (u'MULTIEQUAL_-1203823349', u'PTRADD_-1203821461'), ('tmp_7323', u'PTRSUB_-1203821922'), ('tmp_7323', u'PTRSUB_-1203821594'), (u'MULTIEQUAL_-1203822952', u'MULTIEQUAL_-1203821890'), (u'MULTIEQUAL_-1203824134', u'INT_LESSEQUAL_-1203825734'), (u'PTRADD_-1203822151', u'CAST_-1203822005'), ('const-2', u'PTRADD_-1203821597'), (u'MULTIEQUAL_-1203823547', u'MULTIEQUAL_-1203823505'), (u'CAST_-1203821318', u'STORE_-1203825009'), ('const-2101890', u'STORE_-1203825219'), (u'CAST_-1203821696', u'INT_LESS_-1203825811'), (u'INDIRECT_-1203823182', u'MULTIEQUAL_-1203823079'), (u'LOAD_-1203826049', u'INT_MULT_-1203825991'), (u'CALL_-1203825917', u'INDIRECT_-1203823121'), ('const-1', u'INT_ADD_-1203826113'), (u'INDIRECT_-1203822079', u'MULTIEQUAL_-1203822331'), (u'STORE_-1203825089', u'INDIRECT_-1203822265'), (u'INDIRECT_-1203823275', u'MULTIEQUAL_-1203823285'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822874'), (u'LOAD_-1203824588', u'INT_ADD_-1203824563'), ('const-417', u'STORE_-1203824382'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821967'), (u'PTRSUB_-1203822022', u'PTRADD_-1203822022'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822017'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822205'), (u'MULTIEQUAL_-1203823310', u'MULTIEQUAL_-1203823291'), (u'CALL_-1203825999', u'INDIRECT_-1203823392'), (u'INDIRECT_-1203823275', u'MULTIEQUAL_-1203823256'), (u'CAST_-1203821302', u'INT_ADD_-1203821539'), (u'INDIRECT_-1203823275', u'PTRADD_-1203821512'), ('const-4294967216', u'PTRSUB_-1203821109'), (u'PTRADD_-1203821990', u'LOAD_-1203825968'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823259'), ('const-417', u'LOAD_-1203824420'), (u'STORE_-1203825927', u'INDIRECT_-1203822797'), ('const-4294967295', u'COPY_-1203825758'), (u'STORE_-1203825033', u'INDIRECT_-1203822598'), (u'INT_ADD_-1203824364', u'CAST_-1203821111'), (u'PTRSUB_-1203821666', u'PTRADD_-1203821666'), (u'INDIRECT_-1203822797', u'MULTIEQUAL_-1203822694'), ('const-4', u'PTRADD_-1203821927'), (u'MULTIEQUAL_-1203823961', u'COPY_-1203821613'), (u'MULTIEQUAL_-1203823695', u'MULTIEQUAL_-1203823676'), ('tmp_1845', u'CBRANCH_-1203825457'), (u'PTRSUB_-1203821669', u'PTRADD_-1203821669'), (u'STORE_-1203825037', u'INDIRECT_-1203822831'), ('const-4294967216', u'PTRSUB_-1203821880'), ('const-1', u'COPY_-1203823226'), (u'CAST_-1203821227', u'STORE_-1203824555'), (u'INDIRECT_-1203823660', u'LOAD_-1203824366'), ('const-1', u'PTRADD_-1203822230'), (u'STORE_-1203824576', u'INDIRECT_-1203821844'), ('const-1', u'COPY_-1203826028'), ('const-417', u'STORE_-1203826015'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822541'), (u'PTRSUB_-1203821505', u'PTRADD_-1203821505'), ('const-417', u'LOAD_-1203825254'), (u'CALLIND_-1203824570', u'INT_EQUAL_-1203824540'), (u'MULTIEQUAL_-1203823002', u'MULTIEQUAL_-1203823012'), (u'INDIRECT_-1203822941', u'MULTIEQUAL_-1203823251'), (u'CALLIND_-1203824370', u'INDIRECT_-1203821897'), (u'INDIRECT_-1203823798', u'MULTIEQUAL_-1203823705'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822019'), (u'CAST_-1203821695', u'INT_LESS_-1203825811'), (u'CAST_-1203821739', u'LOAD_-1203825931'), (u'INT_LESSEQUAL_-1203825734', u'CBRANCH_-1203825733'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822938'), (u'INDIRECT_-1203823798', u'MULTIEQUAL_-1203823676'), (u'MULTIEQUAL_-1203823547', u'STORE_-1203824382'), (u'INDIRECT_-1203822891', u'MULTIEQUAL_-1203823206'), (u'INDIRECT_-1203822044', u'MULTIEQUAL_-1203822359'), (u'INDIRECT_-1203822274', u'MULTIEQUAL_-1203822282'), (u'INDIRECT_-1203822310', u'MULTIEQUAL_-1203822562'), (u'MULTIEQUAL_-1203823012', u'MULTIEQUAL_-1203823002'), (u'CAST_-1203821731', u'COPY_-1203821828'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822002'), (u'PTRADD_-1203822192', u'STORE_-1203826353'), (u'MULTIEQUAL_-1203823618', u'MULTIEQUAL_-1203823599'), (u'CALL_-1203825999', u'INDIRECT_-1203823700'), (u'MULTIEQUAL_-1203822837', u'MULTIEQUAL_-1203822798'), (u'STORE_-1203825927', u'INDIRECT_-1203822489'), (u'INDIRECT_-1203823700', u'MULTIEQUAL_-1203823611'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822633'), (u'INDIRECT_-1203822428', u'MULTIEQUAL_-1203822721'), (u'MULTIEQUAL_-1203822404', u'COPY_-1203821708'), (u'CAST_-1203821146', u'STORE_-1203824353'), ('const-417', u'STORE_-1203826304'), (u'INDIRECT_-1203823018', u'MULTIEQUAL_-1203823328'), (u'MULTIEQUAL_-1203823376', u'INT_EQUAL_-1203825459'), (u'MULTIEQUAL_-1203823253', u'MULTIEQUAL_-1203822934'), ('tmp_7323', u'PTRSUB_-1203822134'), ('const-417', u'LOAD_-1203826019'), (u'MULTIEQUAL_-1203823243', u'MULTIEQUAL_-1203823233'), ('tmp_3820', u'BRANCH_-1203824323'), (u'STORE_-1203824353', u'INDIRECT_-1203821882'), (u'COPY_-1203821862', u'PTRADD_-1203821802'), ('const-417', u'LOAD_-1203824853'), (u'INDIRECT_-1203822967', u'MULTIEQUAL_-1203822975'), (u'INT_ADD_-1203821423', u'CAST_-1203821223'), (u'INT_ADD_-1203825299', u'STORE_-1203825303'), (u'CALL_-1203825065', u'INDIRECT_-1203822351'), (u'COPY_-1203826028', u'MULTIEQUAL_-1203824140'), (u'CAST_-1203821246', u'INT_LESSEQUAL_-1203824585'), (u'CALLIND_-1203824569', u'INDIRECT_-1203821925'), (u'INT_EQUAL_-1203824586', u'CBRANCH_-1203824583'), (u'CALL_-1203826299', u'INDIRECT_-1203823464'), ('const-1', u'PTRADD_-1203821490'), (u'CAST_-1203821863', u'LOAD_-1203826186'), (u'INDIRECT_-1203822171', u'MULTIEQUAL_-1203822481'), (u'INT_EQUAL_-1203825361', u'CBRANCH_-1203825357'), ('const-417', u'LOAD_-1203824629'), (u'INDIRECT_-1203822736', u'MULTIEQUAL_-1203822719'), (u'STORE_-1203824622', u'INDIRECT_-1203822024'), (u'MULTIEQUAL_-1203823703', u'COPY_-1203821724'), ('const-417', u'LOAD_-1203824812'), ('tmp_3026', u'BRANCH_-1203824557'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822506'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822030'), (u'STORE_-1203824555', u'INDIRECT_-1203822061'), (u'MULTIEQUAL_-1203823156', u'MULTIEQUAL_-1203823137'), (u'MULTIEQUAL_-1203823079', u'MULTIEQUAL_-1203823060'), (u'CALLIND_-1203824341', u'INDIRECT_-1203821831'), (u'LOAD_-1203824420', u'CALL_-1203825065'), (u'INDIRECT_-1203823849', u'MULTIEQUAL_-1203823705'), (u'MULTIEQUAL_-1203822013', u'MULTIEQUAL_-1203822010'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822583'), (u'MULTIEQUAL_-1203822887', u'MULTIEQUAL_-1203822866'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821693'), (u'MULTIEQUAL_-1203823945', u'SUBPIECE_-1203823969'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203822183'), (u'CALL_-1203825214', u'INDIRECT_-1203822909'), (u'INT_MULT_-1203825226', u'INT_ADD_-1203825238'), (u'INT_MULT_-1203825903', u'INT_ADD_-1203825915'), (u'MULTIEQUAL_-1203822721', u'MULTIEQUAL_-1203822760'), (u'INDIRECT_-1203822094', u'MULTIEQUAL_-1203822404'), (u'INDIRECT_-1203822248', u'MULTIEQUAL_-1203822558'), (u'STORE_-1203824347', u'INDIRECT_-1203822188'), ('const-27', u'INT_ADD_-1203826516'), ('const-1', u'COPY_-1203823782'), (u'STORE_-1203825219', u'INDIRECT_-1203822506'), (u'INT_ADD_-1203825763', u'CAST_-1203821674'), ('const-1', u'PTRADD_-1203821967'), (u'INDIRECT_-1203822968', u'MULTIEQUAL_-1203823285'), (u'MULTIEQUAL_-1203823253', u'MULTIEQUAL_-1203823232'), ('const-417', u'LOAD_-1203824620'), (u'CALL_-1203826299', u'INDIRECT_-1203823849'), (u'MULTIEQUAL_-1203822991', u'MULTIEQUAL_-1203822952'), ('const-417', u'STORE_-1203825009'), (u'PTRADD_-1203821516', u'LOAD_-1203824981'), ('tmp_7323', u'PTRSUB_-1203821321'), ('const-2', u'PTRADD_-1203821457'), (u'MULTIEQUAL_-1203821883', u'COPY_-1203821884'), (u'MULTIEQUAL_-1203821886', u'MULTIEQUAL_-1203822498'), (u'STORE_-1203824474', u'INDIRECT_-1203822216'), (u'INDIRECT_-1203822659', u'MULTIEQUAL_-1203822546'), (u'INDIRECT_-1203822415', u'MULTIEQUAL_-1203822302'), ('const-417', u'STORE_-1203824616'), (u'INDIRECT_-1203823618', u'MULTIEQUAL_-1203823474'), ('tmp_7323', u'PTRSUB_-1203821242'), ('const-1', u'INT_LESS_-1203826050'), (u'MULTIEQUAL_-1203823260', u'MULTIEQUAL_-1203823299'), (u'INDIRECT_-1203822660', u'MULTIEQUAL_-1203822975'), (u'STORE_-1203826004', u'INDIRECT_-1203822988'), (u'STORE_-1203825033', u'INDIRECT_-1203822752'), (u'MULTIEQUAL_-1203823104', u'MULTIEQUAL_-1203823101'), (u'CAST_-1203821166', u'STORE_-1203824582'), ('const-1', u'SUBPIECE_-1203822588'), (u'INDIRECT_-1203823371', u'MULTIEQUAL_-1203822934'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822352'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821937'), ('const-417', u'STORE_-1203824549'), (u'MULTIEQUAL_-1203823285', u'STORE_-1203824581'), ('tmp_13427', u'INT_ADD_-1203826575'), (u'STORE_-1203824480', u'INDIRECT_-1203821756'), ('const-4', u'INT_MULT_-1203825903'), (u'MULTIEQUAL_-1203823349', u'INT_NOTEQUAL_-1203825623'), (u'INDIRECT_-1203823371', u'MULTIEQUAL_-1203823825'), (u'INDIRECT_-1203823275', u'MULTIEQUAL_-1203823226'), (u'INDIRECT_-1203823315', u'MULTIEQUAL_-1203823226'), (u'PTRSUB_-1203821970', u'PTRADD_-1203821970'), (u'STORE_-1203824480', u'INDIRECT_-1203821987'), ('const-0', u'SUBPIECE_-1203822538'), ('const-4294967220', u'PTRSUB_-1203821560'), (u'COPY_-1203825194', u'MULTIEQUAL_-1203821986'), (u'PTRADD_-1203821457', u'LOAD_-1203824601'), ('tmp_2944', u'CBRANCH_-1203824905'), ('const-1', u'PTRADD_-1203821557'), ('tmp_2499', u'CBRANCH_-1203824999'), (u'MULTIEQUAL_-1203823256', u'PTRADD_-1203821597'), (u'INDIRECT_-1203823660', u'MULTIEQUAL_-1203823611'), (u'MULTIEQUAL_-1203823060', u'MULTIEQUAL_-1203821888'), (u'STORE_-1203826436', u'INDIRECT_-1203822960'), (u'MULTIEQUAL_-1203822947', u'MULTIEQUAL_-1203822923'), ('tmp_3377', u'BRANCH_-1203824515'), (u'CALLIND_-1203824543', u'INT_EQUAL_-1203824512'), (u'MULTIEQUAL_-1203824213', u'COPY_-1203821895'), (u'INT_LESSEQUAL_-1203825669', u'CBRANCH_-1203825667'), (u'STORE_-1203824353', u'INDIRECT_-1203821959'), (u'MULTIEQUAL_-1203823137', u'MULTIEQUAL_-1203821889'), (u'MULTIEQUAL_-1203823920', u'PTRADD_-1203824959'), (u'INDIRECT_-1203822582', u'MULTIEQUAL_-1203822469'), (u'STORE_-1203824474', u'INDIRECT_-1203821664'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822941'), (u'COPY_-1203821973', u'MULTIEQUAL_-1203824282'), ('const-1', u'INT_ADD_-1203824977'), ('const-2', u'PTRADD_-1203821516'), (u'CALL_-1203825065', u'INDIRECT_-1203822428'), (u'LOAD_-1203825832', u'INT_ADD_-1203825785'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822861'), (u'INT_ADD_-1203826170', u'CAST_-1203821863'), ('tmp_690', u'BRANCH_-1203826230'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822849'), (u'INT_LESSEQUAL_-1203824585', u'CBRANCH_-1203824584'), (u'INT_NOTEQUAL_-1203825703', u'CBRANCH_-1203825703'), (u'STORE_-1203826445', u'INDIRECT_-1203823042'), (u'INDIRECT_-1203823469', u'MULTIEQUAL_-1203823380'), (u'INDIRECT_-1203822659', u'MULTIEQUAL_-1203822952'), (u'CALL_-1203825999', u'INDIRECT_-1203822622'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822079'), ('const-1', u'INT_SUB_-1203825018'), ('const-1', u'INT_ADD_-1203825224'), (u'MULTIEQUAL_-1203822771', u'MULTIEQUAL_-1203822752'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822464'), (u'INDIRECT_-1203822736', u'MULTIEQUAL_-1203822744'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821970'), (u'STORE_-1203826015', u'INDIRECT_-1203822533'), (u'CALL_-1203826299', u'INDIRECT_-1203823156'), (u'COPY_-1203821362', u'MULTIEQUAL_-1203823658'), ('const-4', u'PTRADD_-1203821874'), (u'CAST_-1203821279', u'INT_ADD_-1203825009'), ('const-1', u'INT_ADD_-1203826125'), ('const-0', u'COPY_-1203824331'), ('tmp_2446', u'CBRANCH_-1203825037'), ('tmp_4021', u'CBRANCH_-1203824957'), (u'INDIRECT_-1203822890', u'MULTIEQUAL_-1203823183'), (u'STORE_-1203825089', u'INDIRECT_-1203822188'), (u'MULTIEQUAL_-1203822700', u'MULTIEQUAL_-1203822656'), (u'INDIRECT_-1203823294', u'MULTIEQUAL_-1203823750'), (u'PTRADD_-1203821461', u'LOAD_-1203824607'), (u'INT_ADD_-1203826003', u'CAST_-1203821787'), ('const-4294967220', u'PTRSUB_-1203822230'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822975'), ('const-417', u'STORE_-1203825927'), ('tmp_852', u'CBRANCH_-1203826101'), (u'LOAD_-1203824553', u'CALLIND_-1203824543'), (u'MULTIEQUAL_-1203822798', u'MULTIEQUAL_-1203821888'), (u'INDIRECT_-1203822736', u'MULTIEQUAL_-1203823029'), (u'MULTIEQUAL_-1203822481', u'MULTIEQUAL_-1203822452'), (u'LOAD_-1203825691', u'CAST_-1203821634'), (u'MULTIEQUAL_-1203822384', u'STORE_-1203825089'), (u'MULTIEQUAL_-1203823522', u'MULTIEQUAL_-1203821894'), (u'COPY_-1203821724', u'MULTIEQUAL_-1203823718'), (u'INDIRECT_-1203822524', u'MULTIEQUAL_-1203822384'), (u'STORE_-1203824353', u'INDIRECT_-1203821792'), (u'CALL_-1203826562', u'INDIRECT_-1203823339'), (u'INDIRECT_-1203822618', u'MULTIEQUAL_-1203822870'), (u'MULTIEQUAL_-1203822716', u'MULTIEQUAL_-1203822692'), ('tmp_3029', u'CBRANCH_-1203824549'), ('const-417', u'STORE_-1203825033'), ('const-417', u'LOAD_-1203824380'), (u'COPY_-1203823376', u'COPY_-1203821362'), (u'CALL_-1203825065', u'INDIRECT_-1203822274'), (u'COPY_-1203821949', u'MULTIEQUAL_-1203821883'), (u'MULTIEQUAL_-1203822100', u'MULTIEQUAL_-1203822076'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822643'), (u'COPY_-1203824578', u'MULTIEQUAL_-1203823285'), (u'CALL_-1203825214', u'INDIRECT_-1203822126'), (u'MULTIEQUAL_-1203823089', u'MULTIEQUAL_-1203823079'), ('const-4294967295', u'COPY_-1203825277'), (u'STORE_-1203824347', u'INDIRECT_-1203822342'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821236'), (u'CAST_-1203821413', u'INT_ADD_-1203825224'), (u'PTRADD_-1203821931', u'LOAD_-1203825832'), (u'BOOL_AND_-1203823693', u'CBRANCH_-1203825603'), (u'INDIRECT_-1203822197', u'MULTIEQUAL_-1203822180'), (u'LOAD_-1203824595', u'INT_ADD_-1203824564'), (u'STORE_-1203825027', u'INDIRECT_-1203822827'), ('const-4', u'PTRADD_-1203821614'), (u'INDIRECT_-1203822582', u'INT_LESS_-1203825837'), (u'MULTIEQUAL_-1203822931', u'MULTIEQUAL_-1203823211'), ('tmp_7323', u'PTRSUB_-1203821194'), ('const-2101469', u'STORE_-1203825027'), (u'STORE_-1203825070', u'INDIRECT_-1203822331'), (u'PTRADD_-1203821669', u'CAST_-1203821409'), (u'STORE_-1203824555', u'INDIRECT_-1203821894'), (u'COPY_-1203821755', u'MULTIEQUAL_-1203823703'), (u'INDIRECT_-1203822017', u'MULTIEQUAL_-1203822327'), (u'INDIRECT_-1203822342', u'STORE_-1203825075'), (u'INDIRECT_-1203822659', u'MULTIEQUAL_-1203822610'), (u'MULTIEQUAL_-1203821877', u'INT_EQUAL_-1203825361'), (u'INT_ADD_-1203821194', u'CAST_-1203820985'), ('const-2101568', u'STORE_-1203826004'), (u'INDIRECT_-1203822922', u'MULTIEQUAL_-1203823393'), ('const-0', u'INT_NOTEQUAL_-1203825703'), (u'CALLIND_-1203824570', u'INDIRECT_-1203821966'), (u'PTRSUB_-1203822151', u'PTRADD_-1203822151'), ('const-417', u'LOAD_-1203825340'), (u'INDIRECT_-1203822556', u'MULTIEQUAL_-1203822866'), (u'STORE_-1203824382', u'INDIRECT_-1203822092'), (u'CALL_-1203825214', u'INDIRECT_-1203822832'), (u'MULTIEQUAL_-1203824002', u'INT_ADD_-1203825415'), (u'PTRSUB_-1203822233', u'PTRADD_-1203822233'), (u'MULTIEQUAL_-1203822460', u'SUBPIECE_-1203822538'), (u'INT_NOTEQUAL_-1203824984', u'CBRANCH_-1203824982'), ('const-4294967216', u'PTRSUB_-1203821493'), (u'INDIRECT_-1203823161', u'MULTIEQUAL_-1203823072'), ('tmp_1182', u'CBRANCH_-1203825879'), (u'INDIRECT_-1203821807', u'MULTIEQUAL_-1203822258'), (u'INDIRECT_-1203822325', u'MULTIEQUAL_-1203822635'), (u'STORE_-1203824576', u'INDIRECT_-1203822396'), (u'INDIRECT_-1203823464', u'MULTIEQUAL_-1203823320'), (u'INDIRECT_-1203822091', u'MULTIEQUAL_-1203822498'), (u'INT_LESS_-1203825325', u'CBRANCH_-1203825322'), (u'CAST_-1203821019', u'STORE_-1203824581'), ('tmp_7323', u'PTRSUB_-1203821267'), (u'INDIRECT_-1203821998', u'MULTIEQUAL_-1203822469'), (u'INDIRECT_-1203823121', u'MULTIEQUAL_-1203823129'), (u'CAST_-1203821278', u'LOAD_-1203825025'), (u'STORE_-1203824575', u'INDIRECT_-1203821825'), (u'INDIRECT_-1203822387', u'MULTIEQUAL_-1203822639'), (u'CALL_-1203826431', u'INDIRECT_-1203823669'), (u'CALL_-1203825917', u'INDIRECT_-1203822415'), (u'INDIRECT_-1203822898', u'MULTIEQUAL_-1203823349'), (u'INDIRECT_-1203823121', u'MULTIEQUAL_-1203823104'), (u'STORE_-1203824347', u'INDIRECT_-1203821880'), (u'COPY_-1203825758', u'MULTIEQUAL_-1203823750'), (u'INDIRECT_-1203821723', u'MULTIEQUAL_-1203822038'), (u'INDIRECT_-1203822541', u'MULTIEQUAL_-1203822793'), ('tmp_1715', u'BRANCH_-1203825558'), (u'INDIRECT_-1203823076', u'MULTIEQUAL_-1203823547'), ('const-1', u'PTRADD_-1203821669'), (u'STORE_-1203824575', u'INDIRECT_-1203822056'), (u'INDIRECT_-1203822604', u'SUBPIECE_-1203822588'), (u'MULTIEQUAL_-1203823106', u'MULTIEQUAL_-1203821892'), ('const-12', u'PTRSUB_-1203822240'), (u'INDIRECT_-1203822925', u'MULTIEQUAL_-1203822781'), (u'CALL_-1203825999', u'INDIRECT_-1203823007'), (u'CALL_-1203825214', u'INDIRECT_-1203823140'), ('tmp_7323', u'PTRSUB_-1203822022'), ('tmp_7323', u'PTRSUB_-1203822022'), (u'CAST_-1203821143', u'INT_ADD_-1203821313'), ('const-417', u'STORE_-1203826361'), ('const-417', u'LOAD_-1203825056'), (u'CALL_-1203825999', u'INDIRECT_-1203822699'), (u'MULTIEQUAL_-1203824002', u'COPY_-1203821702'), (u'STORE_-1203824474', u'INDIRECT_-1203822062'), ('const-2', u'PTRADD_-1203821707'), (u'INDIRECT_-1203823275', u'MULTIEQUAL_-1203823162'), (u'COPY_-1203821678', u'MULTIEQUAL_-1203824077'), (u'CAST_-1203821403', u'INT_ADD_-1203821640'), (u'INDIRECT_-1203822043', u'MULTIEQUAL_-1203824002'), (u'MULTIEQUAL_-1203823453', u'PTRADD_-1203821485'), (u'CALL_-1203825917', u'INDIRECT_-1203822813'), (u'LOAD_-1203825300', u'COPY_-1203825248'), (u'PTRSUB_-1203821267', u'CAST_-1203821143'), (u'STORE_-1203824474', u'INDIRECT_-1203821985'), (u'MULTIEQUAL_-1203822529', u'MULTIEQUAL_-1203822490'), (u'LOAD_-1203825826', u'CAST_-1203821695'), (u'INT_ADD_-1203825224', u'CAST_-1203821407'), (u'INT_ADD_-1203826125', u'MULTIEQUAL_-1203824242'), (u'STORE_-1203824549', u'INDIRECT_-1203822213'), (u'STORE_-1203825027', u'INDIRECT_-1203822750'), (u'CALLIND_-1203824569', u'INDIRECT_-1203821848'), (u'INDIRECT_-1203822967', u'MULTIEQUAL_-1203822854'), (u'STORE_-1203824575', u'INDIRECT_-1203822133'), (u'MULTIEQUAL_-1203822719', u'MULTIEQUAL_-1203822716'), (u'INDIRECT_-1203823275', u'MULTIEQUAL_-1203823825'), (u'STORE_-1203825027', u'INDIRECT_-1203822904'), ('tmp_1883', u'CBRANCH_-1203825434'), (u'INDIRECT_-1203822476', u'MULTIEQUAL_-1203822883'), (u'INDIRECT_-1203823660', u'PTRADD_-1203821927'), (u'PTRSUB_-1203821152', u'PTRADD_-1203821152'), (u'STORE_-1203824616', u'INDIRECT_-1203822099'), (u'CAST_-1203821544', u'LOAD_-1203825524'), ('const-417', u'STORE_-1203824555'), (u'INDIRECT_-1203823644', u'MULTIEQUAL_-1203823522'), ('tmp_3231', u'CBRANCH_-1203824690'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821155'), (u'MULTIEQUAL_-1203823705', u'MULTIEQUAL_-1203823695'), ('const-417', u'LOAD_-1203825050'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822968'), (u'MULTIEQUAL_-1203822425', u'MULTIEQUAL_-1203822404'), (u'INT_LESS_-1203825811', u'CBRANCH_-1203825808'), (u'CAST_-1203821306', u'INT_NOTEQUAL_-1203824967'), (u'COPY_-1203825758', u'MULTIEQUAL_-1203823426'), ('const-4294967216', u'PTRSUB_-1203821190'), (u'PTRADD_-1203821914', u'STORE_-1203825789'), (u'CALL_-1203825999', u'INDIRECT_-1203823161'), (u'MULTIEQUAL_-1203824242', u'MULTIEQUAL_-1203824242'), (u'MULTIEQUAL_-1203824041', u'COPY_-1203821699'), (u'INDIRECT_-1203823506', u'MULTIEQUAL_-1203823393'), (u'PTRADD_-1203821489', u'LOAD_-1203824714'), (u'CAST_-1203821989', u'LOAD_-1203825058'), (u'STORE_-1203824582', u'INDIRECT_-1203822244'), (u'INDIRECT_-1203823352', u'MULTIEQUAL_-1203823239'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822787'), (u'INDIRECT_-1203821890', u'MULTIEQUAL_-1203822205'), (u'PTRADD_-1203822233', u'CAST_-1203821997'), (u'INT_NOTEQUAL_-1203825436', u'CBRANCH_-1203825434'), (u'CALL_-1203826562', u'INDIRECT_-1203823570'), (u'CAST_-1203821257', u'INT_LESSEQUAL_-1203824959'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822075'), (u'STORE_-1203825070', u'INDIRECT_-1203822562'), ('const-417', u'STORE_-1203825219'), ('tmp_7323', u'PTRSUB_-1203821377'), (u'MULTIEQUAL_-1203822180', u'MULTIEQUAL_-1203822177'), (u'SUBPIECE_-1203822558', u'INT_EQUAL_-1203824989'), (u'CALL_-1203825065', u'INDIRECT_-1203823198'), (u'MULTIEQUAL_-1203823387', u'MULTIEQUAL_-1203823368'), (u'STORE_-1203824622', u'INDIRECT_-1203821703'), (u'MULTIEQUAL_-1203821892', u'MULTIEQUAL_-1203823037'), (u'CALL_-1203825917', u'INDIRECT_-1203822582'), (u'MULTIEQUAL_-1203823166', u'MULTIEQUAL_-1203823156'), ('const-4294967220', u'PTRSUB_-1203821381'), (u'CALL_-1203825917', u'INDIRECT_-1203823275'), (u'PTRADD_-1203821967', u'CAST_-1203821732'), (u'MULTIEQUAL_-1203823547', u'LOAD_-1203824395'), ('const-1', u'PTRADD_-1203821560'), (u'INDIRECT_-1203823413', u'MULTIEQUAL_-1203823320'), (u'INDIRECT_-1203822736', u'MULTIEQUAL_-1203822623'), ('const-2', u'PTRADD_-1203821931'), (u'LOAD_-1203824487', u'INT_ADD_-1203824462'), (u'CAST_-1203821988', u'LOAD_-1203825056'), (u'LOAD_-1203825832', u'CAST_-1203821696'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822229'), (u'CALL_-1203826431', u'INDIRECT_-1203823900'), (u'STORE_-1203824376', u'INDIRECT_-1203822167'), (u'MULTIEQUAL_-1203822258', u'MULTIEQUAL_-1203822237'), ('const-4', u'PTRADD_-1203821512'), (u'CAST_-1203821301', u'STORE_-1203825070'), (u'MULTIEQUAL_-1203821883', u'LOAD_-1203826049'), (u'INDIRECT_-1203821921', u'MULTIEQUAL_-1203822392'), (u'MULTIEQUAL_-1203823068', u'INT_ADD_-1203825508'), (u'INT_EQUAL_-1203824540', u'CBRANCH_-1203824537'), (u'PTRSUB_-1203822240', u'CAST_-1203821995'), (u'STORE_-1203824622', u'INDIRECT_-1203822101'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821194'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821194'), (u'INDIRECT_-1203823660', u'MULTIEQUAL_-1203823547'), (u'CAST_-1203821881', u'LOAD_-1203825031'), ('const-40', u'INT_ADD_-1203824462'), (u'INDIRECT_-1203822849', u'MULTIEQUAL_-1203823101'), ('const-4294967220', u'PTRSUB_-1203821271'), (u'CALL_-1203826562', u'INDIRECT_-1203823493'), ('const-4', u'INT_OR_-1203826369'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823798'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821242'), (u'COPY_-1203821340', u'MULTIEQUAL_-1203823718'), (u'STORE_-1203824480', u'INDIRECT_-1203822064'), (u'SUBPIECE_-1203822235', u'INT_NOTEQUAL_-1203825436'), (u'STORE_-1203825037', u'INDIRECT_-1203822754'), (u'STORE_-1203824581', u'INDIRECT_-1203821904'), (u'MULTIEQUAL_-1203823547', u'INT_NOTEQUAL_-1203825703'), ('tmp_7323', u'PTRSUB_-1203821967'), ('const-4', u'PTRADD_-1203822082'), (u'STORE_-1203824474', u'INDIRECT_-1203821908'), (u'INDIRECT_-1203822890', u'MULTIEQUAL_-1203822873'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822120'), ('const-4294967220', u'PTRSUB_-1203821242'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821152'), (u'INDIRECT_-1203822582', u'MULTIEQUAL_-1203822875'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821313'), (u'INT_ADD_-1203824564', u'CAST_-1203821164'), (u'SUBPIECE_-1203821940', u'COPY_-1203821340'), (u'INT_ADD_-1203826125', u'MULTIEQUAL_-1203824213'), ('tmp_7323', u'PTRSUB_-1203821109'), (u'INT_ADD_-1203821236', u'CAST_-1203821015'), (u'CALL_-1203826431', u'INDIRECT_-1203823592'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823105'), (u'CALL_-1203826299', u'PIECE_-1203822588'), (u'INT_ADD_-1203825415', u'COPY_-1203821651'), ('tmp_7323', u'PTRSUB_-1203822233'), (u'MULTIEQUAL_-1203823206', u'MULTIEQUAL_-1203823750'), (u'INDIRECT_-1203822848', u'MULTIEQUAL_-1203822704'), (u'CALL_-1203825917', u'INDIRECT_-1203823198'), (u'COPY_-1203823774', u'COPY_-1203821744'), (u'CAST_-1203821261', u'LOAD_-1203824953'), (u'PTRSUB_-1203821880', u'CAST_-1203821734'), ('tmp_2531', u'CBRANCH_-1203824982'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822275'), (u'INDIRECT_-1203821807', u'SUBPIECE_-1203821818'), (u'CALL_-1203825214', u'INDIRECT_-1203823294'), (u'CALL_-1203826431', u'INDIRECT_-1203823823'), (u'PTRADD_-1203821614', u'LOAD_-1203824929'), ('const-4294967295', u'INT_EQUAL_-1203824586'), (u'MULTIEQUAL_-1203822010', u'INT_NOTEQUAL_-1203824967'), (u'STORE_-1203824582', u'INDIRECT_-1203821936'), (u'STORE_-1203824480', u'INDIRECT_-1203821666'), (u'COPY_-1203821828', u'MULTIEQUAL_-1203824114'), (u'INDIRECT_-1203822768', u'MULTIEQUAL_-1203823239'), ('const-4', u'PTRADD_-1203821610'), ('tmp_3185', u'CBRANCH_-1203824999'), (u'CAST_-1203820976', u'LOAD_-1203824478'), (u'INDIRECT_-1203822736', u'MULTIEQUAL_-1203822687'), (u'INT_EQUAL_-1203826405', u'CBRANCH_-1203826404'), (u'INT_ADD_-1203825495', u'CAST_-1203821536'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822891'), (u'INT_ADD_-1203824563', u'CAST_-1203821017'), (u'INDIRECT_-1203823198', u'MULTIEQUAL_-1203823085'), (u'MULTIEQUAL_-1203823414', u'MULTIEQUAL_-1203823453'), (u'CAST_-1203821110', u'INT_ADD_-1203821284'), (u'MULTIEQUAL_-1203823393', u'MULTIEQUAL_-1203823349'), (u'INDIRECT_-1203823623', u'MULTIEQUAL_-1203823534'), (u'CALL_-1203826431', u'INDIRECT_-1203823361'), (u'STORE_-1203826015', u'INDIRECT_-1203822610'), (u'CAST_-1203821401', u'LOAD_-1203824517'), (u'STORE_-1203824376', u'INDIRECT_-1203821769'), (u'LOAD_-1203825300', u'INT_MULT_-1203825226'), (u'INDIRECT_-1203823336', u'INT_NOTEQUAL_-1203824958'), (u'CALL_-1203826562', u'INDIRECT_-1203823955'), (u'CAST_-1203821885', u'STORE_-1203825037'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822134'), ('const-0', u'COPY_-1203826257'), (u'INDIRECT_-1203822197', u'MULTIEQUAL_-1203822490'), (u'INT_NOTEQUAL_-1203826275', u'CBRANCH_-1203826275'), (u'CALL_-1203826562', u'CAST_-1203821891'), (u'INDIRECT_-1203822582', u'MULTIEQUAL_-1203822590'), (u'MULTIEQUAL_-1203822413', u'MULTIEQUAL_-1203822452'), (u'MULTIEQUAL_-1203821896', u'STORE_-1203824480'), (u'STORE_-1203825037', u'INDIRECT_-1203822908'), (u'MULTIEQUAL_-1203823256', u'MULTIEQUAL_-1203823253'), (u'INT_ADD_-1203826575', u'CAST_-1203822060'), ('const-3', u'PTRADD_-1203821461'), (u'LOAD_-1203824929', u'CAST_-1203821339'), (u'INT_EQUAL_-1203824339', u'CBRANCH_-1203824336'), ('const-0', u'SUBPIECE_-1203821940'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821666'), (u'STORE_-1203824382', u'INDIRECT_-1203821861'), (u'CALLIND_-1203824370', u'INT_EQUAL_-1203824339'), (u'INDIRECT_-1203822821', u'MULTIEQUAL_-1203823272'), (u'COPY_-1203826236', u'MULTIEQUAL_-1203824242'), ('const-0', u'SUBPIECE_-1203823969'), (u'STORE_-1203825927', u'INDIRECT_-1203822566'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822325'), (u'MULTIEQUAL_-1203823337', u'MULTIEQUAL_-1203823376'), (u'MULTIEQUAL_-1203823272', u'MULTIEQUAL_-1203823251'), ('const-417', u'STORE_-1203824353'), (u'INDIRECT_-1203822643', u'MULTIEQUAL_-1203822540'), ('const-4', u'INT_MULT_-1203826504'), (u'INDIRECT_-1203823336', u'MULTIEQUAL_-1203823214'), (u'INDIRECT_-1203822205', u'MULTIEQUAL_-1203822656'), (u'INDIRECT_-1203822874', u'MULTIEQUAL_-1203822752'), (u'INDIRECT_-1203822633', u'MULTIEQUAL_-1203822943'), (u'COPY_-1203821317', u'MULTIEQUAL_-1203823658'), (u'MULTIEQUAL_-1203821885', u'MULTIEQUAL_-1203822421'), (u'STORE_-1203825075', u'INDIRECT_-1203822014'), (u'MULTIEQUAL_-1203824014', u'MULTIEQUAL_-1203824014'), (u'INDIRECT_-1203822120', u'MULTIEQUAL_-1203822128'), (u'CALLIND_-1203824370', u'INDIRECT_-1203821974'), (u'MULTIEQUAL_-1203823291', u'MULTIEQUAL_-1203821891'), (u'LOAD_-1203824380', u'CALLIND_-1203824370'), (u'INDIRECT_-1203822699', u'MULTIEQUAL_-1203822610'), (u'INDIRECT_-1203822659', u'MULTIEQUAL_-1203822667'), (u'INDIRECT_-1203823721', u'MULTIEQUAL_-1203823628'), (u'COPY_-1203821829', u'MULTIEQUAL_-1203824114'), (u'CAST_-1203821299', u'LOAD_-1203824418'), (u'CALL_-1203826299', u'INDIRECT_-1203822925'), (u'MULTIEQUAL_-1203823285', u'LOAD_-1203824588'), (u'MULTIEQUAL_-1203822540', u'PTRADD_-1203822082'), (u'MULTIEQUAL_-1203823337', u'MULTIEQUAL_-1203821895'), (u'STORE_-1203824353', u'INDIRECT_-1203822190'), (u'MULTIEQUAL_-1203823052', u'MULTIEQUAL_-1203823027'), (u'CAST_-1203822005', u'STORE_-1203826460'), (u'CALLIND_-1203824543', u'INDIRECT_-1203823018'), (u'INT_MULT_-1203825991', u'INT_ADD_-1203826003'), ('const-4294967220', u'PTRSUB_-1203821113'), (u'SUBPIECE_-1203822538', u'INT_NOTEQUAL_-1203826159'), ('tmp_7323', u'PTRSUB_-1203821190'), (u'CAST_-1203821335', u'INT_LESS_-1203824908'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821113'), ('const-1', u'PTRADD_-1203821970'), (u'CALLIND_-1203824341', u'INDIRECT_-1203823076'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822614'), (u'INT_AND_-1203821853', u'CAST_-1203821117'), (u'INDIRECT_-1203823310', u'MULTIEQUAL_-1203823166'), ('const-417', u'LOAD_-1203825826'), (u'CALLIND_-1203824341', u'INDIRECT_-1203821998'), (u'MULTIEQUAL_-1203824292', u'COPY_-1203821955'), ('const-417', u'LOAD_-1203824601'), (u'INDIRECT_-1203822813', u'MULTIEQUAL_-1203823106'), (u'STORE_-1203825922', u'INDIRECT_-1203822947'), (u'MULTIEQUAL_-1203823368', u'MULTIEQUAL_-1203821892'), (u'MULTIEQUAL_-1203822490', u'MULTIEQUAL_-1203822529'), (u'INDIRECT_-1203822505', u'MULTIEQUAL_-1203822798'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822556'), (u'MULTIEQUAL_-1203823106', u'MULTIEQUAL_-1203823145'), (u'STORE_-1203825922', u'INDIRECT_-1203822395'), (u'INDIRECT_-1203822002', u'MULTIEQUAL_-1203822254'), ('tmp_13428', u'STORE_-1203826361'), (u'MULTIEQUAL_-1203824077', u'SUBPIECE_-1203824098'), ('const-4294967040', u'INT_AND_-1203821853'), (u'STORE_-1203824616', u'INDIRECT_-1203821945'), (u'CALL_-1203825214', u'INDIRECT_-1203822524'), (u'MULTIEQUAL_-1203823658', u'INT_EQUAL_-1203825585'), (u'INT_ADD_-1203824604', u'CAST_-1203820987'), (u'MULTIEQUAL_-1203823183', u'MULTIEQUAL_-1203823222'), ('const-417', u'LOAD_-1203825025'), (u'CALLIND_-1203824370', u'INDIRECT_-1203821807'), ('const-4', u'PTRADD_-1203822192'), (u'MULTIEQUAL_-1203822431', u'MULTIEQUAL_-1203821882'), (u'CALL_-1203825999', u'INDIRECT_-1203823469'), ('const-0', u'RETURN_-1203826314'), (u'MULTIEQUAL_-1203822744', u'MULTIEQUAL_-1203822719'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822537'), ('const-36', u'INT_ADD_-1203824564'), (u'CAST_-1203821400', u'INT_NOTEQUAL_-1203825174'), (u'INDIRECT_-1203823721', u'MULTIEQUAL_-1203823618'), (u'INDIRECT_-1203823336', u'MULTIEQUAL_-1203823233'), (u'CAST_-1203821674', u'INT_LESSEQUAL_-1203825734'), ('const-417', u'LOAD_-1203824395'), (u'CALL_-1203825065', u'INT_NOTEQUAL_-1203825038'), ('tmp_7323', u'PTRSUB_-1203821325'), (u'STORE_-1203825027', u'INDIRECT_-1203823058'), (u'STORE_-1203826436', u'INDIRECT_-1203823037'), (u'MULTIEQUAL_-1203822502', u'MULTIEQUAL_-1203822481'), ('const-417', u'LOAD_-1203824351'), (u'STORE_-1203826445', u'INDIRECT_-1203822644'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822814'), (u'INDIRECT_-1203822293', u'MULTIEQUAL_-1203822153'), (u'INDIRECT_-1203821848', u'MULTIEQUAL_-1203822100'), ('const-4294967216', u'PTRSUB_-1203821238'), (u'PTRSUB_-1203821321', u'CAST_-1203821163'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822230'), (u'CALL_-1203826562', u'INDIRECT_-1203823801'), ('tmp_7323', u'PTRSUB_-1203821113'), (u'MULTIEQUAL_-1203822103', u'MULTIEQUAL_-1203822100'), ('const-0', u'COPY_-1203824532'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822359'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822322'), ('const-2102253', u'STORE_-1203824575'), (u'INDIRECT_-1203823644', u'MULTIEQUAL_-1203823551'), (u'INDIRECT_-1203822797', u'MULTIEQUAL_-1203822704'), ('tmp_3238', u'BRANCH_-1203824683'), (u'MULTIEQUAL_-1203821855', u'STORE_-1203824649'), (u'STORE_-1203825070', u'INDIRECT_-1203822408'), (u'MULTIEQUAL_-1203822934', u'MULTIEQUAL_-1203823813'), ('const-417', u'STORE_-1203824649'), (u'MULTIEQUAL_-1203822875', u'MULTIEQUAL_-1203822914'), (u'PIECE_-1203821941', u'CAST_-1203821231'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821813'), (u'INDIRECT_-1203822537', u'MULTIEQUAL_-1203823008'), (u'INDIRECT_-1203823198', u'MULTIEQUAL_-1203823149'), (u'LOAD_-1203824853', u'CALL_-1203825999'), ('const-4', u'PTRADD_-1203821812'), (u'STORE_-1203826015', u'INDIRECT_-1203822764'), ('const-2101421', u'STORE_-1203826304'), (u'CALL_-1203826299', u'INDIRECT_-1203823695'), (u'STORE_-1203825037', u'INDIRECT_-1203822510'), (u'MULTIEQUAL_-1203822642', u'MULTIEQUAL_-1203822639'), (u'MULTIEQUAL_-1203823027', u'MULTIEQUAL_-1203823024'), (u'COPY_-1203821717', u'MULTIEQUAL_-1203823658'), ('tmp_2079', u'CBRANCH_-1203825322'), (u'COPY_-1203821895', u'MULTIEQUAL_-1203821877'), (u'LOAD_-1203824629', u'INT_ADD_-1203824604'), ('const-0', u'COPY_-1203826072'), (u'MULTIEQUAL_-1203824242', u'INT_ADD_-1203826125'), (u'INDIRECT_-1203823044', u'MULTIEQUAL_-1203823337'), (u'MULTIEQUAL_-1203822950', u'MULTIEQUAL_-1203822947'), (u'PTRSUB_-1203822030', u'PTRADD_-1203822030'), (u'INDIRECT_-1203823140', u'MULTIEQUAL_-1203823000'), (u'MULTIEQUAL_-1203822177', u'MULTIEQUAL_-1203822153'), (u'PTRADD_-1203822134', u'CAST_-1203821988'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821890'), ('const-4294967295', u'INT_EQUAL_-1203825641'), ('const-1', u'SUBPIECE_-1203822249'), (u'MULTIEQUAL_-1203822550', u'MULTIEQUAL_-1203822540'), (u'STORE_-1203825219', u'INDIRECT_-1203822275'), (u'MULTIEQUAL_-1203824282', u'COPY_-1203821935'), (u'INDIRECT_-1203823156', u'MULTIEQUAL_-1203823012'), (u'INT_ADD_-1203822068', u'CAST_-1203821879'), (u'STORE_-1203825070', u'INDIRECT_-1203822177'), (u'PTRSUB_-1203821238', u'CAST_-1203821110'), ('const-417', u'LOAD_-1203824568'), (u'PTRADD_-1203821870', u'LOAD_-1203825685'), (u'COPY_-1203825005', u'MULTIEQUAL_-1203823154'), (u'PIECE_-1203822249', u'CAST_-1203821528'), (u'STORE_-1203825089', u'INDIRECT_-1203822021'), (u'PTRSUB_-1203821967', u'PTRADD_-1203821967'), (u'MULTIEQUAL_-1203824014', u'INT_SUB_-1203825018'), (u'INDIRECT_-1203821831', u'COPY_-1203821259'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822505'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822091'), (u'MULTIEQUAL_-1203822623', u'MULTIEQUAL_-1203822579'), (u'CAST_-1203821779', u'INT_ADD_-1203821968'), (u'MULTIEQUAL_-1203823769', u'CAST_-1203821279'), (u'PTRADD_-1203821512', u'LOAD_-1203824975'), (u'LOAD_-1203824620', u'CALLIND_-1203824610'), (u'STORE_-1203824480', u'INDIRECT_-1203821910'), (u'INT_NOTEQUAL_-1203824941', u'CBRANCH_-1203824940'), (u'INDIRECT_-1203822128', u'MULTIEQUAL_-1203822579'), (u'PTRADD_-1203821874', u'LOAD_-1203825691'), ('const-0', u'COPY_-1203824578'), (u'MULTIEQUAL_-1203822169', u'MULTIEQUAL_-1203822208'), ('const-417', u'STORE_-1203826147'), ('const-417', u'LOAD_-1203826049'), (u'CAST_-1203821264', u'LOAD_-1203824690'), ('const-1', u'INT_ADD_-1203825763'), (u'STORE_-1203824616', u'INDIRECT_-1203821868'), (u'CALL_-1203825214', u'INDIRECT_-1203822216'), (u'CAST_-1203821537', u'INT_ADD_-1203825495'), (u'MULTIEQUAL_-1203823020', u'MULTIEQUAL_-1203822991'), (u'INT_ADD_-1203826113', u'MULTIEQUAL_-1203824271'), (u'MULTIEQUAL_-1203822721', u'MULTIEQUAL_-1203821887'), (u'COPY_-1203821215', u'MULTIEQUAL_-1203823703'), (u'PTRADD_-1203822230', u'CAST_-1203821989'), (u'CAST_-1203821225', u'LOAD_-1203824553'), (u'INDIRECT_-1203822614', u'MULTIEQUAL_-1203823085'), (u'MULTIEQUAL_-1203822694', u'MULTIEQUAL_-1203822704'), (u'MULTIEQUAL_-1203824213', u'COPY_-1203826100'), (u'INT_AND_-1203826497', u'INT_2COMP_-1203824169'), (u'CALL_-1203826299', u'INDIRECT_-1203823002'), (u'INDIRECT_-1203821966', u'MULTIEQUAL_-1203822259'), (u'STORE_-1203825075', u'INDIRECT_-1203822104'), (u'MULTIEQUAL_-1203823825', u'MULTIEQUAL_-1203823813'), ('const-417', u'STORE_-1203826460'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822772'), (u'MULTIEQUAL_-1203823349', u'MULTIEQUAL_-1203823328'), (u'MULTIEQUAL_-1203824014', u'INT_LESSEQUAL_-1203825396'), (u'INT_SUB_-1203825018', u'MULTIEQUAL_-1203824014'), (u'MULTIEQUAL_-1203822408', u'MULTIEQUAL_-1203822384'), ('const-4294967220', u'PTRSUB_-1203821325'), (u'INDIRECT_-1203823429', u'MULTIEQUAL_-1203823316'), (u'INDIRECT_-1203823121', u'MULTIEQUAL_-1203823072'), (u'CALL_-1203825999', u'INDIRECT_-1203823084'), (u'MULTIEQUAL_-1203823316', u'MULTIEQUAL_-1203823272'), (u'MULTIEQUAL_-1203822258', u'SUBPIECE_-1203821941'), (u'MULTIEQUAL_-1203822521', u'COPY_-1203821949'), ('tmp_7323', u'PTRSUB_-1203821238'), (u'CALL_-1203826431', u'INDIRECT_-1203823284'), (u'MULTIEQUAL_-1203822450', u'MULTIEQUAL_-1203822431'), ('const-417', u'LOAD_-1203824595'), (u'INT_ADD_-1203821284', u'CAST_-1203821109'), (u'INT_EQUAL_-1203825459', u'CBRANCH_-1203825457'), ('tmp_7323', u'PTRSUB_-1203822081'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822695'), (u'INDIRECT_-1203822436', u'MULTIEQUAL_-1203822887'), (u'INDIRECT_-1203822030', u'MULTIEQUAL_-1203822038'), (u'STORE_-1203825075', u'INDIRECT_-1203822258'), (u'STORE_-1203826004', u'INDIRECT_-1203822680'), (u'MULTIEQUAL_-1203822639', u'MULTIEQUAL_-1203822615'), (u'CALL_-1203825214', u'CAST_-1203821400'), (u'INDIRECT_-1203823238', u'MULTIEQUAL_-1203823149'), (u'INT_EQUAL_-1203825000', u'CBRANCH_-1203824999'), (u'LOAD_-1203824812', u'CALL_-1203825917'), (u'LOAD_-1203825346', u'CAST_-1203821462'), (u'MULTIEQUAL_-1203822540', u'MULTIEQUAL_-1203822550'), (u'MULTIEQUAL_-1203821887', u'MULTIEQUAL_-1203822652'), (u'STORE_-1203824575', u'INDIRECT_-1203821979'), ('const-417', u'LOAD_-1203825685'), (u'CALL_-1203826299', u'INDIRECT_-1203823387'), (u'MULTIEQUAL_-1203823453', u'PTRADD_-1203821489'), (u'PTRADD_-1203821113', u'CAST_-1203820978'), (u'CALL_-1203826299', u'INDIRECT_-1203823233'), (u'STORE_-1203826304', u'INDIRECT_-1203822585'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822081'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822667'), ('tmp_1815', u'CBRANCH_-1203825473'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822156'), (u'INDIRECT_-1203823044', u'MULTIEQUAL_-1203822931'), (u'LOAD_-1203824690', u'INT_ZEXT_-1203824674'), ('tmp_7323', u'PTRSUB_-1203822019'), (u'MULTIEQUAL_-1203823285', u'MULTIEQUAL_-1203823256'), (u'INDIRECT_-1203823772', u'MULTIEQUAL_-1203823750'), ('const-4294967220', u'PTRSUB_-1203821666'), (u'INDIRECT_-1203822505', u'MULTIEQUAL_-1203822456'), (u'MULTIEQUAL_-1203822854', u'MULTIEQUAL_-1203822810'), ('const-3', u'PTRADD_-1203821512'), (u'CAST_-1203821879', u'STORE_-1203825027'), (u'CAST_-1203821528', u'MULTIEQUAL_-1203822169'), (u'CAST_-1203821162', u'STORE_-1203824576'), ('const-4294967232', u'PTRSUB_-1203822081'), (u'MULTIEQUAL_-1203823285', u'PTRADD_-1203821610'), (u'LOAD_-1203824975', u'CAST_-1203821257'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822710'), ('const-417', u'STORE_-1203825922'), (u'STORE_-1203824576', u'INDIRECT_-1203822165'), (u'INDIRECT_-1203821783', u'MULTIEQUAL_-1203822190'), (u'STORE_-1203824347', u'INDIRECT_-1203821957'), (u'MULTIEQUAL_-1203823547', u'PTRADD_-1203821870'), (u'STORE_-1203826004', u'INDIRECT_-1203822757'), (u'LOAD_-1203825931', u'STORE_-1203825927'), ('const-417', u'STORE_-1203825089'), (u'INT_ADD_-1203821155', u'CAST_-1203820974'), (u'CAST_-1203821738', u'STORE_-1203825927'), (u'STORE_-1203826436', u'INDIRECT_-1203823191'), ('const-4294967216', u'PTRSUB_-1203821321'), (u'MULTIEQUAL_-1203822205', u'MULTIEQUAL_-1203822180'), (u'MULTIEQUAL_-1203823464', u'MULTIEQUAL_-1203823474'), ('const-417', u'STORE_-1203824582'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821423'), (u'INT_ADD_-1203825508', u'CAST_-1203821544'), (u'MULTIEQUAL_-1203822257', u'MULTIEQUAL_-1203822254'), (u'LOAD_-1203824517', u'CALL_-1203825214'), (u'INDIRECT_-1203823392', u'MULTIEQUAL_-1203823303'), (u'LOAD_-1203824418', u'CALL_-1203825065'), (u'CAST_-1203821407', u'COPY_-1203825226'), ('const-4294967216', u'PTRSUB_-1203821267'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822630'), (u'CALL_-1203826299', u'INDIRECT_-1203823772'), (u'INDIRECT_-1203822075', u'MULTIEQUAL_-1203822546'), (u'MULTIEQUAL_-1203823453', u'LOAD_-1203824595'), (u'PTRADD_-1203821271', u'CAST_-1203821146'), ('const-2', u'PTRADD_-1203821870'), (u'INDIRECT_-1203822506', u'MULTIEQUAL_-1203822821'), (u'CALLIND_-1203824570', u'INDIRECT_-1203821876'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822845'), ('tmp_614', u'CBRANCH_-1203826275'), ('const-1', u'PTRADD_-1203821666'), (u'MULTIEQUAL_-1203822259', u'MULTIEQUAL_-1203821897'), (u'STORE_-1203824382', u'INDIRECT_-1203821938'), (u'CALL_-1203825214', u'INDIRECT_-1203822755'), (u'MULTIEQUAL_-1203823251', u'MULTIEQUAL_-1203823222'), (u'CALL_-1203825214', u'INDIRECT_-1203822447'), ('tmp_7323', u'PTRSUB_-1203821880'), (u'MULTIEQUAL_-1203822282', u'MULTIEQUAL_-1203822257'), (u'INDIRECT_-1203821967', u'MULTIEQUAL_-1203822282'), (u'CAST_-1203821313', u'STORE_-1203825089'), ('const-2102289', u'STORE_-1203824616'), (u'MULTIEQUAL_-1203822254', u'MULTIEQUAL_-1203822230'), (u'INDIRECT_-1203823172', u'MULTIEQUAL_-1203823482'), (u'MULTIEQUAL_-1203824233', u'COPY_-1203825944'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203822068'), (u'CALL_-1203826562', u'INDIRECT_-1203823878'), ('const-2102322', u'STORE_-1203824474'), (u'INDIRECT_-1203823095', u'MULTIEQUAL_-1203823405'), (u'MULTIEQUAL_-1203821893', u'MULTIEQUAL_-1203823114'), (u'PTRSUB_-1203821109', u'CAST_-1203820975'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822310'), (u'MULTIEQUAL_-1203822259', u'MULTIEQUAL_-1203822298'), (u'PTRSUB_-1203821490', u'PTRADD_-1203821490'), ('const-108', u'INT_ADD_-1203826575'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822922'), (u'INDIRECT_-1203822322', u'MULTIEQUAL_-1203822729'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823336'), (u'MULTIEQUAL_-1203823024', u'MULTIEQUAL_-1203823000'), (u'CALL_-1203825999', u'INDIRECT_-1203823623'), (u'INT_NOTEQUAL_-1203825623', u'BOOL_AND_-1203823693'), (u'INDIRECT_-1203822814', u'MULTIEQUAL_-1203823129'), (u'COPY_-1203825780', u'MULTIEQUAL_-1203822348'), (u'PTRSUB_-1203822137', u'CAST_-1203821991'), (u'STORE_-1203824575', u'INDIRECT_-1203821735'), (u'CAST_-1203821224', u'INT_ADD_-1203821423'), (u'CAST_-1203821633', u'INT_LESSEQUAL_-1203825669'), (u'COPY_-1203823782', u'COPY_-1203821755'), (u'INT_ADD_-1203821926', u'CAST_-1203821733'), ('const-1', u'PTRADD_-1203821505'), (u'CAST_-1203821261', u'INT_LESSEQUAL_-1203824959'), ('const-417', u'LOAD_-1203824487'), (u'CALL_-1203826431', u'INDIRECT_-1203822655'), (u'MULTIEQUAL_-1203823376', u'COPY_-1203821678'), (u'LOAD_-1203825031', u'CALLIND_-1203825021'), (u'STORE_-1203824582', u'INDIRECT_-1203822090'), (u'PTRADD_-1203821802', u'LOAD_-1203825530'), (u'MULTIEQUAL_-1203822237', u'MULTIEQUAL_-1203822208'), (u'CALL_-1203826299', u'INDIRECT_-1203822848'), ('const-417', u'LOAD_-1203825300'), (u'MULTIEQUAL_-1203824292', u'INT_ADD_-1203826170'), (u'PTRSUB_-1203821377', u'CAST_-1203821224'), (u'INDIRECT_-1203822909', u'MULTIEQUAL_-1203822769'), (u'LOAD_-1203826181', u'INT_SEXT_-1203826164'), (u'INDIRECT_-1203823660', u'PTRADD_-1203821931'), (u'MULTIEQUAL_-1203822810', u'MULTIEQUAL_-1203822789'), (u'STORE_-1203824581', u'INDIRECT_-1203821827'), (u'INDIRECT_-1203822678', u'MULTIEQUAL_-1203822538'), ('tmp_2610', u'CBRANCH_-1203824937'), (u'STORE_-1203825927', u'INDIRECT_-1203822399'), (u'MULTIEQUAL_-1203822858', u'MULTIEQUAL_-1203822848'), ('const-4', u'PTRADD_-1203821802'), (u'STORE_-1203824376', u'INDIRECT_-1203822090'), (u'MULTIEQUAL_-1203823541', u'MULTIEQUAL_-1203823551'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822233'), (u'MULTIEQUAL_-1203822866', u'MULTIEQUAL_-1203822837'), (u'STORE_-1203826004', u'INDIRECT_-1203822603'), ('const-1', u'INT_ADD_-1203825785'), (u'CALLIND_-1203824610', u'INT_EQUAL_-1203824586'), (u'MULTIEQUAL_-1203823183', u'MULTIEQUAL_-1203821893'), (u'INDIRECT_-1203822622', u'MULTIEQUAL_-1203822533'), (u'INDIRECT_-1203822351', u'MULTIEQUAL_-1203822334'), (u'INDIRECT_-1203823583', u'MULTIEQUAL_-1203823534'), (u'MULTIEQUAL_-1203822298', u'CAST_-1203821537'), (u'MULTIEQUAL_-1203824140', u'INT_ADD_-1203825858'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821505'), (u'CAST_-1203821339', u'MULTIEQUAL_-1203823920'), (u'MULTIEQUAL_-1203823211', u'LOAD_-1203826396'), ('const-417', u'LOAD_-1203824981'), (u'CAST_-1203821142', u'STORE_-1203824347'), (u'MULTIEQUAL_-1203822866', u'MULTIEQUAL_-1203823211'), (u'MULTIEQUAL_-1203821882', u'MULTIEQUAL_-1203822100'), ('const-4294967216', u'PTRSUB_-1203821594'), (u'CALL_-1203825917', u'INDIRECT_-1203822967'), (u'MULTIEQUAL_-1203822334', u'MULTIEQUAL_-1203822331'), (u'INT_ADD_-1203826516', u'INT_AND_-1203826497'), ('tmp_3711', u'CBRANCH_-1203824336'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822151'), ('const-417', u'LOAD_-1203824953'), (u'LOAD_-1203824395', u'INT_ADD_-1203824364'), (u'INDIRECT_-1203822383', u'MULTIEQUAL_-1203822854'), (u'INDIRECT_-1203822659', u'MULTIEQUAL_-1203823211'), ('tmp_2890', u'CBRANCH_-1203824940'), (u'MULTIEQUAL_-1203823233', u'MULTIEQUAL_-1203823243'), (u'MULTIEQUAL_-1203823703', u'PIECE_-1203821941'), (u'INDIRECT_-1203823044', u'MULTIEQUAL_-1203822995'), (u'LOAD_-1203824708', u'CAST_-1203821260'), (u'INDIRECT_-1203822975', u'MULTIEQUAL_-1203823426'), (u'PTRSUB_-1203822026', u'PTRADD_-1203822026'), (u'COPY_-1203821708', u'MULTIEQUAL_-1203824014'), (u'COPY_-1203824532', u'MULTIEQUAL_-1203823414'), (u'INDIRECT_-1203823413', u'COPY_-1203821973'), (u'INT_SUB_-1203825018', u'PTRADD_-1203821812'), (u'INT_MULT_-1203826158', u'INT_ADD_-1203826170'), ('tmp_743', u'CBRANCH_-1203826157'), (u'INDIRECT_-1203823490', u'MULTIEQUAL_-1203823368'), (u'PTRADD_-1203821802', u'STORE_-1203825017'), (u'MULTIEQUAL_-1203821888', u'MULTIEQUAL_-1203823211'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822429'), (u'INDIRECT_-1203823105', u'MULTIEQUAL_-1203822983'), (u'STORE_-1203826445', u'INDIRECT_-1203822888'), (u'STORE_-1203826460', u'INDIRECT_-1203822896'), (u'COPY_-1203821955', u'MULTIEQUAL_-1203824282'), (u'CAST_-1203821420', u'LOAD_-1203825254'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822898'), (u'MULTIEQUAL_-1203823736', u'STORE_-1203826353'), (u'INDIRECT_-1203822352', u'MULTIEQUAL_-1203822667'), ('tmp_2577', u'CBRANCH_-1203824957'), (u'MULTIEQUAL_-1203824114', u'COPY_-1203821806'), (u'MULTIEQUAL_-1203824271', u'INT_ADD_-1203824968'), (u'CALL_-1203825999', u'INDIRECT_-1203823546'), (u'STORE_-1203825033', u'INDIRECT_-1203822508'), ('tmp_1679', u'CBRANCH_-1203825584'), ('tmp_2738', u'BRANCH_-1203824645'), (u'MULTIEQUAL_-1203824233', u'PTRADD_-1203821990'), (u'MULTIEQUAL_-1203823079', u'MULTIEQUAL_-1203823089'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822051'), (u'STORE_-1203824376', u'INDIRECT_-1203822013'), (u'MULTIEQUAL_-1203824292', u'COPY_-1203821965'), (u'INDIRECT_-1203822737', u'MULTIEQUAL_-1203823052'), (u'MULTIEQUAL_-1203822798', u'MULTIEQUAL_-1203822837'), (u'PTRADD_-1203821152', u'CAST_-1203820989'), ('const-36', u'INT_ADD_-1203824604'), (u'MULTIEQUAL_-1203823387', u'MULTIEQUAL_-1203823397'), (u'INDIRECT_-1203821897', u'MULTIEQUAL_-1203822348'), (u'INT_ADD_-1203821367', u'CAST_-1203821162'), ('const-2101607', u'STORE_-1203825922'), ('const-417', u'STORE_-1203826445'), (u'COPY_-1203821884', u'MULTIEQUAL_-1203824233'), (u'STORE_-1203826004', u'INDIRECT_-1203822436'), (u'MULTIEQUAL_-1203822625', u'STORE_-1203824649'), (u'MULTIEQUAL_-1203822771', u'MULTIEQUAL_-1203822781'), (u'CALL_-1203826562', u'STORE_-1203825033'), (u'LOAD_-1203826181', u'INT_NOTEQUAL_-1203826159'), ('tmp_3365', u'CBRANCH_-1203824537'), (u'INDIRECT_-1203822014', u'MULTIEQUAL_-1203822421'), (u'MULTIEQUAL_-1203822952', u'MULTIEQUAL_-1203822991'), (u'CALLIND_-1203825021', u'INT_EQUAL_-1203824989'), (u'INT_ADD_-1203824977', u'CAST_-1203821306'), (u'INT_ZEXT_-1203824674', u'MULTIEQUAL_-1203824077'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822864'), ('tmp_413', u'CBRANCH_-1203826404'), ('const-4294967216', u'PTRSUB_-1203822022'), ('tmp_3723', u'BRANCH_-1203824314'), (u'MULTIEQUAL_-1203822789', u'MULTIEQUAL_-1203822760'), (u'INDIRECT_-1203822691', u'MULTIEQUAL_-1203823162'), (u'CALL_-1203826562', u'INDIRECT_-1203823416'), (u'INDIRECT_-1203823275', u'INT_EQUAL_-1203825000'), (u'MULTIEQUAL_-1203821896', u'MULTIEQUAL_-1203823345'), (u'PTRSUB_-1203821242', u'PTRADD_-1203821242'), (u'MULTIEQUAL_-1203823233', u'INT_EQUAL_-1203826104'), (u'PTRADD_-1203821490', u'CAST_-1203821299'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823567'), (u'INDIRECT_-1203822399', u'MULTIEQUAL_-1203822806'), ('const-417', u'LOAD_-1203825031'), (u'COPY_-1203826360', u'RETURN_-1203826314'), (u'MULTIEQUAL_-1203823101', u'MULTIEQUAL_-1203823077'), (u'MULTIEQUAL_-1203823505', u'MULTIEQUAL_-1203823482'), ('const-4', u'INT_MULT_-1203826158'), ('const-1', u'PTRADD_-1203822022'), (u'INT_EQUAL_-1203826104', u'CBRANCH_-1203826101'), (u'CAST_-1203821776', u'MULTIEQUAL_-1203824147'), ('const-4294967248', u'PTRSUB_-1203822169'), ('const-1', u'PTRADD_-1203821194'), ('const-417', u'LOAD_-1203825968'), (u'INDIRECT_-1203823823', u'MULTIEQUAL_-1203823750'), (u'INDIRECT_-1203822120', u'MULTIEQUAL_-1203822103'), (u'INDIRECT_-1203822351', u'MULTIEQUAL_-1203822359'), (u'STORE_-1203824575', u'INDIRECT_-1203822287'), (u'CALL_-1203825065', u'INDIRECT_-1203823121'), (u'CALL_-1203826431', u'INDIRECT_-1203823746'), (u'CAST_-1203821402', u'STORE_-1203825219'), (u'CAST_-1203821306', u'COPY_-1203821484'), (u'INDIRECT_-1203821831', u'MULTIEQUAL_-1203822302'), (u'INDIRECT_-1203823772', u'MULTIEQUAL_-1203823628'), ('const-4', u'INT_MULT_-1203825991'), (u'CAST_-1203821674', u'COPY_-1203825780'), (u'LOAD_-1203825254', u'STORE_-1203825228'), (u'MULTIEQUAL_-1203822898', u'MULTIEQUAL_-1203822873'), ('const-4', u'PTRADD_-1203821870'), ('const-4294967295', u'INT_EQUAL_-1203824540'), (u'MULTIEQUAL_-1203823703', u'COPY_-1203821369'), (u'PTRSUB_-1203821325', u'PTRADD_-1203821325'), (u'INDIRECT_-1203822051', u'MULTIEQUAL_-1203822502'), (u'INT_ADD_-1203824968', u'MULTIEQUAL_-1203824271'), (u'PTRSUB_-1203822240', u'STORE_-1203826445'), (u'INDIRECT_-1203822359', u'MULTIEQUAL_-1203822810'), ('const-4294967220', u'PTRSUB_-1203821557'), ('const-417', u'STORE_-1203824576'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822821'), (u'INDIRECT_-1203822707', u'MULTIEQUAL_-1203823114'), (u'INDIRECT_-1203822813', u'MULTIEQUAL_-1203822700'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822428'), (u'CALL_-1203825917', u'INDIRECT_-1203823044'), (u'INDIRECT_-1203821693', u'MULTIEQUAL_-1203822100'), (u'COPY_-1203821484', u'MULTIEQUAL_-1203823769'), ('tmp_3959', u'CBRANCH_-1203824987'), (u'CAST_-1203821017', u'LOAD_-1203824579'), (u'INDIRECT_-1203823121', u'MULTIEQUAL_-1203823008'), (u'INT_SEXT_-1203826164', u'STORE_-1203825037'), (u'MULTIEQUAL_-1203822760', u'MULTIEQUAL_-1203822721'), ('tmp_7323', u'PTRSUB_-1203822151'), (u'INDIRECT_-1203823352', u'MULTIEQUAL_-1203823303'), (u'PTRSUB_-1203821493', u'CAST_-1203821302'), ('const-36', u'INT_ADD_-1203824537'), (u'MULTIEQUAL_-1203822565', u'MULTIEQUAL_-1203822562'), (u'COPY_-1203821699', u'MULTIEQUAL_-1203824002'), (u'MULTIEQUAL_-1203821896', u'PTRADD_-1203821720'), ('const-3', u'PTRADD_-1203821720'), ('const-417', u'STORE_-1203825070'), ('tmp_1441', u'CBRANCH_-1203825733'), (u'INT_EQUAL_-1203825641', u'BOOL_AND_-1203823693'), (u'INDIRECT_-1203822274', u'MULTIEQUAL_-1203822567'), (u'STORE_-1203824616', u'INDIRECT_-1203821791'), (u'INDIRECT_-1203823294', u'MULTIEQUAL_-1203823154'), (u'STORE_-1203825027', u'INDIRECT_-1203822596'), (u'INDIRECT_-1203822643', u'MULTIEQUAL_-1203822521'), (u'COPY_-1203825570', u'COPY_-1203821719'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822014'), ('const-4294967295', u'COPY_-1203824524'), (u'CAST_-1203820978', u'STORE_-1203824480'), (u'INDIRECT_-1203822797', u'MULTIEQUAL_-1203822675'), (u'CALL_-1203826431', u'INDIRECT_-1203822976'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203822026'), ('const-417', u'LOAD_-1203825346'), (u'MULTIEQUAL_-1203823482', u'MULTIEQUAL_-1203823825'), ('tmp_1477', u'CBRANCH_-1203825703'), (u'MULTIEQUAL_-1203824014', u'MULTIEQUAL_-1203823961'), ('const-0', u'COPY_-1203823774'), (u'CALL_-1203826431', u'INDIRECT_-1203823515'), ('const-4', u'PTRADD_-1203821914'), ('const-4294967220', u'PTRSUB_-1203821669'), (u'CALL_-1203825999', u'INDIRECT_-1203823238'), (u'STORE_-1203824549', u'INDIRECT_-1203821982'), (u'INDIRECT_-1203823052', u'MULTIEQUAL_-1203823505'), (u'MULTIEQUAL_-1203822038', u'MULTIEQUAL_-1203822013'), (u'INDIRECT_-1203822951', u'MULTIEQUAL_-1203822858'), ('tmp_7323', u'PTRSUB_-1203821557'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823413'), (u'INT_LESSEQUAL_-1203824959', u'CBRANCH_-1203824957'), ('const-4294967220', u'PTRSUB_-1203822019'), (u'COPY_-1203824504', u'MULTIEQUAL_-1203823328'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822926'), ('const-3', u'PTRADD_-1203821610'), ('tmp_2025', u'CBRANCH_-1203825357'), (u'STORE_-1203824622', u'INDIRECT_-1203821947'), (u'MULTIEQUAL_-1203823695', u'MULTIEQUAL_-1203823705'), (u'MULTIEQUAL_-1203823174', u'MULTIEQUAL_-1203823145'), (u'STORE_-1203825927', u'INDIRECT_-1203822720'), (u'PTRSUB_-1203822249', u'COPY_-1203826458'), (u'CAST_-1203821109', u'STORE_-1203824376'), (u'COPY_-1203821862', u'PTRADD_-1203821812'), ('const-4294967295', u'INT_EQUAL_-1203824339'), (u'INDIRECT_-1203822505', u'MULTIEQUAL_-1203822392'), (u'STORE_-1203824576', u'INDIRECT_-1203822242'), (u'INDIRECT_-1203822545', u'MULTIEQUAL_-1203822456'), (u'MULTIEQUAL_-1203822540', u'MULTIEQUAL_-1203822521'), (u'MULTIEQUAL_-1203823195', u'MULTIEQUAL_-1203823174'), (u'MULTIEQUAL_-1203821883', u'LOAD_-1203825300'), ('const-40', u'INT_ADD_-1203824563'), (u'INDIRECT_-1203822216', u'INT_LESS_-1203825175'), (u'INT_NOTEQUAL_-1203825174', u'CBRANCH_-1203824549'), (u'INDIRECT_-1203822986', u'MULTIEQUAL_-1203822846'), (u'MULTIEQUAL_-1203822781', u'MULTIEQUAL_-1203822771'), (u'CALL_-1203825917', u'CAST_-1203821731'), ('tmp_7323', u'PTRSUB_-1203821970'), (u'INDIRECT_-1203823044', u'MULTIEQUAL_-1203823027'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822274'), (u'LOAD_-1203824568', u'INT_ADD_-1203824537'), (u'CALL_-1203825065', u'INDIRECT_-1203822736'), (u'INT_ADD_-1203821640', u'CAST_-1203821402'), (u'PTRADD_-1203822081', u'CAST_-1203821937'), (u'INDIRECT_-1203823284', u'MULTIEQUAL_-1203823211'), ('tmp_7323', u'PTRSUB_-1203821560'), (u'INDIRECT_-1203822755', u'MULTIEQUAL_-1203822615'), ('const-4294967224', u'PTRSUB_-1203822030'), (u'INT_ADD_-1203822215', u'CAST_-1203822021'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822460'), (u'INDIRECT_-1203822853', u'MULTIEQUAL_-1203822764'), (u'CALL_-1203825917', u'INDIRECT_-1203823583'), ('const-417', u'STORE_-1203824622'), ('const-417', u'STORE_-1203825017'), ('const-417', u'LOAD_-1203825511'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822737'), (u'MULTIEQUAL_-1203822546', u'MULTIEQUAL_-1203822502'), (u'INT_LESSEQUAL_-1203825396', u'CBRANCH_-1203825405'), (u'MULTIEQUAL_-1203823961', u'COPY_-1203825404'), (u'STORE_-1203825089', u'INDIRECT_-1203822419'), (u'INDIRECT_-1203822667', u'MULTIEQUAL_-1203823118'), ('const-1', u'PTRADD_-1203822192'), (u'INT_MULT_-1203826504', u'INT_ADD_-1203826516'), ('const-4294967295', u'INT_EQUAL_-1203824512'), (u'PTRADD_-1203821666', u'CAST_-1203821401'), ('const-1', u'PTRADD_-1203821271'), (u'PTRSUB_-1203821190', u'CAST_-1203821016'), ('const-1', u'PTRADD_-1203821381'), (u'PTRSUB_-1203822081', u'PTRADD_-1203822081'), (u'INDIRECT_-1203821925', u'MULTIEQUAL_-1203822177'), (u'LOAD_-1203824981', u'CAST_-1203821261'), (u'MULTIEQUAL_-1203822914', u'MULTIEQUAL_-1203822875'), (u'INT_ADD_-1203825238', u'CAST_-1203821420'), (u'STORE_-1203825033', u'INDIRECT_-1203822829'), (u'STORE_-1203825219', u'INDIRECT_-1203822429'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822436'), (u'CALLIND_-1203824569', u'INDIRECT_-1203823003'), (u'INDIRECT_-1203823493', u'INT_MULT_-1203826504'), (u'PTRSUB_-1203821194', u'PTRADD_-1203821194'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822744'), (u'INDIRECT_-1203823336', u'MULTIEQUAL_-1203823243'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822660'), (u'CALL_-1203826431', u'INDIRECT_-1203823053'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823721'), (u'CAST_-1203821937', u'STORE_-1203826304'), (u'INT_ADD_-1203825015', u'CAST_-1203821881'), (u'CAST_-1203821777', u'LOAD_-1203824853'), (u'CALL_-1203825917', u'INDIRECT_-1203822736'), (u'MULTIEQUAL_-1203821896', u'PTRADD_-1203821707'), (u'STORE_-1203824549', u'INDIRECT_-1203822136'), (u'STORE_-1203825219', u'INDIRECT_-1203822198'), ('const-417', u'STORE_-1203824376'), ('const-4', u'PTRADD_-1203821931'), (u'CAST_-1203820989', u'STORE_-1203824622'), (u'MULTIEQUAL_-1203821896', u'PTRADD_-1203821724'), ('const-4294967295', u'INT_NOTEQUAL_-1203824984'), (u'STORE_-1203826304', u'INDIRECT_-1203822983'), (u'MULTIEQUAL_-1203823414', u'MULTIEQUAL_-1203821896'), (u'LOAD_-1203824607', u'CAST_-1203821247'), (u'INDIRECT_-1203823044', u'MULTIEQUAL_-1203823052'), ('const-4294967220', u'PTRSUB_-1203822022'), ('const-20', u'PTRSUB_-1203822249'), ('const-1', u'INT_ADD_-1203825415'), ('const-0', u'SUBPIECE_-1203821818'), ('tmp_3111', u'BRANCH_-1203824456'), (u'LOAD_-1203825025', u'INT_NOTEQUAL_-1203824937'), (u'INDIRECT_-1203822553', u'MULTIEQUAL_-1203822460'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822094'), (u'MULTIEQUAL_-1203822331', u'MULTIEQUAL_-1203822307'), ('const-40', u'INT_ADD_-1203824335'), (u'INDIRECT_-1203823198', u'MULTIEQUAL_-1203823750'), (u'STORE_-1203825037', u'INDIRECT_-1203822600'), (u'STORE_-1203824382', u'INDIRECT_-1203822015'), (u'SUBPIECE_-1203821818', u'COPY_-1203821215'), (u'MULTIEQUAL_-1203824242', u'MULTIEQUAL_-1203824213'), (u'PTRSUB_-1203821381', u'PTRADD_-1203821381'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822813'), (u'COPY_-1203821806', u'MULTIEQUAL_-1203824134'), (u'MULTIEQUAL_-1203823453', u'INT_NOTEQUAL_-1203825473'), ('const-2', u'PTRADD_-1203821724'), ('const-417', u'LOAD_-1203824517'), (u'INT_NOTEQUAL_-1203825038', u'CBRANCH_-1203825037'), (u'INDIRECT_-1203822874', u'MULTIEQUAL_-1203822771'), (u'MULTIEQUAL_-1203822931', u'MULTIEQUAL_-1203822887'), (u'CALLIND_-1203824341', u'INDIRECT_-1203821921'), ('const-2', u'PTRADD_-1203821489'), (u'STORE_-1203824581', u'INDIRECT_-1203821737'), (u'BOOL_AND_-1203823693', u'COPY_-1203821317'), (u'LOAD_-1203825685', u'CAST_-1203821633'), ('const-417', u'LOAD_-1203824418'), ('const-4294967220', u'PTRSUB_-1203822233'), (u'INDIRECT_-1203822832', u'MULTIEQUAL_-1203822692'), (u'CAST_-1203821462', u'INT_LESS_-1203825325'), (u'STORE_-1203824382', u'INDIRECT_-1203822169'), (u'INDIRECT_-1203823003', u'MULTIEQUAL_-1203823253'), (u'INDIRECT_-1203822245', u'MULTIEQUAL_-1203822652'), (u'CALL_-1203826562', u'INDIRECT_-1203823262'), (u'INT_NOTEQUAL_-1203824967', u'CBRANCH_-1203824966'), (u'INDIRECT_-1203823798', u'MULTIEQUAL_-1203823695'), (u'MULTIEQUAL_-1203823349', u'PTRADD_-1203821457'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821539'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821967'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822890'), (u'INT_SUB_-1203825018', u'MULTIEQUAL_-1203823961'), (u'STORE_-1203825228', u'INDIRECT_-1203822113'), (u'CALL_-1203825999', u'INDIRECT_-1203822853'), ('const-4294967216', u'PTRSUB_-1203821148'), (u'MULTIEQUAL_-1203823750', u'MULTIEQUAL_-1203823736'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823182'), (u'CAST_-1203821306', u'STORE_-1203825075'), (u'CALLIND_-1203824569', u'INDIRECT_-1203821758'), ('const-0', u'INT_NOTEQUAL_-1203826275'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822736'), ('tmp_7323', u'PTRSUB_-1203821493'), ('const-4', u'PTRADD_-1203821489'), (u'STORE_-1203824582', u'INDIRECT_-1203822013'), (u'MULTIEQUAL_-1203822667', u'MULTIEQUAL_-1203822642'), ('const-417', u'STORE_-1203825228'), (u'MULTIEQUAL_-1203823029', u'MULTIEQUAL_-1203821891'), ('tmp_3444', u'CBRANCH_-1203824584'), ('const-417', u'LOAD_-1203825524'), (u'PTRSUB_-1203821557', u'PTRADD_-1203821557'), ('const-1', u'SUBPIECE_-1203821941'), (u'COPY_-1203821862', u'MULTIEQUAL_-1203821883'), (u'MULTIEQUAL_-1203823299', u'MULTIEQUAL_-1203823260'), ('const-417', u'STORE_-1203824581'), (u'INT_ADD_-1203825858', u'INT_LESS_-1203825837'), (u'MULTIEQUAL_-1203821894', u'MULTIEQUAL_-1203823191'), (u'STORE_-1203826436', u'INDIRECT_-1203822883'), (u'MULTIEQUAL_-1203823260', u'MULTIEQUAL_-1203821894'), (u'INDIRECT_-1203822776', u'MULTIEQUAL_-1203822687'), (u'MULTIEQUAL_-1203822667', u'MULTIEQUAL_-1203823211'), (u'INDIRECT_-1203822890', u'MULTIEQUAL_-1203822898'), ('const-417', u'LOAD_-1203826396'), (u'MULTIEQUAL_-1203823397', u'MULTIEQUAL_-1203823387'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822659'), (u'MULTIEQUAL_-1203824271', u'INT_MULT_-1203826158'), ('const-4294967216', u'PTRSUB_-1203822137'), ('const-417', u'STORE_-1203824480'), (u'PTRSUB_-1203821271', u'PTRADD_-1203821271'), (u'COPY_-1203821985', u'MULTIEQUAL_-1203822550'), (u'INDIRECT_-1203822967', u'MULTIEQUAL_-1203822950'), (u'MULTIEQUAL_-1203824271', u'INT_ADD_-1203826113'), ('tmp_3572', u'CBRANCH_-1203824509'), (u'STORE_-1203825228', u'INDIRECT_-1203822434'), (u'MULTIEQUAL_-1203822947', u'MULTIEQUAL_-1203822625'), (u'MULTIEQUAL_-1203824242', u'PTRADD_-1203822082'), ('tmp_7323', u'PTRSUB_-1203821669'), (u'STORE_-1203825927', u'INDIRECT_-1203822643'), (u'PTRADD_-1203822082', u'STORE_-1203826147'), (u'INDIRECT_-1203823900', u'MULTIEQUAL_-1203823825'), ('const-417', u'STORE_-1203826393'), (u'MULTIEQUAL_-1203822943', u'MULTIEQUAL_-1203822914'), (u'INDIRECT_-1203823413', u'MULTIEQUAL_-1203823310'), (u'CAST_-1203821880', u'INT_ADD_-1203822068'), (u'PTRADD_-1203821560', u'CAST_-1203821306'), (u'CAST_-1203822021', u'COPY_-1203821985'), (u'CALL_-1203825065', u'INDIRECT_-1203823044'), ('const-3', u'PTRADD_-1203821485'), (u'MULTIEQUAL_-1203822675', u'MULTIEQUAL_-1203821884'), ('const-417', u'STORE_-1203826004'), (u'INDIRECT_-1203823567', u'MULTIEQUAL_-1203823445'), (u'STORE_-1203825070', u'INDIRECT_-1203822100'), (u'CALL_-1203826562', u'INDIRECT_-1203822954'), (u'STORE_-1203825228', u'INDIRECT_-1203822280'), (u'INDIRECT_-1203822464', u'MULTIEQUAL_-1203822716'), ('const-1', u'PTRADD_-1203822233'), (u'INDIRECT_-1203823541', u'MULTIEQUAL_-1203823397'), (u'INDIRECT_-1203822813', u'MULTIEQUAL_-1203822796'), (u'STORE_-1203824582', u'INDIRECT_-1203821846'), (u'CALL_-1203826562', u'INDIRECT_-1203822710'), (u'CALL_-1203825999', u'INDIRECT_-1203822545'), (u'STORE_-1203824353', u'INDIRECT_-1203822113'), (u'INT_EQUAL_-1203824512', u'CBRANCH_-1203824509'), (u'CAST_-1203821675', u'INT_ADD_-1203825763'), (u'INT_LESS_-1203825873', u'CBRANCH_-1203825879'), (u'INDIRECT_-1203822951', u'MULTIEQUAL_-1203822829'), ('const-417', u'STORE_-1203825075'), (u'INDIRECT_-1203823198', u'MULTIEQUAL_-1203823206'), (u'MULTIEQUAL_-1203824147', u'COPY_-1203821829'), (u'PTRSUB_-1203822019', u'PTRADD_-1203822019'), ('const-8', u'INT_ADD_-1203825015'), (u'INDIRECT_-1203823105', u'MULTIEQUAL_-1203823012'), ('const-0', u'COPY_-1203823376'), ('const-2', u'PTRADD_-1203821914'), (u'CAST_-1203821731', u'INT_LESS_-1203825873'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822476'), ('const-4294967220', u'PTRSUB_-1203821967'), (u'INDIRECT_-1203822275', u'MULTIEQUAL_-1203822590'), (u'STORE_-1203824576', u'INDIRECT_-1203822011'), ('tmp_13428', u'COPY_-1203826360'), (u'MULTIEQUAL_-1203822579', u'MULTIEQUAL_-1203822558'), (u'CALL_-1203825065', u'INDIRECT_-1203823275'), (u'PTRADD_-1203821325', u'CAST_-1203821166'), ('tmp_13428', u'PTRADD_-1203822192'), (u'MULTIEQUAL_-1203823328', u'MULTIEQUAL_-1203823299'), (u'CALLIND_-1203824543', u'INDIRECT_-1203821927'), (u'CALL_-1203826431', u'INDIRECT_-1203823438'), (u'CALL_-1203825917', u'INDIRECT_-1203823506'), ('const-4294967220', u'PTRSUB_-1203822026'), (u'MULTIEQUAL_-1203823226', u'INT_ADD_-1203825915'), ('const-1', u'PTRADD_-1203822030'), (u'CALL_-1203825214', u'INDIRECT_-1203823063'), (u'CAST_-1203822060', u'CALL_-1203826562'), (u'STORE_-1203825922', u'INDIRECT_-1203822716'), (u'CALL_-1203825065', u'INDIRECT_-1203822659'), ('const-0', u'INT_NOTEQUAL_-1203825473'), (u'PTRADD_-1203821597', u'STORE_-1203825009'), ('const-4', u'PTRADD_-1203821461'), ('const-417', u'LOAD_-1203824366'), (u'CALL_-1203826299', u'INDIRECT_-1203822604'), (u'COPY_-1203821719', u'MULTIEQUAL_-1203824041'), (u'MULTIEQUAL_-1203823618', u'MULTIEQUAL_-1203823628'), ('tmp_7323', u'PTRSUB_-1203821666'), (u'CAST_-1203820974', u'STORE_-1203824474'), (u'MULTIEQUAL_-1203822469', u'MULTIEQUAL_-1203822425'), ('const-1', u'PTRADD_-1203822019'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822797'), (u'CAST_-1203821891', u'LOAD_-1203825050'), (u'INT_SUB_-1203825018', u'INT_LESS_-1203824990'), (u'INT_ADD_-1203824537', u'CAST_-1203821225'), (u'STORE_-1203826004', u'INDIRECT_-1203822526'), (u'MULTIEQUAL_-1203823239', u'MULTIEQUAL_-1203823195'), (u'INDIRECT_-1203822216', u'INT_NOTEQUAL_-1203825174'), (u'LOAD_-1203824714', u'CAST_-1203821264'), (u'MULTIEQUAL_-1203823129', u'MULTIEQUAL_-1203823104'), (u'MULTIEQUAL_-1203823310', u'MULTIEQUAL_-1203823320'), (u'MULTIEQUAL_-1203822848', u'MULTIEQUAL_-1203822829'), ('const-4', u'INT_MULT_-1203825226'), (u'STORE_-1203826304', u'INDIRECT_-1203822829'), ('tmp_1309', u'CBRANCH_-1203825808'), (u'CAST_-1203821307', u'INT_ADD_-1203824977'), (u'INDIRECT_-1203823259', u'MULTIEQUAL_-1203823156'), ('const-4294967220', u'PTRSUB_-1203821152'), ('const-417', u'LOAD_-1203824929'), ('const-417', u'STORE_-1203825789'), ('const-2101371', u'STORE_-1203826436'), (u'INDIRECT_-1203822938', u'MULTIEQUAL_-1203823345'), (u'STORE_-1203825027', u'INDIRECT_-1203822506'), ('const-4294967220', u'PTRSUB_-1203821194'), (u'INT_ADD_-1203822183', u'CAST_-1203821990'), (u'SUBPIECE_-1203821941', u'PIECE_-1203821941'), (u'MULTIEQUAL_-1203821888', u'MULTIEQUAL_-1203822729'), (u'STORE_-1203824382', u'INDIRECT_-1203821771'), (u'CAST_-1203821300', u'LOAD_-1203824420'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822784'), (u'CAST_-1203821113', u'STORE_-1203824382'), (u'INDIRECT_-1203821927', u'MULTIEQUAL_-1203822237'), (u'STORE_-1203826304', u'INDIRECT_-1203822906'), (u'MULTIEQUAL_-1203822983', u'MULTIEQUAL_-1203821887'), (u'STORE_-1203825033', u'INDIRECT_-1203822906'), (u'INT_ADD_-1203821539', u'CAST_-1203821301'), (u'MULTIEQUAL_-1203823405', u'MULTIEQUAL_-1203823376'), (u'INT_MULT_-1203825496', u'INT_ADD_-1203825508'), (u'MULTIEQUAL_-1203824147', u'INT_LESS_-1203825873'), (u'STORE_-1203824616', u'INDIRECT_-1203822022'), (u'INT_ADD_-1203824335', u'CAST_-1203821144'), (u'STORE_-1203826015', u'INDIRECT_-1203822443'), (u'INDIRECT_-1203823387', u'MULTIEQUAL_-1203823243'), (u'MULTIEQUAL_-1203823482', u'MULTIEQUAL_-1203823453'), ('const-0', u'PTRSUB_-1203826565'), (u'CALL_-1203825214', u'INDIRECT_-1203822678'), (u'INDIRECT_-1203823063', u'MULTIEQUAL_-1203822923'), (u'CAST_-1203821409', u'STORE_-1203825228'), ('const-4', u'PTRADD_-1203821597'), (u'CAST_-1203821015', u'STORE_-1203824575'), (u'CAST_-1203820975', u'INT_ADD_-1203821155'), (u'MULTIEQUAL_-1203823453', u'MULTIEQUAL_-1203823414'), (u'INDIRECT_-1203822630', u'MULTIEQUAL_-1203823037'), ('const-417', u'LOAD_-1203824478'), ('const-4294967224', u'PTRSUB_-1203821490'), (u'STORE_-1203824555', u'INDIRECT_-1203822292'), (u'CALLIND_-1203824543', u'INDIRECT_-1203823095'), (u'INDIRECT_-1203822553', u'SUBPIECE_-1203822558'), (u'INT_ADD_-1203825785', u'STORE_-1203825789'), (u'INT_LESS_-1203826050', u'CBRANCH_-1203826059'), (u'MULTIEQUAL_-1203823068', u'MULTIEQUAL_-1203823029'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822590'), (u'LOAD_-1203826396', u'INT_OR_-1203826369'), (u'PTRADD_-1203821970', u'CAST_-1203821738'), (u'INDIRECT_-1203823217', u'MULTIEQUAL_-1203823077'), (u'COPY_-1203821259', u'MULTIEQUAL_-1203824134'), ('const-2101985', u'STORE_-1203825070'), (u'INDIRECT_-1203823275', u'LOAD_-1203824629'), (u'INDIRECT_-1203822513', u'MULTIEQUAL_-1203822964'), (u'CAST_-1203821339', u'INT_LESS_-1203824908'), (u'PTRADD_-1203821485', u'LOAD_-1203824708'), (u'CAST_-1203821223', u'STORE_-1203824549'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203822215'), (u'INDIRECT_-1203822120', u'MULTIEQUAL_-1203822413'), ('const-1', u'INT_ADD_-1203825858'), (u'COPY_-1203825005', u'MULTIEQUAL_-1203822856'), (u'STORE_-1203825089', u'INDIRECT_-1203822342'), (u'MULTIEQUAL_-1203822169', u'MULTIEQUAL_-1203821882'), ('tmp_7323', u'PTRSUB_-1203821271'), (u'PTRADD_-1203821557', u'CAST_-1203821300'), ('const-417', u'LOAD_-1203825024'), (u'MULTIEQUAL_-1203822848', u'MULTIEQUAL_-1203822858'), (u'INDIRECT_-1203822874', u'MULTIEQUAL_-1203822781'), (u'LOAD_-1203824351', u'CALLIND_-1203824341'), (u'STORE_-1203825219', u'INDIRECT_-1203822660'), (u'CALL_-1203825065', u'INDIRECT_-1203822030'), (u'STORE_-1203824576', u'INDIRECT_-1203821934'), (u'LOAD_-1203825346', u'INT_ADD_-1203825299'), (u'MULTIEQUAL_-1203823002', u'MULTIEQUAL_-1203822983'), (u'INDIRECT_-1203823063', u'MULTIEQUAL_-1203822625'), (u'INDIRECT_-1203822447', u'MULTIEQUAL_-1203822307'), (u'STORE_-1203824622', u'INDIRECT_-1203821870'), (u'INT_2COMP_-1203824169', u'PTRADD_-1203821381'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822553'), (u'PTRSUB_-1203822134', u'PTRADD_-1203822134'), (u'STORE_-1203826004', u'INDIRECT_-1203822834'), (u'LOAD_-1203824953', u'INT_NOTEQUAL_-1203824937'), (u'INT_NOTEQUAL_-1203824958', u'CBRANCH_-1203824957'), (u'CAST_-1203822022', u'INT_ADD_-1203822215'), ('const-0', u'COPY_-1203824504'), (u'MULTIEQUAL_-1203821890', u'MULTIEQUAL_-1203822883'), (u'STORE_-1203825075', u'INDIRECT_-1203822412'), (u'INDIRECT_-1203822643', u'MULTIEQUAL_-1203822550'), (u'MULTIEQUAL_-1203823551', u'MULTIEQUAL_-1203823541'), (u'INDIRECT_-1203822156', u'MULTIEQUAL_-1203822408'), (u'COPY_-1203824331', u'MULTIEQUAL_-1203823505'), (u'STORE_-1203824555', u'INDIRECT_-1203822215'), (u'CALL_-1203826431', u'INDIRECT_-1203823207'), (u'CAST_-1203821787', u'LOAD_-1203826019'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822768'), (u'SUBPIECE_-1203823969', u'INT_NOTEQUAL_-1203824941'), (u'MULTIEQUAL_-1203822490', u'MULTIEQUAL_-1203821885'), (u'STORE_-1203825219', u'INDIRECT_-1203822352'), ('const-1', u'PTRADD_-1203822151'), ('const-3', u'PTRADD_-1203821927'), (u'INDIRECT_-1203823233', u'MULTIEQUAL_-1203823089'), (u'MULTIEQUAL_-1203822567', u'MULTIEQUAL_-1203821886'), (u'INDIRECT_-1203823198', u'COPY_-1203821453'), ('const-4', u'PTRADD_-1203821457'), (u'INT_2COMP_-1203824169', u'INT_ADD_-1203821284'), (u'STORE_-1203824616', u'INDIRECT_-1203822253'), (u'MULTIEQUAL_-1203822413', u'MULTIEQUAL_-1203821884'), ('const-0', u'COPY_-1203826236'), (u'MULTIEQUAL_-1203823541', u'MULTIEQUAL_-1203823522'), (u'INDIRECT_-1203822216', u'COPY_-1203821544'), ('const-4294967216', u'PTRSUB_-1203821377'), (u'PTRADD_-1203821242', u'CAST_-1203821113'), (u'PIECE_-1203822588', u'CAST_-1203821912'), (u'INDIRECT_-1203823275', u'STORE_-1203824622'), (u'INDIRECT_-1203823259', u'MULTIEQUAL_-1203823137'), (u'INDIRECT_-1203822967', u'MULTIEQUAL_-1203822918'), (u'STORE_-1203824622', u'INDIRECT_-1203821793'), (u'CALLIND_-1203824610', u'MULTIEQUAL_-1203823945'), (u'MULTIEQUAL_-1203822298', u'MULTIEQUAL_-1203822259'), (u'MULTIEQUAL_-1203824140', u'PTRADD_-1203821990'), ('const-417', u'LOAD_-1203824923'), ('const-1', u'PTRADD_-1203821152'), (u'MULTIEQUAL_-1203823118', u'MULTIEQUAL_-1203823097'), (u'MULTIEQUAL_-1203823272', u'INT_EQUAL_-1203825641'), (u'MULTIEQUAL_-1203821896', u'MULTIEQUAL_-1203823825'), ('const-417', u'LOAD_-1203824553'), ('const-417', u'STORE_-1203824575'), ('const-4294967280', u'INT_AND_-1203826497'), (u'INDIRECT_-1203822583', u'MULTIEQUAL_-1203822898'), (u'PTRSUB_-1203821148', u'CAST_-1203820986'), (u'INT_ADD_-1203824968', u'INT_NOTEQUAL_-1203824958'), (u'MULTIEQUAL_-1203823718', u'CAST_-1203821585'), (u'LOAD_-1203825340', u'CAST_-1203821461'), (u'MULTIEQUAL_-1203823285', u'MULTIEQUAL_-1203823825'), (u'MULTIEQUAL_-1203823453', u'STORE_-1203824582'), (u'MULTIEQUAL_-1203823097', u'MULTIEQUAL_-1203823068'), (u'PTRSUB_-1203821560', u'PTRADD_-1203821560'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822707'), ('tmp_7323', u'PTRSUB_-1203822030'), (u'STORE_-1203825075', u'INDIRECT_-1203822335'), (u'MULTIEQUAL_-1203822392', u'CAST_-1203821675'), (u'INDIRECT_-1203821758', u'MULTIEQUAL_-1203822010'), (u'MULTIEQUAL_-1203823349', u'STORE_-1203824555'), (u'MULTIEQUAL_-1203822752', u'MULTIEQUAL_-1203821885'), (u'MULTIEQUAL_-1203822558', u'MULTIEQUAL_-1203822529'), (u'STORE_-1203824474', u'INDIRECT_-1203821831'), (u'MULTIEQUAL_-1203822635', u'MULTIEQUAL_-1203822606'), (u'MULTIEQUAL_-1203823349', u'LOAD_-1203824568')]
|
[('const-16', u'INT_ADD_-1203822137'), (u'MULTIEQUAL_-1203823062', u'MULTIEQUAL_-1203822004'), ('tmp_2319', u'CBRANCH_-1203825173'), (u'STORE_-1203825033', u'INDIRECT_-1203822581'), (u'CAST_-1203821278', u'LOAD_-1203824953'), (u'INT_LESS_-1203824908', u'CBRANCH_-1203824905'), ('tmp_7315', u'PTRSUB_-1203822135'), (u'INDIRECT_-1203823712', u'MULTIEQUAL_-1203823572'), (u'MULTIEQUAL_-1203823281', u'MULTIEQUAL_-1203822007'), ('const-417', u'STORE_-1203824616'), (u'MULTIEQUAL_-1203822371', u'MULTIEQUAL_-1203822332'), (u'INDIRECT_-1203822488', u'COPY_-1203821894'), (u'CAST_-1203821322', u'INT_ADD_-1203821534'), ('tmp_2849', u'CBRANCH_-1203824583'), ('tmp_2715', u'CBRANCH_-1203824966'), ('tmp_1649', u'CBRANCH_-1203825603'), (u'INDIRECT_-1203823077', u'MULTIEQUAL_-1203822959'), (u'CALL_-1203825917', u'INDIRECT_-1203823377'), (u'CAST_-1203821814', u'INT_ADD_-1203821982'), ('const-1', u'INT_ADD_-1203824968'), (u'INT_ADD_-1203825009', u'CAST_-1203821295'), (u'STORE_-1203824376', u'INDIRECT_-1203822366'), (u'INDIRECT_-1203822101', u'MULTIEQUAL_-1203822420'), (u'INT_ADD_-1203821638', u'CAST_-1203821425'), (u'STORE_-1203824575', u'INDIRECT_-1203822259'), (u'CALL_-1203826431', u'INDIRECT_-1203823471'), (u'LOAD_-1203825968', u'INT_MULT_-1203825903'), (u'INDIRECT_-1203823377', u'MULTIEQUAL_-1203823332'), (u'MULTIEQUAL_-1203823499', u'MULTIEQUAL_-1203823489'), (u'MULTIEQUAL_-1203822468', u'MULTIEQUAL_-1203822465'), (u'INDIRECT_-1203822758', u'MULTIEQUAL_-1203823077'), (u'CALL_-1203825214', u'INDIRECT_-1203823088'), (u'INDIRECT_-1203822846', u'MULTIEQUAL_-1203822858'), (u'MULTIEQUAL_-1203823397', u'MULTIEQUAL_-1203822005'), ('const-4294967216', u'PTRSUB_-1203821156'), (u'INDIRECT_-1203823284', u'MULTIEQUAL_-1203823838'), ('tmp_1944', u'CBRANCH_-1203825405'), (u'MULTIEQUAL_-1203822886', u'MULTIEQUAL_-1203821998'), ('const-4', u'INT_MULT_-1203825496'), ('const-417', u'LOAD_-1203825691'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822428'), (u'MULTIEQUAL_-1203822538', u'MULTIEQUAL_-1203822494'), (u'COPY_-1203821291', u'MULTIEQUAL_-1203824137'), (u'PTRSUB_-1203821932', u'CAST_-1203821812'), ('const-4294967216', u'PTRSUB_-1203821993'), (u'INT_ADD_-1203821644', u'INT_ADD_-1203821642'), (u'INT_NOTEQUAL_-1203825473', u'CBRANCH_-1203825473'), (u'LOAD_-1203825524', u'INT_ADD_-1203825495'), (u'MULTIEQUAL_-1203822903', u'MULTIEQUAL_-1203822859'), (u'MULTIEQUAL_-1203823706', u'COPY_-1203821756'), ('const-1', u'SUBPIECE_-1203822014'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821369'), ('const-4', u'INT_ADD_-1203821167'), ('const-417', u'LOAD_-1203826049'), ('const-1', u'INT_LESS_-1203826050'), ('tmp_1547', u'CBRANCH_-1203825667'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822320'), (u'CALL_-1203826299', u'INDIRECT_-1203822982'), (u'MULTIEQUAL_-1203822246', u'MULTIEQUAL_-1203822222'), (u'MULTIEQUAL_-1203823370', u'LOAD_-1203824568'), (u'PTRSUB_-1203821119', u'CAST_-1203820998'), (u'STORE_-1203825075', u'INDIRECT_-1203822087'), (u'STORE_-1203824347', u'INDIRECT_-1203822022'), (u'MULTIEQUAL_-1203823195', u'MULTIEQUAL_-1203823151'), (u'STORE_-1203824480', u'INDIRECT_-1203821898'), (u'INT_ADD_-1203821244', u'INT_ADD_-1203821242'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822626'), (u'CALL_-1203826431', u'INDIRECT_-1203823690'), (u'STORE_-1203824549', u'INDIRECT_-1203822489'), ('const-4294967216', u'PTRSUB_-1203821321'), (u'PTRADD_-1203821719', u'LOAD_-1203824929'), (u'CAST_-1203821912', u'INT_ADD_-1203822078'), (u'CAST_-1203821914', u'STORE_-1203825037'), ('const-4', u'PTRADD_-1203821719'), (u'PTRADD_-1203821715', u'LOAD_-1203824923'), ('tmp_915', u'CBRANCH_-1203826059'), (u'STORE_-1203824382', u'INDIRECT_-1203822003'), (u'INDIRECT_-1203822254', u'MULTIEQUAL_-1203822551'), (u'STORE_-1203824575', u'INDIRECT_-1203821967'), (u'INDIRECT_-1203822358', u'MULTIEQUAL_-1203821924'), (u'MULTIEQUAL_-1203822335', u'SUBPIECE_-1203822014'), (u'MULTIEQUAL_-1203823560', u'INT_NOTEQUAL_-1203825703'), (u'LOAD_-1203825025', u'INT_NOTEQUAL_-1203824941'), (u'INDIRECT_-1203822481', u'MULTIEQUAL_-1203822493'), (u'CALL_-1203825214', u'INDIRECT_-1203823307'), (u'INT_ADD_-1203821649', u'CAST_-1203821316'), (u'CALL_-1203826431', u'INDIRECT_-1203823106'), (u'STORE_-1203825070', u'INDIRECT_-1203822083'), (u'CALL_-1203825917', u'CAST_-1203821755'), (u'INDIRECT_-1203823380', u'MULTIEQUAL_-1203823838'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823004'), ('const-3', u'PTRADD_-1203822032'), (u'CALL_-1203826299', u'PIECE_-1203822661'), (u'CAST_-1203821321', u'COPY_-1203821516'), ('const-4', u'PTRADD_-1203822019'), (u'CALL_-1203826431', u'INDIRECT_-1203823325'), (u'INDIRECT_-1203822677', u'SUBPIECE_-1203822661'), (u'CALLIND_-1203824569', u'INDIRECT_-1203821831'), (u'STORE_-1203825927', u'INDIRECT_-1203822704'), (u'INDIRECT_-1203821998', u'MULTIEQUAL_-1203822409'), (u'INT_LESS_-1203824990', u'CBRANCH_-1203824999'), (u'CALL_-1203826299', u'INDIRECT_-1203823055'), (u'INDIRECT_-1203822816', u'MULTIEQUAL_-1203823130'), (u'INDIRECT_-1203822335', u'MULTIEQUAL_-1203822322'), (u'INT_ADD_-1203824364', u'CAST_-1203821133'), (u'INDIRECT_-1203822915', u'MULTIEQUAL_-1203823370'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822889'), (u'STORE_-1203824575', u'INDIRECT_-1203821808'), (u'MULTIEQUAL_-1203823062', u'MULTIEQUAL_-1203823101'), (u'CALL_-1203826299', u'INDIRECT_-1203823274'), ('const-4294967216', u'PTRSUB_-1203821269'), (u'INDIRECT_-1203822554', u'MULTIEQUAL_-1203822566'), (u'INT_EQUAL_-1203825641', u'COPY_-1203821749'), (u'MULTIEQUAL_-1203823270', u'MULTIEQUAL_-1203823251'), (u'STORE_-1203825075', u'INDIRECT_-1203822246'), ('const-0', u'INT_NOTEQUAL_-1203825038'), (u'STORE_-1203825922', u'INDIRECT_-1203822700'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822793'), ('tmp_7315', u'PTRSUB_-1203822035'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821397'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822758'), (u'CALL_-1203825065', u'INDIRECT_-1203822919'), (u'STORE_-1203826004', u'INDIRECT_-1203822668'), (u'MULTIEQUAL_-1203822003', u'MULTIEQUAL_-1203822920'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822619'), (u'INT_ADD_-1203821204', u'INT_ADD_-1203821202'), ('const-0', u'SUBPIECE_-1203821891'), (u'PTRSUB_-1203821196', u'CAST_-1203821035'), (u'PTRADD_-1203821825', u'LOAD_-1203825340'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822400'), (u'INDIRECT_-1203822911', u'MULTIEQUAL_-1203823208'), (u'INDIRECT_-1203822363', u'MULTIEQUAL_-1203822774'), (u'INT_ADD_-1203826125', u'MULTIEQUAL_-1203824245'), (u'MULTIEQUAL_-1203822989', u'MULTIEQUAL_-1203823028'), (u'INDIRECT_-1203823515', u'MULTIEQUAL_-1203823416'), (u'CAST_-1203821005', u'STORE_-1203824622'), (u'MULTIEQUAL_-1203823708', u'MULTIEQUAL_-1203823718'), (u'CAST_-1203821428', u'INT_ADD_-1203821642'), (u'INT_ADD_-1203824335', u'CAST_-1203821167'), (u'CAST_-1203821549', u'MULTIEQUAL_-1203822246'), (u'INDIRECT_-1203822700', u'MULTIEQUAL_-1203822687'), (u'MULTIEQUAL_-1203822832', u'MULTIEQUAL_-1203822842'), (u'STORE_-1203824555', u'INDIRECT_-1203822053'), (u'STORE_-1203825922', u'INDIRECT_-1203822773'), (u'STORE_-1203825089', u'INDIRECT_-1203822472'), ('const-417', u'LOAD_-1203824714'), ('tmp_7315', u'PTRSUB_-1203821242'), (u'MULTIEQUAL_-1203823422', u'MULTIEQUAL_-1203823767'), (u'CALL_-1203825065', u'INDIRECT_-1203822554'), (u'CAST_-1203821269', u'INT_LESSEQUAL_-1203824585'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822181'), (u'CALL_-1203826299', u'INDIRECT_-1203823639'), (u'MULTIEQUAL_-1203822371', u'CAST_-1203821558'), (u'INDIRECT_-1203823077', u'MULTIEQUAL_-1203822988'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822393'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822080'), (u'CALLIND_-1203824569', u'INDIRECT_-1203823012'), (u'INDIRECT_-1203822793', u'MULTIEQUAL_-1203823268'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821317'), (u'INDIRECT_-1203822977', u'MULTIEQUAL_-1203823298'), ('const-36', u'INT_ADD_-1203824364'), (u'LOAD_-1203825050', u'INT_ADD_-1203825015'), (u'INDIRECT_-1203822597', u'MULTIEQUAL_-1203822911'), (u'CAST_-1203821136', u'INT_ADD_-1203821288'), (u'STORE_-1203824347', u'INDIRECT_-1203822168'), (u'INDIRECT_-1203822181', u'MULTIEQUAL_-1203822478'), (u'INDIRECT_-1203822282', u'MULTIEQUAL_-1203822538'), (u'CALL_-1203825065', u'INDIRECT_-1203823284'), (u'MULTIEQUAL_-1203822736', u'MULTIEQUAL_-1203822697'), (u'STORE_-1203824582', u'INDIRECT_-1203822370'), (u'CAST_-1203821132', u'INT_ADD_-1203821397'), (u'INDIRECT_-1203822481', u'MULTIEQUAL_-1203822468'), (u'INT_NOTEQUAL_-1203824937', u'CBRANCH_-1203824937'), ('const-417', u'LOAD_-1203825254'), (u'INDIRECT_-1203822992', u'MULTIEQUAL_-1203822979'), (u'LOAD_-1203824366', u'INT_ADD_-1203824335'), (u'STORE_-1203824353', u'INDIRECT_-1203822243'), (u'MULTIEQUAL_-1203823270', u'MULTIEQUAL_-1203823280'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823515'), (u'INT_ADD_-1203822039', u'CAST_-1203821756'), (u'INT_EQUAL_-1203825641', u'BOOL_AND_-1203823696'), ('const-4294967216', u'PTRSUB_-1203821222'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822195'), (u'MULTIEQUAL_-1203823251', u'MULTIEQUAL_-1203822003'), (u'MULTIEQUAL_-1203822379', u'MULTIEQUAL_-1203822335'), (u'LOAD_-1203825024', u'STORE_-1203825017'), (u'PTRSUB_-1203822337', u'STORE_-1203826445'), (u'INDIRECT_-1203822071', u'MULTIEQUAL_-1203822482'), (u'INDIRECT_-1203823709', u'MULTIEQUAL_-1203823624'), (u'MULTIEQUAL_-1203823101', u'INT_ADD_-1203825508'), (u'INDIRECT_-1203823639', u'MULTIEQUAL_-1203823499'), (u'PTRSUB_-1203821269', u'CAST_-1203821170'), (u'MULTIEQUAL_-1203822551', u'MULTIEQUAL_-1203821997'), ('const-2101317', u'COPY_-1203826569'), (u'COPY_-1203821981', u'MULTIEQUAL_-1203821995'), (u'STORE_-1203824376', u'INDIRECT_-1203822220'), (u'STORE_-1203825033', u'INDIRECT_-1203822813'), (u'INDIRECT_-1203823284', u'INT_EQUAL_-1203825000'), (u'STORE_-1203825927', u'INDIRECT_-1203822558'), (u'PTRSUB_-1203821993', u'CAST_-1203821757'), (u'CAST_-1203821281', u'INT_LESS_-1203824693'), (u'CALLIND_-1203824370', u'INDIRECT_-1203823061'), (u'INDIRECT_-1203821882', u'MULTIEQUAL_-1203822201'), (u'MULTIEQUAL_-1203824117', u'COPY_-1203821838'), (u'INDIRECT_-1203822358', u'MULTIEQUAL_-1203822222'), (u'COPY_-1203821734', u'MULTIEQUAL_-1203824044'), (u'MULTIEQUAL_-1203823838', u'MULTIEQUAL_-1203823826'), (u'INDIRECT_-1203822028', u'MULTIEQUAL_-1203822347'), (u'STORE_-1203824576', u'INDIRECT_-1203822295'), (u'INDIRECT_-1203823201', u'MULTIEQUAL_-1203823061'), ('const-417', u'LOAD_-1203824923'), (u'MULTIEQUAL_-1203822911', u'MULTIEQUAL_-1203822882'), (u'INDIRECT_-1203822846', u'MULTIEQUAL_-1203822833'), (u'INDIRECT_-1203822670', u'MULTIEQUAL_-1203822984'), (u'INDIRECT_-1203823138', u'MULTIEQUAL_-1203823125'), (u'INT_LESS_-1203824693', u'CBRANCH_-1203824690'), (u'MULTIEQUAL_-1203823427', u'MULTIEQUAL_-1203822009'), (u'INDIRECT_-1203823035', u'MULTIEQUAL_-1203823349'), ('const-417', u'STORE_-1203825027'), (u'CALL_-1203826562', u'INDIRECT_-1203823745'), ('const-417', u'STORE_-1203826445'), (u'MULTIEQUAL_-1203823495', u'MULTIEQUAL_-1203823466'), ('const-417', u'STORE_-1203824576'), (u'INDIRECT_-1203822501', u'MULTIEQUAL_-1203822976'), (u'MULTIEQUAL_-1203822527', u'MULTIEQUAL_-1203822537'), (u'LOAD_-1203824714', u'CAST_-1203821285'), (u'MULTIEQUAL_-1203823426', u'MULTIEQUAL_-1203823416'), ('tmp_2859', u'BRANCH_-1203824567'), (u'MULTIEQUAL_-1203822010', u'MULTIEQUAL_-1203822263'), (u'INDIRECT_-1203823012', u'MULTIEQUAL_-1203822967'), ('const-417', u'STORE_-1203826460'), (u'INT_NOTEQUAL_-1203826159', u'CBRANCH_-1203826157'), (u'MULTIEQUAL_-1203822978', u'MULTIEQUAL_-1203822959'), (u'INT_ADD_-1203822206', u'INT_ADD_-1203822204'), (u'MULTIEQUAL_-1203822692', u'MULTIEQUAL_-1203822663'), (u'CALLIND_-1203824543', u'INDIRECT_-1203823035'), (u'MULTIEQUAL_-1203824245', u'INT_ADD_-1203826125'), (u'SUBPIECE_-1203822308', u'INT_NOTEQUAL_-1203825436'), (u'MULTIEQUAL_-1203823057', u'MULTIEQUAL_-1203823028'), (u'CALL_-1203825999', u'INDIRECT_-1203823125'), (u'INDIRECT_-1203823807', u'MULTIEQUAL_-1203823708'), (u'CALL_-1203825214', u'INDIRECT_-1203822577'), (u'STORE_-1203824347', u'INDIRECT_-1203822095'), (u'CALL_-1203826562', u'CAST_-1203822081'), ('const-0', u'INT_EQUAL_-1203826405'), (u'INT_OR_-1203826369', u'STORE_-1203826393'), ('const-0', u'COPY_-1203824578'), (u'INDIRECT_-1203822696', u'MULTIEQUAL_-1203823151'), ('const-4294967216', u'PTRSUB_-1203822135'), (u'STORE_-1203824474', u'INDIRECT_-1203822261'), (u'PTRADD_-1203821979', u'LOAD_-1203825691'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821480'), (u'PIECE_-1203822322', u'CAST_-1203821549'), ('tmp_7315', u'PTRSUB_-1203821156'), (u'INDIRECT_-1203823296', u'MULTIEQUAL_-1203823178'), ('const-417', u'LOAD_-1203824380'), ('tmp_7315', u'PTRSUB_-1203821882'), (u'INDIRECT_-1203823061', u'MULTIEQUAL_-1203823518'), ('const-0', u'INT_NOTEQUAL_-1203825623'), (u'CALL_-1203826431', u'INDIRECT_-1203823252'), (u'INDIRECT_-1203823284', u'LOAD_-1203824629'), (u'INDIRECT_-1203822692', u'MULTIEQUAL_-1203822989'), (u'INDIRECT_-1203822889', u'MULTIEQUAL_-1203823203'), (u'INDIRECT_-1203823515', u'MULTIEQUAL_-1203823397'), (u'PTRSUB_-1203821490', u'CAST_-1203821245'), (u'PTRSUB_-1203821434', u'CAST_-1203821183'), ('const-2102188', u'STORE_-1203824347'), (u'MULTIEQUAL_-1203823051', u'MULTIEQUAL_-1203823061'), (u'MULTIEQUAL_-1203822537', u'MULTIEQUAL_-1203822527'), (u'LOAD_-1203824579', u'CALLIND_-1203824569'), (u'INT_EQUAL_-1203824989', u'CBRANCH_-1203824987'), (u'MULTIEQUAL_-1203822786', u'MULTIEQUAL_-1203822765'), (u'MULTIEQUAL_-1203823354', u'MULTIEQUAL_-1203822008'), (u'MULTIEQUAL_-1203822000', u'MULTIEQUAL_-1203822701'), (u'CAST_-1203821296', u'INT_ADD_-1203825009'), (u'COPY_-1203821516', u'MULTIEQUAL_-1203823772'), (u'CALL_-1203825917', u'INDIRECT_-1203823523'), (u'MULTIEQUAL_-1203822006', u'MULTIEQUAL_-1203823139'), (u'INT_ADD_-1203822293', u'CAST_-1203822019'), (u'CALL_-1203825065', u'INDIRECT_-1203822408'), (u'INT_ADD_-1203826113', u'MULTIEQUAL_-1203824274'), (u'INDIRECT_-1203822209', u'MULTIEQUAL_-1203822684'), (u'COPY_-1203821894', u'MULTIEQUAL_-1203821995'), (u'CALL_-1203826431', u'INT_EQUAL_-1203826405'), (u'PTRSUB_-1203822147', u'CAST_-1203822026'), (u'STORE_-1203824347', u'INDIRECT_-1203822241'), (u'MULTIEQUAL_-1203824044', u'COPY_-1203821731'), (u'CALL_-1203826299', u'INDIRECT_-1203823420'), (u'INDIRECT_-1203823138', u'MULTIEQUAL_-1203823150'), (u'INDIRECT_-1203821852', u'MULTIEQUAL_-1203822263'), (u'CAST_-1203821698', u'INT_ADD_-1203825763'), (u'INT_ADD_-1203821536', u'CAST_-1203821244'), (u'MULTIEQUAL_-1203823689', u'MULTIEQUAL_-1203822009'), ('const-417', u'STORE_-1203824649'), (u'CAST_-1203821426', u'INT_ADD_-1203821638'), ('tmp_3584', u'BRANCH_-1203824490'), (u'INDIRECT_-1203823566', u'MULTIEQUAL_-1203823426'), (u'COPY_-1203823777', u'COPY_-1203821776'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822524'), (u'INT_ADD_-1203821421', u'CAST_-1203821248'), (u'CAST_-1203821755', u'COPY_-1203821860'), (u'CALL_-1203825999', u'INDIRECT_-1203822979'), ('const-0', u'INT_EQUAL_-1203825000'), (u'INDIRECT_-1203823108', u'MULTIEQUAL_-1203823422'), (u'STORE_-1203826015', u'INDIRECT_-1203822516'), (u'LOAD_-1203824478', u'CALLIND_-1203824468'), (u'INT_LESS_-1203825837', u'CBRANCH_-1203825845'), (u'CALL_-1203825214', u'INDIRECT_-1203822650'), (u'CALL_-1203825214', u'INDIRECT_-1203822358'), (u'STORE_-1203824382', u'INDIRECT_-1203821844'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822546'), (u'MULTIEQUAL_-1203823422', u'MULTIEQUAL_-1203823393'), (u'STORE_-1203825037', u'INDIRECT_-1203822815'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822112'), (u'MULTIEQUAL_-1203822538', u'MULTIEQUAL_-1203822514'), ('const-8', u'INT_ADD_-1203822085'), ('const-1', u'INT_ADD_-1203825299'), (u'CALLIND_-1203824370', u'INDIRECT_-1203821880'), (u'MULTIEQUAL_-1203822976', u'MULTIEQUAL_-1203822952'), (u'STORE_-1203824480', u'INDIRECT_-1203821825'), (u'LOAD_-1203825826', u'CAST_-1203821719'), (u'CAST_-1203820993', u'STORE_-1203824474'), (u'PTRSUB_-1203822337', u'CAST_-1203822018'), (u'INDIRECT_-1203823442', u'MULTIEQUAL_-1203823343'), (u'CALL_-1203826562', u'INDIRECT_-1203823891'), (u'INDIRECT_-1203822866', u'MULTIEQUAL_-1203822821'), ('tmp_7315', u'PTRSUB_-1203821936'), (u'MULTIEQUAL_-1203823370', u'INT_NOTEQUAL_-1203825623'), (u'MULTIEQUAL_-1203821994', u'MULTIEQUAL_-1203822177'), ('const-4294967216', u'PTRSUB_-1203821488'), (u'LOAD_-1203826019', u'STORE_-1203826015'), (u'CALLIND_-1203824543', u'INDIRECT_-1203823108'), ('const-2102140', u'STORE_-1203824576'), (u'INDIRECT_-1203821990', u'MULTIEQUAL_-1203822465'), (u'COPY_-1203821485', u'MULTIEQUAL_-1203823948'), ('const-417', u'STORE_-1203826393'), (u'MULTIEQUAL_-1203822395', u'MULTIEQUAL_-1203822392'), (u'MULTIEQUAL_-1203823298', u'PTRADD_-1203821715'), ('const-417', u'STORE_-1203824376'), ('const-3', u'PTRADD_-1203821825'), (u'MULTIEQUAL_-1203823343', u'MULTIEQUAL_-1203823324'), (u'INDIRECT_-1203823807', u'MULTIEQUAL_-1203823689'), (u'INDIRECT_-1203823231', u'MULTIEQUAL_-1203823122'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822185'), (u'MULTIEQUAL_-1203823572', u'MULTIEQUAL_-1203823562'), (u'INT_ADD_-1203821307', u'CAST_-1203821001'), (u'MULTIEQUAL_-1203822009', u'MULTIEQUAL_-1203823358'), (u'LOAD_-1203826186', u'LOAD_-1203826181'), (u'CAST_-1203821911', u'STORE_-1203825033'), (u'SUBPIECE_-1203824102', u'INT_NOTEQUAL_-1203825436'), ('const-2102090', u'STORE_-1203824549'), (u'MULTIEQUAL_-1203823753', u'STORE_-1203826353'), (u'MULTIEQUAL_-1203822740', u'MULTIEQUAL_-1203821996'), ('const-417', u'LOAD_-1203825832'), (u'STORE_-1203826004', u'INDIRECT_-1203823033'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822816'), ('const-0', u'COPY_-1203823777'), (u'INDIRECT_-1203823325', u'MULTIEQUAL_-1203823256'), (u'MULTIEQUAL_-1203822009', u'PTRADD_-1203821812'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821955'), (u'CAST_-1203821034', u'STORE_-1203824581'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822035'), (u'LOAD_-1203824519', u'CALL_-1203825214'), ('const-2102211', u'STORE_-1203824376'), (u'STORE_-1203824347', u'INDIRECT_-1203822314'), (u'MULTIEQUAL_-1203823208', u'MULTIEQUAL_-1203822006'), (u'MULTIEQUAL_-1203822903', u'MULTIEQUAL_-1203822879'), ('const-417', u'STORE_-1203824575'), (u'INDIRECT_-1203821880', u'SUBPIECE_-1203821891'), (u'INDIRECT_-1203822488', u'MULTIEQUAL_-1203822379'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822612'), (u'CAST_-1203822025', u'STORE_-1203826445'), (u'MULTIEQUAL_-1203823297', u'INT_EQUAL_-1203825641'), (u'STORE_-1203825228', u'INDIRECT_-1203822637'), (u'INT_EQUAL_-1203825585', u'CBRANCH_-1203825584'), (u'INDIRECT_-1203822612', u'MULTIEQUAL_-1203822931'), ('tmp_1251', u'CBRANCH_-1203825845'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822977'), (u'LOAD_-1203824580', u'CALLIND_-1203824570'), (u'MULTIEQUAL_-1203823298', u'PTRADD_-1203821719'), (u'STORE_-1203824549', u'INDIRECT_-1203822343'), (u'INDIRECT_-1203823088', u'MULTIEQUAL_-1203822952'), (u'MULTIEQUAL_-1203823393', u'MULTIEQUAL_-1203823354'), (u'INDIRECT_-1203822793', u'MULTIEQUAL_-1203822748'), (u'COPY_-1203824524', u'MULTIEQUAL_-1203824080'), (u'LOAD_-1203825254', u'INT_ADD_-1203825009'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822743'), (u'MULTIEQUAL_-1203823256', u'STORE_-1203826393'), (u'MULTIEQUAL_-1203822009', u'MULTIEQUAL_-1203823838'), (u'PTRADD_-1203822019', u'STORE_-1203825789'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822331'), (u'CALL_-1203825999', u'INDIRECT_-1203823271'), (u'STORE_-1203824549', u'INDIRECT_-1203822051'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822769'), (u'LOAD_-1203825530', u'INT_MULT_-1203825496'), (u'PTRSUB_-1203821488', u'CAST_-1203821322'), (u'CAST_-1203821166', u'INT_ADD_-1203821426'), (u'COPY_-1203821925', u'MULTIEQUAL_-1203821989'), ('const-417', u'LOAD_-1203824629'), (u'MULTIEQUAL_-1203822594', u'COPY_-1203821981'), (u'INDIRECT_-1203822904', u'MULTIEQUAL_-1203823223'), (u'CAST_-1203821967', u'INT_ADD_-1203822135'), (u'CALL_-1203825917', u'INDIRECT_-1203822647'), (u'PTRSUB_-1203821261', u'CAST_-1203821002'), ('tmp_7315', u'PTRSUB_-1203821261'), ('const-2', u'PTRADD_-1203821812'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822328'), ('const-417', u'LOAD_-1203826019'), (u'INT_LESS_-1203825175', u'CBRANCH_-1203825173'), ('const-0', u'SUBPIECE_-1203822611'), (u'COPY_-1203825758', u'MULTIEQUAL_-1203823767'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822181'), (u'INDIRECT_-1203823128', u'MULTIEQUAL_-1203822988'), (u'CALLIND_-1203824341', u'INDIRECT_-1203823085'), (u'CAST_-1203821035', u'INT_ADD_-1203821242'), (u'CAST_-1203821697', u'COPY_-1203825780'), (u'MULTIEQUAL_-1203823343', u'MULTIEQUAL_-1203823353'), ('const-1', u'PTRADD_-1203824959'), (u'INT_ADD_-1203824604', u'CAST_-1203821003'), (u'INT_ADD_-1203825015', u'CAST_-1203821909'), (u'INT_ADD_-1203825415', u'INT_LESSEQUAL_-1203825396'), (u'STORE_-1203826460', u'INDIRECT_-1203822957'), (u'MULTIEQUAL_-1203823443', u'MULTIEQUAL_-1203823422'), (u'MULTIEQUAL_-1203823122', u'MULTIEQUAL_-1203823098'), (u'INT_ADD_-1203826113', u'INT_EQUAL_-1203826104'), (u'MULTIEQUAL_-1203824005', u'COPY_-1203821734'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822866'), (u'MULTIEQUAL_-1203822421', u'MULTIEQUAL_-1203822400'), ('const-0', u'COPY_-1203826072'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822137'), (u'CAST_-1203821423', u'COPY_-1203825226'), (u'INDIRECT_-1203822327', u'MULTIEQUAL_-1203822624'), (u'MULTIEQUAL_-1203822322', u'MULTIEQUAL_-1203822319'), (u'MULTIEQUAL_-1203821995', u'LOAD_-1203826049'), (u'INDIRECT_-1203822320', u'MULTIEQUAL_-1203822639'), (u'CAST_-1203821333', u'STORE_-1203825009'), (u'STORE_-1203825228', u'INDIRECT_-1203822345'), (u'STORE_-1203824576', u'INDIRECT_-1203821917'), ('const-2101890', u'STORE_-1203825219'), (u'MULTIEQUAL_-1203822838', u'MULTIEQUAL_-1203822809'), (u'LOAD_-1203826049', u'INT_MULT_-1203825991'), (u'LOAD_-1203824855', u'CALL_-1203825999'), (u'BOOL_AND_-1203823696', u'CBRANCH_-1203825603'), ('const-4', u'PTRADD_-1203821574'), ('const-1', u'INT_ADD_-1203826113'), (u'INT_ADD_-1203821369', u'INT_ADD_-1203821367'), (u'STORE_-1203824622', u'INDIRECT_-1203822154'), (u'INDIRECT_-1203822144', u'MULTIEQUAL_-1203822555'), (u'INT_ADD_-1203825495', u'CAST_-1203821557'), (u'STORE_-1203825228', u'INDIRECT_-1203822186'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821640'), (u'CAST_-1203821321', u'INT_NOTEQUAL_-1203824967'), (u'CALL_-1203826562', u'INDIRECT_-1203823307'), (u'INDIRECT_-1203822000', u'MULTIEQUAL_-1203822314'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822363'), (u'COPY_-1203821349', u'MULTIEQUAL_-1203823661'), (u'MULTIEQUAL_-1203823269', u'PTRADD_-1203821702'), (u'LOAD_-1203824588', u'INT_ADD_-1203824563'), (u'CALLIND_-1203824543', u'INDIRECT_-1203823181'), (u'CALL_-1203826431', u'INDIRECT_-1203823909'), (u'PTRSUB_-1203821242', u'CAST_-1203821136'), ('const-3', u'PTRADD_-1203821625'), (u'MULTIEQUAL_-1203822115', u'MULTIEQUAL_-1203822090'), (u'STORE_-1203824622', u'INDIRECT_-1203822081'), (u'MULTIEQUAL_-1203823256', u'LOAD_-1203826396'), (u'INDIRECT_-1203821990', u'MULTIEQUAL_-1203822246'), (u'CALL_-1203826299', u'INDIRECT_-1203823566'), (u'CAST_-1203821761', u'LOAD_-1203824814'), (u'MULTIEQUAL_-1203822508', u'MULTIEQUAL_-1203821994'), (u'MULTIEQUAL_-1203822008', u'MULTIEQUAL_-1203823767'), (u'STORE_-1203825089', u'INDIRECT_-1203822094'), (u'STORE_-1203825219', u'INDIRECT_-1203822705'), (u'INDIRECT_-1203822942', u'MULTIEQUAL_-1203822806'), (u'STORE_-1203824347', u'INDIRECT_-1203821863'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822258'), ('const-2', u'PTRADD_-1203821719'), (u'MULTIEQUAL_-1203822090', u'MULTIEQUAL_-1203822087'), (u'MULTIEQUAL_-1203823635', u'MULTIEQUAL_-1203823616'), ('tmp_1845', u'CBRANCH_-1203825457'), ('const-4294967216', u'PTRSUB_-1203821490'), (u'MULTIEQUAL_-1203822332', u'MULTIEQUAL_-1203822371'), (u'MULTIEQUAL_-1203822759', u'MULTIEQUAL_-1203822769'), ('const-4', u'PTRADD_-1203821975'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821423'), (u'MULTIEQUAL_-1203823414', u'MULTIEQUAL_-1203823370'), (u'INDIRECT_-1203823442', u'COPY_-1203822005'), ('const-4', u'PTRADD_-1203822032'), (u'CAST_-1203821763', u'STORE_-1203825927'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822136'), ('const-4294967040', u'INT_AND_-1203821926'), ('const-417', u'STORE_-1203824581'), ('const-1', u'COPY_-1203826028'), (u'INT_SUB_-1203825018', u'MULTIEQUAL_-1203823964'), (u'INT_ADD_-1203822193', u'CAST_-1203822025'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822692'), (u'MULTIEQUAL_-1203822905', u'MULTIEQUAL_-1203822886'), (u'CALLIND_-1203824570', u'INT_EQUAL_-1203824540'), (u'CALL_-1203825999', u'CAST_-1203821802'), (u'INDIRECT_-1203823158', u'MULTIEQUAL_-1203823049'), ('const-417', u'STORE_-1203826353'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822063'), (u'CAST_-1203821031', u'INT_ADD_-1203821349'), (u'CALL_-1203825917', u'INDIRECT_-1203823596'), (u'MULTIEQUAL_-1203821996', u'MULTIEQUAL_-1203822409'), (u'INDIRECT_-1203822796', u'MULTIEQUAL_-1203822660'), (u'PTRADD_-1203822032', u'LOAD_-1203825826'), (u'STORE_-1203825228', u'INDIRECT_-1203822418'), (u'INT_LESSEQUAL_-1203825734', u'CBRANCH_-1203825733'), (u'STORE_-1203825033', u'INDIRECT_-1203822667'), (u'CAST_-1203821187', u'INT_ADD_-1203821367'), (u'MULTIEQUAL_-1203822009', u'PTRADD_-1203821829'), (u'MULTIEQUAL_-1203822873', u'MULTIEQUAL_-1203823753'), (u'PTRSUB_-1203822037', u'CAST_-1203821915'), (u'MULTIEQUAL_-1203822697', u'MULTIEQUAL_-1203821999'), (u'INDIRECT_-1203822984', u'MULTIEQUAL_-1203823281'), ('tmp_7315', u'PTRSUB_-1203821498'), (u'INT_ADD_-1203826003', u'CAST_-1203821815'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822647'), (u'CAST_-1203821892', u'LOAD_-1203826186'), (u'INDIRECT_-1203822647', u'INT_LESS_-1203825837'), ('const-4', u'PTRADD_-1203821829'), (u'MULTIEQUAL_-1203823370', u'STORE_-1203824555'), (u'INDIRECT_-1203823785', u'MULTIEQUAL_-1203823767'), ('const-417', u'LOAD_-1203825511'), (u'INDIRECT_-1203822831', u'MULTIEQUAL_-1203823150'), (u'COPY_-1203826257', u'MULTIEQUAL_-1203824274'), ('tmp_3820', u'BRANCH_-1203824323'), (u'CALL_-1203825917', u'INDIRECT_-1203822793'), ('const-4', u'PTRADD_-1203821625'), (u'INT_ADD_-1203822135', u'CAST_-1203821966'), (u'INDIRECT_-1203823563', u'MULTIEQUAL_-1203823478'), (u'MULTIEQUAL_-1203822347', u'MULTIEQUAL_-1203822322'), (u'MULTIEQUAL_-1203822757', u'MULTIEQUAL_-1203822733'), (u'MULTIEQUAL_-1203823028', u'MULTIEQUAL_-1203822989'), (u'INT_ADD_-1203825299', u'STORE_-1203825303'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823807'), (u'INT_ADD_-1203826125', u'MULTIEQUAL_-1203824216'), (u'STORE_-1203824376', u'INDIRECT_-1203822074'), (u'INT_EQUAL_-1203824586', u'CBRANCH_-1203824583'), (u'CALL_-1203825214', u'INDIRECT_-1203822942'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822247'), (u'INT_EQUAL_-1203825361', u'CBRANCH_-1203825357'), ('const-417', u'STORE_-1203825037'), (u'INDIRECT_-1203823377', u'MULTIEQUAL_-1203823268'), (u'CAST_-1203821418', u'STORE_-1203825219'), (u'MULTIEQUAL_-1203822274', u'MULTIEQUAL_-1203822249'), (u'INDIRECT_-1203823369', u'INT_NOTEQUAL_-1203824958'), ('tmp_3026', u'BRANCH_-1203824557'), (u'CALL_-1203825214', u'INDIRECT_-1203823161'), (u'CALL_-1203825214', u'INDIRECT_-1203822199'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821984'), ('const-4294967216', u'PTRSUB_-1203821882'), (u'MULTIEQUAL_-1203823178', u'MULTIEQUAL_-1203822002'), (u'MULTIEQUAL_-1203822712', u'MULTIEQUAL_-1203823256'), (u'INDIRECT_-1203822174', u'MULTIEQUAL_-1203822493'), (u'STORE_-1203826015', u'INDIRECT_-1203822602'), (u'INDIRECT_-1203822833', u'MULTIEQUAL_-1203822748'), (u'INDIRECT_-1203823004', u'MULTIEQUAL_-1203822905'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823077'), (u'MULTIEQUAL_-1203823266', u'MULTIEQUAL_-1203822947'), (u'MULTIEQUAL_-1203822984', u'MULTIEQUAL_-1203822955'), ('const-4294967216', u'PTRSUB_-1203821375'), (u'MULTIEQUAL_-1203824216', u'COPY_-1203821925'), (u'CALL_-1203826431', u'INDIRECT_-1203822960'), (u'INT_MULT_-1203825226', u'INT_ADD_-1203825238'), (u'INDIRECT_-1203823150', u'MULTIEQUAL_-1203823032'), (u'INT_MULT_-1203825903', u'INT_ADD_-1203825915'), (u'INT_ADD_-1203821928', u'CAST_-1203821761'), (u'INDIRECT_-1203821796', u'MULTIEQUAL_-1203822115'), ('const-417', u'STORE_-1203825089'), (u'STORE_-1203825219', u'INDIRECT_-1203822340'), ('const-417', u'LOAD_-1203824620'), (u'CALLIND_-1203824570', u'INDIRECT_-1203823057'), (u'INDIRECT_-1203822285', u'INT_LESS_-1203825175'), (u'MULTIEQUAL_-1203823826', u'STORE_-1203826361'), (u'CAST_-1203821804', u'INT_ADD_-1203822081'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822217'), (u'CALL_-1203825214', u'INDIRECT_-1203822504'), ('const-27', u'INT_ADD_-1203826516'), (u'INDIRECT_-1203823307', u'MULTIEQUAL_-1203822873'), ('const-4294967216', u'PTRSUB_-1203821351'), (u'MULTIEQUAL_-1203823416', u'MULTIEQUAL_-1203823426'), (u'PTRADD_-1203822187', u'STORE_-1203826147'), (u'INDIRECT_-1203822582', u'MULTIEQUAL_-1203822993'), (u'CALL_-1203825999', u'INDIRECT_-1203823636'), ('const-4', u'INT_ADD_-1203821369'), (u'INDIRECT_-1203822838', u'MULTIEQUAL_-1203823135'), ('const-4', u'INT_ADD_-1203821244'), (u'MULTIEQUAL_-1203823005', u'MULTIEQUAL_-1203822984'), (u'MULTIEQUAL_-1203823721', u'CAST_-1203821606'), (u'MULTIEQUAL_-1203822400', u'MULTIEQUAL_-1203822371'), (u'CAST_-1203821756', u'STORE_-1203825922'), (u'MULTIEQUAL_-1203822769', u'MULTIEQUAL_-1203822759'), ('const-417', u'LOAD_-1203824814'), (u'MULTIEQUAL_-1203824295', u'INT_ADD_-1203826170'), (u'INDIRECT_-1203823836', u'MULTIEQUAL_-1203823767'), (u'MULTIEQUAL_-1203822830', u'MULTIEQUAL_-1203822806'), (u'CALLIND_-1203824370', u'INDIRECT_-1203821966'), (u'STORE_-1203825075', u'INDIRECT_-1203822465'), (u'MULTIEQUAL_-1203824017', u'INT_LESSEQUAL_-1203825396'), ('const-4294967216', u'PTRSUB_-1203822147'), (u'CAST_-1203822035', u'INT_ADD_-1203822204'), (u'INT_ADD_-1203821367', u'CAST_-1203821186'), (u'CAST_-1203821355', u'MULTIEQUAL_-1203823923'), (u'MULTIEQUAL_-1203822546', u'MULTIEQUAL_-1203822517'), (u'MULTIEQUAL_-1203822654', u'STORE_-1203824649'), ('const-4', u'INT_MULT_-1203825903'), (u'MULTIEQUAL_-1203823270', u'INT_EQUAL_-1203826104'), (u'MULTIEQUAL_-1203822613', u'MULTIEQUAL_-1203822594'), (u'MULTIEQUAL_-1203822859', u'MULTIEQUAL_-1203822838'), (u'INDIRECT_-1203823296', u'MULTIEQUAL_-1203823207'), (u'LOAD_-1203824975', u'CAST_-1203821274'), (u'COPY_-1203823379', u'COPY_-1203821394'), (u'PTRADD_-1203821598', u'LOAD_-1203824708'), (u'INDIRECT_-1203823344', u'MULTIEQUAL_-1203823259'), ('tmp_13253', u'INT_ADD_-1203826575'), (u'STORE_-1203824575', u'INDIRECT_-1203822040'), (u'CALL_-1203825214', u'INDIRECT_-1203822723'), (u'INDIRECT_-1203823055', u'MULTIEQUAL_-1203822915'), ('const-417', u'STORE_-1203825303'), (u'INDIRECT_-1203822436', u'MULTIEQUAL_-1203822847'), ('tmp_2944', u'CBRANCH_-1203824905'), ('tmp_2499', u'CBRANCH_-1203824999'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821546'), (u'CALL_-1203825917', u'INDIRECT_-1203823012'), ('tmp_3377', u'BRANCH_-1203824515'), (u'CALLIND_-1203824543', u'INT_EQUAL_-1203824512'), (u'MULTIEQUAL_-1203824143', u'INT_ADD_-1203825858'), (u'INT_LESSEQUAL_-1203825669', u'CBRANCH_-1203825667'), (u'CALL_-1203825065', u'INDIRECT_-1203822103'), ('const-1', u'INT_ADD_-1203824977'), ('const-0', u'COPY_-1203826236'), (u'COPY_-1203821894', u'PTRADD_-1203821917'), (u'LOAD_-1203825832', u'INT_ADD_-1203825785'), (u'MULTIEQUAL_-1203823207', u'MULTIEQUAL_-1203823197'), (u'COPY_-1203821894', u'PTRADD_-1203821907'), ('const-417', u'STORE_-1203825927'), (u'MULTIEQUAL_-1203824080', u'SUBPIECE_-1203824102'), ('tmp_690', u'BRANCH_-1203826230'), (u'STORE_-1203825927', u'INDIRECT_-1203822472'), (u'MULTIEQUAL_-1203822087', u'MULTIEQUAL_-1203822063'), (u'INT_LESSEQUAL_-1203824585', u'CBRANCH_-1203824584'), (u'STORE_-1203825922', u'INDIRECT_-1203822554'), (u'INT_NOTEQUAL_-1203825703', u'CBRANCH_-1203825703'), (u'INT_ADD_-1203821242', u'CAST_-1203821034'), (u'MULTIEQUAL_-1203824274', u'INT_ADD_-1203824968'), (u'STORE_-1203824575', u'INDIRECT_-1203822186'), (u'MULTIEQUAL_-1203822420', u'MULTIEQUAL_-1203822395'), ('const-1', u'INT_ADD_-1203825224'), (u'COPY_-1203824578', u'MULTIEQUAL_-1203823298'), (u'CALL_-1203826562', u'INDIRECT_-1203823526'), (u'STORE_-1203824616', u'INDIRECT_-1203822152'), (u'MULTIEQUAL_-1203823135', u'MULTIEQUAL_-1203823174'), (u'CALLIND_-1203824341', u'INDIRECT_-1203821990'), (u'COPY_-1203825570', u'COPY_-1203821751'), (u'COPY_-1203821731', u'PTRADD_-1203821907'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822793'), (u'CALL_-1203825999', u'INDIRECT_-1203822528'), ('const-4294967216', u'PTRSUB_-1203821380'), (u'STORE_-1203825228', u'INDIRECT_-1203822564'), ('const-1', u'INT_ADD_-1203826125'), (u'INDIRECT_-1203822509', u'MULTIEQUAL_-1203822920'), (u'MULTIEQUAL_-1203822770', u'MULTIEQUAL_-1203822809'), ('tmp_2446', u'CBRANCH_-1203825037'), ('tmp_4021', u'CBRANCH_-1203824957'), (u'MULTIEQUAL_-1203823130', u'MULTIEQUAL_-1203823101'), (u'CALL_-1203826431', u'INDIRECT_-1203823617'), (u'INDIRECT_-1203822919', u'MULTIEQUAL_-1203822931'), ('const-2', u'PTRADD_-1203821570'), ('const-12', u'PTRSUB_-1203822337'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822101'), (u'STORE_-1203826445', u'INDIRECT_-1203822949'), (u'MULTIEQUAL_-1203822332', u'MULTIEQUAL_-1203822010'), ('const-4294967295', u'COPY_-1203825277'), (u'INDIRECT_-1203823369', u'MULTIEQUAL_-1203823280'), ('tmp_852', u'CBRANCH_-1203826101'), (u'MULTIEQUAL_-1203823051', u'MULTIEQUAL_-1203823032'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822904'), (u'MULTIEQUAL_-1203824017', u'MULTIEQUAL_-1203824017'), (u'LOAD_-1203824553', u'CALLIND_-1203824543'), (u'MULTIEQUAL_-1203823298', u'LOAD_-1203824588'), ('const-0', u'COPY_-1203825570'), ('const-4', u'PTRADD_-1203821907'), ('const-417', u'LOAD_-1203825050'), (u'MULTIEQUAL_-1203822830', u'MULTIEQUAL_-1203822786'), (u'STORE_-1203825075', u'INDIRECT_-1203822319'), (u'PTRADD_-1203821917', u'LOAD_-1203825024'), (u'CALLIND_-1203824570', u'MULTIEQUAL_-1203824080'), (u'INDIRECT_-1203822428', u'MULTIEQUAL_-1203822684'), (u'STORE_-1203824549', u'INDIRECT_-1203822124'), ('tmp_3029', u'CBRANCH_-1203824549'), (u'COPY_-1203821394', u'MULTIEQUAL_-1203823661'), (u'CALL_-1203826431', u'INDIRECT_-1203823763'), ('const-417', u'LOAD_-1203824975'), ('tmp_7315', u'PTRSUB_-1203821196'), (u'STORE_-1203826015', u'INDIRECT_-1203822894'), (u'INDIRECT_-1203822285', u'INT_NOTEQUAL_-1203825174'), (u'MULTIEQUAL_-1203822947', u'MULTIEQUAL_-1203823826'), (u'PTRADD_-1203822095', u'LOAD_-1203825968'), (u'STORE_-1203825228', u'INDIRECT_-1203822491'), (u'INDIRECT_-1203823150', u'MULTIEQUAL_-1203823051'), (u'MULTIEQUAL_-1203823078', u'MULTIEQUAL_-1203823057'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822209'), (u'MULTIEQUAL_-1203822931', u'MULTIEQUAL_-1203822906'), (u'INDIRECT_-1203823669', u'PTRADD_-1203822019'), ('const-4', u'INT_ADD_-1203821930'), (u'CAST_-1203821417', u'MULTIEQUAL_-1203822063'), (u'INDIRECT_-1203822858', u'MULTIEQUAL_-1203822740'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822501'), (u'CAST_-1203821719', u'INT_LESS_-1203825811'), (u'MULTIEQUAL_-1203823470', u'MULTIEQUAL_-1203822006'), (u'LOAD_-1203824595', u'INT_ADD_-1203824564'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822574'), (u'INDIRECT_-1203822866', u'MULTIEQUAL_-1203822757'), ('const-2101469', u'STORE_-1203825027'), (u'STORE_-1203826304', u'INDIRECT_-1203822963'), ('const-417', u'LOAD_-1203824929'), (u'INT_ADD_-1203822204', u'CAST_-1203822034'), (u'COPY_-1203825005', u'MULTIEQUAL_-1203822873'), (u'STORE_-1203825033', u'INDIRECT_-1203822959'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823223'), (u'INDIRECT_-1203822858', u'MULTIEQUAL_-1203822759'), (u'MULTIEQUAL_-1203823297', u'MULTIEQUAL_-1203823276'), ('const-4', u'PTRADD_-1203821812'), ('const-2101568', u'STORE_-1203826004'), (u'MULTIEQUAL_-1203823948', u'SUBPIECE_-1203823973'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822466'), ('const-0', u'INT_NOTEQUAL_-1203825703'), (u'COPY_-1203821776', u'MULTIEQUAL_-1203823706'), (u'INDIRECT_-1203823669', u'LOAD_-1203824366'), (u'INT_SUB_-1203825018', u'PTRADD_-1203821917'), (u'INDIRECT_-1203822720', u'MULTIEQUAL_-1203822675'), (u'PTRSUB_-1203822035', u'CAST_-1203821804'), ('const-4', u'PTRADD_-1203821825'), (u'INDIRECT_-1203822577', u'MULTIEQUAL_-1203822441'), (u'STORE_-1203824480', u'INDIRECT_-1203822117'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822574'), (u'INT_ADD_-1203821934', u'INT_ADD_-1203821932'), (u'MULTIEQUAL_-1203822335', u'MULTIEQUAL_-1203822314'), (u'MULTIEQUAL_-1203822590', u'MULTIEQUAL_-1203822551'), (u'INT_NOTEQUAL_-1203824984', u'CBRANCH_-1203824982'), (u'INDIRECT_-1203823234', u'MULTIEQUAL_-1203823098'), (u'INDIRECT_-1203822760', u'MULTIEQUAL_-1203822675'), ('tmp_1182', u'CBRANCH_-1203825879'), (u'CAST_-1203820997', u'STORE_-1203824480'), ('const-417', u'LOAD_-1203825931'), ('const-417', u'LOAD_-1203824708'), (u'INT_LESS_-1203825325', u'CBRANCH_-1203825322'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822988'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821167'), ('const-0', u'PTRSUB_-1203826565'), (u'CAST_-1203821165', u'STORE_-1203824347'), (u'SUBPIECE_-1203822014', u'PIECE_-1203822014'), (u'MULTIEQUAL_-1203824274', u'INT_ADD_-1203826113'), ('const-1', u'COPY_-1203823229'), (u'CAST_-1203821133', u'LOAD_-1203824380'), (u'MULTIEQUAL_-1203823174', u'MULTIEQUAL_-1203823135'), (u'INDIRECT_-1203822399', u'STORE_-1203825075'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822473'), (u'CALL_-1203826431', u'INDIRECT_-1203823033'), (u'CALL_-1203826562', u'INDIRECT_-1203822783'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822597'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822378'), (u'INT_ADD_-1203824564', u'CAST_-1203821184'), (u'INDIRECT_-1203822842', u'MULTIEQUAL_-1203823297'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822915'), (u'CAST_-1203821002', u'INT_ADD_-1203821307'), (u'INDIRECT_-1203823211', u'COPY_-1203821485'), (u'COPY_-1203821787', u'MULTIEQUAL_-1203823706'), (u'INT_ADD_-1203825763', u'CAST_-1203821697'), ('tmp_1715', u'BRANCH_-1203825558'), (u'STORE_-1203825927', u'INDIRECT_-1203822850'), (u'MULTIEQUAL_-1203823298', u'MULTIEQUAL_-1203823838'), (u'CAST_-1203822081', u'LOAD_-1203825050'), (u'MULTIEQUAL_-1203822478', u'MULTIEQUAL_-1203821996'), ('const-417', u'STORE_-1203825017'), (u'INT_ADD_-1203821534', u'CAST_-1203821321'), (u'CALLIND_-1203824570', u'INDIRECT_-1203823130'), (u'CAST_-1203821351', u'INT_LESS_-1203824908'), (u'INDIRECT_-1203823369', u'MULTIEQUAL_-1203823270'), (u'STORE_-1203824616', u'INDIRECT_-1203821774'), (u'INDIRECT_-1203822939', u'MULTIEQUAL_-1203822830'), (u'CAST_-1203821170', u'INT_ADD_-1203821315'), (u'INDIRECT_-1203822626', u'MULTIEQUAL_-1203822508'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822254'), (u'MULTIEQUAL_-1203823543', u'MULTIEQUAL_-1203822007'), (u'CALL_-1203826562', u'INDIRECT_-1203823015'), (u'INDIRECT_-1203821880', u'MULTIEQUAL_-1203822335'), (u'MULTIEQUAL_-1203822712', u'MULTIEQUAL_-1203822687'), (u'MULTIEQUAL_-1203822611', u'MULTIEQUAL_-1203822567'), ('const-417', u'LOAD_-1203825685'), (u'INT_ADD_-1203821546', u'INT_ADD_-1203821544'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822509'), ('tmp_7315', u'PTRSUB_-1203821886'), (u'MULTIEQUAL_-1203822379', u'CAST_-1203821141'), (u'INDIRECT_-1203822685', u'MULTIEQUAL_-1203823004'), ('const-2', u'PTRADD_-1203821629'), (u'STORE_-1203825922', u'INDIRECT_-1203822846'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822144'), (u'STORE_-1203824376', u'INDIRECT_-1203822001'), (u'LOAD_-1203825300', u'COPY_-1203825248'), (u'INT_ADD_-1203824563', u'CAST_-1203821032'), (u'INDIRECT_-1203822962', u'MULTIEQUAL_-1203823276'), (u'MULTIEQUAL_-1203822640', u'MULTIEQUAL_-1203822619'), (u'INDIRECT_-1203823442', u'MULTIEQUAL_-1203823353'), (u'STORE_-1203824474', u'INDIRECT_-1203822042'), (u'CAST_-1203822052', u'INT_ADD_-1203822328'), ('const-4294967216', u'PTRSUB_-1203822032'), ('const-4294967216', u'PTRSUB_-1203821596'), (u'INDIRECT_-1203822982', u'MULTIEQUAL_-1203822842'), (u'STORE_-1203824549', u'INDIRECT_-1203821965'), (u'MULTIEQUAL_-1203824137', u'INT_LESSEQUAL_-1203825734'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821796'), (u'STORE_-1203824382', u'INDIRECT_-1203821930'), (u'INT_NOTEQUAL_-1203825623', u'BOOL_AND_-1203823696'), (u'INDIRECT_-1203823284', u'MULTIEQUAL_-1203823298'), ('tmp_1883', u'CBRANCH_-1203825434'), (u'LOAD_-1203825685', u'CAST_-1203821656'), ('const-417', u'LOAD_-1203824568'), (u'STORE_-1203824347', u'INDIRECT_-1203821949'), ('tmp_7315', u'PTRSUB_-1203821707'), (u'STORE_-1203824474', u'INDIRECT_-1203821896'), (u'INDIRECT_-1203822619', u'MULTIEQUAL_-1203822916'), (u'CAST_-1203821417', u'INT_NOTEQUAL_-1203825174'), (u'STORE_-1203825219', u'INDIRECT_-1203822632'), (u'INT_ADD_-1203822137', u'INT_ADD_-1203822135'), ('const-417', u'STORE_-1203824555'), (u'INDIRECT_-1203823669', u'PTRADD_-1203822032'), (u'MULTIEQUAL_-1203822809', u'MULTIEQUAL_-1203822770'), (u'MULTIEQUAL_-1203822005', u'MULTIEQUAL_-1203823066'), (u'STORE_-1203824480', u'INDIRECT_-1203821971'), ('const-417', u'STORE_-1203826015'), (u'MULTIEQUAL_-1203821989', u'INT_LESS_-1203826050'), (u'STORE_-1203825075', u'INDIRECT_-1203822538'), ('const-4294967216', u'PTRSUB_-1203821603'), (u'CAST_-1203821558', u'INT_ADD_-1203825495'), ('tmp_3231', u'CBRANCH_-1203824690'), (u'MULTIEQUAL_-1203824117', u'MULTIEQUAL_-1203824150'), (u'MULTIEQUAL_-1203823706', u'PIECE_-1203822014'), (u'CALL_-1203825999', u'INDIRECT_-1203822760'), (u'INDIRECT_-1203822743', u'MULTIEQUAL_-1203823057'), (u'CALL_-1203825999', u'INDIRECT_-1203823490'), (u'INT_LESS_-1203825811', u'CBRANCH_-1203825808'), ('const-4294967216', u'PTRSUB_-1203822035'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822206'), (u'MULTIEQUAL_-1203821997', u'MULTIEQUAL_-1203822482'), ('const-4294967295', u'INT_NOTEQUAL_-1203824984'), (u'MULTIEQUAL_-1203823560', u'MULTIEQUAL_-1203823518'), (u'CALL_-1203825917', u'INDIRECT_-1203823669'), ('const-417', u'STORE_-1203826361'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822685'), (u'INDIRECT_-1203822574', u'MULTIEQUAL_-1203823049'), (u'STORE_-1203824474', u'INDIRECT_-1203821969'), ('const-417', u'LOAD_-1203825024'), (u'MULTIEQUAL_-1203823101', u'MULTIEQUAL_-1203823062'), (u'CALLIND_-1203824341', u'INDIRECT_-1203823012'), (u'MULTIEQUAL_-1203822314', u'MULTIEQUAL_-1203822285'), (u'CAST_-1203822020', u'INT_ADD_-1203822293'), (u'STORE_-1203824622', u'INDIRECT_-1203821776'), (u'COPY_-1203821643', u'MULTIEQUAL_-1203821989'), ('const-3', u'PTRADD_-1203821979'), (u'MULTIEQUAL_-1203823298', u'STORE_-1203824581'), ('tmp_7315', u'PTRSUB_-1203821490'), (u'INDIRECT_-1203822451', u'MULTIEQUAL_-1203822765'), (u'MULTIEQUAL_-1203821989', u'INT_EQUAL_-1203825361'), ('const-417', u'LOAD_-1203824690'), (u'INT_NOTEQUAL_-1203825436', u'CBRANCH_-1203825434'), (u'INDIRECT_-1203823734', u'MULTIEQUAL_-1203823616'), (u'INDIRECT_-1203822355', u'MULTIEQUAL_-1203822830'), (u'CALL_-1203825999', u'INDIRECT_-1203823417'), (u'CAST_-1203821249', u'INT_ADD_-1203821421'), ('const-4294967295', u'INT_EQUAL_-1203824339'), ('const-417', u'STORE_-1203825075'), (u'CALL_-1203825917', u'INDIRECT_-1203822488'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822428'), (u'INDIRECT_-1203823858', u'MULTIEQUAL_-1203823838'), (u'MULTIEQUAL_-1203823518', u'MULTIEQUAL_-1203823495'), ('const-1', u'INT_SUB_-1203825018'), (u'MULTIEQUAL_-1203822713', u'MULTIEQUAL_-1203822692'), (u'LOAD_-1203824487', u'INT_ADD_-1203824462'), ('const-3', u'PTRADD_-1203821715'), (u'INDIRECT_-1203823661', u'MULTIEQUAL_-1203823572'), (u'COPY_-1203821401', u'MULTIEQUAL_-1203823721'), (u'MULTIEQUAL_-1203823466', u'MULTIEQUAL_-1203823427'), (u'INDIRECT_-1203823223', u'MULTIEQUAL_-1203823105'), (u'MULTIEQUAL_-1203823197', u'MULTIEQUAL_-1203823207'), (u'STORE_-1203825927', u'INDIRECT_-1203822923'), (u'MULTIEQUAL_-1203824150', u'COPY_-1203821861'), (u'MULTIEQUAL_-1203822684', u'MULTIEQUAL_-1203822660'), (u'INDIRECT_-1203822723', u'MULTIEQUAL_-1203822587'), (u'CALL_-1203825065', u'INDIRECT_-1203822846'), (u'CALL_-1203826562', u'INDIRECT_-1203823964'), (u'MULTIEQUAL_-1203824245', u'MULTIEQUAL_-1203824245'), (u'MULTIEQUAL_-1203823923', u'PTRADD_-1203824959'), (u'MULTIEQUAL_-1203822478', u'MULTIEQUAL_-1203822517'), ('const-417', u'STORE_-1203826147'), (u'MULTIEQUAL_-1203823049', u'MULTIEQUAL_-1203823025'), (u'INDIRECT_-1203823274', u'MULTIEQUAL_-1203823134'), (u'COPY_-1203823229', u'MULTIEQUAL_-1203823706'), (u'INT_EQUAL_-1203824540', u'CBRANCH_-1203824537'), ('tmp_7315', u'PTRSUB_-1203821380'), (u'STORE_-1203824474', u'INDIRECT_-1203822188'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822305'), ('tmp_7315', u'PTRSUB_-1203821596'), (u'CALL_-1203826562', u'INDIRECT_-1203823599'), (u'STORE_-1203826445', u'INDIRECT_-1203823095'), (u'LOAD_-1203824607', u'CAST_-1203821269'), (u'PTRSUB_-1203821156', u'CAST_-1203821006'), ('const-40', u'INT_ADD_-1203824462'), ('const-417', u'LOAD_-1203824595'), (u'MULTIEQUAL_-1203823466', u'LOAD_-1203824595'), (u'MULTIEQUAL_-1203823767', u'MULTIEQUAL_-1203823753'), (u'INDIRECT_-1203822931', u'MULTIEQUAL_-1203822842'), (u'INDIRECT_-1203823596', u'MULTIEQUAL_-1203823551'), ('tmp_7315', u'PTRSUB_-1203821269'), (u'INDIRECT_-1203823231', u'MULTIEQUAL_-1203823186'), ('const-4', u'INT_OR_-1203826369'), (u'INDIRECT_-1203823661', u'MULTIEQUAL_-1203823562'), (u'MULTIEQUAL_-1203822770', u'MULTIEQUAL_-1203822000'), (u'INT_ADD_-1203821202', u'CAST_-1203821005'), (u'MULTIEQUAL_-1203822537', u'SUBPIECE_-1203822611'), (u'STORE_-1203826436', u'INDIRECT_-1203822712'), (u'PIECE_-1203822661', u'CAST_-1203821941'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821307'), (u'PTRSUB_-1203821321', u'CAST_-1203821187'), (u'INDIRECT_-1203822331', u'MULTIEQUAL_-1203822786'), (u'STORE_-1203824353', u'INDIRECT_-1203822097'), (u'MULTIEQUAL_-1203822993', u'INT_ADD_-1203825238'), (u'INT_ADD_-1203821984', u'INT_ADD_-1203821982'), (u'INDIRECT_-1203822189', u'MULTIEQUAL_-1203822176'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821536'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821536'), (u'MULTIEQUAL_-1203822976', u'MULTIEQUAL_-1203822932'), ('const-2', u'PTRADD_-1203822019'), (u'CALL_-1203826562', u'INDIRECT_-1203823380'), (u'CAST_-1203821329', u'STORE_-1203825089'), (u'CAST_-1203821425', u'LOAD_-1203824519'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823734'), (u'INDIRECT_-1203823588', u'MULTIEQUAL_-1203823489'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822063'), (u'MULTIEQUAL_-1203822465', u'CAST_-1203821698'), (u'CAST_-1203821295', u'LOAD_-1203825025'), (u'INT_ADD_-1203822085', u'INT_ADD_-1203822083'), (u'STORE_-1203825089', u'INDIRECT_-1203822326'), (u'PTRSUB_-1203821603', u'CAST_-1203821317'), ('const-1', u'INT_EQUAL_-1203825361'), (u'LOAD_-1203824708', u'CAST_-1203821281'), ('tmp_2531', u'CBRANCH_-1203824982'), (u'SUBPIECE_-1203822611', u'INT_NOTEQUAL_-1203826159'), (u'CAST_-1203821317', u'INT_ADD_-1203821649'), (u'CAST_-1203821285', u'LOAD_-1203824690'), (u'INDIRECT_-1203822574', u'MULTIEQUAL_-1203822465'), (u'STORE_-1203824480', u'INDIRECT_-1203821739'), ('const-417', u'LOAD_-1203825968'), ('const-1', u'SUBPIECE_-1203822322'), (u'MULTIEQUAL_-1203822989', u'MULTIEQUAL_-1203822003'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822947'), (u'LOAD_-1203824601', u'CAST_-1203821268'), (u'MULTIEQUAL_-1203823495', u'MULTIEQUAL_-1203823838'), (u'STORE_-1203824616', u'INDIRECT_-1203822006'), (u'MULTIEQUAL_-1203822173', u'MULTIEQUAL_-1203822149'), (u'CALL_-1203825065', u'INDIRECT_-1203822262'), (u'COPY_-1203821740', u'MULTIEQUAL_-1203824017'), (u'MULTIEQUAL_-1203823077', u'MULTIEQUAL_-1203823052'), ('tmp_3185', u'CBRANCH_-1203824999'), (u'INDIRECT_-1203822035', u'MULTIEQUAL_-1203822332'), ('const-417', u'STORE_-1203824622'), (u'STORE_-1203824622', u'INDIRECT_-1203821862'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822801'), (u'INT_EQUAL_-1203826405', u'CBRANCH_-1203826404'), (u'MULTIEQUAL_-1203823560', u'MULTIEQUAL_-1203823838'), (u'MULTIEQUAL_-1203823635', u'MULTIEQUAL_-1203823645'), ('const-4', u'PTRADD_-1203822187'), (u'INDIRECT_-1203823636', u'MULTIEQUAL_-1203823551'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822866'), (u'STORE_-1203825070', u'INDIRECT_-1203822169'), (u'INDIRECT_-1203822524', u'MULTIEQUAL_-1203822838'), (u'CAST_-1203821565', u'LOAD_-1203825524'), (u'BOOL_AND_-1203823696', u'COPY_-1203821349'), (u'MULTIEQUAL_-1203823706', u'COPY_-1203821401'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821998'), (u'LOAD_-1203825300', u'INT_MULT_-1203825226'), (u'INT_ADD_-1203821349', u'CAST_-1203821030'), (u'COPY_-1203826236', u'MULTIEQUAL_-1203824245'), ('const-417', u'STORE_-1203825228'), (u'PTRSUB_-1203821592', u'CAST_-1203821426'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822136'), (u'COPY_-1203824331', u'MULTIEQUAL_-1203823518'), (u'STORE_-1203824474', u'INDIRECT_-1203821823'), (u'INT_ADD_-1203824968', u'MULTIEQUAL_-1203824274'), (u'INDIRECT_-1203822282', u'MULTIEQUAL_-1203822757'), (u'INT_NOTEQUAL_-1203826275', u'CBRANCH_-1203826275'), (u'STORE_-1203825037', u'INDIRECT_-1203822888'), (u'CAST_-1203821268', u'INT_LESSEQUAL_-1203824585'), (u'INT_EQUAL_-1203824339', u'CBRANCH_-1203824336'), (u'INT_ADD_-1203821423', u'INT_ADD_-1203821421'), (u'STORE_-1203824581', u'INDIRECT_-1203822115'), (u'STORE_-1203825027', u'INDIRECT_-1203822884'), (u'INDIRECT_-1203822626', u'MULTIEQUAL_-1203822537'), (u'CALLIND_-1203824370', u'INT_EQUAL_-1203824339'), (u'STORE_-1203825070', u'INDIRECT_-1203822607'), (u'INT_ADD_-1203822078', u'CAST_-1203821911'), (u'COPY_-1203821372', u'MULTIEQUAL_-1203823721'), (u'INDIRECT_-1203823052', u'MULTIEQUAL_-1203822967'), (u'MULTIEQUAL_-1203823203', u'MULTIEQUAL_-1203823174'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822842'), ('const-4', u'INT_MULT_-1203826504'), ('const-417', u'STORE_-1203824474'), (u'MULTIEQUAL_-1203823298', u'MULTIEQUAL_-1203823269'), (u'INDIRECT_-1203822209', u'MULTIEQUAL_-1203822465'), (u'STORE_-1203824616', u'INDIRECT_-1203821933'), (u'PTRSUB_-1203821882', u'CAST_-1203821762'), (u'STORE_-1203825922', u'INDIRECT_-1203822468'), (u'STORE_-1203826004', u'INDIRECT_-1203822741'), ('const-3', u'PTRADD_-1203821574'), (u'INDIRECT_-1203823347', u'MULTIEQUAL_-1203823207'), (u'INT_ZEXT_-1203824674', u'MULTIEQUAL_-1203824080'), (u'MULTIEQUAL_-1203822319', u'MULTIEQUAL_-1203822295'), (u'MULTIEQUAL_-1203823125', u'MULTIEQUAL_-1203823122'), (u'STORE_-1203825075', u'INDIRECT_-1203822173'), ('const-1', u'PTRADD_-1203822297'), (u'MULTIEQUAL_-1203822915', u'MULTIEQUAL_-1203822905'), (u'LOAD_-1203824380', u'CALLIND_-1203824370'), (u'CALL_-1203826562', u'INDIRECT_-1203823672'), (u'INT_ADD_-1203825858', u'MULTIEQUAL_-1203824143'), (u'CALL_-1203826431', u'INDIRECT_-1203822728'), (u'SUBPIECE_-1203822631', u'INT_EQUAL_-1203824989'), (u'CAST_-1203821803', u'STORE_-1203826004'), (u'MULTIEQUAL_-1203822785', u'MULTIEQUAL_-1203822760'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821349'), (u'SUBPIECE_-1203822322', u'PIECE_-1203822322'), (u'MULTIEQUAL_-1203822613', u'PTRADD_-1203822187'), (u'CALL_-1203826299', u'INDIRECT_-1203822677'), (u'COPY_-1203821749', u'MULTIEQUAL_-1203823661'), (u'MULTIEQUAL_-1203823560', u'STORE_-1203824382'), (u'INDIRECT_-1203823065', u'MULTIEQUAL_-1203823077'), (u'PTRSUB_-1203821707', u'CAST_-1203821419'), ('const-417', u'STORE_-1203824549'), (u'INDIRECT_-1203823004', u'MULTIEQUAL_-1203822915'), (u'STORE_-1203824581', u'INDIRECT_-1203821969'), (u'CAST_-1203821246', u'LOAD_-1203824553'), (u'INT_MULT_-1203825991', u'INT_ADD_-1203826003'), (u'STORE_-1203826445', u'INDIRECT_-1203823168'), (u'INT_ADD_-1203821642', u'CAST_-1203821427'), (u'STORE_-1203824353', u'INDIRECT_-1203821951'), (u'INDIRECT_-1203823125', u'MULTIEQUAL_-1203823040'), (u'INDIRECT_-1203823150', u'MULTIEQUAL_-1203823061'), (u'INDIRECT_-1203821904', u'MULTIEQUAL_-1203822379'), (u'INDIRECT_-1203822988', u'MULTIEQUAL_-1203823443'), (u'STORE_-1203825037', u'INDIRECT_-1203822669'), (u'MULTIEQUAL_-1203822004', u'INT_ADD_-1203826003'), (u'INDIRECT_-1203823307', u'MULTIEQUAL_-1203823171'), ('tmp_7315', u'PTRSUB_-1203821603'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822720'), ('tmp_7315', u'PTRSUB_-1203822337'), ('const-4', u'PTRADD_-1203821917'), (u'PTRSUB_-1203821936', u'CAST_-1203821814'), (u'CALL_-1203826431', u'INDIRECT_-1203823398'), (u'INDIRECT_-1203822650', u'MULTIEQUAL_-1203822514'), (u'INDIRECT_-1203822869', u'MULTIEQUAL_-1203822733'), (u'MULTIEQUAL_-1203822833', u'MULTIEQUAL_-1203822830'), (u'STORE_-1203824474', u'INDIRECT_-1203821737'), (u'CAST_-1203821417', u'INT_LESS_-1203825175'), ('const-417', u'LOAD_-1203824519'), ('const-417', u'LOAD_-1203824366'), ('const-4294967216', u'PTRSUB_-1203822247'), (u'LOAD_-1203825511', u'PIECE_-1203822322'), (u'INT_ADD_-1203821315', u'CAST_-1203821169'), (u'INT_ADD_-1203825415', u'COPY_-1203821683'), (u'INDIRECT_-1203822574', u'MULTIEQUAL_-1203822830'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821930'), (u'CALL_-1203825917', u'INDIRECT_-1203823158'), (u'INDIRECT_-1203823085', u'MULTIEQUAL_-1203822976'), (u'CALL_-1203825065', u'INDIRECT_-1203822335'), (u'MULTIEQUAL_-1203824245', u'MULTIEQUAL_-1203824216'), (u'CALL_-1203826431', u'INDIRECT_-1203823179'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821980'), (u'LOAD_-1203824923', u'CAST_-1203821351'), (u'CALLIND_-1203824569', u'INDIRECT_-1203821990'), (u'COPY_-1203825005', u'MULTIEQUAL_-1203823171'), ('const-0', u'RETURN_-1203826314'), ('const-417', u'LOAD_-1203824588'), (u'INDIRECT_-1203822720', u'MULTIEQUAL_-1203823195'), (u'INDIRECT_-1203822185', u'MULTIEQUAL_-1203822640'), ('const-36', u'INT_ADD_-1203824564'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822962'), (u'CALL_-1203825065', u'INT_NOTEQUAL_-1203825038'), (u'INDIRECT_-1203823734', u'MULTIEQUAL_-1203823635'), (u'COPY_-1203824504', u'MULTIEQUAL_-1203823349'), (u'STORE_-1203824376', u'INDIRECT_-1203822147'), (u'INDIRECT_-1203822720', u'MULTIEQUAL_-1203822976'), (u'INDIRECT_-1203822769', u'MULTIEQUAL_-1203823224'), (u'CALL_-1203825065', u'INDIRECT_-1203822992'), (u'STORE_-1203826015', u'INDIRECT_-1203822821'), (u'STORE_-1203824576', u'INDIRECT_-1203822368'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822355'), (u'MULTIEQUAL_-1203823370', u'PTRADD_-1203821574'), (u'STORE_-1203825027', u'INDIRECT_-1203822811'), (u'CAST_-1203821316', u'STORE_-1203825070'), (u'COPY_-1203826072', u'MULTIEQUAL_-1203822010'), (u'MULTIEQUAL_-1203823135', u'MULTIEQUAL_-1203822005'), (u'MULTIEQUAL_-1203822663', u'MULTIEQUAL_-1203822624'), (u'COPY_-1203821861', u'MULTIEQUAL_-1203824117'), (u'INDIRECT_-1203822801', u'MULTIEQUAL_-1203823212'), ('const-2102253', u'STORE_-1203824575'), (u'COPY_-1203822015', u'MULTIEQUAL_-1203822623'), (u'INDIRECT_-1203823515', u'MULTIEQUAL_-1203823426'), (u'CALLIND_-1203824570', u'INDIRECT_-1203821949'), (u'MULTIEQUAL_-1203823032', u'MULTIEQUAL_-1203822000'), (u'MULTIEQUAL_-1203822955', u'MULTIEQUAL_-1203822916'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822931'), ('tmp_3238', u'BRANCH_-1203824683'), (u'INDIRECT_-1203823909', u'MULTIEQUAL_-1203823838'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822086'), (u'MULTIEQUAL_-1203823416', u'MULTIEQUAL_-1203823397'), (u'INDIRECT_-1203823526', u'INT_MULT_-1203826504'), (u'INT_ADD_-1203821268', u'CAST_-1203820993'), ('const-2101421', u'STORE_-1203826304'), (u'INDIRECT_-1203821904', u'COPY_-1203821291'), (u'PTRSUB_-1203822346', u'STORE_-1203826460'), (u'STORE_-1203824576', u'INDIRECT_-1203822441'), (u'CAST_-1203822019', u'STORE_-1203826436'), (u'STORE_-1203826015', u'INDIRECT_-1203822675'), ('tmp_2079', u'CBRANCH_-1203825322'), ('const-4', u'INT_ADD_-1203821204'), (u'INDIRECT_-1203822626', u'MULTIEQUAL_-1203822527'), ('const-417', u'LOAD_-1203825530'), (u'STORE_-1203824376', u'INDIRECT_-1203821842'), (u'LOAD_-1203824629', u'INT_ADD_-1203824604'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822911'), ('const-417', u'LOAD_-1203826181'), ('const-2', u'PTRADD_-1203821602'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822539'), (u'MULTIEQUAL_-1203824236', u'COPY_-1203825944'), (u'INDIRECT_-1203822614', u'MULTIEQUAL_-1203822529'), (u'INDIRECT_-1203822335', u'MULTIEQUAL_-1203822347'), (u'INDIRECT_-1203823380', u'MULTIEQUAL_-1203822947'), ('tmp_7315', u'PTRSUB_-1203821434'), (u'MULTIEQUAL_-1203822757', u'MULTIEQUAL_-1203822713'), (u'MULTIEQUAL_-1203822392', u'MULTIEQUAL_-1203822368'), (u'CALL_-1203825065', u'INDIRECT_-1203822189'), (u'COPY_-1203821967', u'MULTIEQUAL_-1203824295'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821204'), (u'INT_ADD_-1203821932', u'CAST_-1203821763'), (u'CALL_-1203825917', u'INDIRECT_-1203822866'), (u'CAST_-1203820994', u'INT_ADD_-1203821268'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822874'), (u'STORE_-1203825037', u'INDIRECT_-1203822961'), (u'INDIRECT_-1203822262', u'MULTIEQUAL_-1203822249'), ('const-417', u'LOAD_-1203826186'), ('const-417', u'LOAD_-1203826396'), (u'INDIRECT_-1203822939', u'MULTIEQUAL_-1203822894'), (u'PTRSUB_-1203822032', u'CAST_-1203821912'), ('tmp_7315', u'PTRSUB_-1203822158'), (u'CALL_-1203825065', u'INDIRECT_-1203823138'), (u'INDIRECT_-1203822103', u'MULTIEQUAL_-1203822115'), (u'INDIRECT_-1203822550', u'MULTIEQUAL_-1203823005'), ('const-4', u'INT_ADD_-1203821934'), (u'STORE_-1203825033', u'INDIRECT_-1203822886'), ('tmp_7315', u'PTRSUB_-1203821321'), ('const-2', u'PTRADD_-1203822036'), ('tmp_7315', u'PTRSUB_-1203821932'), (u'INDIRECT_-1203822627', u'MULTIEQUAL_-1203822614'), (u'MULTIEQUAL_-1203823560', u'PTRADD_-1203821975'), ('const-417', u'STORE_-1203824582'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822655'), (u'COPY_-1203821683', u'MULTIEQUAL_-1203824044'), (u'LOAD_-1203824620', u'CALLIND_-1203824610'), (u'INT_NOTEQUAL_-1203824941', u'CBRANCH_-1203824940'), (u'CAST_-1203822034', u'STORE_-1203826460'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822039'), (u'CAST_-1203821557', u'LOAD_-1203825511'), (u'INDIRECT_-1203823858', u'MULTIEQUAL_-1203823718'), (u'SUBPIECE_-1203822661', u'PIECE_-1203822661'), (u'INDIRECT_-1203822112', u'MULTIEQUAL_-1203822567'), (u'INDIRECT_-1203822866', u'MULTIEQUAL_-1203823341'), (u'COPY_-1203825780', u'MULTIEQUAL_-1203822421'), ('const-4', u'PTRADD_-1203821598'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822290'), ('const-1', u'INT_ADD_-1203825763'), (u'STORE_-1203826436', u'INDIRECT_-1203823090'), (u'STORE_-1203824480', u'INDIRECT_-1203822044'), (u'INDIRECT_-1203823785', u'MULTIEQUAL_-1203823645'), (u'CAST_-1203821755', u'INT_LESS_-1203825873'), (u'INDIRECT_-1203822700', u'MULTIEQUAL_-1203823256'), (u'INDIRECT_-1203822554', u'MULTIEQUAL_-1203822541'), (u'STORE_-1203825922', u'INDIRECT_-1203822627'), (u'STORE_-1203825027', u'INDIRECT_-1203822957'), (u'MULTIEQUAL_-1203824005', u'INT_ADD_-1203825415'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822085'), (u'STORE_-1203826436', u'INDIRECT_-1203823017'), (u'INDIRECT_-1203821831', u'MULTIEQUAL_-1203822087'), (u'INDIRECT_-1203822992', u'MULTIEQUAL_-1203823004'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822765'), (u'STORE_-1203824581', u'INDIRECT_-1203822188'), (u'INDIRECT_-1203823304', u'MULTIEQUAL_-1203823259'), (u'STORE_-1203825027', u'INDIRECT_-1203823030'), ('const-417', u'LOAD_-1203825826'), (u'INDIRECT_-1203822290', u'MULTIEQUAL_-1203822701'), (u'MULTIEQUAL_-1203823466', u'STORE_-1203824582'), (u'INDIRECT_-1203822378', u'MULTIEQUAL_-1203822692'), (u'STORE_-1203826445', u'INDIRECT_-1203822717'), (u'STORE_-1203824353', u'INDIRECT_-1203822316'), (u'STORE_-1203824576', u'INDIRECT_-1203822222'), (u'COPY_-1203821756', u'MULTIEQUAL_-1203823721'), (u'CAST_-1203822081', u'STORE_-1203825033'), (u'INT_EQUAL_-1203825459', u'CBRANCH_-1203825457'), ('const-4', u'PTRADD_-1203821702'), (u'PTRADD_-1203821907', u'STORE_-1203825017'), (u'MULTIEQUAL_-1203822493', u'MULTIEQUAL_-1203822468'), (u'INDIRECT_-1203822647', u'MULTIEQUAL_-1203823122'), ('const-417', u'LOAD_-1203825025'), ('const-417', u'LOAD_-1203824981'), ('const-2', u'PTRADD_-1203821975'), (u'CALL_-1203825214', u'INDIRECT_-1203823015'), (u'STORE_-1203824353', u'INDIRECT_-1203822170'), ('const-4294967216', u'PTRSUB_-1203821592'), (u'INT_EQUAL_-1203825000', u'CBRANCH_-1203824999'), (u'CALL_-1203826431', u'INDIRECT_-1203823544'), ('const-417', u'STORE_-1203826436'), (u'INDIRECT_-1203822647', u'MULTIEQUAL_-1203822903'), (u'INDIRECT_-1203823807', u'MULTIEQUAL_-1203823718'), (u'MULTIEQUAL_-1203822087', u'INT_NOTEQUAL_-1203824967'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822071'), ('const-4294967295', u'INT_EQUAL_-1203825641'), (u'MULTIEQUAL_-1203823349', u'MULTIEQUAL_-1203823320'), (u'INDIRECT_-1203822773', u'MULTIEQUAL_-1203822785'), (u'INDIRECT_-1203822063', u'MULTIEQUAL_-1203822538'), (u'STORE_-1203825070', u'INDIRECT_-1203822388'), (u'MULTIEQUAL_-1203823353', u'MULTIEQUAL_-1203823343'), (u'MULTIEQUAL_-1203823208', u'MULTIEQUAL_-1203823247'), ('tmp_1815', u'CBRANCH_-1203825473'), (u'LOAD_-1203824690', u'INT_ZEXT_-1203824674'), (u'INT_ADD_-1203825238', u'CAST_-1203821439'), (u'CAST_-1203821006', u'INT_ADD_-1203821202'), (u'INDIRECT_-1203823380', u'MULTIEQUAL_-1203823245'), (u'MULTIEQUAL_-1203823124', u'MULTIEQUAL_-1203823105'), (u'PTRADD_-1203821625', u'LOAD_-1203824975'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823150'), (u'INDIRECT_-1203822728', u'MULTIEQUAL_-1203823139'), (u'INDIRECT_-1203822623', u'MULTIEQUAL_-1203823078'), (u'CAST_-1203822051', u'COPY_-1203822015'), (u'INDIRECT_-1203822765', u'MULTIEQUAL_-1203823062'), (u'STORE_-1203824382', u'INDIRECT_-1203822149'), (u'STORE_-1203824353', u'INDIRECT_-1203821865'), (u'MULTIEQUAL_-1203822263', u'CAST_-1203821432'), (u'INDIRECT_-1203822655', u'MULTIEQUAL_-1203823066'), (u'LOAD_-1203825931', u'STORE_-1203825927'), (u'CALL_-1203826299', u'INDIRECT_-1203823712'), (u'CALL_-1203825065', u'INDIRECT_-1203822481'), ('tmp_7315', u'PTRSUB_-1203822037'), (u'STORE_-1203825219', u'INDIRECT_-1203822486'), (u'STORE_-1203825219', u'INDIRECT_-1203822181'), ('const-4294967295', u'INT_EQUAL_-1203824512'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822582'), (u'CAST_-1203821909', u'LOAD_-1203825031'), (u'STORE_-1203824555', u'INDIRECT_-1203822345'), (u'INT_ADD_-1203822328', u'CAST_-1203822051'), (u'CALL_-1203825999', u'INDIRECT_-1203822906'), (u'INDIRECT_-1203822473', u'MULTIEQUAL_-1203822770'), (u'MULTIEQUAL_-1203822843', u'MULTIEQUAL_-1203822001'), ('const-1', u'SUBPIECE_-1203822661'), (u'INDIRECT_-1203823158', u'MULTIEQUAL_-1203823113'), (u'CALL_-1203825065', u'INDIRECT_-1203822700'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822477'), (u'INT_ADD_-1203821978', u'CAST_-1203821811'), (u'INT_ADD_-1203826170', u'CAST_-1203821892'), ('tmp_7315', u'PTRSUB_-1203821993'), (u'MULTIEQUAL_-1203822916', u'MULTIEQUAL_-1203822955'), (u'INDIRECT_-1203822355', u'MULTIEQUAL_-1203822611'), (u'CALL_-1203825999', u'INDIRECT_-1203823052'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821766'), (u'MULTIEQUAL_-1203822842', u'MULTIEQUAL_-1203822832'), ('tmp_614', u'CBRANCH_-1203826275'), ('tmp_7315', u'PTRSUB_-1203822247'), (u'INDIRECT_-1203823417', u'MULTIEQUAL_-1203823332'), (u'INDIRECT_-1203822159', u'MULTIEQUAL_-1203822473'), (u'CALL_-1203825065', u'INDIRECT_-1203822627'), (u'LOAD_-1203824981', u'CAST_-1203821278'), (u'COPY_-1203821247', u'MULTIEQUAL_-1203823706'), (u'MULTIEQUAL_-1203822976', u'MULTIEQUAL_-1203822654'), (u'STORE_-1203825219', u'INDIRECT_-1203822559'), (u'STORE_-1203825027', u'INDIRECT_-1203822665'), (u'MULTIEQUAL_-1203822611', u'MULTIEQUAL_-1203822587'), (u'INDIRECT_-1203823211', u'INT_NOTEQUAL_-1203824984'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822436'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821852'), ('const-8', u'INT_ADD_-1203821546'), (u'INDIRECT_-1203822712', u'MULTIEQUAL_-1203822623'), (u'INDIRECT_-1203823284', u'MULTIEQUAL_-1203823269'), ('const-2102289', u'STORE_-1203824616'), (u'MULTIEQUAL_-1203823122', u'MULTIEQUAL_-1203823078'), (u'PTRSUB_-1203822158', u'CAST_-1203822035'), ('const-4', u'PTRADD_-1203821715'), (u'CALLIND_-1203824468', u'INDIRECT_-1203821925'), (u'LOAD_-1203825832', u'CAST_-1203821720'), ('const-417', u'LOAD_-1203825031'), ('const-4294967295', u'INT_EQUAL_-1203824586'), ('tmp_7315', u'PTRSUB_-1203821119'), (u'MULTIEQUAL_-1203824274', u'INT_MULT_-1203826158'), (u'MULTIEQUAL_-1203824274', u'STORE_-1203826147'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822939'), (u'STORE_-1203826304', u'INDIRECT_-1203822890'), ('const-2102322', u'STORE_-1203824474'), ('tmp_13254', u'STORE_-1203826361'), (u'MULTIEQUAL_-1203823661', u'INT_EQUAL_-1203825585'), (u'STORE_-1203826004', u'INDIRECT_-1203822814'), (u'PTRADD_-1203822297', u'STORE_-1203826353'), (u'COPY_-1203821731', u'MULTIEQUAL_-1203824005'), (u'COPY_-1203823785', u'COPY_-1203821787'), (u'MULTIEQUAL_-1203823708', u'MULTIEQUAL_-1203823689'), ('const-108', u'INT_ADD_-1203826575'), (u'CAST_-1203822018', u'COPY_-1203822095'), (u'INDIRECT_-1203822086', u'MULTIEQUAL_-1203822400'), (u'CAST_-1203821184', u'LOAD_-1203824580'), (u'INDIRECT_-1203823669', u'MULTIEQUAL_-1203823624'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822623'), (u'CAST_-1203821186', u'STORE_-1203824582'), ('const-4294967216', u'PTRSUB_-1203821434'), (u'INDIRECT_-1203823284', u'PTRADD_-1203821629'), (u'MULTIEQUAL_-1203822959', u'MULTIEQUAL_-1203821999'), (u'INDIRECT_-1203822400', u'MULTIEQUAL_-1203822697'), (u'STORE_-1203826004', u'INDIRECT_-1203822960'), (u'MULTIEQUAL_-1203822760', u'MULTIEQUAL_-1203822757'), (u'MULTIEQUAL_-1203822009', u'PTRADD_-1203821825'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823661'), (u'MULTIEQUAL_-1203822246', u'MULTIEQUAL_-1203822285'), ('const-4294967295', u'COPY_-1203825005'), (u'INDIRECT_-1203823181', u'MULTIEQUAL_-1203823495'), ('const-4', u'INT_ADD_-1203822195'), (u'MULTIEQUAL_-1203824285', u'COPY_-1203821967'), (u'INDIRECT_-1203822404', u'MULTIEQUAL_-1203822859'), ('const-417', u'LOAD_-1203825524'), (u'MULTIEQUAL_-1203824236', u'PTRADD_-1203822095'), ('tmp_7315', u'PTRSUB_-1203821351'), ('const-4294967216', u'PTRSUB_-1203822037'), (u'STORE_-1203824575', u'INDIRECT_-1203822113'), (u'MULTIEQUAL_-1203823151', u'MULTIEQUAL_-1203823130'), (u'PTRSUB_-1203822089', u'CAST_-1203821967'), (u'CALL_-1203826299', u'INDIRECT_-1203823347'), ('const-417', u'STORE_-1203825070'), (u'LOAD_-1203825031', u'CALLIND_-1203825021'), (u'PTRADD_-1203821602', u'LOAD_-1203824714'), (u'PTRADD_-1203824959', u'CAST_-1203821333'), (u'MULTIEQUAL_-1203823560', u'LOAD_-1203824395'), (u'CALL_-1203825214', u'CAST_-1203821417'), (u'PTRADD_-1203821702', u'STORE_-1203825009'), (u'INT_ADD_-1203821290', u'INT_ADD_-1203821288'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821934'), (u'CAST_-1203821762', u'INT_ADD_-1203821928'), ('const-4', u'PTRADD_-1203821570'), (u'INDIRECT_-1203823669', u'MULTIEQUAL_-1203823560'), (u'INT_ADD_-1203822195', u'INT_ADD_-1203822193'), (u'INT_ADD_-1203825224', u'CAST_-1203821423'), (u'CAST_-1203821141', u'INT_AND_-1203821926'), (u'INDIRECT_-1203822909', u'MULTIEQUAL_-1203822769'), (u'LOAD_-1203826181', u'INT_SEXT_-1203826164'), (u'COPY_-1203822005', u'MULTIEQUAL_-1203824285'), (u'INDIRECT_-1203821949', u'MULTIEQUAL_-1203822246'), (u'INT_ADD_-1203821640', u'INT_ADD_-1203821638'), (u'MULTIEQUAL_-1203822639', u'MULTIEQUAL_-1203822614'), (u'INDIRECT_-1203823369', u'MULTIEQUAL_-1203823251'), ('tmp_2610', u'CBRANCH_-1203824937'), (u'STORE_-1203824622', u'INDIRECT_-1203822008'), ('const-4294967216', u'PTRSUB_-1203821303'), ('tmp_7315', u'PTRSUB_-1203822346'), (u'STORE_-1203824555', u'INDIRECT_-1203822418'), (u'MULTIEQUAL_-1203823281', u'MULTIEQUAL_-1203823320'), (u'MULTIEQUAL_-1203822614', u'MULTIEQUAL_-1203822611'), ('const-417', u'STORE_-1203826004'), (u'CAST_-1203821481', u'INT_LESS_-1203825325'), (u'STORE_-1203825089', u'INDIRECT_-1203822399'), ('const-3', u'PTRADD_-1203821598'), (u'SUBPIECE_-1203822013', u'COPY_-1203821372'), (u'INDIRECT_-1203823088', u'MULTIEQUAL_-1203822654'), (u'CALL_-1203825999', u'INDIRECT_-1203822833'), (u'INDIRECT_-1203822285', u'MULTIEQUAL_-1203822149'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822108'), ('const-4294967216', u'PTRSUB_-1203821886'), (u'INDIRECT_-1203823223', u'MULTIEQUAL_-1203823134'), (u'INDIRECT_-1203822627', u'MULTIEQUAL_-1203822639'), (u'INDIRECT_-1203823450', u'MULTIEQUAL_-1203823341'), ('const-1', u'INT_ADD_-1203825785'), (u'CALLIND_-1203824610', u'INT_EQUAL_-1203824586'), (u'INDIRECT_-1203822501', u'MULTIEQUAL_-1203822757'), (u'CAST_-1203821030', u'STORE_-1203824575'), (u'INDIRECT_-1203822931', u'MULTIEQUAL_-1203822832'), (u'INDIRECT_-1203822647', u'MULTIEQUAL_-1203822538'), ('const-4294967216', u'PTRSUB_-1203821498'), (u'CAST_-1203821815', u'LOAD_-1203826019'), (u'CALL_-1203825999', u'INDIRECT_-1203823198'), (u'CALL_-1203825917', u'INDIRECT_-1203822939'), (u'INT_ADD_-1203826516', u'INT_AND_-1203826497'), (u'PTRADD_-1203821829', u'LOAD_-1203825346'), ('tmp_3711', u'CBRANCH_-1203824336'), (u'STORE_-1203824582', u'INDIRECT_-1203822005'), (u'MULTIEQUAL_-1203821999', u'MULTIEQUAL_-1203822628'), (u'LOAD_-1203824395', u'INT_ADD_-1203824364'), (u'CALL_-1203826562', u'INDIRECT_-1203823818'), ('tmp_2890', u'CBRANCH_-1203824940'), (u'STORE_-1203824581', u'INDIRECT_-1203821810'), (u'STORE_-1203824376', u'INDIRECT_-1203822293'), (u'STORE_-1203825089', u'INDIRECT_-1203822180'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822000'), (u'CALL_-1203825917', u'INDIRECT_-1203822720'), (u'MULTIEQUAL_-1203822009', u'STORE_-1203824480'), (u'INDIRECT_-1203823271', u'MULTIEQUAL_-1203823186'), (u'CALL_-1203825214', u'INDIRECT_-1203822431'), (u'CAST_-1203821182', u'STORE_-1203824576'), (u'CAST_-1203821427', u'STORE_-1203825228'), (u'CALLIND_-1203824569', u'INDIRECT_-1203821917'), (u'INT_MULT_-1203826158', u'INT_ADD_-1203826170'), ('tmp_743', u'CBRANCH_-1203826157'), ('const-0', u'COPY_-1203824331'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822858'), (u'INDIRECT_-1203822408', u'MULTIEQUAL_-1203822420'), ('const-4294967295', u'INT_EQUAL_-1203825459'), (u'MULTIEQUAL_-1203823049', u'MULTIEQUAL_-1203823005'), (u'INDIRECT_-1203821955', u'MULTIEQUAL_-1203822274'), (u'INDIRECT_-1203822720', u'MULTIEQUAL_-1203822611'), (u'LOAD_-1203824929', u'CAST_-1203821355'), (u'CALL_-1203825917', u'INDIRECT_-1203823231'), (u'INDIRECT_-1203823004', u'MULTIEQUAL_-1203822886'), ('const-417', u'STORE_-1203824382'), (u'CALL_-1203825065', u'INDIRECT_-1203822773'), ('tmp_2577', u'CBRANCH_-1203824957'), (u'MULTIEQUAL_-1203822882', u'MULTIEQUAL_-1203822843'), (u'INT_ADD_-1203821536', u'INT_ADD_-1203821534'), (u'INDIRECT_-1203823420', u'INT_NOTEQUAL_-1203826275'), ('tmp_1679', u'CBRANCH_-1203825584'), ('tmp_2738', u'BRANCH_-1203824645'), ('const-0', u'COPY_-1203823379'), ('const-417', u'LOAD_-1203824395'), ('const-4', u'INT_ADD_-1203821536'), ('const-36', u'INT_ADD_-1203824604'), (u'INDIRECT_-1203823450', u'MULTIEQUAL_-1203823405'), (u'INDIRECT_-1203823307', u'MULTIEQUAL_-1203823767'), ('const-2101607', u'STORE_-1203825922'), (u'INDIRECT_-1203822919', u'MULTIEQUAL_-1203822906'), ('const-4294967216', u'PTRSUB_-1203822158'), (u'COPY_-1203825758', u'MULTIEQUAL_-1203823443'), (u'CAST_-1203821908', u'INT_ADD_-1203822181'), (u'MULTIEQUAL_-1203823004', u'MULTIEQUAL_-1203822979'), (u'COPY_-1203822037', u'MULTIEQUAL_-1203824295'), (u'LOAD_-1203826181', u'INT_NOTEQUAL_-1203826159'), ('tmp_3365', u'CBRANCH_-1203824537'), (u'INDIRECT_-1203822647', u'MULTIEQUAL_-1203822602'), (u'CAST_-1203821167', u'LOAD_-1203824351'), (u'INDIRECT_-1203823420', u'MULTIEQUAL_-1203823280'), (u'CALL_-1203825214', u'INDIRECT_-1203822869'), (u'STORE_-1203824549', u'INDIRECT_-1203822416'), (u'INDIRECT_-1203822504', u'MULTIEQUAL_-1203822368'), (u'CALLIND_-1203825021', u'INT_EQUAL_-1203824989'), (u'PTRSUB_-1203822282', u'CAST_-1203822052'), (u'INDIRECT_-1203822000', u'SUBPIECE_-1203822013'), ('const-4', u'PTRADD_-1203821979'), (u'STORE_-1203825219', u'INDIRECT_-1203822267'), ('tmp_413', u'CBRANCH_-1203826404'), (u'CAST_-1203821697', u'INT_LESSEQUAL_-1203825734'), (u'CAST_-1203821812', u'INT_ADD_-1203821978'), (u'MULTIEQUAL_-1203823052', u'MULTIEQUAL_-1203823049'), (u'CAST_-1203821183', u'INT_ADD_-1203821480'), ('tmp_3723', u'BRANCH_-1203824314'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822696'), ('const-0', u'SUBPIECE_-1203822308'), (u'MULTIEQUAL_-1203823964', u'COPY_-1203821643'), ('const-417', u'STORE_-1203825922'), ('tmp_7315', u'PTRSUB_-1203821222'), (u'MULTIEQUAL_-1203822979', u'MULTIEQUAL_-1203822976'), (u'INDIRECT_-1203822858', u'MULTIEQUAL_-1203822769'), (u'COPY_-1203826360', u'RETURN_-1203826314'), ('const-4', u'INT_MULT_-1203826158'), (u'MULTIEQUAL_-1203823616', u'MULTIEQUAL_-1203822008'), (u'MULTIEQUAL_-1203824117', u'COPY_-1203821275'), ('const-417', u'LOAD_-1203824478'), (u'CALL_-1203825214', u'INDIRECT_-1203822796'), (u'INT_EQUAL_-1203826104', u'CBRANCH_-1203826101'), (u'PTRSUB_-1203821303', u'CAST_-1203821031'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822550'), (u'INDIRECT_-1203822108', u'MULTIEQUAL_-1203824005'), (u'INDIRECT_-1203822431', u'MULTIEQUAL_-1203822295'), (u'MULTIEQUAL_-1203822551', u'MULTIEQUAL_-1203822590'), ('const-417', u'LOAD_-1203824601'), (u'INDIRECT_-1203822136', u'MULTIEQUAL_-1203822611'), (u'MULTIEQUAL_-1203822624', u'MULTIEQUAL_-1203822663'), (u'CAST_-1203822026', u'INT_ADD_-1203822193'), (u'MULTIEQUAL_-1203823562', u'MULTIEQUAL_-1203823572'), (u'STORE_-1203825927', u'INDIRECT_-1203822777'), ('const-4', u'INT_MULT_-1203825991'), (u'LOAD_-1203825254', u'STORE_-1203825228'), (u'INT_ADD_-1203821753', u'CAST_-1203821418'), ('const-0', u'COPY_-1203824504'), (u'INDIRECT_-1203822232', u'MULTIEQUAL_-1203822546'), (u'CAST_-1203821001', u'STORE_-1203824616'), (u'STORE_-1203824353', u'INDIRECT_-1203822024'), ('tmp_7315', u'PTRSUB_-1203822147'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823296'), (u'CAST_-1203821131', u'STORE_-1203824376'), (u'PTRSUB_-1203821375', u'CAST_-1203821249'), (u'COPY_-1203824532', u'MULTIEQUAL_-1203823427'), (u'STORE_-1203824347', u'INDIRECT_-1203822387'), (u'MULTIEQUAL_-1203822473', u'COPY_-1203821740'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822838'), (u'INDIRECT_-1203822258', u'MULTIEQUAL_-1203822713'), (u'LOAD_-1203825340', u'CAST_-1203821481'), (u'STORE_-1203824616', u'INDIRECT_-1203822298'), (u'INDIRECT_-1203823198', u'MULTIEQUAL_-1203823113'), (u'PTRADD_-1203821570', u'LOAD_-1203824601'), (u'INDIRECT_-1203822063', u'MULTIEQUAL_-1203822319'), (u'INT_ADD_-1203821167', u'INT_ADD_-1203821165'), (u'STORE_-1203824480', u'INDIRECT_-1203822190'), (u'PTRSUB_-1203821596', u'CAST_-1203821428'), ('tmp_3959', u'CBRANCH_-1203824987'), (u'INDIRECT_-1203821966', u'MULTIEQUAL_-1203822421'), (u'MULTIEQUAL_-1203822843', u'MULTIEQUAL_-1203822882'), (u'INT_SEXT_-1203826164', u'STORE_-1203825037'), ('tmp_7315', u'PTRSUB_-1203821303'), (u'INDIRECT_-1203822546', u'MULTIEQUAL_-1203822843'), (u'MULTIEQUAL_-1203823370', u'PTRADD_-1203821570'), ('const-36', u'INT_ADD_-1203824537'), (u'MULTIEQUAL_-1203822004', u'MULTIEQUAL_-1203822993'), (u'STORE_-1203825927', u'INDIRECT_-1203822631'), (u'CALLIND_-1203824610', u'INDIRECT_-1203821882'), (u'STORE_-1203824575', u'INDIRECT_-1203822332'), ('tmp_1441', u'CBRANCH_-1203825733'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821753'), (u'STORE_-1203824549', u'INDIRECT_-1203822197'), (u'INT_ADD_-1203821288', u'CAST_-1203821135'), (u'INT_ADD_-1203822081', u'CAST_-1203821803'), (u'STORE_-1203824581', u'INDIRECT_-1203822261'), (u'MULTIEQUAL_-1203822911', u'MULTIEQUAL_-1203823256'), (u'STORE_-1203825037', u'INDIRECT_-1203822583'), (u'INDIRECT_-1203822247', u'MULTIEQUAL_-1203822566'), (u'INDIRECT_-1203822136', u'MULTIEQUAL_-1203822392'), ('const-4294967295', u'COPY_-1203824524'), (u'INDIRECT_-1203823065', u'MULTIEQUAL_-1203823052'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822831'), (u'CALL_-1203825999', u'INDIRECT_-1203822614'), (u'STORE_-1203824622', u'INDIRECT_-1203821935'), (u'MULTIEQUAL_-1203822566', u'MULTIEQUAL_-1203822541'), (u'INDIRECT_-1203823085', u'MULTIEQUAL_-1203823040'), (u'STORE_-1203826436', u'INDIRECT_-1203823163'), ('tmp_1477', u'CBRANCH_-1203825703'), (u'INT_ADD_-1203821980', u'INT_ADD_-1203821978'), (u'MULTIEQUAL_-1203824245', u'PTRADD_-1203822187'), (u'INDIRECT_-1203822574', u'MULTIEQUAL_-1203822529'), (u'CALL_-1203825999', u'INDIRECT_-1203823563'), (u'MULTIEQUAL_-1203821995', u'COPY_-1203821916'), (u'MULTIEQUAL_-1203822976', u'MULTIEQUAL_-1203823256'), (u'INDIRECT_-1203823284', u'PTRADD_-1203821625'), (u'CAST_-1203821285', u'INT_LESS_-1203824693'), (u'COPY_-1203821710', u'MULTIEQUAL_-1203824080'), (u'STORE_-1203824582', u'INDIRECT_-1203822297'), ('const-0', u'COPY_-1203826257'), (u'COPY_-1203821838', u'MULTIEQUAL_-1203824137'), (u'CALL_-1203825917', u'INDIRECT_-1203823450'), (u'INT_LESSEQUAL_-1203824959', u'CBRANCH_-1203824957'), (u'MULTIEQUAL_-1203822441', u'STORE_-1203825089'), ('const-4294967216', u'PTRSUB_-1203822089'), ('const-417', u'LOAD_-1203825346'), (u'INDIRECT_-1203822408', u'MULTIEQUAL_-1203822395'), ('const-4294967216', u'PTRSUB_-1203821261'), (u'CAST_-1203821757', u'INT_ADD_-1203822039'), (u'INDIRECT_-1203822285', u'COPY_-1203821576'), ('tmp_2025', u'CBRANCH_-1203825357'), (u'MULTIEQUAL_-1203823280', u'MULTIEQUAL_-1203823270'), (u'CAST_-1203821322', u'INT_ADD_-1203824977'), (u'MULTIEQUAL_-1203822002', u'MULTIEQUAL_-1203822847'), (u'INDIRECT_-1203822773', u'MULTIEQUAL_-1203822760'), (u'STORE_-1203824555', u'INDIRECT_-1203822199'), (u'STORE_-1203824576', u'INDIRECT_-1203822076'), (u'MULTIEQUAL_-1203822541', u'MULTIEQUAL_-1203822538'), (u'CAST_-1203821003', u'LOAD_-1203824620'), (u'INT_ADD_-1203824462', u'CAST_-1203820995'), (u'PTRSUB_-1203822346', u'COPY_-1203822100'), (u'MULTIEQUAL_-1203824017', u'INT_SUB_-1203825018'), (u'STORE_-1203825070', u'INDIRECT_-1203822461'), (u'STORE_-1203824616', u'INDIRECT_-1203821860'), (u'MULTIEQUAL_-1203823645', u'MULTIEQUAL_-1203823635'), (u'COPY_-1203822005', u'MULTIEQUAL_-1203824295'), (u'MULTIEQUAL_-1203822465', u'MULTIEQUAL_-1203822441'), (u'INDIRECT_-1203823211', u'MULTIEQUAL_-1203823767'), (u'CALLIND_-1203824610', u'MULTIEQUAL_-1203823948'), (u'INT_ADD_-1203822080', u'INT_ADD_-1203822078'), (u'MULTIEQUAL_-1203823266', u'MULTIEQUAL_-1203823245'), (u'MULTIEQUAL_-1203822858', u'MULTIEQUAL_-1203822833'), (u'SUBPIECE_-1203823973', u'INT_NOTEQUAL_-1203824941'), ('const-417', u'LOAD_-1203824579'), (u'MULTIEQUAL_-1203822009', u'LOAD_-1203824487'), (u'STORE_-1203824616', u'INDIRECT_-1203822225'), (u'MULTIEQUAL_-1203823772', u'CAST_-1203821296'), (u'MULTIEQUAL_-1203823276', u'MULTIEQUAL_-1203823247'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822939'), (u'INT_ADD_-1203821397', u'CAST_-1203821131'), ('const-40', u'INT_ADD_-1203824563'), (u'CAST_-1203820995', u'LOAD_-1203824478'), (u'INT_NOTEQUAL_-1203825174', u'CBRANCH_-1203824549'), (u'MULTIEQUAL_-1203822759', u'MULTIEQUAL_-1203822740'), ('tmp_7315', u'PTRSUB_-1203822282'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822451'), (u'MULTIEQUAL_-1203822246', u'MULTIEQUAL_-1203821924'), (u'CAST_-1203821915', u'INT_ADD_-1203822083'), (u'MULTIEQUAL_-1203823247', u'MULTIEQUAL_-1203823208'), (u'LOAD_-1203824568', u'INT_ADD_-1203824537'), (u'MULTIEQUAL_-1203822906', u'MULTIEQUAL_-1203822903'), (u'PTRSUB_-1203821498', u'CAST_-1203821330'), (u'INDIRECT_-1203822217', u'MULTIEQUAL_-1203822628'), (u'CAST_-1203821606', u'INT_EQUAL_-1203825585'), (u'INDIRECT_-1203823077', u'MULTIEQUAL_-1203822978'), (u'CAST_-1203821245', u'INT_ADD_-1203821536'), ('tmp_7315', u'PTRSUB_-1203822089'), (u'CALL_-1203826562', u'INDIRECT_-1203823453'), (u'CAST_-1203821432', u'INT_ADD_-1203825224'), (u'MULTIEQUAL_-1203823197', u'MULTIEQUAL_-1203823178'), (u'MULTIEQUAL_-1203822916', u'MULTIEQUAL_-1203822002'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822282'), (u'STORE_-1203825033', u'INDIRECT_-1203823032'), (u'INDIRECT_-1203822189', u'MULTIEQUAL_-1203822201'), (u'INT_ADD_-1203821480', u'CAST_-1203821182'), (u'INDIRECT_-1203822947', u'MULTIEQUAL_-1203823358'), (u'PTRSUB_-1203821222', u'CAST_-1203820994'), (u'COPY_-1203821751', u'MULTIEQUAL_-1203824044'), ('const-4', u'PTRADD_-1203821629'), (u'CALL_-1203826299', u'INDIRECT_-1203823201'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822028'), (u'CALL_-1203825065', u'INDIRECT_-1203823211'), ('const-417', u'LOAD_-1203824953'), (u'STORE_-1203825075', u'INDIRECT_-1203822392'), (u'INDIRECT_-1203822939', u'MULTIEQUAL_-1203823414'), (u'INT_LESSEQUAL_-1203825396', u'CBRANCH_-1203825405'), (u'INDIRECT_-1203822712', u'MULTIEQUAL_-1203822594'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822404'), (u'INT_MULT_-1203826504', u'INT_ADD_-1203826516'), (u'CALL_-1203825214', u'INDIRECT_-1203823380'), (u'CALL_-1203825999', u'INDIRECT_-1203823344'), (u'STORE_-1203824549', u'INDIRECT_-1203822270'), (u'MULTIEQUAL_-1203824295', u'COPY_-1203821997'), ('const-4', u'INT_ADD_-1203821644'), (u'INDIRECT_-1203823734', u'MULTIEQUAL_-1203823645'), ('const-4294967216', u'PTRSUB_-1203821932'), (u'STORE_-1203824582', u'INDIRECT_-1203822151'), (u'MULTIEQUAL_-1203822285', u'SUBPIECE_-1203822322'), (u'STORE_-1203825027', u'INDIRECT_-1203823103'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821644'), (u'PIECE_-1203822014', u'CAST_-1203821253'), (u'INDIRECT_-1203822428', u'MULTIEQUAL_-1203822903'), (u'CAST_-1203821656', u'INT_LESSEQUAL_-1203825669'), (u'INDIRECT_-1203822931', u'MULTIEQUAL_-1203822813'), (u'CAST_-1203821355', u'INT_LESS_-1203824908'), (u'INT_ADD_-1203821426', u'CAST_-1203821165'), (u'CAST_-1203821274', u'INT_LESSEQUAL_-1203824959'), ('tmp_7315', u'PTRSUB_-1203821375'), (u'MULTIEQUAL_-1203821995', u'LOAD_-1203825300'), (u'MULTIEQUAL_-1203822813', u'MULTIEQUAL_-1203821997'), (u'INDIRECT_-1203822539', u'MULTIEQUAL_-1203822858'), ('const-417', u'STORE_-1203824347'), (u'INT_AND_-1203821926', u'CAST_-1203821140'), (u'COPY_-1203821576', u'MULTIEQUAL_-1203823772'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822355'), (u'INDIRECT_-1203823523', u'MULTIEQUAL_-1203823414'), ('const-1', u'INT_ADD_-1203825415'), ('tmp_3111', u'BRANCH_-1203824456'), (u'MULTIEQUAL_-1203822832', u'MULTIEQUAL_-1203822813'), (u'MULTIEQUAL_-1203823560', u'PTRADD_-1203821979'), (u'MULTIEQUAL_-1203823354', u'MULTIEQUAL_-1203823393'), (u'LOAD_-1203825025', u'INT_NOTEQUAL_-1203824937'), ('const-40', u'INT_ADD_-1203824335'), (u'MULTIEQUAL_-1203822007', u'MULTIEQUAL_-1203823212'), (u'INDIRECT_-1203821766', u'MULTIEQUAL_-1203822177'), (u'INT_ADD_-1203824977', u'CAST_-1203821321'), (u'CALL_-1203825999', u'INDIRECT_-1203823709'), (u'INDIRECT_-1203822262', u'MULTIEQUAL_-1203822274'), (u'STORE_-1203824582', u'INDIRECT_-1203822224'), (u'INT_NOTEQUAL_-1203825038', u'CBRANCH_-1203825037'), ('const-417', u'LOAD_-1203825340'), (u'CAST_-1203821135', u'STORE_-1203824382'), (u'INT_SUB_-1203825018', u'MULTIEQUAL_-1203824017'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822670'), (u'MULTIEQUAL_-1203824143', u'PTRADD_-1203822095'), (u'STORE_-1203824582', u'INDIRECT_-1203821919'), (u'CALL_-1203825917', u'INDIRECT_-1203823085'), (u'MULTIEQUAL_-1203824017', u'MULTIEQUAL_-1203823964'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821244'), (u'STORE_-1203824581', u'INDIRECT_-1203821896'), (u'INDIRECT_-1203823669', u'STORE_-1203824353'), (u'STORE_-1203826304', u'INDIRECT_-1203823036'), ('const-4', u'PTRADD_-1203822297'), ('const-417', u'STORE_-1203825789'), (u'PTRADD_-1203821907', u'LOAD_-1203825530'), (u'CALL_-1203826562', u'INDIRECT_-1203823234'), (u'INT_NOTEQUAL_-1203824967', u'CBRANCH_-1203824966'), (u'MULTIEQUAL_-1203822684', u'MULTIEQUAL_-1203822640'), (u'STORE_-1203824474', u'INDIRECT_-1203822115'), (u'INDIRECT_-1203823523', u'MULTIEQUAL_-1203823478'), (u'MULTIEQUAL_-1203822176', u'MULTIEQUAL_-1203822173'), (u'INDIRECT_-1203822305', u'MULTIEQUAL_-1203822619'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822984'), (u'CAST_-1203821941', u'MULTIEQUAL_-1203822537'), (u'PTRSUB_-1203822247', u'CAST_-1203822020'), ('const-417', u'LOAD_-1203824487'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822293'), (u'INT_ADD_-1203824537', u'CAST_-1203821246'), (u'INDIRECT_-1203822793', u'MULTIEQUAL_-1203822684'), (u'CALL_-1203826299', u'INDIRECT_-1203823128'), (u'CAST_-1203821244', u'STORE_-1203824549'), (u'CAST_-1203821169', u'STORE_-1203824353'), ('const-0', u'INT_NOTEQUAL_-1203826275'), (u'CAST_-1203821813', u'STORE_-1203826015'), (u'STORE_-1203826004', u'INDIRECT_-1203822595'), (u'MULTIEQUAL_-1203824005', u'INT_LESS_-1203824990'), ('const-417', u'STORE_-1203825033'), (u'INT_ADD_-1203822181', u'CAST_-1203821907'), (u'INDIRECT_-1203822039', u'MULTIEQUAL_-1203822494'), (u'MULTIEQUAL_-1203822932', u'MULTIEQUAL_-1203822911'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821426'), (u'LOAD_-1203825691', u'CAST_-1203821657'), (u'INDIRECT_-1203822793', u'MULTIEQUAL_-1203823049'), (u'COPY_-1203821916', u'MULTIEQUAL_-1203824236'), ('tmp_3444', u'CBRANCH_-1203824584'), ('const-4', u'PTRADD_-1203822095'), (u'INDIRECT_-1203822393', u'MULTIEQUAL_-1203822712'), ('tmp_7315', u'PTRSUB_-1203821488'), (u'INT_ADD_-1203825858', u'INT_LESS_-1203825837'), (u'STORE_-1203826304', u'INDIRECT_-1203822658'), (u'STORE_-1203826004', u'INDIRECT_-1203822509'), (u'STORE_-1203825922', u'INDIRECT_-1203822919'), (u'MULTIEQUAL_-1203823124', u'MULTIEQUAL_-1203823134'), (u'CALL_-1203826299', u'INDIRECT_-1203823858'), ('tmp_3572', u'CBRANCH_-1203824509'), (u'INDIRECT_-1203822866', u'MULTIEQUAL_-1203823122'), ('const-0', u'SUBPIECE_-1203824102'), ('const-4', u'INT_ADD_-1203821640'), ('tmp_13254', u'PTRADD_-1203822297'), ('const-4294967295', u'INT_EQUAL_-1203824540'), (u'STORE_-1203824376', u'INDIRECT_-1203821928'), ('tmp_7315', u'PTRSUB_-1203822032'), (u'MULTIEQUAL_-1203824216', u'COPY_-1203826100'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822720'), ('const-417', u'STORE_-1203825009'), ('const-4294967295', u'COPY_-1203825758'), (u'MULTIEQUAL_-1203822517', u'MULTIEQUAL_-1203822478'), (u'CAST_-1203821248', u'STORE_-1203824555'), (u'MULTIEQUAL_-1203823259', u'INT_ADD_-1203825915'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822209'), (u'MULTIEQUAL_-1203822527', u'MULTIEQUAL_-1203822508'), (u'CAST_-1203820998', u'INT_ADD_-1203821165'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822501'), (u'MULTIEQUAL_-1203824150', u'INT_LESS_-1203825873'), ('const-4', u'PTRADD_-1203822036'), (u'CALLIND_-1203824468', u'INDIRECT_-1203822728'), (u'LOAD_-1203825346', u'CAST_-1203821482'), ('const-417', u'LOAD_-1203824855'), ('const-417', u'LOAD_-1203824351'), (u'MULTIEQUAL_-1203822905', u'MULTIEQUAL_-1203822915'), (u'PTRADD_-1203821574', u'LOAD_-1203824607'), (u'INT_EQUAL_-1203824512', u'CBRANCH_-1203824509'), ('const-4294967216', u'PTRSUB_-1203821707'), (u'INDIRECT_-1203823012', u'MULTIEQUAL_-1203822903'), (u'MULTIEQUAL_-1203823489', u'MULTIEQUAL_-1203823470'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821649'), (u'INDIRECT_-1203823296', u'MULTIEQUAL_-1203823197'), (u'INT_LESS_-1203825873', u'CBRANCH_-1203825879'), (u'CAST_-1203821811', u'LOAD_-1203824855'), (u'MULTIEQUAL_-1203823269', u'MULTIEQUAL_-1203823266'), (u'MULTIEQUAL_-1203823134', u'MULTIEQUAL_-1203823124'), (u'CAST_-1203821321', u'STORE_-1203825075'), (u'STORE_-1203824555', u'INDIRECT_-1203822272'), ('const-8', u'INT_ADD_-1203825015'), (u'STORE_-1203824581', u'INDIRECT_-1203822042'), (u'MULTIEQUAL_-1203823772', u'CAST_-1203821322'), (u'MULTIEQUAL_-1203823393', u'INT_EQUAL_-1203825459'), (u'INDIRECT_-1203823284', u'STORE_-1203824622'), (u'MULTIEQUAL_-1203823223', u'MULTIEQUAL_-1203823767'), (u'CALL_-1203825999', u'INDIRECT_-1203822687'), (u'CALLIND_-1203824370', u'INDIRECT_-1203822039'), (u'PTRADD_-1203822036', u'LOAD_-1203825832'), (u'INDIRECT_-1203823669', u'PTRADD_-1203822036'), (u'CAST_-1203821657', u'INT_LESSEQUAL_-1203825669'), (u'INDIRECT_-1203821917', u'MULTIEQUAL_-1203822173'), (u'MULTIEQUAL_-1203823466', u'PTRADD_-1203821598'), ('const-4294967216', u'PTRSUB_-1203821119'), (u'CAST_-1203821802', u'MULTIEQUAL_-1203824150'), (u'PTRADD_-1203821975', u'LOAD_-1203825685'), (u'MULTIEQUAL_-1203821998', u'MULTIEQUAL_-1203822555'), (u'INDIRECT_-1203823211', u'MULTIEQUAL_-1203823223'), (u'COPY_-1203821987', u'MULTIEQUAL_-1203824285'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823369'), ('const-4294967216', u'PTRSUB_-1203821242'), (u'CALLIND_-1203824570', u'INDIRECT_-1203822327'), (u'CALL_-1203825065', u'INDIRECT_-1203823065'), (u'MULTIEQUAL_-1203823370', u'MULTIEQUAL_-1203823349'), (u'MULTIEQUAL_-1203823427', u'MULTIEQUAL_-1203823466'), (u'PTRADD_-1203821812', u'STORE_-1203825303'), (u'MULTIEQUAL_-1203822978', u'MULTIEQUAL_-1203822988'), (u'MULTIEQUAL_-1203821924', u'STORE_-1203824649'), (u'MULTIEQUAL_-1203823466', u'PTRADD_-1203821602'), (u'CAST_-1203821482', u'INT_LESS_-1203825325'), ('const-4294967248', u'PTRSUB_-1203822282'), ('const-0', u'INT_NOTEQUAL_-1203825473'), ('const-2', u'PTRADD_-1203821702'), (u'INT_ADD_-1203821317', u'INT_ADD_-1203821315'), (u'CALL_-1203826431', u'INDIRECT_-1203823836'), (u'INDIRECT_-1203823274', u'MULTIEQUAL_-1203823256'), (u'INDIRECT_-1203822796', u'MULTIEQUAL_-1203823256'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821290'), (u'STORE_-1203824382', u'INDIRECT_-1203822295'), (u'INT_SUB_-1203825018', u'INT_LESS_-1203824990'), (u'INDIRECT_-1203822103', u'MULTIEQUAL_-1203822090'), ('const-417', u'STORE_-1203826304'), (u'MULTIEQUAL_-1203822697', u'MULTIEQUAL_-1203822736'), (u'STORE_-1203824555', u'INDIRECT_-1203822126'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203822081'), (u'CAST_-1203821720', u'INT_LESS_-1203825811'), (u'MULTIEQUAL_-1203823341', u'MULTIEQUAL_-1203823297'), (u'STORE_-1203824582', u'INDIRECT_-1203822078'), (u'MULTIEQUAL_-1203823268', u'MULTIEQUAL_-1203823224'), ('const-4', u'INT_MULT_-1203825226'), (u'PTRADD_-1203821629', u'LOAD_-1203824981'), ('tmp_1309', u'CBRANCH_-1203825808'), (u'MULTIEQUAL_-1203823224', u'MULTIEQUAL_-1203823203'), (u'COPY_-1203826028', u'MULTIEQUAL_-1203824143'), ('const-417', u'STORE_-1203824353'), (u'INDIRECT_-1203823015', u'MULTIEQUAL_-1203822879'), (u'INT_ADD_-1203821930', u'INT_ADD_-1203821928'), (u'CAST_-1203821765', u'LOAD_-1203825931'), ('const-417', u'STORE_-1203824480'), (u'CALL_-1203826299', u'INDIRECT_-1203822909'), ('const-2101371', u'STORE_-1203826436'), (u'PTRSUB_-1203822135', u'CAST_-1203821908'), (u'INDIRECT_-1203823057', u'MULTIEQUAL_-1203823354'), (u'PTRSUB_-1203821886', u'CAST_-1203821764'), (u'INDIRECT_-1203823304', u'MULTIEQUAL_-1203823195'), (u'COPY_-1203821860', u'MULTIEQUAL_-1203824117'), (u'INDIRECT_-1203822979', u'MULTIEQUAL_-1203822894'), (u'CALLIND_-1203824341', u'INDIRECT_-1203822282'), (u'CAST_-1203821278', u'INT_LESSEQUAL_-1203824959'), ('const-4', u'PTRADD_-1203821602'), (u'STORE_-1203824555', u'INDIRECT_-1203821967'), (u'INT_MULT_-1203825496', u'INT_ADD_-1203825508'), (u'STORE_-1203825070', u'INDIRECT_-1203822534'), (u'PTRSUB_-1203821351', u'CAST_-1203821132'), ('const-8', u'INT_ADD_-1203822206'), (u'CAST_-1203821419', u'INT_ADD_-1203821753'), (u'MULTIEQUAL_-1203823562', u'MULTIEQUAL_-1203823543'), (u'INDIRECT_-1203823085', u'MULTIEQUAL_-1203823560'), ('const-417', u'LOAD_-1203824580'), (u'MULTIEQUAL_-1203822246', u'SUBPIECE_-1203822308'), (u'MULTIEQUAL_-1203823061', u'MULTIEQUAL_-1203823051'), ('const-4', u'INT_ADD_-1203821980'), (u'MULTIEQUAL_-1203822619', u'MULTIEQUAL_-1203822590'), ('const-4', u'INT_ADD_-1203821984'), (u'MULTIEQUAL_-1203823320', u'MULTIEQUAL_-1203823281'), (u'MULTIEQUAL_-1203822624', u'MULTIEQUAL_-1203821998'), (u'INDIRECT_-1203823012', u'MULTIEQUAL_-1203823266'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823442'), (u'INDIRECT_-1203823442', u'MULTIEQUAL_-1203823324'), ('const-0', u'SUBPIECE_-1203823973'), (u'INT_ADD_-1203821544', u'CAST_-1203821329'), (u'INT_ADD_-1203825785', u'STORE_-1203825789'), ('const-417', u'STORE_-1203825219'), (u'INT_AND_-1203826497', u'INT_2COMP_-1203824172'), (u'INT_LESS_-1203826050', u'CBRANCH_-1203826059'), (u'INT_2COMP_-1203824172', u'INT_ADD_-1203821268'), (u'LOAD_-1203826396', u'INT_OR_-1203826369'), ('const-4294967216', u'PTRSUB_-1203821936'), (u'INDIRECT_-1203823588', u'MULTIEQUAL_-1203823499'), ('const-2101985', u'STORE_-1203825070'), (u'MULTIEQUAL_-1203823105', u'MULTIEQUAL_-1203822001'), (u'INDIRECT_-1203823588', u'MULTIEQUAL_-1203823470'), (u'CAST_-1203821330', u'INT_ADD_-1203821544'), (u'STORE_-1203825070', u'INDIRECT_-1203822315'), ('const-1', u'COPY_-1203823785'), (u'CALLIND_-1203824341', u'INDIRECT_-1203821904'), ('tmp_7315', u'PTRSUB_-1203821592'), (u'INT_ADD_-1203822083', u'CAST_-1203821914'), ('const-1', u'INT_ADD_-1203825858'), (u'MULTIEQUAL_-1203823150', u'MULTIEQUAL_-1203823125'), (u'CALLIND_-1203824569', u'INDIRECT_-1203822647'), (u'INDIRECT_-1203823223', u'MULTIEQUAL_-1203823124'), (u'MULTIEQUAL_-1203823393', u'COPY_-1203821710'), (u'MULTIEQUAL_-1203822623', u'MULTIEQUAL_-1203822613'), (u'STORE_-1203825922', u'INDIRECT_-1203822992'), (u'LOAD_-1203824814', u'CALL_-1203825917'), (u'STORE_-1203826460', u'INDIRECT_-1203822725'), (u'STORE_-1203825027', u'INDIRECT_-1203822579'), ('const-0', u'SUBPIECE_-1203822631'), (u'INDIRECT_-1203823493', u'COPY_-1203822037'), (u'MULTIEQUAL_-1203822494', u'MULTIEQUAL_-1203822473'), (u'MULTIEQUAL_-1203823718', u'MULTIEQUAL_-1203823708'), (u'MULTIEQUAL_-1203822687', u'MULTIEQUAL_-1203822684'), (u'PTRSUB_-1203821380', u'CAST_-1203821166'), (u'INDIRECT_-1203822466', u'MULTIEQUAL_-1203822785'), (u'LOAD_-1203824351', u'CALLIND_-1203824341'), ('const-4', u'INT_ADD_-1203821317'), (u'MULTIEQUAL_-1203822765', u'MULTIEQUAL_-1203822736'), (u'LOAD_-1203825346', u'INT_ADD_-1203825299'), ('const-4', u'INT_ADD_-1203822080'), (u'STORE_-1203824382', u'INDIRECT_-1203822076'), ('tmp_13254', u'COPY_-1203826360'), (u'CAST_-1203821907', u'STORE_-1203825027'), (u'INDIRECT_-1203823493', u'MULTIEQUAL_-1203823353'), (u'CALLIND_-1203824610', u'INDIRECT_-1203822174'), (u'STORE_-1203824622', u'INDIRECT_-1203822227'), (u'MULTIEQUAL_-1203823489', u'MULTIEQUAL_-1203823499'), ('const-417', u'LOAD_-1203825300'), ('const-20', u'PTRSUB_-1203822346'), (u'STORE_-1203825089', u'INDIRECT_-1203822253'), (u'LOAD_-1203824953', u'INT_NOTEQUAL_-1203824937'), (u'INT_NOTEQUAL_-1203824958', u'CBRANCH_-1203824957'), ('const-1', u'PTRADD_-1203824959'), ('const-3731456', u'PTRSUB_-1203826565'), (u'CALL_-1203826299', u'INDIRECT_-1203823493'), ('const-2', u'PTRADD_-1203821829'), (u'CALLIND_-1203825021', u'INDIRECT_-1203823588'), (u'INDIRECT_-1203823490', u'MULTIEQUAL_-1203823405'), (u'MULTIEQUAL_-1203822201', u'MULTIEQUAL_-1203822176'), (u'STORE_-1203826436', u'INDIRECT_-1203823236'), (u'INDIRECT_-1203822488', u'MULTIEQUAL_-1203824236'), (u'MULTIEQUAL_-1203822613', u'MULTIEQUAL_-1203822623'), (u'CAST_-1203821278', u'MULTIEQUAL_-1203823923'), (u'INDIRECT_-1203823661', u'MULTIEQUAL_-1203823543'), (u'INDIRECT_-1203822626', u'SUBPIECE_-1203822631'), (u'CAST_-1203821764', u'INT_ADD_-1203821932'), (u'STORE_-1203824382', u'INDIRECT_-1203822222'), (u'INDIRECT_-1203823161', u'MULTIEQUAL_-1203823025'), (u'STORE_-1203824575', u'INDIRECT_-1203821894'), (u'CALL_-1203825214', u'INDIRECT_-1203823234'), (u'CALL_-1203826299', u'INDIRECT_-1203823785'), (u'INT_ADD_-1203821982', u'CAST_-1203821813'), (u'MULTIEQUAL_-1203822001', u'MULTIEQUAL_-1203823256'), (u'INDIRECT_-1203822477', u'MULTIEQUAL_-1203822932'), (u'SUBPIECE_-1203821891', u'COPY_-1203821247'), (u'CAST_-1203821032', u'LOAD_-1203824579'), (u'INT_ADD_-1203825915', u'CAST_-1203821765'), (u'STORE_-1203826436', u'INDIRECT_-1203822944'), (u'CALL_-1203825214', u'INDIRECT_-1203822285'), (u'STORE_-1203824576', u'INDIRECT_-1203822003'), ('const-4', u'INT_ADD_-1203821290'), (u'MULTIEQUAL_-1203824295', u'COPY_-1203821987'), ('const-4', u'INT_ADD_-1203821423'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822159'), ('const-417', u'LOAD_-1203824553'), (u'STORE_-1203826004', u'INDIRECT_-1203822887'), (u'MULTIEQUAL_-1203823964', u'COPY_-1203825404'), (u'MULTIEQUAL_-1203822001', u'MULTIEQUAL_-1203822774'), ('const-4294967216', u'PTRSUB_-1203821196'), (u'STORE_-1203824576', u'INDIRECT_-1203822149'), (u'CAST_-1203821439', u'LOAD_-1203825254'), (u'STORE_-1203826015', u'INDIRECT_-1203822748'), ('const-4294967280', u'INT_AND_-1203826497'), (u'STORE_-1203826015', u'INDIRECT_-1203822967'), (u'INT_ADD_-1203821165', u'CAST_-1203820997'), (u'MULTIEQUAL_-1203822567', u'MULTIEQUAL_-1203822546'), (u'CALLIND_-1203824543', u'INDIRECT_-1203822232'), (u'CALL_-1203825917', u'INDIRECT_-1203823304'), (u'CAST_-1203821966', u'STORE_-1203826304'), (u'INT_ADD_-1203824968', u'INT_NOTEQUAL_-1203824958'), (u'INDIRECT_-1203822700', u'MULTIEQUAL_-1203822712'), (u'INDIRECT_-1203823130', u'MULTIEQUAL_-1203823427'), (u'MULTIEQUAL_-1203823324', u'MULTIEQUAL_-1203822004'), (u'MULTIEQUAL_-1203822249', u'MULTIEQUAL_-1203822246'), ('const-0', u'COPY_-1203824532'), (u'MULTIEQUAL_-1203822246', u'MULTIEQUAL_-1203821994'), (u'INDIRECT_-1203822712', u'MULTIEQUAL_-1203822613'), (u'STORE_-1203824616', u'INDIRECT_-1203822079'), (u'STORE_-1203825219', u'INDIRECT_-1203822413'), (u'INDIRECT_-1203822906', u'MULTIEQUAL_-1203822821'), ('const-417', u'LOAD_-1203824607'), (u'INDIRECT_-1203822687', u'MULTIEQUAL_-1203822602'), (u'STORE_-1203825070', u'INDIRECT_-1203822242'), (u'MULTIEQUAL_-1203823466', u'INT_NOTEQUAL_-1203825473'), (u'CALLIND_-1203825021', u'INDIRECT_-1203822712'), (u'INT_ADD_-1203825508', u'CAST_-1203821565'), (u'MULTIEQUAL_-1203822988', u'MULTIEQUAL_-1203822978'), (u'CALL_-1203825917', u'INDIRECT_-1203822574'), ('const-0', u'SUBPIECE_-1203822013')]
| null | null |
00201020
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nundefined4 *\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)\n\n{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}\n\n" comment (function_definition "undefined4 *\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)\n\n{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" type_identifier (pointer_declarator "*\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" * (function_declarator "FUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "int param_6" primitive_type identifier) , (parameter_declaration "int *param_7" primitive_type (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "int param_8" primitive_type identifier) , (parameter_declaration "int param_9" primitive_type identifier) , (parameter_declaration "int param_10" primitive_type identifier) , (parameter_declaration "uint *param_11" type_identifier (pointer_declarator "*param_11" * identifier)) )))) (compound_statement "{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "undefined1 uVar7;" type_identifier identifier ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "int aiStack_50 [7];" primitive_type (array_declarator "aiStack_50 [7]" identifier [ number_literal ]) ;) (declaration "undefined4 *local_34;" type_identifier (pointer_declarator "*local_34" * identifier) ;) (declaration "undefined **local_30 [2];" type_identifier (pointer_declarator "**local_30 [2]" * (pointer_declarator "*local_30 [2]" * (array_declarator "local_30 [2]" identifier [ number_literal ]))) ;) (declaration "uint local_28;" type_identifier identifier ;) (declaration "int *local_24;" primitive_type (pointer_declarator "*local_24" * identifier) ;) (declaration "int *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_30[1] = &__DT_PLTGOT;" (assignment_expression "local_30[1] = &__DT_PLTGOT" (subscript_expression "local_30[1]" identifier [ number_literal ]) = (pointer_expression "&__DT_PLTGOT" & identifier)) ;) (expression_statement "aiStack_50[1] = param_10 + 0x6c;" (assignment_expression "aiStack_50[1] = param_10 + 0x6c" (subscript_expression "aiStack_50[1]" identifier [ number_literal ]) = (binary_expression "param_10 + 0x6c" identifier + number_literal)) ;) (expression_statement "aiStack_50[0] = 0x201045;" (assignment_expression "aiStack_50[0] = 0x201045" (subscript_expression "aiStack_50[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar8 = (int *)FUN_001fbde0();" (assignment_expression "piVar8 = (int *)FUN_001fbde0()" identifier = (cast_expression "(int *)FUN_001fbde0()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001fbde0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);" (assignment_expression "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0)" identifier = (unary_expression "-(param_9 * 4 + 0x1bU & 0xfffffff0)" - (parenthesized_expression "(param_9 * 4 + 0x1bU & 0xfffffff0)" ( (binary_expression "param_9 * 4 + 0x1bU & 0xfffffff0" (binary_expression "param_9 * 4 + 0x1bU" (binary_expression "param_9 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;" (assignment_expression "*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5" (pointer_expression "*(int ***)((int)aiStack_50 + iVar3 + 8)" * (cast_expression "(int ***)((int)aiStack_50 + iVar3 + 8)" ( (type_descriptor "int ***" primitive_type (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" ( (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "¶m_5" & identifier)) ;) (expression_statement "local_34 = ¶m_5;" (assignment_expression "local_34 = ¶m_5" identifier = (pointer_expression "¶m_5" & identifier)) ;) (expression_statement "*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;" (assignment_expression "*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3" (pointer_expression "*(int ***)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int ***)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int ***" primitive_type (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "¶m_3" & identifier)) ;) (expression_statement "local_30[0] = (undefined **)¶m_3;" (assignment_expression "local_30[0] = (undefined **)¶m_3" (subscript_expression "local_30[0]" identifier [ number_literal ]) = (cast_expression "(undefined **)¶m_3" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "¶m_3" & identifier))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "cVar6 = FUN_00200f70();" (assignment_expression "cVar6 = FUN_00200f70()" identifier = (call_expression "FUN_00200f70()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" if (parenthesized_expression "(cVar6 == '\0')" ( (binary_expression "cVar6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" { (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 0x10)" ( (binary_expression "(int)aiStack_50 + iVar3 + 0x10" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "uVar7 = FUN_001f91d0();" (assignment_expression "uVar7 = FUN_001f91d0()" identifier = (call_expression "FUN_001f91d0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" if (parenthesized_expression "(param_9 != 0)" ( (binary_expression "param_9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" { (expression_statement "iVar13 = 0;" (assignment_expression "iVar13 = 0" identifier = number_literal) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7)" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,uVar7)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,uVar7)" identifier (argument_list "(local_20._1_3_,uVar7)" ( (field_expression "local_20._1_3_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" identifier = identifier) ;) (expression_statement "local_24 = (int *)((int)local_30 + iVar3);" (assignment_expression "local_24 = (int *)((int)local_30 + iVar3)" identifier = (cast_expression "(int *)((int)local_30 + iVar3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_30 + iVar3)" ( (binary_expression "(int)local_30 + iVar3" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (do_statement "do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);" do (compound_statement "{\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n }" { (while_statement "while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" { (expression_statement "cVar6 = **(char **)(iVar12 + iVar13 * 4);" (assignment_expression "cVar6 = **(char **)(iVar12 + iVar13 * 4)" identifier = (pointer_expression "**(char **)(iVar12 + iVar13 * 4)" * (pointer_expression "*(char **)(iVar12 + iVar13 * 4)" * (cast_expression "(char **)(iVar12 + iVar13 * 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + iVar13 * 4)" ( (binary_expression "iVar12 + iVar13 * 4" identifier + (binary_expression "iVar13 * 4" identifier * number_literal)) )))))) ;) (if_statement "if (cVar6 != (char)local_20) break;" if (parenthesized_expression "(cVar6 != (char)local_20)" ( (binary_expression "cVar6 != (char)local_20" identifier != (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) )) (break_statement "break;" break ;)) (labeled_statement "LAB_002010fb:\n local_24[uVar15] = iVar13;" statement_identifier : (expression_statement "local_24[uVar15] = iVar13;" (assignment_expression "local_24[uVar15] = iVar13" (subscript_expression "local_24[uVar15]" identifier [ identifier ]) = identifier) ;)) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" identifier = (binary_expression "iVar13 + 1" identifier + number_literal)) ;) (if_statement "if (param_9 == iVar13) goto LAB_0020110c;" if (parenthesized_expression "(param_9 == iVar13)" ( (binary_expression "param_9 == iVar13" identifier == identifier) )) (goto_statement "goto LAB_0020110c;" goto statement_identifier ;)) })) (expression_statement "iVar1 = *piVar8;" (assignment_expression "iVar1 = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;" (assignment_expression "*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6" (pointer_expression "*(int *)((int)aiStack_50 + iVar3 + 8)" * (cast_expression "(int *)((int)aiStack_50 + iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" ( (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (cast_expression "(int)cVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar1 + 8);" (assignment_expression "pcVar2 = *(code **)(iVar1 + 8)" identifier = (pointer_expression "*(code **)(iVar1 + 8)" * (cast_expression "(code **)(iVar1 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 8)" ( (binary_expression "iVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "param_8 = iVar12;" (assignment_expression "param_8 = iVar12" identifier = identifier) ;) (expression_statement "cVar6 = (*pcVar2)();" (assignment_expression "cVar6 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" identifier = identifier) ;) (if_statement "if ((char)local_20 == cVar6) goto LAB_002010fb;" if (parenthesized_expression "((char)local_20 == cVar6)" ( (binary_expression "(char)local_20 == cVar6" (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier) == identifier) )) (goto_statement "goto LAB_002010fb;" goto statement_identifier ;)) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" identifier = (binary_expression "iVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_9 != iVar13)" ( (binary_expression "param_9 != iVar13" identifier != identifier) )) ;) (labeled_statement "LAB_0020110c:\n piVar8 = local_24;" statement_identifier : (expression_statement "piVar8 = local_24;" (assignment_expression "piVar8 = local_24" identifier = identifier) ;)) (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" identifier = identifier) ;) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" while (parenthesized_expression "(1 < local_28)" ( (binary_expression "1 < local_28" number_literal < identifier) )) (compound_statement "{\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4)" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_8 + *piVar8 * 4)" * (cast_expression "(undefined4 *)(param_8 + *piVar8 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar8 * 4)" ( (binary_expression "param_8 + *piVar8 * 4" identifier + (binary_expression "*piVar8 * 4" (pointer_expression "*piVar8" * identifier) * number_literal)) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier = (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))))) ;) (expression_statement "local_20 = piVar8;" (assignment_expression "local_20 = piVar8" identifier = identifier) ;) (do_statement "do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);" do (compound_statement "{\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n }" { (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4)" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_8 + local_20[uVar15] * 4)" * (cast_expression "(undefined4 *)(param_8 + local_20[uVar15] * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + local_20[uVar15] * 4)" ( (binary_expression "param_8 + local_20[uVar15] * 4" identifier + (binary_expression "local_20[uVar15] * 4" (subscript_expression "local_20[uVar15]" identifier [ identifier ]) * number_literal)) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier = (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))))) ;) (expression_statement "piVar8 = local_20;" (assignment_expression "piVar8 = local_20" identifier = identifier) ;) (if_statement "if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }" if (parenthesized_expression "(piVar10 < piVar9)" ( (binary_expression "piVar10 < piVar9" identifier < identifier) )) (compound_statement "{\n piVar9 = piVar10;\n }" { (expression_statement "piVar9 = piVar10;" (assignment_expression "piVar9 = piVar10" identifier = identifier) ;) })) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar15 < local_28)" ( (binary_expression "uVar15 < local_28" identifier < identifier) )) ;) (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" if (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" ( (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" { (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" else (compound_statement "{\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "local_20 = piVar9;" (assignment_expression "local_20 = piVar9" identifier = identifier) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" identifier = (pointer_expression "*(code **)(iVar12 + 0x28)" * (cast_expression "(code **)(iVar12 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar9 = local_20;" (assignment_expression "piVar9 = local_20" identifier = identifier) ;) }))) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" identifier = (cast_expression "(int *)((int)local_24 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_24 + 1)" ( (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (if_statement "if (piVar9 <= local_24) goto LAB_00201082;" if (parenthesized_expression "(piVar9 <= local_24)" ( (binary_expression "piVar9 <= local_24" identifier <= identifier) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (if_statement "if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" if (parenthesized_expression "((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]))" ( (binary_expression "(param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" ( (comma_expression "cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]" (assignment_expression "cVar6 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) , (binary_expression "(uint)param_3[3] <= (uint)param_3[2]" (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ])) <= (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "local_20 = (int *)((uint)local_20 & 0xffffff00);" (assignment_expression "local_20 = (int *)((uint)local_20 & 0xffffff00)" identifier = (cast_expression "(int *)((uint)local_20 & 0xffffff00)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uint)local_20 & 0xffffff00)" ( (binary_expression "(uint)local_20 & 0xffffff00" (cast_expression "(uint)local_20" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )))) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" identifier = (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) })) (expression_statement "bVar4 = param_5 != (int *)0x0 && param_6 == -1;" (assignment_expression "bVar4 = param_5 != (int *)0x0 && param_6 == -1" identifier = (binary_expression "param_5 != (int *)0x0 && param_6 == -1" (binary_expression "param_5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) && (binary_expression "param_6 == -1" identifier == number_literal))) ;) (expression_statement "bVar5 = param_6 == -1;" (assignment_expression "bVar5 = param_6 == -1" identifier = (binary_expression "param_6 == -1" identifier == number_literal)) ;) (if_statement "if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" if (parenthesized_expression "((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]))" ( (binary_expression "(bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" (parenthesized_expression "(bVar4)" ( identifier )) && (parenthesized_expression "(bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" ( (comma_expression "bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]" (assignment_expression "bVar5 = false" identifier = false) , (binary_expression "(uint)param_5[3] <= (uint)param_5[2]" (cast_expression "(uint)param_5[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_5[3]" identifier [ number_literal ])) <= (cast_expression "(uint)param_5[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_5[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" { (expression_statement "iVar12 = *param_5;" (assignment_expression "iVar12 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6)" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,cVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,cVar6)" identifier (argument_list "(local_20._1_3_,cVar6)" ( (field_expression "local_20._1_3_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_5;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_5" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" identifier = (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" { (expression_statement "param_5 = (int *)0x0;" (assignment_expression "param_5 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar5 = bVar4;" (assignment_expression "bVar5 = bVar4" identifier = identifier) ;) })) })) (if_statement "if (bVar5 == (bool)cVar6) goto LAB_00201082;" if (parenthesized_expression "(bVar5 == (bool)cVar6)" ( (binary_expression "bVar5 == (bool)cVar6" identifier == (cast_expression "(bool)cVar6" ( (type_descriptor "bool" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar14 = local_28;" (assignment_expression "uVar14 = local_28" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);" do (compound_statement "{\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n }" { (while_statement "while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" { (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" identifier = identifier) ;) (expression_statement "piVar9 = piVar8 + local_28;" (assignment_expression "piVar9 = piVar8 + local_28" identifier = (binary_expression "piVar8 + local_28" identifier + identifier)) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" identifier (argument_list "(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" ( (field_expression "local_20._1_3_" identifier . field_identifier) , (pointer_expression "*(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" * (cast_expression "(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" ( (binary_expression "*(int *)(param_8 + *piVar9 * 4) + (int)local_24" (pointer_expression "*(int *)(param_8 + *piVar9 * 4)" * (cast_expression "(int *)(param_8 + *piVar9 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar9 * 4)" ( (binary_expression "param_8 + *piVar9 * 4" identifier + (binary_expression "*piVar9 * 4" (pointer_expression "*piVar9" * identifier) * number_literal)) )))) + (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ))))) ;) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" identifier = identifier) ;) (if_statement "if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" if (parenthesized_expression "((param_3 != (int *)0x0) && (param_4 == 0xffffffff))" ( (binary_expression "(param_3 != (int *)0x0) && (param_4 == 0xffffffff)" (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(param_4 == 0xffffffff)" ( (binary_expression "param_4 == 0xffffffff" identifier == number_literal) ))) )) (compound_statement "{\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" { (if_statement "if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" if (parenthesized_expression "((byte *)param_3[2] < (byte *)param_3[3])" ( (binary_expression "(byte *)param_3[2] < (byte *)param_3[3]" (cast_expression "(byte *)param_3[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(byte *)param_3[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar15 = (uint)*(byte *)param_3[2];\n }" { (expression_statement "uVar15 = (uint)*(byte *)param_3[2];" (assignment_expression "uVar15 = (uint)*(byte *)param_3[2]" identifier = (binary_expression "(uint)*(byte *)param_3[2]" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)param_3[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" else (compound_statement "{\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" if (parenthesized_expression "(uVar15 == 0xffffffff)" ( (binary_expression "uVar15 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar15 = 0xffffffff;" (assignment_expression "uVar15 = 0xffffffff" identifier = number_literal) ;) })) }))) })) (if_statement "if ((char)local_20 != (char)uVar15) break;" if (parenthesized_expression "((char)local_20 != (char)uVar15)" ( (binary_expression "(char)local_20 != (char)uVar15" (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier) != (cast_expression "(char)uVar15" ( (type_descriptor "char" primitive_type) ) identifier)) )) (break_statement "break;" break ;)) (expression_statement "uVar15 = local_28 + 1;" (assignment_expression "uVar15 = local_28 + 1" identifier = (binary_expression "local_28 + 1" identifier + number_literal)) ;) (if_statement "if (uVar14 <= local_28 + 1) goto LAB_00201230;" if (parenthesized_expression "(uVar14 <= local_28 + 1)" ( (binary_expression "uVar14 <= local_28 + 1" identifier <= (binary_expression "local_28 + 1" identifier + number_literal)) )) (goto_statement "goto LAB_00201230;" goto statement_identifier ;)) })) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" identifier = (binary_expression "uVar14 - 1" identifier - number_literal)) ;) (expression_statement "*piVar9 = piVar8[uVar14];" (assignment_expression "*piVar9 = piVar8[uVar14]" (pointer_expression "*piVar9" * identifier) = (subscript_expression "piVar8[uVar14]" identifier [ identifier ])) ;) (expression_statement "uVar15 = local_28;" (assignment_expression "uVar15 = local_28" identifier = identifier) ;) }) while (parenthesized_expression "(local_28 < uVar14)" ( (binary_expression "local_28 < uVar14" identifier < identifier) )) ;) (labeled_statement "LAB_00201230:\n local_28 = uVar14;" statement_identifier : (expression_statement "local_28 = uVar14;" (assignment_expression "local_28 = uVar14" identifier = identifier) ;)) })) (if_statement "if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" if (parenthesized_expression "(local_28 == 1)" ( (binary_expression "local_28 == 1" identifier == number_literal) )) (compound_statement "{\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" { (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" if (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" ( (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" { (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" else (compound_statement "{\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" identifier = (pointer_expression "*(code **)(iVar12 + 0x28)" * (cast_expression "(code **)(iVar12 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) }))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (expression_statement "iVar12 = *(int *)(param_8 + *piVar8 * 4);" (assignment_expression "iVar12 = *(int *)(param_8 + *piVar8 * 4)" identifier = (pointer_expression "*(int *)(param_8 + *piVar8 * 4)" * (cast_expression "(int *)(param_8 + *piVar8 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar8 * 4)" ( (binary_expression "param_8 + *piVar8 * 4" identifier + (binary_expression "*piVar8 * 4" (pointer_expression "*piVar8" * identifier) * number_literal)) ))))) ;) (expression_statement "local_28 = *piVar8;" (assignment_expression "local_28 = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;" (assignment_expression "*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12" (pointer_expression "*(int *)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int *)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" identifier = (cast_expression "(int *)((int)local_24 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_24 + 1)" ( (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier = (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))))) ;) (expression_statement "piVar8 = local_24;" (assignment_expression "piVar8 = local_24" identifier = identifier) ;) (if_statement "if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;" if (parenthesized_expression "(local_24 < local_20)" ( (binary_expression "local_24 < local_20" identifier < identifier) )) (compound_statement "{\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }" { (do_statement "do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);" do (compound_statement "{\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n }" { (expression_statement "*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;" (assignment_expression "*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34" (pointer_expression "*(undefined4 **)((int)aiStack_50 + iVar3 + 8)" * (cast_expression "(undefined4 **)((int)aiStack_50 + iVar3 + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" ( (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];" (assignment_expression "*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0]" (pointer_expression "*(undefined ***)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(undefined ***)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (subscript_expression "local_30[0]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "cVar6 = FUN_00200f70();" (assignment_expression "cVar6 = FUN_00200f70()" identifier = (call_expression "FUN_00200f70()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar6 != '\0') goto LAB_00201082;" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "cVar6 = *(char *)(iVar12 + (int)piVar8);" (assignment_expression "cVar6 = *(char *)(iVar12 + (int)piVar8)" identifier = (pointer_expression "*(char *)(iVar12 + (int)piVar8)" * (cast_expression "(char *)(iVar12 + (int)piVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + (int)piVar8)" ( (binary_expression "iVar12 + (int)piVar8" identifier + (cast_expression "(int)piVar8" ( (type_descriptor "int" primitive_type) ) identifier)) ))))) ;) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" identifier = identifier) ;) (if_statement "if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" if (parenthesized_expression "((param_3 == (int *)0x0) || (param_4 != 0xffffffff))" ( (binary_expression "(param_3 == (int *)0x0) || (param_4 != 0xffffffff)" (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(param_4 != 0xffffffff)" ( (binary_expression "param_4 != 0xffffffff" identifier != number_literal) ))) )) (compound_statement "{\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }" { (labeled_statement "LAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;" statement_identifier : (if_statement "if (cVar6 != (char)uVar15) goto LAB_00201082;" if (parenthesized_expression "(cVar6 != (char)uVar15)" ( (binary_expression "cVar6 != (char)uVar15" identifier != (cast_expression "(char)uVar15" ( (type_descriptor "char" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;))) (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" identifier = (cast_expression "(char *)param_3[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ]))) ;) (if_statement "if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;" if (parenthesized_expression "(pcVar11 < (char *)param_3[3])" ( (binary_expression "pcVar11 < (char *)param_3[3]" identifier < (cast_expression "(char *)param_3[3]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_002012b7;" goto statement_identifier ;)) (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x28)" identifier = (pointer_expression "*(code **)(iVar13 + 0x28)" * (cast_expression "(code **)(iVar13 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x28)" ( (binary_expression "iVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) }) (else_clause "else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" else (compound_statement "{\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" { (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" identifier = (cast_expression "(char *)param_3[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ]))) ;) (if_statement "if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" if (parenthesized_expression "((char *)param_3[3] <= pcVar11)" ( (binary_expression "(char *)param_3[3] <= pcVar11" (cast_expression "(char *)param_3[3]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" { (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x24)" identifier = (pointer_expression "*(code **)(iVar13 + 0x24)" * (cast_expression "(code **)(iVar13 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x24)" ( (binary_expression "iVar13 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }" if (parenthesized_expression "(uVar15 == 0xffffffff)" ( (binary_expression "uVar15 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (goto_statement "goto LAB_002012a0;" goto statement_identifier ;) })) (if_statement "if (cVar6 != *pcVar11) goto LAB_00201082;" if (parenthesized_expression "(cVar6 != *pcVar11)" ( (binary_expression "cVar6 != *pcVar11" identifier != (pointer_expression "*pcVar11" * identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (labeled_statement "LAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);" statement_identifier : (expression_statement "param_3[2] = (int)(pcVar11 + 1);" (assignment_expression "param_3[2] = (int)(pcVar11 + 1)" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (cast_expression "(int)(pcVar11 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(pcVar11 + 1)" ( (binary_expression "pcVar11 + 1" identifier + number_literal) )))) ;)) }))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (expression_statement "piVar8 = (int *)((int)piVar8 + 1);" (assignment_expression "piVar8 = (int *)((int)piVar8 + 1)" identifier = (cast_expression "(int *)((int)piVar8 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar8 + 1)" ( (binary_expression "(int)piVar8 + 1" (cast_expression "(int)piVar8" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(piVar8 != local_20)" ( (binary_expression "piVar8 != local_20" identifier != identifier) )) ;) }) (else_clause "else if (local_24 != local_20) goto LAB_00201082;" else (if_statement "if (local_24 != local_20) goto LAB_00201082;" if (parenthesized_expression "(local_24 != local_20)" ( (binary_expression "local_24 != local_20" identifier != identifier) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)))) (expression_statement "*param_7 = local_28;" (assignment_expression "*param_7 = local_28" (pointer_expression "*param_7" * identifier) = identifier) ;) (goto_statement "goto LAB_00201088;" goto statement_identifier ;) })) })) })) (labeled_statement "LAB_00201082:\n *param_11 = *param_11 | 4;" statement_identifier : (expression_statement "*param_11 = *param_11 | 4;" (assignment_expression "*param_11 = *param_11 | 4" (pointer_expression "*param_11" * identifier) = (binary_expression "*param_11 | 4" (pointer_expression "*param_11" * identifier) | number_literal)) ;)) (labeled_statement "LAB_00201088:\n *param_1 = param_3;" statement_identifier : (expression_statement "*param_1 = param_3;" (assignment_expression "*param_1 = param_3" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return param_1;" return identifier ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >\n >::_M_extract_name(std::istreambuf_iterator<char, std::char_traits<char> >,\n std::istreambuf_iterator<char, std::char_traits<char> >, int&, char const**, unsigned int,\n std::ios_base&, std::_Ios_Iostate&) const */\n\nundefined4 *\nstd::time_get<char,std::istreambuf_iterator<char,std::char_traits<char>>>::_M_extract_name\n (undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)\n\n{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n ctype *pcVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int *piVar16;\n int iStackY_50;\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &_GLOBAL_OFFSET_TABLE_;\n iStackY_50 = 0x201045;\n pcVar8 = use_facet<std::ctype<char>>((locale *)(param_10 + 0x6c));\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)(&stack0xffffffb8 + iVar3) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)(&stack0xffffffb4 + iVar3) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20107b;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n );\n if (cVar6 == '\0') {\n *(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad;\n uVar7 = istreambuf_iterator<char,std::char_traits<char>>::_M_get();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar16 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}\n\n" comment comment (ERROR "undefined4 *\nstd::time_get<char," (binary_expression "undefined4 *\nstd::time_get<char" (binary_expression "undefined4 *\nstd" identifier * identifier) (ERROR "::time_get" : : identifier) < identifier) ,) (labeled_statement "std::istreambuf_iterator<char,std::char_traits<char>>>::_M_extract_name\n (undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" statement_identifier (ERROR "::istreambuf_iterator<char,std:" : : (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) :) : (expression_statement "char_traits<char>>>::_M_extract_name\n (undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" (binary_expression "char_traits<char>>>::_M_extract_name\n (undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" identifier < (binary_expression "char>>>::_M_extract_name\n (undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" identifier >> (ERROR ">::" > : :) (call_expression "_M_extract_name\n (undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" identifier (argument_list "(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,int param_6\n ,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" ( (binary_expression "undefined4 *param_1" identifier * identifier) , identifier (ERROR "param_2" identifier) , (binary_expression "int *param_3" identifier * identifier) , (ERROR "uint" identifier) identifier , (binary_expression "int *param_5" identifier * identifier) , (ERROR "int" identifier) identifier , (binary_expression "int *param_7" identifier * identifier) , (ERROR "int" identifier) identifier , (ERROR "int" identifier) identifier , (ERROR "int" identifier) identifier , (binary_expression "uint *param_11" identifier * identifier) ))))) ;)) (compound_statement "{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n ctype *pcVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int *piVar16;\n int iStackY_50;\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &_GLOBAL_OFFSET_TABLE_;\n iStackY_50 = 0x201045;\n pcVar8 = use_facet<std::ctype<char>>((locale *)(param_10 + 0x6c));\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)(&stack0xffffffb8 + iVar3) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)(&stack0xffffffb4 + iVar3) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20107b;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n );\n if (cVar6 == '\0') {\n *(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad;\n uVar7 = istreambuf_iterator<char,std::char_traits<char>>::_M_get();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar16 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "undefined1 uVar7;" type_identifier identifier ;) (declaration "ctype *pcVar8;" type_identifier (pointer_declarator "*pcVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "int *piVar16;" primitive_type (pointer_declarator "*piVar16" * identifier) ;) (declaration "int iStackY_50;" primitive_type identifier ;) (declaration "undefined4 *local_34;" type_identifier (pointer_declarator "*local_34" * identifier) ;) (declaration "undefined **local_30 [2];" type_identifier (pointer_declarator "**local_30 [2]" * (pointer_declarator "*local_30 [2]" * (array_declarator "local_30 [2]" identifier [ number_literal ]))) ;) (declaration "uint local_28;" type_identifier identifier ;) (declaration "int *local_24;" primitive_type (pointer_declarator "*local_24" * identifier) ;) (declaration "int *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_30[1] = &_GLOBAL_OFFSET_TABLE_;" (assignment_expression "local_30[1] = &_GLOBAL_OFFSET_TABLE_" (subscript_expression "local_30[1]" identifier [ number_literal ]) = (pointer_expression "&_GLOBAL_OFFSET_TABLE_" & identifier)) ;) (expression_statement "iStackY_50 = 0x201045;" (assignment_expression "iStackY_50 = 0x201045" identifier = number_literal) ;) (expression_statement "pcVar8 = use_facet<std::ctype<char>>((locale *)(param_10 + 0x6c));" (binary_expression "pcVar8 = use_facet<std::ctype<char>>((locale *)(param_10 + 0x6c))" (assignment_expression "pcVar8 = use_facet<std" identifier = (binary_expression "use_facet<std" identifier < identifier)) (ERROR "::ctype" : : identifier) < (binary_expression "char>>((locale *)(param_10 + 0x6c))" identifier >> (parenthesized_expression "((locale *)(param_10 + 0x6c))" ( (cast_expression "(locale *)(param_10 + 0x6c)" ( (type_descriptor "locale *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_10 + 0x6c)" ( (binary_expression "param_10 + 0x6c" identifier + number_literal) ))) )))) ;) (expression_statement "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);" (assignment_expression "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0)" identifier = (unary_expression "-(param_9 * 4 + 0x1bU & 0xfffffff0)" - (parenthesized_expression "(param_9 * 4 + 0x1bU & 0xfffffff0)" ( (binary_expression "param_9 * 4 + 0x1bU & 0xfffffff0" (binary_expression "param_9 * 4 + 0x1bU" (binary_expression "param_9 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "*(int ***)(&stack0xffffffb8 + iVar3) = ¶m_5;" (assignment_expression "*(int ***)(&stack0xffffffb8 + iVar3) = ¶m_5" (pointer_expression "*(int ***)(&stack0xffffffb8 + iVar3)" * (cast_expression "(int ***)(&stack0xffffffb8 + iVar3)" ( (type_descriptor "int ***" primitive_type (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(&stack0xffffffb8 + iVar3)" ( (binary_expression "&stack0xffffffb8 + iVar3" (pointer_expression "&stack0xffffffb8" & identifier) + identifier) )))) = (pointer_expression "¶m_5" & identifier)) ;) (expression_statement "local_34 = ¶m_5;" (assignment_expression "local_34 = ¶m_5" identifier = (pointer_expression "¶m_5" & identifier)) ;) (expression_statement "*(int ***)(&stack0xffffffb4 + iVar3) = ¶m_3;" (assignment_expression "*(int ***)(&stack0xffffffb4 + iVar3) = ¶m_3" (pointer_expression "*(int ***)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int ***)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int ***" primitive_type (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = (pointer_expression "¶m_3" & identifier)) ;) (expression_statement "local_30[0] = (undefined **)¶m_3;" (assignment_expression "local_30[0] = (undefined **)¶m_3" (subscript_expression "local_30[0]" identifier [ number_literal ]) = (cast_expression "(undefined **)¶m_3" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "¶m_3" & identifier))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20107b;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20107b" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (ERROR "cVar6 = istreambuf_iterator<char,std::" (comma_expression "cVar6 = istreambuf_iterator<char,std" (assignment_expression "cVar6 = istreambuf_iterator<char" identifier = (binary_expression "istreambuf_iterator<char" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n );" (binary_expression "char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n )" identifier < (binary_expression "char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n )" identifier >> (ERROR "::" : :) (call_expression "equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n )" identifier (argument_list "(*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)\n )" ( (pointer_expression "*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3)" * (call_expression "(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3)" (parenthesized_expression "(istreambuf_iterator<char,std::char_traits<char>> **)" ( (ERROR "istreambuf_iterator<char,std::" (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>> **" identifier < (binary_expression "char>> **" identifier >> (pointer_expression "**" * (pointer_expression "*" * identifier)))) )) (argument_list "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) , (pointer_expression "*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)" * (cast_expression "(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)" ( (type_descriptor "istreambuf_iterator **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb8 + iVar3)" ( (binary_expression "&stack0xffffffb8 + iVar3" (pointer_expression "&stack0xffffffb8" & identifier) + identifier) )))) ))))) ;) (if_statement "if (cVar6 == '\0') {\n *(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad;\n uVar7 = istreambuf_iterator<char,std::char_traits<char>>::_M_get();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar16 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" if (parenthesized_expression "(cVar6 == '\0')" ( (binary_expression "cVar6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad;\n uVar7 = istreambuf_iterator<char,std::char_traits<char>>::_M_get();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar16 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" { (expression_statement "*(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad;" (assignment_expression "*(undefined4 *)(&stack0xffffffc0 + iVar3) = 0x2010ad" (pointer_expression "*(undefined4 *)(&stack0xffffffc0 + iVar3)" * (cast_expression "(undefined4 *)(&stack0xffffffc0 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0xffffffc0 + iVar3)" ( (binary_expression "&stack0xffffffc0 + iVar3" (pointer_expression "&stack0xffffffc0" & identifier) + identifier) )))) = number_literal) ;) (ERROR "uVar7 = istreambuf_iterator<char,std::" (comma_expression "uVar7 = istreambuf_iterator<char,std" (assignment_expression "uVar7 = istreambuf_iterator<char" identifier = (binary_expression "istreambuf_iterator<char" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<char>>::_M_get();" (binary_expression "char_traits<char>>::_M_get()" identifier < (binary_expression "char>>::_M_get()" identifier >> (ERROR "::" : :) (call_expression "_M_get()" identifier (argument_list "()" ( ))))) ;) (if_statement "if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar16 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" if (parenthesized_expression "(param_9 != 0)" ( (binary_expression "param_9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar16 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" { (expression_statement "iVar13 = 0;" (assignment_expression "iVar13 = 0" identifier = number_literal) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7)" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,uVar7)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,uVar7)" identifier (argument_list "(local_20._1_3_,uVar7)" ( (field_expression "local_20._1_3_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" identifier = identifier) ;) (expression_statement "local_24 = (int *)((int)local_30 + iVar3);" (assignment_expression "local_24 = (int *)((int)local_30 + iVar3)" identifier = (cast_expression "(int *)((int)local_30 + iVar3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_30 + iVar3)" ( (binary_expression "(int)local_30 + iVar3" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (do_statement "do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);" do (compound_statement "{\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *(int *)pcVar8;\n *(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;\n *(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n }" { (while_statement "while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" { (expression_statement "cVar6 = **(char **)(iVar12 + iVar13 * 4);" (assignment_expression "cVar6 = **(char **)(iVar12 + iVar13 * 4)" identifier = (pointer_expression "**(char **)(iVar12 + iVar13 * 4)" * (pointer_expression "*(char **)(iVar12 + iVar13 * 4)" * (cast_expression "(char **)(iVar12 + iVar13 * 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + iVar13 * 4)" ( (binary_expression "iVar12 + iVar13 * 4" identifier + (binary_expression "iVar13 * 4" identifier * number_literal)) )))))) ;) (if_statement "if (cVar6 != (char)local_20) break;" if (parenthesized_expression "(cVar6 != (char)local_20)" ( (binary_expression "cVar6 != (char)local_20" identifier != (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) )) (break_statement "break;" break ;)) (labeled_statement "LAB_002010fb:\n local_24[uVar15] = iVar13;" statement_identifier : (expression_statement "local_24[uVar15] = iVar13;" (assignment_expression "local_24[uVar15] = iVar13" (subscript_expression "local_24[uVar15]" identifier [ identifier ]) = identifier) ;)) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" identifier = (binary_expression "iVar13 + 1" identifier + number_literal)) ;) (if_statement "if (param_9 == iVar13) goto LAB_0020110c;" if (parenthesized_expression "(param_9 == iVar13)" ( (binary_expression "param_9 == iVar13" identifier == identifier) )) (goto_statement "goto LAB_0020110c;" goto statement_identifier ;)) })) (expression_statement "iVar1 = *(int *)pcVar8;" (assignment_expression "iVar1 = *(int *)pcVar8" identifier = (pointer_expression "*(int *)pcVar8" * (cast_expression "(int *)pcVar8" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6;" (assignment_expression "*(int *)(&stack0xffffffb8 + iVar3) = (int)cVar6" (pointer_expression "*(int *)(&stack0xffffffb8 + iVar3)" * (cast_expression "(int *)(&stack0xffffffb8 + iVar3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0xffffffb8 + iVar3)" ( (binary_expression "&stack0xffffffb8 + iVar3" (pointer_expression "&stack0xffffffb8" & identifier) + identifier) )))) = (cast_expression "(int)cVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8;" (assignment_expression "*(ctype **)(&stack0xffffffb4 + iVar3) = pcVar8" (pointer_expression "*(ctype **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(ctype **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "ctype **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar1 + 8);" (assignment_expression "pcVar2 = *(code **)(iVar1 + 8)" identifier = (pointer_expression "*(code **)(iVar1 + 8)" * (cast_expression "(code **)(iVar1 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 8)" ( (binary_expression "iVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2010dd" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "param_8 = iVar12;" (assignment_expression "param_8 = iVar12" identifier = identifier) ;) (expression_statement "cVar6 = (*pcVar2)();" (assignment_expression "cVar6 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" identifier = identifier) ;) (if_statement "if ((char)local_20 == cVar6) goto LAB_002010fb;" if (parenthesized_expression "((char)local_20 == cVar6)" ( (binary_expression "(char)local_20 == cVar6" (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier) == identifier) )) (goto_statement "goto LAB_002010fb;" goto statement_identifier ;)) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" identifier = (binary_expression "iVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_9 != iVar13)" ( (binary_expression "param_9 != iVar13" identifier != identifier) )) ;) (labeled_statement "LAB_0020110c:\n piVar16 = local_24;" statement_identifier : (expression_statement "piVar16 = local_24;" (assignment_expression "piVar16 = local_24" identifier = identifier) ;)) (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" identifier = identifier) ;) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" while (parenthesized_expression "(1 < local_28)" ( (binary_expression "1 < local_28" number_literal < identifier) )) (compound_statement "{\n uVar15 = 1;\n *(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n local_20 = piVar16;\n do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "*(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4);" (assignment_expression "*(undefined4 *)(&stack0xffffffb4 + iVar3) = *(undefined4 *)(param_8 + *piVar16 * 4)" (pointer_expression "*(undefined4 *)(&stack0xffffffb4 + iVar3)" * (cast_expression "(undefined4 *)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = (pointer_expression "*(undefined4 *)(param_8 + *piVar16 * 4)" * (cast_expression "(undefined4 *)(param_8 + *piVar16 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar16 * 4)" ( (binary_expression "param_8 + *piVar16 * 4" identifier + (binary_expression "*piVar16 * 4" (pointer_expression "*piVar16" * identifier) * number_literal)) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201140" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));" (assignment_expression "piVar9 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3))" identifier = (cast_expression "(int *)strlen(*(char **)(&stack0xffffffb4 + iVar3))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)(&stack0xffffffb4 + iVar3))" identifier (argument_list "(*(char **)(&stack0xffffffb4 + iVar3))" ( (pointer_expression "*(char **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(char **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) ))))) ;) (expression_statement "local_20 = piVar16;" (assignment_expression "local_20 = piVar16" identifier = identifier) ;) (do_statement "do {\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);" do (compound_statement "{\n *(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n }" { (expression_statement "*(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);" (assignment_expression "*(undefined4 *)(&stack0xffffffb4 + iVar3) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4)" (pointer_expression "*(undefined4 *)(&stack0xffffffb4 + iVar3)" * (cast_expression "(undefined4 *)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = (pointer_expression "*(undefined4 *)(param_8 + local_20[uVar15] * 4)" * (cast_expression "(undefined4 *)(param_8 + local_20[uVar15] * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + local_20[uVar15] * 4)" ( (binary_expression "param_8 + local_20[uVar15] * 4" identifier + (binary_expression "local_20[uVar15] * 4" (subscript_expression "local_20[uVar15]" identifier [ identifier ]) * number_literal)) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201167" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));" (assignment_expression "piVar10 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3))" identifier = (cast_expression "(int *)strlen(*(char **)(&stack0xffffffb4 + iVar3))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)(&stack0xffffffb4 + iVar3))" identifier (argument_list "(*(char **)(&stack0xffffffb4 + iVar3))" ( (pointer_expression "*(char **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(char **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) ))))) ;) (expression_statement "piVar16 = local_20;" (assignment_expression "piVar16 = local_20" identifier = identifier) ;) (if_statement "if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }" if (parenthesized_expression "(piVar10 < piVar9)" ( (binary_expression "piVar10 < piVar9" identifier < identifier) )) (compound_statement "{\n piVar9 = piVar10;\n }" { (expression_statement "piVar9 = piVar10;" (assignment_expression "piVar9 = piVar10" identifier = identifier) ;) })) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar15 < local_28)" ( (binary_expression "uVar15 < local_28" identifier < identifier) )) ;) (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" if (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" ( (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" { (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" else (compound_statement "{\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "local_20 = piVar9;" (assignment_expression "local_20 = piVar9" identifier = identifier) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_3;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_3" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" identifier = (pointer_expression "*(code **)(iVar12 + 0x28)" * (cast_expression "(code **)(iVar12 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ac" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar9 = local_20;" (assignment_expression "piVar9 = local_20" identifier = identifier) ;) }))) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" identifier = (cast_expression "(int *)((int)local_24 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_24 + 1)" ( (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (if_statement "if (piVar9 <= local_24) goto LAB_00201082;" if (parenthesized_expression "(piVar9 <= local_24)" ( (binary_expression "piVar9 <= local_24" identifier <= identifier) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (if_statement "if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" if (parenthesized_expression "((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]))" ( (binary_expression "(param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" ( (comma_expression "cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]" (assignment_expression "cVar6 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) , (binary_expression "(uint)param_3[3] <= (uint)param_3[2]" (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ])) <= (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "local_20 = (int *)((uint)local_20 & 0xffffff00);" (assignment_expression "local_20 = (int *)((uint)local_20 & 0xffffff00)" identifier = (cast_expression "(int *)((uint)local_20 & 0xffffff00)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uint)local_20 & 0xffffff00)" ( (binary_expression "(uint)local_20 & 0xffffff00" (cast_expression "(uint)local_20" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )))) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_3;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_3" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013c3" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" identifier = (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) })) (expression_statement "bVar4 = param_5 != (int *)0x0 && param_6 == -1;" (assignment_expression "bVar4 = param_5 != (int *)0x0 && param_6 == -1" identifier = (binary_expression "param_5 != (int *)0x0 && param_6 == -1" (binary_expression "param_5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) && (binary_expression "param_6 == -1" identifier == number_literal))) ;) (expression_statement "bVar5 = param_6 == -1;" (assignment_expression "bVar5 = param_6 == -1" identifier = (binary_expression "param_6 == -1" identifier == number_literal)) ;) (if_statement "if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" if (parenthesized_expression "((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]))" ( (binary_expression "(bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" (parenthesized_expression "(bVar4)" ( identifier )) && (parenthesized_expression "(bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" ( (comma_expression "bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]" (assignment_expression "bVar5 = false" identifier = false) , (binary_expression "(uint)param_5[3] <= (uint)param_5[2]" (cast_expression "(uint)param_5[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_5[3]" identifier [ number_literal ])) <= (cast_expression "(uint)param_5[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_5[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)(&stack0xffffffb4 + iVar3) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" { (expression_statement "iVar12 = *param_5;" (assignment_expression "iVar12 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6)" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,cVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,cVar6)" identifier (argument_list "(local_20._1_3_,cVar6)" ( (field_expression "local_20._1_3_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_5;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_5" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20134a" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" identifier = (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" { (expression_statement "param_5 = (int *)0x0;" (assignment_expression "param_5 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar5 = bVar4;" (assignment_expression "bVar5 = bVar4" identifier = identifier) ;) })) })) (if_statement "if (bVar5 == (bool)cVar6) goto LAB_00201082;" if (parenthesized_expression "(bVar5 == (bool)cVar6)" ( (binary_expression "bVar5 == (bool)cVar6" identifier == (cast_expression "(bool)cVar6" ( (type_descriptor "bool" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar14 = local_28;" (assignment_expression "uVar14 = local_28" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);" do (compound_statement "{\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar16[uVar14];\n uVar15 = local_28;\n }" { (while_statement "while( true ) {\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_28 = uVar15;\n piVar9 = piVar16 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" { (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" identifier = identifier) ;) (expression_statement "piVar9 = piVar16 + local_28;" (assignment_expression "piVar9 = piVar16 + local_28" identifier = (binary_expression "piVar16 + local_28" identifier + identifier)) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" identifier (argument_list "(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" ( (field_expression "local_20._1_3_" identifier . field_identifier) , (pointer_expression "*(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" * (cast_expression "(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" ( (binary_expression "*(int *)(param_8 + *piVar9 * 4) + (int)local_24" (pointer_expression "*(int *)(param_8 + *piVar9 * 4)" * (cast_expression "(int *)(param_8 + *piVar9 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar9 * 4)" ( (binary_expression "param_8 + *piVar9 * 4" identifier + (binary_expression "*piVar9 * 4" (pointer_expression "*piVar9" * identifier) * number_literal)) )))) + (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ))))) ;) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" identifier = identifier) ;) (if_statement "if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" if (parenthesized_expression "((param_3 != (int *)0x0) && (param_4 == 0xffffffff))" ( (binary_expression "(param_3 != (int *)0x0) && (param_4 == 0xffffffff)" (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(param_4 == 0xffffffff)" ( (binary_expression "param_4 == 0xffffffff" identifier == number_literal) ))) )) (compound_statement "{\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" { (if_statement "if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" if (parenthesized_expression "((byte *)param_3[2] < (byte *)param_3[3])" ( (binary_expression "(byte *)param_3[2] < (byte *)param_3[3]" (cast_expression "(byte *)param_3[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(byte *)param_3[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar15 = (uint)*(byte *)param_3[2];\n }" { (expression_statement "uVar15 = (uint)*(byte *)param_3[2];" (assignment_expression "uVar15 = (uint)*(byte *)param_3[2]" identifier = (binary_expression "(uint)*(byte *)param_3[2]" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)param_3[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" else (compound_statement "{\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_3;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_3" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x20137c" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" if (parenthesized_expression "(uVar15 == 0xffffffff)" ( (binary_expression "uVar15 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar15 = 0xffffffff;" (assignment_expression "uVar15 = 0xffffffff" identifier = number_literal) ;) })) }))) })) (if_statement "if ((char)local_20 != (char)uVar15) break;" if (parenthesized_expression "((char)local_20 != (char)uVar15)" ( (binary_expression "(char)local_20 != (char)uVar15" (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier) != (cast_expression "(char)uVar15" ( (type_descriptor "char" primitive_type) ) identifier)) )) (break_statement "break;" break ;)) (expression_statement "uVar15 = local_28 + 1;" (assignment_expression "uVar15 = local_28 + 1" identifier = (binary_expression "local_28 + 1" identifier + number_literal)) ;) (if_statement "if (uVar14 <= local_28 + 1) goto LAB_00201230;" if (parenthesized_expression "(uVar14 <= local_28 + 1)" ( (binary_expression "uVar14 <= local_28 + 1" identifier <= (binary_expression "local_28 + 1" identifier + number_literal)) )) (goto_statement "goto LAB_00201230;" goto statement_identifier ;)) })) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" identifier = (binary_expression "uVar14 - 1" identifier - number_literal)) ;) (expression_statement "*piVar9 = piVar16[uVar14];" (assignment_expression "*piVar9 = piVar16[uVar14]" (pointer_expression "*piVar9" * identifier) = (subscript_expression "piVar16[uVar14]" identifier [ identifier ])) ;) (expression_statement "uVar15 = local_28;" (assignment_expression "uVar15 = local_28" identifier = identifier) ;) }) while (parenthesized_expression "(local_28 < uVar14)" ( (binary_expression "local_28 < uVar14" identifier < identifier) )) ;) (labeled_statement "LAB_00201230:\n local_28 = uVar14;" statement_identifier : (expression_statement "local_28 = uVar14;" (assignment_expression "local_28 = uVar14" identifier = identifier) ;)) })) (if_statement "if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" if (parenthesized_expression "(local_28 == 1)" ( (binary_expression "local_28 == 1" identifier == number_literal) )) (compound_statement "{\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar16 * 4);\n local_28 = *piVar16;\n *(int *)(&stack0xffffffb4 + iVar3) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));\n piVar16 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" { (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" if (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" ( (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" { (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" else (compound_statement "{\n iVar12 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_3;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_3" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" identifier = (pointer_expression "*(code **)(iVar12 + 0x28)" * (cast_expression "(code **)(iVar12 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201432" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) }))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (expression_statement "iVar12 = *(int *)(param_8 + *piVar16 * 4);" (assignment_expression "iVar12 = *(int *)(param_8 + *piVar16 * 4)" identifier = (pointer_expression "*(int *)(param_8 + *piVar16 * 4)" * (cast_expression "(int *)(param_8 + *piVar16 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar16 * 4)" ( (binary_expression "param_8 + *piVar16 * 4" identifier + (binary_expression "*piVar16 * 4" (pointer_expression "*piVar16" * identifier) * number_literal)) ))))) ;) (expression_statement "local_28 = *piVar16;" (assignment_expression "local_28 = *piVar16" identifier = (pointer_expression "*piVar16" * identifier)) ;) (expression_statement "*(int *)(&stack0xffffffb4 + iVar3) = iVar12;" (assignment_expression "*(int *)(&stack0xffffffb4 + iVar3) = iVar12" (pointer_expression "*(int *)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int *)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" identifier = (cast_expression "(int *)((int)local_24 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_24 + 1)" ( (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201282" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3));" (assignment_expression "local_20 = (int *)strlen(*(char **)(&stack0xffffffb4 + iVar3))" identifier = (cast_expression "(int *)strlen(*(char **)(&stack0xffffffb4 + iVar3))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)(&stack0xffffffb4 + iVar3))" identifier (argument_list "(*(char **)(&stack0xffffffb4 + iVar3))" ( (pointer_expression "*(char **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(char **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) ))))) ;) (expression_statement "piVar16 = local_24;" (assignment_expression "piVar16 = local_24" identifier = identifier) ;) (if_statement "if (local_24 < local_20) {\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;" if (parenthesized_expression "(local_24 < local_20)" ( (binary_expression "local_24 < local_20" identifier < identifier) )) (compound_statement "{\n do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);\n }" { (do_statement "do {\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n } while (piVar16 != local_20);" do (compound_statement "{\n *(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;\n *(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;\n cVar6 = istreambuf_iterator<char,std::char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar16);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar16 = (int *)((int)piVar16 + 1);\n }" { (expression_statement "*(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34;" (assignment_expression "*(undefined4 **)(&stack0xffffffb8 + iVar3) = local_34" (pointer_expression "*(undefined4 **)(&stack0xffffffb8 + iVar3)" * (cast_expression "(undefined4 **)(&stack0xffffffb8 + iVar3)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb8 + iVar3)" ( (binary_expression "&stack0xffffffb8 + iVar3" (pointer_expression "&stack0xffffffb8" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0];" (assignment_expression "*(undefined ***)(&stack0xffffffb4 + iVar3) = local_30[0]" (pointer_expression "*(undefined ***)(&stack0xffffffb4 + iVar3)" * (cast_expression "(undefined ***)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = (subscript_expression "local_30[0]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2012e1" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (ERROR "cVar6 = istreambuf_iterator<char,std::" (comma_expression "cVar6 = istreambuf_iterator<char,std" (assignment_expression "cVar6 = istreambuf_iterator<char" identifier = (binary_expression "istreambuf_iterator<char" identifier < identifier)) , identifier) : :) (expression_statement "char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3));" (binary_expression "char_traits<char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3))" identifier < (binary_expression "char>>::equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3))" identifier >> (ERROR "::" : :) (call_expression "equal\n (*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3))" identifier (argument_list "(*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3),\n *(istreambuf_iterator **)(&stack0xffffffb8 + iVar3))" ( (pointer_expression "*(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3)" * (call_expression "(istreambuf_iterator<char,std::char_traits<char>> **)\n (&stack0xffffffb4 + iVar3)" (parenthesized_expression "(istreambuf_iterator<char,std::char_traits<char>> **)" ( (ERROR "istreambuf_iterator<char,std::" (comma_expression "istreambuf_iterator<char,std" (binary_expression "istreambuf_iterator<char" identifier < identifier) , identifier) : :) (binary_expression "char_traits<char>> **" identifier < (binary_expression "char>> **" identifier >> (pointer_expression "**" * (pointer_expression "*" * identifier)))) )) (argument_list "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) , (pointer_expression "*(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)" * (cast_expression "(istreambuf_iterator **)(&stack0xffffffb8 + iVar3)" ( (type_descriptor "istreambuf_iterator **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb8 + iVar3)" ( (binary_expression "&stack0xffffffb8 + iVar3" (pointer_expression "&stack0xffffffb8" & identifier) + identifier) )))) ))))) ;) (if_statement "if (cVar6 != '\0') goto LAB_00201082;" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "cVar6 = *(char *)(iVar12 + (int)piVar16);" (assignment_expression "cVar6 = *(char *)(iVar12 + (int)piVar16)" identifier = (pointer_expression "*(char *)(iVar12 + (int)piVar16)" * (cast_expression "(char *)(iVar12 + (int)piVar16)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + (int)piVar16)" ( (binary_expression "iVar12 + (int)piVar16" identifier + (cast_expression "(int)piVar16" ( (type_descriptor "int" primitive_type) ) identifier)) ))))) ;) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" identifier = identifier) ;) (if_statement "if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" if (parenthesized_expression "((param_3 == (int *)0x0) || (param_4 != 0xffffffff))" ( (binary_expression "(param_3 == (int *)0x0) || (param_4 != 0xffffffff)" (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(param_4 != 0xffffffff)" ( (binary_expression "param_4 != 0xffffffff" identifier != number_literal) ))) )) (compound_statement "{\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }" { (labeled_statement "LAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;" statement_identifier : (if_statement "if (cVar6 != (char)uVar15) goto LAB_00201082;" if (parenthesized_expression "(cVar6 != (char)uVar15)" ( (binary_expression "cVar6 != (char)uVar15" identifier != (cast_expression "(char)uVar15" ( (type_descriptor "char" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;))) (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" identifier = (cast_expression "(char *)param_3[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ]))) ;) (if_statement "if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;" if (parenthesized_expression "(pcVar11 < (char *)param_3[3])" ( (binary_expression "pcVar11 < (char *)param_3[3]" identifier < (cast_expression "(char *)param_3[3]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_002012b7;" goto statement_identifier ;)) (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_3;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_3" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x28)" identifier = (pointer_expression "*(code **)(iVar13 + 0x28)" * (cast_expression "(code **)(iVar13 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x28)" ( (binary_expression "iVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x2013ed" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) }) (else_clause "else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" else (compound_statement "{\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" { (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" identifier = (cast_expression "(char *)param_3[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ]))) ;) (if_statement "if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" if (parenthesized_expression "((char *)param_3[3] <= pcVar11)" ( (binary_expression "(char *)param_3[3] <= pcVar11" (cast_expression "(char *)param_3[3]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n iVar13 = *param_3;\n *(int **)(&stack0xffffffb4 + iVar3) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" { (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)(&stack0xffffffb4 + iVar3) = param_3;" (assignment_expression "*(int **)(&stack0xffffffb4 + iVar3) = param_3" (pointer_expression "*(int **)(&stack0xffffffb4 + iVar3)" * (cast_expression "(int **)(&stack0xffffffb4 + iVar3)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&stack0xffffffb4 + iVar3)" ( (binary_expression "&stack0xffffffb4 + iVar3" (pointer_expression "&stack0xffffffb4" & identifier) + identifier) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x24)" identifier = (pointer_expression "*(code **)(iVar13 + 0x24)" * (cast_expression "(code **)(iVar13 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x24)" ( (binary_expression "iVar13 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411;" (assignment_expression "*(undefined4 *)((int)&iStackY_50 + iVar3) = 0x201411" (pointer_expression "*(undefined4 *)((int)&iStackY_50 + iVar3)" * (cast_expression "(undefined4 *)((int)&iStackY_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&iStackY_50 + iVar3)" ( (binary_expression "(int)&iStackY_50 + iVar3" (cast_expression "(int)&iStackY_50" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&iStackY_50" & identifier)) + identifier) )))) = number_literal) ;) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }" if (parenthesized_expression "(uVar15 == 0xffffffff)" ( (binary_expression "uVar15 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (goto_statement "goto LAB_002012a0;" goto statement_identifier ;) })) (if_statement "if (cVar6 != *pcVar11) goto LAB_00201082;" if (parenthesized_expression "(cVar6 != *pcVar11)" ( (binary_expression "cVar6 != *pcVar11" identifier != (pointer_expression "*pcVar11" * identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (labeled_statement "LAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);" statement_identifier : (expression_statement "param_3[2] = (int)(pcVar11 + 1);" (assignment_expression "param_3[2] = (int)(pcVar11 + 1)" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (cast_expression "(int)(pcVar11 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(pcVar11 + 1)" ( (binary_expression "pcVar11 + 1" identifier + number_literal) )))) ;)) }))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (expression_statement "piVar16 = (int *)((int)piVar16 + 1);" (assignment_expression "piVar16 = (int *)((int)piVar16 + 1)" identifier = (cast_expression "(int *)((int)piVar16 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar16 + 1)" ( (binary_expression "(int)piVar16 + 1" (cast_expression "(int)piVar16" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(piVar16 != local_20)" ( (binary_expression "piVar16 != local_20" identifier != identifier) )) ;) }) (else_clause "else if (local_24 != local_20) goto LAB_00201082;" else (if_statement "if (local_24 != local_20) goto LAB_00201082;" if (parenthesized_expression "(local_24 != local_20)" ( (binary_expression "local_24 != local_20" identifier != identifier) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)))) (expression_statement "*param_7 = local_28;" (assignment_expression "*param_7 = local_28" (pointer_expression "*param_7" * identifier) = identifier) ;) (goto_statement "goto LAB_00201088;" goto statement_identifier ;) })) })) })) (labeled_statement "LAB_00201082:\n *param_11 = *param_11 | 4;" statement_identifier : (expression_statement "*param_11 = *param_11 | 4;" (assignment_expression "*param_11 = *param_11 | 4" (pointer_expression "*param_11" * identifier) = (binary_expression "*param_11 | 4" (pointer_expression "*param_11" * identifier) | number_literal)) ;)) (labeled_statement "LAB_00201088:\n *param_1 = param_3;" statement_identifier : (expression_statement "*param_1 = param_3;" (assignment_expression "*param_1 = param_3" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return param_1;" return identifier ;) }))
|
(translation_unit "undefined4 *\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)\n\n{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}\n\n" (function_definition "undefined4 *\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)\n\n{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" type_identifier (pointer_declarator "*\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" * (function_declarator "FUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "int *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "uint param_4" type_identifier identifier) , (parameter_declaration "int *param_5" primitive_type (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "int param_6" primitive_type identifier) , (parameter_declaration "int *param_7" primitive_type (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "int param_8" primitive_type identifier) , (parameter_declaration "int param_9" primitive_type identifier) , (parameter_declaration "int param_10" primitive_type identifier) , (parameter_declaration "uint *param_11" type_identifier (pointer_declarator "*param_11" * identifier)) )))) (compound_statement "{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "code *pcVar2;" type_identifier (pointer_declarator "*pcVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (declaration "char cVar6;" primitive_type identifier ;) (declaration "undefined1 uVar7;" type_identifier identifier ;) (declaration "int *piVar8;" primitive_type (pointer_declarator "*piVar8" * identifier) ;) (declaration "int *piVar9;" primitive_type (pointer_declarator "*piVar9" * identifier) ;) (declaration "int *piVar10;" primitive_type (pointer_declarator "*piVar10" * identifier) ;) (declaration "char *pcVar11;" primitive_type (pointer_declarator "*pcVar11" * identifier) ;) (declaration "int iVar12;" primitive_type identifier ;) (declaration "int iVar13;" primitive_type identifier ;) (declaration "uint uVar14;" type_identifier identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "int aiStack_50 [7];" primitive_type (array_declarator "aiStack_50 [7]" identifier [ number_literal ]) ;) (declaration "undefined4 *local_34;" type_identifier (pointer_declarator "*local_34" * identifier) ;) (declaration "undefined **local_30 [2];" type_identifier (pointer_declarator "**local_30 [2]" * (pointer_declarator "*local_30 [2]" * (array_declarator "local_30 [2]" identifier [ number_literal ]))) ;) (declaration "uint local_28;" type_identifier identifier ;) (declaration "int *local_24;" primitive_type (pointer_declarator "*local_24" * identifier) ;) (declaration "int *local_20;" primitive_type (pointer_declarator "*local_20" * identifier) ;) (expression_statement "local_30[1] = &__DT_PLTGOT;" (assignment_expression "local_30[1] = &__DT_PLTGOT" (subscript_expression "local_30[1]" identifier [ number_literal ]) = (pointer_expression "&__DT_PLTGOT" & identifier)) ;) (expression_statement "aiStack_50[1] = param_10 + 0x6c;" (assignment_expression "aiStack_50[1] = param_10 + 0x6c" (subscript_expression "aiStack_50[1]" identifier [ number_literal ]) = (binary_expression "param_10 + 0x6c" identifier + number_literal)) ;) (expression_statement "aiStack_50[0] = 0x201045;" (assignment_expression "aiStack_50[0] = 0x201045" (subscript_expression "aiStack_50[0]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "piVar8 = (int *)FUN_001fbde0();" (assignment_expression "piVar8 = (int *)FUN_001fbde0()" identifier = (cast_expression "(int *)FUN_001fbde0()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_001fbde0()" identifier (argument_list "()" ( ))))) ;) (expression_statement "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);" (assignment_expression "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0)" identifier = (unary_expression "-(param_9 * 4 + 0x1bU & 0xfffffff0)" - (parenthesized_expression "(param_9 * 4 + 0x1bU & 0xfffffff0)" ( (binary_expression "param_9 * 4 + 0x1bU & 0xfffffff0" (binary_expression "param_9 * 4 + 0x1bU" (binary_expression "param_9 * 4" identifier * number_literal) + number_literal) & number_literal) )))) ;) (expression_statement "*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;" (assignment_expression "*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5" (pointer_expression "*(int ***)((int)aiStack_50 + iVar3 + 8)" * (cast_expression "(int ***)((int)aiStack_50 + iVar3 + 8)" ( (type_descriptor "int ***" primitive_type (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" ( (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "¶m_5" & identifier)) ;) (expression_statement "local_34 = ¶m_5;" (assignment_expression "local_34 = ¶m_5" identifier = (pointer_expression "¶m_5" & identifier)) ;) (expression_statement "*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;" (assignment_expression "*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3" (pointer_expression "*(int ***)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int ***)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int ***" primitive_type (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "¶m_3" & identifier)) ;) (expression_statement "local_30[0] = (undefined **)¶m_3;" (assignment_expression "local_30[0] = (undefined **)¶m_3" (subscript_expression "local_30[0]" identifier [ number_literal ]) = (cast_expression "(undefined **)¶m_3" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "¶m_3" & identifier))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "cVar6 = FUN_00200f70();" (assignment_expression "cVar6 = FUN_00200f70()" identifier = (call_expression "FUN_00200f70()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" if (parenthesized_expression "(cVar6 == '\0')" ( (binary_expression "cVar6 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" { (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 0x10)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 0x10)" ( (binary_expression "(int)aiStack_50 + iVar3 + 0x10" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = number_literal) ;) (expression_statement "uVar7 = FUN_001f91d0();" (assignment_expression "uVar7 = FUN_001f91d0()" identifier = (call_expression "FUN_001f91d0()" identifier (argument_list "()" ( )))) ;) (if_statement "if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" if (parenthesized_expression "(param_9 != 0)" ( (binary_expression "param_9 != 0" identifier != number_literal) )) (compound_statement "{\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" { (expression_statement "iVar13 = 0;" (assignment_expression "iVar13 = 0" identifier = number_literal) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7)" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,uVar7)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,uVar7)" identifier (argument_list "(local_20._1_3_,uVar7)" ( (field_expression "local_20._1_3_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" identifier = identifier) ;) (expression_statement "local_24 = (int *)((int)local_30 + iVar3);" (assignment_expression "local_24 = (int *)((int)local_30 + iVar3)" identifier = (cast_expression "(int *)((int)local_30 + iVar3)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_30 + iVar3)" ( (binary_expression "(int)local_30 + iVar3" (cast_expression "(int)local_30" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) ;) (do_statement "do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);" do (compound_statement "{\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n }" { (while_statement "while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" { (expression_statement "cVar6 = **(char **)(iVar12 + iVar13 * 4);" (assignment_expression "cVar6 = **(char **)(iVar12 + iVar13 * 4)" identifier = (pointer_expression "**(char **)(iVar12 + iVar13 * 4)" * (pointer_expression "*(char **)(iVar12 + iVar13 * 4)" * (cast_expression "(char **)(iVar12 + iVar13 * 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + iVar13 * 4)" ( (binary_expression "iVar12 + iVar13 * 4" identifier + (binary_expression "iVar13 * 4" identifier * number_literal)) )))))) ;) (if_statement "if (cVar6 != (char)local_20) break;" if (parenthesized_expression "(cVar6 != (char)local_20)" ( (binary_expression "cVar6 != (char)local_20" identifier != (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) )) (break_statement "break;" break ;)) (labeled_statement "LAB_002010fb:\n local_24[uVar15] = iVar13;" statement_identifier : (expression_statement "local_24[uVar15] = iVar13;" (assignment_expression "local_24[uVar15] = iVar13" (subscript_expression "local_24[uVar15]" identifier [ identifier ]) = identifier) ;)) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" identifier = (binary_expression "iVar13 + 1" identifier + number_literal)) ;) (if_statement "if (param_9 == iVar13) goto LAB_0020110c;" if (parenthesized_expression "(param_9 == iVar13)" ( (binary_expression "param_9 == iVar13" identifier == identifier) )) (goto_statement "goto LAB_0020110c;" goto statement_identifier ;)) })) (expression_statement "iVar1 = *piVar8;" (assignment_expression "iVar1 = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;" (assignment_expression "*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6" (pointer_expression "*(int *)((int)aiStack_50 + iVar3 + 8)" * (cast_expression "(int *)((int)aiStack_50 + iVar3 + 8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" ( (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (cast_expression "(int)cVar6" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar1 + 8);" (assignment_expression "pcVar2 = *(code **)(iVar1 + 8)" identifier = (pointer_expression "*(code **)(iVar1 + 8)" * (cast_expression "(code **)(iVar1 + 8)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar1 + 8)" ( (binary_expression "iVar1 + 8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "param_8 = iVar12;" (assignment_expression "param_8 = iVar12" identifier = identifier) ;) (expression_statement "cVar6 = (*pcVar2)();" (assignment_expression "cVar6 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" identifier = identifier) ;) (if_statement "if ((char)local_20 == cVar6) goto LAB_002010fb;" if (parenthesized_expression "((char)local_20 == cVar6)" ( (binary_expression "(char)local_20 == cVar6" (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier) == identifier) )) (goto_statement "goto LAB_002010fb;" goto statement_identifier ;)) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" identifier = (binary_expression "iVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(param_9 != iVar13)" ( (binary_expression "param_9 != iVar13" identifier != identifier) )) ;) (labeled_statement "LAB_0020110c:\n piVar8 = local_24;" statement_identifier : (expression_statement "piVar8 = local_24;" (assignment_expression "piVar8 = local_24" identifier = identifier) ;)) (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" identifier = identifier) ;) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (while_statement "while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" while (parenthesized_expression "(1 < local_28)" ( (binary_expression "1 < local_28" number_literal < identifier) )) (compound_statement "{\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4)" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_8 + *piVar8 * 4)" * (cast_expression "(undefined4 *)(param_8 + *piVar8 * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar8 * 4)" ( (binary_expression "param_8 + *piVar8 * 4" identifier + (binary_expression "*piVar8 * 4" (pointer_expression "*piVar8" * identifier) * number_literal)) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier = (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))))) ;) (expression_statement "local_20 = piVar8;" (assignment_expression "local_20 = piVar8" identifier = identifier) ;) (do_statement "do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);" do (compound_statement "{\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n }" { (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4)" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (pointer_expression "*(undefined4 *)(param_8 + local_20[uVar15] * 4)" * (cast_expression "(undefined4 *)(param_8 + local_20[uVar15] * 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + local_20[uVar15] * 4)" ( (binary_expression "param_8 + local_20[uVar15] * 4" identifier + (binary_expression "local_20[uVar15] * 4" (subscript_expression "local_20[uVar15]" identifier [ identifier ]) * number_literal)) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier = (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))))) ;) (expression_statement "piVar8 = local_20;" (assignment_expression "piVar8 = local_20" identifier = identifier) ;) (if_statement "if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }" if (parenthesized_expression "(piVar10 < piVar9)" ( (binary_expression "piVar10 < piVar9" identifier < identifier) )) (compound_statement "{\n piVar9 = piVar10;\n }" { (expression_statement "piVar9 = piVar10;" (assignment_expression "piVar9 = piVar10" identifier = identifier) ;) })) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar15 < local_28)" ( (binary_expression "uVar15 < local_28" identifier < identifier) )) ;) (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" if (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" ( (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" { (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" else (compound_statement "{\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "local_20 = piVar9;" (assignment_expression "local_20 = piVar9" identifier = identifier) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" identifier = (pointer_expression "*(code **)(iVar12 + 0x28)" * (cast_expression "(code **)(iVar12 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar9 = local_20;" (assignment_expression "piVar9 = local_20" identifier = identifier) ;) }))) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" identifier = (cast_expression "(int *)((int)local_24 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_24 + 1)" ( (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (if_statement "if (piVar9 <= local_24) goto LAB_00201082;" if (parenthesized_expression "(piVar9 <= local_24)" ( (binary_expression "piVar9 <= local_24" identifier <= identifier) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) (if_statement "if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" if (parenthesized_expression "((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]))" ( (binary_expression "(param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" ( (comma_expression "cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]" (assignment_expression "cVar6 = '\0'" identifier = (char_literal "'\0'" ' escape_sequence ')) , (binary_expression "(uint)param_3[3] <= (uint)param_3[2]" (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ])) <= (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "local_20 = (int *)((uint)local_20 & 0xffffff00);" (assignment_expression "local_20 = (int *)((uint)local_20 & 0xffffff00)" identifier = (cast_expression "(int *)((uint)local_20 & 0xffffff00)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((uint)local_20 & 0xffffff00)" ( (binary_expression "(uint)local_20 & 0xffffff00" (cast_expression "(uint)local_20" ( (type_descriptor "uint" type_identifier) ) identifier) & number_literal) )))) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" identifier = (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" identifier = (char_literal "'\x01'" ' escape_sequence ')) ;) })) })) (expression_statement "bVar4 = param_5 != (int *)0x0 && param_6 == -1;" (assignment_expression "bVar4 = param_5 != (int *)0x0 && param_6 == -1" identifier = (binary_expression "param_5 != (int *)0x0 && param_6 == -1" (binary_expression "param_5 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) && (binary_expression "param_6 == -1" identifier == number_literal))) ;) (expression_statement "bVar5 = param_6 == -1;" (assignment_expression "bVar5 = param_6 == -1" identifier = (binary_expression "param_6 == -1" identifier == number_literal)) ;) (if_statement "if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" if (parenthesized_expression "((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]))" ( (binary_expression "(bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" (parenthesized_expression "(bVar4)" ( identifier )) && (parenthesized_expression "(bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" ( (comma_expression "bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]" (assignment_expression "bVar5 = false" identifier = false) , (binary_expression "(uint)param_5[3] <= (uint)param_5[2]" (cast_expression "(uint)param_5[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_5[3]" identifier [ number_literal ])) <= (cast_expression "(uint)param_5[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_5[2]" identifier [ number_literal ])))) ))) )) (compound_statement "{\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" { (expression_statement "iVar12 = *param_5;" (assignment_expression "iVar12 = *param_5" identifier = (pointer_expression "*param_5" * identifier)) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6)" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,cVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,cVar6)" identifier (argument_list "(local_20._1_3_,cVar6)" ( (field_expression "local_20._1_3_" identifier . field_identifier) , identifier ))))) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_5;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_5" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" identifier = (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (if_statement "if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" if (parenthesized_expression "(iVar12 == -1)" ( (binary_expression "iVar12 == -1" identifier == number_literal) )) (compound_statement "{\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" { (expression_statement "param_5 = (int *)0x0;" (assignment_expression "param_5 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "bVar5 = bVar4;" (assignment_expression "bVar5 = bVar4" identifier = identifier) ;) })) })) (if_statement "if (bVar5 == (bool)cVar6) goto LAB_00201082;" if (parenthesized_expression "(bVar5 == (bool)cVar6)" ( (binary_expression "bVar5 == (bool)cVar6" identifier == (cast_expression "(bool)cVar6" ( (type_descriptor "bool" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;) (expression_statement "uVar14 = local_28;" (assignment_expression "uVar14 = local_28" identifier = identifier) ;) (do_statement "do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);" do (compound_statement "{\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n }" { (while_statement "while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" { (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" identifier = identifier) ;) (expression_statement "piVar9 = piVar8 + local_28;" (assignment_expression "piVar9 = piVar8 + local_28" identifier = (binary_expression "piVar8 + local_28" identifier + identifier)) ;) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" identifier = (cast_expression "(int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" identifier (argument_list "(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" ( (field_expression "local_20._1_3_" identifier . field_identifier) , (pointer_expression "*(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" * (cast_expression "(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" ( (binary_expression "*(int *)(param_8 + *piVar9 * 4) + (int)local_24" (pointer_expression "*(int *)(param_8 + *piVar9 * 4)" * (cast_expression "(int *)(param_8 + *piVar9 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar9 * 4)" ( (binary_expression "param_8 + *piVar9 * 4" identifier + (binary_expression "*piVar9 * 4" (pointer_expression "*piVar9" * identifier) * number_literal)) )))) + (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier)) )))) ))))) ;) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" identifier = identifier) ;) (if_statement "if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" if (parenthesized_expression "((param_3 != (int *)0x0) && (param_4 == 0xffffffff))" ( (binary_expression "(param_3 != (int *)0x0) && (param_4 == 0xffffffff)" (parenthesized_expression "(param_3 != (int *)0x0)" ( (binary_expression "param_3 != (int *)0x0" identifier != (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(param_4 == 0xffffffff)" ( (binary_expression "param_4 == 0xffffffff" identifier == number_literal) ))) )) (compound_statement "{\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" { (if_statement "if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" if (parenthesized_expression "((byte *)param_3[2] < (byte *)param_3[3])" ( (binary_expression "(byte *)param_3[2] < (byte *)param_3[3]" (cast_expression "(byte *)param_3[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(byte *)param_3[3]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n uVar15 = (uint)*(byte *)param_3[2];\n }" { (expression_statement "uVar15 = (uint)*(byte *)param_3[2];" (assignment_expression "uVar15 = (uint)*(byte *)param_3[2]" identifier = (binary_expression "(uint)*(byte *)param_3[2]" (parenthesized_expression "(uint)" ( identifier )) * (cast_expression "(byte *)param_3[2]" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ])))) ;) }) (else_clause "else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" else (compound_statement "{\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" identifier = (pointer_expression "*(code **)(iVar12 + 0x24)" * (cast_expression "(code **)(iVar12 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x24)" ( (binary_expression "iVar12 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" if (parenthesized_expression "(uVar15 == 0xffffffff)" ( (binary_expression "uVar15 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar15 = 0xffffffff;" (assignment_expression "uVar15 = 0xffffffff" identifier = number_literal) ;) })) }))) })) (if_statement "if ((char)local_20 != (char)uVar15) break;" if (parenthesized_expression "((char)local_20 != (char)uVar15)" ( (binary_expression "(char)local_20 != (char)uVar15" (cast_expression "(char)local_20" ( (type_descriptor "char" primitive_type) ) identifier) != (cast_expression "(char)uVar15" ( (type_descriptor "char" primitive_type) ) identifier)) )) (break_statement "break;" break ;)) (expression_statement "uVar15 = local_28 + 1;" (assignment_expression "uVar15 = local_28 + 1" identifier = (binary_expression "local_28 + 1" identifier + number_literal)) ;) (if_statement "if (uVar14 <= local_28 + 1) goto LAB_00201230;" if (parenthesized_expression "(uVar14 <= local_28 + 1)" ( (binary_expression "uVar14 <= local_28 + 1" identifier <= (binary_expression "local_28 + 1" identifier + number_literal)) )) (goto_statement "goto LAB_00201230;" goto statement_identifier ;)) })) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" identifier = (binary_expression "uVar14 - 1" identifier - number_literal)) ;) (expression_statement "*piVar9 = piVar8[uVar14];" (assignment_expression "*piVar9 = piVar8[uVar14]" (pointer_expression "*piVar9" * identifier) = (subscript_expression "piVar8[uVar14]" identifier [ identifier ])) ;) (expression_statement "uVar15 = local_28;" (assignment_expression "uVar15 = local_28" identifier = identifier) ;) }) while (parenthesized_expression "(local_28 < uVar14)" ( (binary_expression "local_28 < uVar14" identifier < identifier) )) ;) (labeled_statement "LAB_00201230:\n local_28 = uVar14;" statement_identifier : (expression_statement "local_28 = uVar14;" (assignment_expression "local_28 = uVar14" identifier = identifier) ;)) })) (if_statement "if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" if (parenthesized_expression "(local_28 == 1)" ( (binary_expression "local_28 == 1" identifier == number_literal) )) (compound_statement "{\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" { (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" if (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" ( (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[2]" identifier [ number_literal ])) < (cast_expression "(uint)param_3[3]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" { (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" identifier [ number_literal ]) + number_literal)) ;) }) (else_clause "else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" else (compound_statement "{\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" { (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" identifier = (pointer_expression "*(code **)(iVar12 + 0x28)" * (cast_expression "(code **)(iVar12 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar12 + 0x28)" ( (binary_expression "iVar12 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) }))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (expression_statement "iVar12 = *(int *)(param_8 + *piVar8 * 4);" (assignment_expression "iVar12 = *(int *)(param_8 + *piVar8 * 4)" identifier = (pointer_expression "*(int *)(param_8 + *piVar8 * 4)" * (cast_expression "(int *)(param_8 + *piVar8 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_8 + *piVar8 * 4)" ( (binary_expression "param_8 + *piVar8 * 4" identifier + (binary_expression "*piVar8 * 4" (pointer_expression "*piVar8" * identifier) * number_literal)) ))))) ;) (expression_statement "local_28 = *piVar8;" (assignment_expression "local_28 = *piVar8" identifier = (pointer_expression "*piVar8" * identifier)) ;) (expression_statement "*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;" (assignment_expression "*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12" (pointer_expression "*(int *)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int *)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" identifier = (cast_expression "(int *)((int)local_24 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)local_24 + 1)" ( (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier = (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" identifier (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" ( (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) ))))) ;) (expression_statement "piVar8 = local_24;" (assignment_expression "piVar8 = local_24" identifier = identifier) ;) (if_statement "if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;" if (parenthesized_expression "(local_24 < local_20)" ( (binary_expression "local_24 < local_20" identifier < identifier) )) (compound_statement "{\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }" { (do_statement "do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);" do (compound_statement "{\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n }" { (expression_statement "*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;" (assignment_expression "*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34" (pointer_expression "*(undefined4 **)((int)aiStack_50 + iVar3 + 8)" * (cast_expression "(undefined4 **)((int)aiStack_50 + iVar3 + 8)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" ( (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];" (assignment_expression "*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0]" (pointer_expression "*(undefined ***)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(undefined ***)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = (subscript_expression "local_30[0]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "cVar6 = FUN_00200f70();" (assignment_expression "cVar6 = FUN_00200f70()" identifier = (call_expression "FUN_00200f70()" identifier (argument_list "()" ( )))) ;) (if_statement "if (cVar6 != '\0') goto LAB_00201082;" if (parenthesized_expression "(cVar6 != '\0')" ( (binary_expression "cVar6 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (expression_statement "cVar6 = *(char *)(iVar12 + (int)piVar8);" (assignment_expression "cVar6 = *(char *)(iVar12 + (int)piVar8)" identifier = (pointer_expression "*(char *)(iVar12 + (int)piVar8)" * (cast_expression "(char *)(iVar12 + (int)piVar8)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar12 + (int)piVar8)" ( (binary_expression "iVar12 + (int)piVar8" identifier + (cast_expression "(int)piVar8" ( (type_descriptor "int" primitive_type) ) identifier)) ))))) ;) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" identifier = identifier) ;) (if_statement "if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" if (parenthesized_expression "((param_3 == (int *)0x0) || (param_4 != 0xffffffff))" ( (binary_expression "(param_3 == (int *)0x0) || (param_4 != 0xffffffff)" (parenthesized_expression "(param_3 == (int *)0x0)" ( (binary_expression "param_3 == (int *)0x0" identifier == (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(param_4 != 0xffffffff)" ( (binary_expression "param_4 != 0xffffffff" identifier != number_literal) ))) )) (compound_statement "{\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }" { (labeled_statement "LAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;" statement_identifier : (if_statement "if (cVar6 != (char)uVar15) goto LAB_00201082;" if (parenthesized_expression "(cVar6 != (char)uVar15)" ( (binary_expression "cVar6 != (char)uVar15" identifier != (cast_expression "(char)uVar15" ( (type_descriptor "char" primitive_type) ) identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;))) (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" identifier = (cast_expression "(char *)param_3[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ]))) ;) (if_statement "if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;" if (parenthesized_expression "(pcVar11 < (char *)param_3[3])" ( (binary_expression "pcVar11 < (char *)param_3[3]" identifier < (cast_expression "(char *)param_3[3]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) )) (goto_statement "goto LAB_002012b7;" goto statement_identifier ;)) (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x28)" identifier = (pointer_expression "*(code **)(iVar13 + 0x28)" * (cast_expression "(code **)(iVar13 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x28)" ( (binary_expression "iVar13 + 0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( ))) ;) }) (else_clause "else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" else (compound_statement "{\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" { (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" identifier = (cast_expression "(char *)param_3[2]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[2]" identifier [ number_literal ]))) ;) (if_statement "if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" if (parenthesized_expression "((char *)param_3[3] <= pcVar11)" ( (binary_expression "(char *)param_3[3] <= pcVar11" (cast_expression "(char *)param_3[3]" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_3[3]" identifier [ number_literal ])) <= identifier) )) (compound_statement "{\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" { (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" identifier = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" * (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" ( (type_descriptor "int **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" ( (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) + number_literal) )))) = identifier) ;) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x24)" identifier = (pointer_expression "*(code **)(iVar13 + 0x24)" * (cast_expression "(code **)(iVar13 + 0x24)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(iVar13 + 0x24)" ( (binary_expression "iVar13 + 0x24" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" * (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)aiStack_50 + iVar3)" ( (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" identifier = (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" ( (pointer_expression "*pcVar2" * identifier) )) (argument_list "()" ( )))) ;) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }" if (parenthesized_expression "(uVar15 == 0xffffffff)" ( (binary_expression "uVar15 == 0xffffffff" identifier == number_literal) )) (compound_statement "{\n param_3 = (int *)0x0;\n }" { (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" identifier = (cast_expression "(int *)0x0" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ;) })) (goto_statement "goto LAB_002012a0;" goto statement_identifier ;) })) (if_statement "if (cVar6 != *pcVar11) goto LAB_00201082;" if (parenthesized_expression "(cVar6 != *pcVar11)" ( (binary_expression "cVar6 != *pcVar11" identifier != (pointer_expression "*pcVar11" * identifier)) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)) (labeled_statement "LAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);" statement_identifier : (expression_statement "param_3[2] = (int)(pcVar11 + 1);" (assignment_expression "param_3[2] = (int)(pcVar11 + 1)" (subscript_expression "param_3[2]" identifier [ number_literal ]) = (cast_expression "(int)(pcVar11 + 1)" ( (type_descriptor "int" primitive_type) ) (parenthesized_expression "(pcVar11 + 1)" ( (binary_expression "pcVar11 + 1" identifier + number_literal) )))) ;)) }))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" identifier = number_literal) ;) (expression_statement "piVar8 = (int *)((int)piVar8 + 1);" (assignment_expression "piVar8 = (int *)((int)piVar8 + 1)" identifier = (cast_expression "(int *)((int)piVar8 + 1)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)piVar8 + 1)" ( (binary_expression "(int)piVar8 + 1" (cast_expression "(int)piVar8" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) }) while (parenthesized_expression "(piVar8 != local_20)" ( (binary_expression "piVar8 != local_20" identifier != identifier) )) ;) }) (else_clause "else if (local_24 != local_20) goto LAB_00201082;" else (if_statement "if (local_24 != local_20) goto LAB_00201082;" if (parenthesized_expression "(local_24 != local_20)" ( (binary_expression "local_24 != local_20" identifier != identifier) )) (goto_statement "goto LAB_00201082;" goto statement_identifier ;)))) (expression_statement "*param_7 = local_28;" (assignment_expression "*param_7 = local_28" (pointer_expression "*param_7" * identifier) = identifier) ;) (goto_statement "goto LAB_00201088;" goto statement_identifier ;) })) })) })) (labeled_statement "LAB_00201082:\n *param_11 = *param_11 | 4;" statement_identifier : (expression_statement "*param_11 = *param_11 | 4;" (assignment_expression "*param_11 = *param_11 | 4" (pointer_expression "*param_11" * identifier) = (binary_expression "*param_11 | 4" (pointer_expression "*param_11" * identifier) | number_literal)) ;)) (labeled_statement "LAB_00201088:\n *param_1 = param_3;" statement_identifier : (expression_statement "*param_1 = param_3;" (assignment_expression "*param_1 = param_3" (pointer_expression "*param_1" * identifier) = identifier) ;)) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return param_1;" return identifier ;) })))
|
(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 (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * (pointer_declarator * (array_declarator IDENT [ LIT ]))) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = (unary_expression - (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT * LIT) + LIT) & LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (pointer_expression & IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression IDENT * LIT)) )))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (break_statement break ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ IDENT ]) = IDENT) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) == IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (while_statement while (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (pointer_expression * IDENT) * LIT)) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (subscript_expression IDENT [ IDENT ]) * LIT)) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= IDENT) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (char_literal ' escape_sequence ')) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (char_literal ' escape_sequence ')) ;) })) })) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) && (binary_expression IDENT == LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT == LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( IDENT )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) <= (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , IDENT ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (field_expression IDENT . field_identifier) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (pointer_expression * IDENT) * LIT)) )))) + (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (binary_expression IDENT == LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) })) }))) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) != (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT <= (binary_expression IDENT + LIT)) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT - LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (subscript_expression IDENT [ IDENT ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (binary_expression (pointer_expression * IDENT) * LIT)) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator * (abstract_pointer_declarator *)))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor TYPE) ) IDENT)) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE) ) IDENT)) )) (goto_statement goto statement_identifier ;))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (goto_statement goto statement_identifier ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) <= IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) })) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;)) }))) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)))) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (goto_statement goto statement_identifier ;) })) })) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) | LIT)) ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return IDENT ;) })))
|
(function_definition "undefined4 *\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)\n\n{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" (type_identifier "undefined4") (pointer_declarator "*\nFUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" (* "*") (function_declarator "FUN_00201020(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" (identifier "FUN_00201020") (parameter_list "(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,\n int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "int *param_3" (primitive_type "int") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "uint param_4" (type_identifier "uint") (identifier "param_4")) (, ",") (parameter_declaration "int *param_5" (primitive_type "int") (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "int param_6" (primitive_type "int") (identifier "param_6")) (, ",") (parameter_declaration "int *param_7" (primitive_type "int") (pointer_declarator "*param_7" (* "*") (identifier "param_7"))) (, ",") (parameter_declaration "int param_8" (primitive_type "int") (identifier "param_8")) (, ",") (parameter_declaration "int param_9" (primitive_type "int") (identifier "param_9")) (, ",") (parameter_declaration "int param_10" (primitive_type "int") (identifier "param_10")) (, ",") (parameter_declaration "uint *param_11" (type_identifier "uint") (pointer_declarator "*param_11" (* "*") (identifier "param_11"))) () ")")))) (compound_statement "{\n int iVar1;\n code *pcVar2;\n int iVar3;\n bool bVar4;\n bool bVar5;\n char cVar6;\n undefined1 uVar7;\n int *piVar8;\n int *piVar9;\n int *piVar10;\n char *pcVar11;\n int iVar12;\n int iVar13;\n uint uVar14;\n uint uVar15;\n int aiStack_50 [7];\n undefined4 *local_34;\n undefined **local_30 [2];\n uint local_28;\n int *local_24;\n int *local_20;\n \n local_30[1] = &__DT_PLTGOT;\n aiStack_50[1] = param_10 + 0x6c;\n aiStack_50[0] = 0x201045;\n piVar8 = (int *)FUN_001fbde0();\n iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);\n *(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;\n local_34 = ¶m_5;\n *(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;\n local_30[0] = (undefined **)¶m_3;\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;\n cVar6 = FUN_00200f70();\n if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }\nLAB_00201082:\n *param_11 = *param_11 | 4;\nLAB_00201088:\n *param_1 = param_3;\n param_1[1] = param_4;\n return param_1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "code *pcVar2;" (type_identifier "code") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "bool bVar4;" (primitive_type "bool") (identifier "bVar4") (; ";")) (declaration "bool bVar5;" (primitive_type "bool") (identifier "bVar5") (; ";")) (declaration "char cVar6;" (primitive_type "char") (identifier "cVar6") (; ";")) (declaration "undefined1 uVar7;" (type_identifier "undefined1") (identifier "uVar7") (; ";")) (declaration "int *piVar8;" (primitive_type "int") (pointer_declarator "*piVar8" (* "*") (identifier "piVar8")) (; ";")) (declaration "int *piVar9;" (primitive_type "int") (pointer_declarator "*piVar9" (* "*") (identifier "piVar9")) (; ";")) (declaration "int *piVar10;" (primitive_type "int") (pointer_declarator "*piVar10" (* "*") (identifier "piVar10")) (; ";")) (declaration "char *pcVar11;" (primitive_type "char") (pointer_declarator "*pcVar11" (* "*") (identifier "pcVar11")) (; ";")) (declaration "int iVar12;" (primitive_type "int") (identifier "iVar12") (; ";")) (declaration "int iVar13;" (primitive_type "int") (identifier "iVar13") (; ";")) (declaration "uint uVar14;" (type_identifier "uint") (identifier "uVar14") (; ";")) (declaration "uint uVar15;" (type_identifier "uint") (identifier "uVar15") (; ";")) (declaration "int aiStack_50 [7];" (primitive_type "int") (array_declarator "aiStack_50 [7]" (identifier "aiStack_50") ([ "[") (number_literal "7") (] "]")) (; ";")) (declaration "undefined4 *local_34;" (type_identifier "undefined4") (pointer_declarator "*local_34" (* "*") (identifier "local_34")) (; ";")) (declaration "undefined **local_30 [2];" (type_identifier "undefined") (pointer_declarator "**local_30 [2]" (* "*") (pointer_declarator "*local_30 [2]" (* "*") (array_declarator "local_30 [2]" (identifier "local_30") ([ "[") (number_literal "2") (] "]")))) (; ";")) (declaration "uint local_28;" (type_identifier "uint") (identifier "local_28") (; ";")) (declaration "int *local_24;" (primitive_type "int") (pointer_declarator "*local_24" (* "*") (identifier "local_24")) (; ";")) (declaration "int *local_20;" (primitive_type "int") (pointer_declarator "*local_20" (* "*") (identifier "local_20")) (; ";")) (expression_statement "local_30[1] = &__DT_PLTGOT;" (assignment_expression "local_30[1] = &__DT_PLTGOT" (subscript_expression "local_30[1]" (identifier "local_30") ([ "[") (number_literal "1") (] "]")) (= "=") (pointer_expression "&__DT_PLTGOT" (& "&") (identifier "__DT_PLTGOT"))) (; ";")) (expression_statement "aiStack_50[1] = param_10 + 0x6c;" (assignment_expression "aiStack_50[1] = param_10 + 0x6c" (subscript_expression "aiStack_50[1]" (identifier "aiStack_50") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "param_10 + 0x6c" (identifier "param_10") (+ "+") (number_literal "0x6c"))) (; ";")) (expression_statement "aiStack_50[0] = 0x201045;" (assignment_expression "aiStack_50[0] = 0x201045" (subscript_expression "aiStack_50[0]" (identifier "aiStack_50") ([ "[") (number_literal "0") (] "]")) (= "=") (number_literal "0x201045")) (; ";")) (expression_statement "piVar8 = (int *)FUN_001fbde0();" (assignment_expression "piVar8 = (int *)FUN_001fbde0()" (identifier "piVar8") (= "=") (cast_expression "(int *)FUN_001fbde0()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_001fbde0()" (identifier "FUN_001fbde0") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);" (assignment_expression "iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0)" (identifier "iVar3") (= "=") (unary_expression "-(param_9 * 4 + 0x1bU & 0xfffffff0)" (- "-") (parenthesized_expression "(param_9 * 4 + 0x1bU & 0xfffffff0)" (( "(") (binary_expression "param_9 * 4 + 0x1bU & 0xfffffff0" (binary_expression "param_9 * 4 + 0x1bU" (binary_expression "param_9 * 4" (identifier "param_9") (* "*") (number_literal "4")) (+ "+") (number_literal "0x1bU")) (& "&") (number_literal "0xfffffff0")) () ")")))) (; ";")) (expression_statement "*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;" (assignment_expression "*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5" (pointer_expression "*(int ***)((int)aiStack_50 + iVar3 + 8)" (* "*") (cast_expression "(int ***)((int)aiStack_50 + iVar3 + 8)" (( "(") (type_descriptor "int ***" (primitive_type "int") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "8")) () ")")))) (= "=") (pointer_expression "¶m_5" (& "&") (identifier "param_5"))) (; ";")) (expression_statement "local_34 = ¶m_5;" (assignment_expression "local_34 = ¶m_5" (identifier "local_34") (= "=") (pointer_expression "¶m_5" (& "&") (identifier "param_5"))) (; ";")) (expression_statement "*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;" (assignment_expression "*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3" (pointer_expression "*(int ***)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int ***)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int ***" (primitive_type "int") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (pointer_expression "¶m_3" (& "&") (identifier "param_3"))) (; ";")) (expression_statement "local_30[0] = (undefined **)¶m_3;" (assignment_expression "local_30[0] = (undefined **)¶m_3" (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]")) (= "=") (cast_expression "(undefined **)¶m_3" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (pointer_expression "¶m_3" (& "&") (identifier "param_3")))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x20107b")) (; ";")) (expression_statement "cVar6 = FUN_00200f70();" (assignment_expression "cVar6 = FUN_00200f70()" (identifier "cVar6") (= "=") (call_expression "FUN_00200f70()" (identifier "FUN_00200f70") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar6 == '\0') {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" (if "if") (parenthesized_expression "(cVar6 == '\0')" (( "(") (binary_expression "cVar6 == '\0'" (identifier "cVar6") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;\n uVar7 = FUN_001f91d0();\n if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }\n }" ({ "{") (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 0x10)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 0x10)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 0x10" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0x2010ad")) (; ";")) (expression_statement "uVar7 = FUN_001f91d0();" (assignment_expression "uVar7 = FUN_001f91d0()" (identifier "uVar7") (= "=") (call_expression "FUN_001f91d0()" (identifier "FUN_001f91d0") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (param_9 != 0) {\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" (if "if") (parenthesized_expression "(param_9 != 0)" (( "(") (binary_expression "param_9 != 0" (identifier "param_9") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar13 = 0;\n local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);\n uVar15 = 0;\n iVar12 = param_8;\n local_24 = (int *)((int)local_30 + iVar3);\n do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);\nLAB_0020110c:\n piVar8 = local_24;\n local_28 = uVar15;\n local_24 = (int *)0x0;\n while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }\n if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }\n }" ({ "{") (expression_statement "iVar13 = 0;" (assignment_expression "iVar13 = 0" (identifier "iVar13") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,uVar7)" (identifier "local_20") (= "=") (cast_expression "(int *)CONCAT31(local_20._1_3_,uVar7)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "CONCAT31(local_20._1_3_,uVar7)" (identifier "CONCAT31") (argument_list "(local_20._1_3_,uVar7)" (( "(") (field_expression "local_20._1_3_" (identifier "local_20") (. ".") (field_identifier "_1_3_")) (, ",") (identifier "uVar7") () ")"))))) (; ";")) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" (identifier "iVar12") (= "=") (identifier "param_8")) (; ";")) (expression_statement "local_24 = (int *)((int)local_30 + iVar3);" (assignment_expression "local_24 = (int *)((int)local_30 + iVar3)" (identifier "local_24") (= "=") (cast_expression "(int *)((int)local_30 + iVar3)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_30 + iVar3)" (( "(") (binary_expression "(int)local_30 + iVar3" (cast_expression "(int)local_30" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_30")) (+ "+") (identifier "iVar3")) () ")")))) (; ";")) (do_statement "do {\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n } while (param_9 != iVar13);" (do "do") (compound_statement "{\n while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }\n iVar1 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;\n *(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;\n pcVar2 = *(code **)(iVar1 + 8);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;\n param_8 = iVar12;\n cVar6 = (*pcVar2)();\n iVar12 = param_8;\n if ((char)local_20 == cVar6) goto LAB_002010fb;\n iVar13 = iVar13 + 1;\n }" ({ "{") (while_statement "while( true ) {\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n cVar6 = **(char **)(iVar12 + iVar13 * 4);\n if (cVar6 != (char)local_20) break;\nLAB_002010fb:\n local_24[uVar15] = iVar13;\n uVar15 = uVar15 + 1;\n iVar13 = iVar13 + 1;\n if (param_9 == iVar13) goto LAB_0020110c;\n }" ({ "{") (expression_statement "cVar6 = **(char **)(iVar12 + iVar13 * 4);" (assignment_expression "cVar6 = **(char **)(iVar12 + iVar13 * 4)" (identifier "cVar6") (= "=") (pointer_expression "**(char **)(iVar12 + iVar13 * 4)" (* "*") (pointer_expression "*(char **)(iVar12 + iVar13 * 4)" (* "*") (cast_expression "(char **)(iVar12 + iVar13 * 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + iVar13 * 4)" (( "(") (binary_expression "iVar12 + iVar13 * 4" (identifier "iVar12") (+ "+") (binary_expression "iVar13 * 4" (identifier "iVar13") (* "*") (number_literal "4"))) () ")")))))) (; ";")) (if_statement "if (cVar6 != (char)local_20) break;" (if "if") (parenthesized_expression "(cVar6 != (char)local_20)" (( "(") (binary_expression "cVar6 != (char)local_20" (identifier "cVar6") (!= "!=") (cast_expression "(char)local_20" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_20"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (labeled_statement "LAB_002010fb:\n local_24[uVar15] = iVar13;" (statement_identifier "LAB_002010fb") (: ":") (expression_statement "local_24[uVar15] = iVar13;" (assignment_expression "local_24[uVar15] = iVar13" (subscript_expression "local_24[uVar15]" (identifier "local_24") ([ "[") (identifier "uVar15") (] "]")) (= "=") (identifier "iVar13")) (; ";"))) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" (identifier "iVar13") (= "=") (binary_expression "iVar13 + 1" (identifier "iVar13") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (param_9 == iVar13) goto LAB_0020110c;" (if "if") (parenthesized_expression "(param_9 == iVar13)" (( "(") (binary_expression "param_9 == iVar13" (identifier "param_9") (== "==") (identifier "iVar13")) () ")")) (goto_statement "goto LAB_0020110c;" (goto "goto") (statement_identifier "LAB_0020110c") (; ";"))) (} "}"))) (expression_statement "iVar1 = *piVar8;" (assignment_expression "iVar1 = *piVar8" (identifier "iVar1") (= "=") (pointer_expression "*piVar8" (* "*") (identifier "piVar8"))) (; ";")) (expression_statement "*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;" (assignment_expression "*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6" (pointer_expression "*(int *)((int)aiStack_50 + iVar3 + 8)" (* "*") (cast_expression "(int *)((int)aiStack_50 + iVar3 + 8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "8")) () ")")))) (= "=") (cast_expression "(int)cVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "cVar6"))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "piVar8")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar1 + 8);" (assignment_expression "pcVar2 = *(code **)(iVar1 + 8)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar1 + 8)" (* "*") (cast_expression "(code **)(iVar1 + 8)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar1 + 8)" (( "(") (binary_expression "iVar1 + 8" (identifier "iVar1") (+ "+") (number_literal "8")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x2010dd")) (; ";")) (expression_statement "param_8 = iVar12;" (assignment_expression "param_8 = iVar12" (identifier "param_8") (= "=") (identifier "iVar12")) (; ";")) (expression_statement "cVar6 = (*pcVar2)();" (assignment_expression "cVar6 = (*pcVar2)()" (identifier "cVar6") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "iVar12 = param_8;" (assignment_expression "iVar12 = param_8" (identifier "iVar12") (= "=") (identifier "param_8")) (; ";")) (if_statement "if ((char)local_20 == cVar6) goto LAB_002010fb;" (if "if") (parenthesized_expression "((char)local_20 == cVar6)" (( "(") (binary_expression "(char)local_20 == cVar6" (cast_expression "(char)local_20" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_20")) (== "==") (identifier "cVar6")) () ")")) (goto_statement "goto LAB_002010fb;" (goto "goto") (statement_identifier "LAB_002010fb") (; ";"))) (expression_statement "iVar13 = iVar13 + 1;" (assignment_expression "iVar13 = iVar13 + 1" (identifier "iVar13") (= "=") (binary_expression "iVar13 + 1" (identifier "iVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_9 != iVar13)" (( "(") (binary_expression "param_9 != iVar13" (identifier "param_9") (!= "!=") (identifier "iVar13")) () ")")) (; ";")) (labeled_statement "LAB_0020110c:\n piVar8 = local_24;" (statement_identifier "LAB_0020110c") (: ":") (expression_statement "piVar8 = local_24;" (assignment_expression "piVar8 = local_24" (identifier "piVar8") (= "=") (identifier "local_24")) (; ";"))) (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" (identifier "local_28") (= "=") (identifier "uVar15")) (; ";")) (expression_statement "local_24 = (int *)0x0;" (assignment_expression "local_24 = (int *)0x0" (identifier "local_24") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (while_statement "while (1 < local_28) {\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" (while "while") (parenthesized_expression "(1 < local_28)" (( "(") (binary_expression "1 < local_28" (number_literal "1") (< "<") (identifier "local_28")) () ")")) (compound_statement "{\n uVar15 = 1;\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;\n piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n local_20 = piVar8;\n do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }\n local_24 = (int *)((int)local_24 + 1);\n param_4 = 0xffffffff;\n if (piVar9 <= local_24) goto LAB_00201082;\n cVar6 = '\x01';\n if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }\n bVar4 = param_5 != (int *)0x0 && param_6 == -1;\n bVar5 = param_6 == -1;\n if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }\n if (bVar5 == (bool)cVar6) goto LAB_00201082;\n uVar15 = 0;\n uVar14 = local_28;\n do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);\nLAB_00201230:\n local_28 = uVar14;\n }" ({ "{") (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" (identifier "uVar15") (= "=") (number_literal "1")) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4)" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(param_8 + *piVar8 * 4)" (* "*") (cast_expression "(undefined4 *)(param_8 + *piVar8 * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + *piVar8 * 4)" (( "(") (binary_expression "param_8 + *piVar8 * 4" (identifier "param_8") (+ "+") (binary_expression "*piVar8 * 4" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x201140")) (; ";")) (expression_statement "piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (identifier "piVar9") (= "=") (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (identifier "strlen") (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" (( "(") (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) () ")"))))) (; ";")) (expression_statement "local_20 = piVar8;" (assignment_expression "local_20 = piVar8" (identifier "local_20") (= "=") (identifier "piVar8")) (; ";")) (do_statement "do {\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n } while (uVar15 < local_28);" (do "do") (compound_statement "{\n *(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;\n piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_20;\n if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }\n uVar15 = uVar15 + 1;\n }" ({ "{") (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4);" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =\n *(undefined4 *)(param_8 + local_20[uVar15] * 4)" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(param_8 + local_20[uVar15] * 4)" (* "*") (cast_expression "(undefined4 *)(param_8 + local_20[uVar15] * 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + local_20[uVar15] * 4)" (( "(") (binary_expression "param_8 + local_20[uVar15] * 4" (identifier "param_8") (+ "+") (binary_expression "local_20[uVar15] * 4" (subscript_expression "local_20[uVar15]" (identifier "local_20") ([ "[") (identifier "uVar15") (] "]")) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x201167")) (; ";")) (expression_statement "piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (identifier "piVar10") (= "=") (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (identifier "strlen") (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" (( "(") (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) () ")"))))) (; ";")) (expression_statement "piVar8 = local_20;" (assignment_expression "piVar8 = local_20" (identifier "piVar8") (= "=") (identifier "local_20")) (; ";")) (if_statement "if (piVar10 < piVar9) {\n piVar9 = piVar10;\n }" (if "if") (parenthesized_expression "(piVar10 < piVar9)" (( "(") (binary_expression "piVar10 < piVar9" (identifier "piVar10") (< "<") (identifier "piVar9")) () ")")) (compound_statement "{\n piVar9 = piVar10;\n }" ({ "{") (expression_statement "piVar9 = piVar10;" (assignment_expression "piVar9 = piVar10" (identifier "piVar9") (= "=") (identifier "piVar10")) (; ";")) (} "}"))) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" (identifier "uVar15") (= "=") (binary_expression "uVar15 + 1" (identifier "uVar15") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar15 < local_28)" (( "(") (binary_expression "uVar15 < local_28" (identifier "uVar15") (< "<") (identifier "local_28")) () ")")) (; ";")) (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" (if "if") (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" (( "(") (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(uint)param_3[3]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" ({ "{") (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else {\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" (else "else") (compound_statement "{\n iVar12 = *param_3;\n local_20 = piVar9;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;\n (*pcVar2)();\n piVar9 = local_20;\n }" ({ "{") (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" (identifier "iVar12") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "local_20 = piVar9;" (assignment_expression "local_20 = piVar9" (identifier "local_20") (= "=") (identifier "piVar9")) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar12 + 0x28)" (* "*") (cast_expression "(code **)(iVar12 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x28)" (( "(") (binary_expression "iVar12 + 0x28" (identifier "iVar12") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x2013ac")) (; ";")) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar9 = local_20;" (assignment_expression "piVar9 = local_20" (identifier "piVar9") (= "=") (identifier "local_20")) (; ";")) (} "}")))) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" (identifier "local_24") (= "=") (cast_expression "(int *)((int)local_24 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_24 + 1)" (( "(") (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_24")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" (identifier "param_4") (= "=") (number_literal "0xffffffff")) (; ";")) (if_statement "if (piVar9 <= local_24) goto LAB_00201082;" (if "if") (parenthesized_expression "(piVar9 <= local_24)" (( "(") (binary_expression "piVar9 <= local_24" (identifier "piVar9") (<= "<=") (identifier "local_24")) () ")")) (goto_statement "goto LAB_00201082;" (goto "goto") (statement_identifier "LAB_00201082") (; ";"))) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" (identifier "cVar6") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (if_statement "if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" (if "if") (parenthesized_expression "((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]))" (( "(") (binary_expression "(param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" (parenthesized_expression "(param_3 != (int *)0x0)" (( "(") (binary_expression "param_3 != (int *)0x0" (identifier "param_3") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])" (( "(") (comma_expression "cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2]" (assignment_expression "cVar6 = '\0'" (identifier "cVar6") (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (, ",") (binary_expression "(uint)param_3[3] <= (uint)param_3[2]" (cast_expression "(uint)param_3[3]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (cast_expression "(uint)param_3[2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))))) () ")"))) () ")")) (compound_statement "{\n iVar12 = *param_3;\n local_20 = (int *)((uint)local_20 & 0xffffff00);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }\n }" ({ "{") (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" (identifier "iVar12") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "local_20 = (int *)((uint)local_20 & 0xffffff00);" (assignment_expression "local_20 = (int *)((uint)local_20 & 0xffffff00)" (identifier "local_20") (= "=") (cast_expression "(int *)((uint)local_20 & 0xffffff00)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((uint)local_20 & 0xffffff00)" (( "(") (binary_expression "(uint)local_20 & 0xffffff00" (cast_expression "(uint)local_20" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "local_20")) (& "&") (number_literal "0xffffff00")) () ")")))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar12 + 0x24)" (* "*") (cast_expression "(code **)(iVar12 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x24)" (( "(") (binary_expression "iVar12 + 0x24" (identifier "iVar12") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x2013c3")) (; ";")) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" (identifier "iVar12") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" (identifier "cVar6") (= "=") (cast_expression "(char)local_20" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_20"))) (; ";")) (if_statement "if (iVar12 == -1) {\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" (if "if") (parenthesized_expression "(iVar12 == -1)" (( "(") (binary_expression "iVar12 == -1" (identifier "iVar12") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n param_3 = (int *)0x0;\n cVar6 = '\x01';\n }" ({ "{") (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" (identifier "param_3") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "cVar6 = '\x01';" (assignment_expression "cVar6 = '\x01'" (identifier "cVar6") (= "=") (char_literal "'\x01'" (' "'") (escape_sequence "\x01") (' "'"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "bVar4 = param_5 != (int *)0x0 && param_6 == -1;" (assignment_expression "bVar4 = param_5 != (int *)0x0 && param_6 == -1" (identifier "bVar4") (= "=") (binary_expression "param_5 != (int *)0x0 && param_6 == -1" (binary_expression "param_5 != (int *)0x0" (identifier "param_5") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (&& "&&") (binary_expression "param_6 == -1" (identifier "param_6") (== "==") (number_literal "-1")))) (; ";")) (expression_statement "bVar5 = param_6 == -1;" (assignment_expression "bVar5 = param_6 == -1" (identifier "bVar5") (= "=") (binary_expression "param_6 == -1" (identifier "param_6") (== "==") (number_literal "-1"))) (; ";")) (if_statement "if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" (if "if") (parenthesized_expression "((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]))" (( "(") (binary_expression "(bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" (parenthesized_expression "(bVar4)" (( "(") (identifier "bVar4") () ")")) (&& "&&") (parenthesized_expression "(bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])" (( "(") (comma_expression "bVar5 = false, (uint)param_5[3] <= (uint)param_5[2]" (assignment_expression "bVar5 = false" (identifier "bVar5") (= "=") (false "false")) (, ",") (binary_expression "(uint)param_5[3] <= (uint)param_5[2]" (cast_expression "(uint)param_5[3]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_5[3]" (identifier "param_5") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (cast_expression "(uint)param_5[2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_5[2]" (identifier "param_5") ([ "[") (number_literal "2") (] "]"))))) () ")"))) () ")")) (compound_statement "{\n iVar12 = *param_5;\n local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_5;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;\n iVar12 = (*pcVar2)();\n cVar6 = (char)local_20;\n if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }\n }" ({ "{") (expression_statement "iVar12 = *param_5;" (assignment_expression "iVar12 = *param_5" (identifier "iVar12") (= "=") (pointer_expression "*param_5" (* "*") (identifier "param_5"))) (; ";")) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,cVar6)" (identifier "local_20") (= "=") (cast_expression "(int *)CONCAT31(local_20._1_3_,cVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "CONCAT31(local_20._1_3_,cVar6)" (identifier "CONCAT31") (argument_list "(local_20._1_3_,cVar6)" (( "(") (field_expression "local_20._1_3_" (identifier "local_20") (. ".") (field_identifier "_1_3_")) (, ",") (identifier "cVar6") () ")"))))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_5;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_5" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_5")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar12 + 0x24)" (* "*") (cast_expression "(code **)(iVar12 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x24)" (( "(") (binary_expression "iVar12 + 0x24" (identifier "iVar12") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x20134a")) (; ";")) (expression_statement "iVar12 = (*pcVar2)();" (assignment_expression "iVar12 = (*pcVar2)()" (identifier "iVar12") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "cVar6 = (char)local_20;" (assignment_expression "cVar6 = (char)local_20" (identifier "cVar6") (= "=") (cast_expression "(char)local_20" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_20"))) (; ";")) (if_statement "if (iVar12 == -1) {\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" (if "if") (parenthesized_expression "(iVar12 == -1)" (( "(") (binary_expression "iVar12 == -1" (identifier "iVar12") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n param_5 = (int *)0x0;\n bVar5 = bVar4;\n }" ({ "{") (expression_statement "param_5 = (int *)0x0;" (assignment_expression "param_5 = (int *)0x0" (identifier "param_5") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "bVar5 = bVar4;" (assignment_expression "bVar5 = bVar4" (identifier "bVar5") (= "=") (identifier "bVar4")) (; ";")) (} "}"))) (} "}"))) (if_statement "if (bVar5 == (bool)cVar6) goto LAB_00201082;" (if "if") (parenthesized_expression "(bVar5 == (bool)cVar6)" (( "(") (binary_expression "bVar5 == (bool)cVar6" (identifier "bVar5") (== "==") (cast_expression "(bool)cVar6" (( "(") (type_descriptor "bool" (primitive_type "bool")) () ")") (identifier "cVar6"))) () ")")) (goto_statement "goto LAB_00201082;" (goto "goto") (statement_identifier "LAB_00201082") (; ";"))) (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" (identifier "uVar15") (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar14 = local_28;" (assignment_expression "uVar14 = local_28" (identifier "uVar14") (= "=") (identifier "local_28")) (; ";")) (do_statement "do {\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n } while (local_28 < uVar14);" (do "do") (compound_statement "{\n while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }\n uVar14 = uVar14 - 1;\n *piVar9 = piVar8[uVar14];\n uVar15 = local_28;\n }" ({ "{") (while_statement "while( true ) {\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n local_28 = uVar15;\n piVar9 = piVar8 + local_28;\n local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));\n uVar15 = param_4;\n if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }\n if ((char)local_20 != (char)uVar15) break;\n uVar15 = local_28 + 1;\n if (uVar14 <= local_28 + 1) goto LAB_00201230;\n }" ({ "{") (expression_statement "local_28 = uVar15;" (assignment_expression "local_28 = uVar15" (identifier "local_28") (= "=") (identifier "uVar15")) (; ";")) (expression_statement "piVar9 = piVar8 + local_28;" (assignment_expression "piVar9 = piVar8 + local_28" (identifier "piVar9") (= "=") (binary_expression "piVar8 + local_28" (identifier "piVar8") (+ "+") (identifier "local_28"))) (; ";")) (expression_statement "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24));" (assignment_expression "local_20 = (int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" (identifier "local_20") (= "=") (cast_expression "(int *)CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "CONCAT31(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" (identifier "CONCAT31") (argument_list "(local_20._1_3_,\n *(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24))" (( "(") (field_expression "local_20._1_3_" (identifier "local_20") (. ".") (field_identifier "_1_3_")) (, ",") (pointer_expression "*(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" (* "*") (cast_expression "(undefined1 *)\n (*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(param_8 + *piVar9 * 4) + (int)local_24)" (( "(") (binary_expression "*(int *)(param_8 + *piVar9 * 4) + (int)local_24" (pointer_expression "*(int *)(param_8 + *piVar9 * 4)" (* "*") (cast_expression "(int *)(param_8 + *piVar9 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + *piVar9 * 4)" (( "(") (binary_expression "param_8 + *piVar9 * 4" (identifier "param_8") (+ "+") (binary_expression "*piVar9 * 4" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (* "*") (number_literal "4"))) () ")")))) (+ "+") (cast_expression "(int)local_24" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_24"))) () ")")))) () ")"))))) (; ";")) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" (identifier "uVar15") (= "=") (identifier "param_4")) (; ";")) (if_statement "if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" (if "if") (parenthesized_expression "((param_3 != (int *)0x0) && (param_4 == 0xffffffff))" (( "(") (binary_expression "(param_3 != (int *)0x0) && (param_4 == 0xffffffff)" (parenthesized_expression "(param_3 != (int *)0x0)" (( "(") (binary_expression "param_3 != (int *)0x0" (identifier "param_3") (!= "!=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(param_4 == 0xffffffff)" (( "(") (binary_expression "param_4 == 0xffffffff" (identifier "param_4") (== "==") (number_literal "0xffffffff")) () ")"))) () ")")) (compound_statement "{\n if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }\n }" ({ "{") (if_statement "if ((byte *)param_3[2] < (byte *)param_3[3]) {\n uVar15 = (uint)*(byte *)param_3[2];\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" (if "if") (parenthesized_expression "((byte *)param_3[2] < (byte *)param_3[3])" (( "(") (binary_expression "(byte *)param_3[2] < (byte *)param_3[3]" (cast_expression "(byte *)param_3[2]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(byte *)param_3[3]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n uVar15 = (uint)*(byte *)param_3[2];\n }" ({ "{") (expression_statement "uVar15 = (uint)*(byte *)param_3[2];" (assignment_expression "uVar15 = (uint)*(byte *)param_3[2]" (identifier "uVar15") (= "=") (binary_expression "(uint)*(byte *)param_3[2]" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (cast_expression "(byte *)param_3[2]" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))))) (; ";")) (} "}")) (else_clause "else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" (else "else") (compound_statement "{\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }\n }" ({ "{") (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" (identifier "iVar12") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x24)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar12 + 0x24)" (* "*") (cast_expression "(code **)(iVar12 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x24)" (( "(") (binary_expression "iVar12 + 0x24" (identifier "iVar12") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x20137c")) (; ";")) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" (identifier "uVar15") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" (if "if") (parenthesized_expression "(uVar15 == 0xffffffff)" (( "(") (binary_expression "uVar15 == 0xffffffff" (identifier "uVar15") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n param_3 = (int *)0x0;\n uVar15 = 0xffffffff;\n }" ({ "{") (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" (identifier "param_3") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar15 = 0xffffffff;" (assignment_expression "uVar15 = 0xffffffff" (identifier "uVar15") (= "=") (number_literal "0xffffffff")) (; ";")) (} "}"))) (} "}")))) (} "}"))) (if_statement "if ((char)local_20 != (char)uVar15) break;" (if "if") (parenthesized_expression "((char)local_20 != (char)uVar15)" (( "(") (binary_expression "(char)local_20 != (char)uVar15" (cast_expression "(char)local_20" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "local_20")) (!= "!=") (cast_expression "(char)uVar15" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar15"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar15 = local_28 + 1;" (assignment_expression "uVar15 = local_28 + 1" (identifier "uVar15") (= "=") (binary_expression "local_28 + 1" (identifier "local_28") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (uVar14 <= local_28 + 1) goto LAB_00201230;" (if "if") (parenthesized_expression "(uVar14 <= local_28 + 1)" (( "(") (binary_expression "uVar14 <= local_28 + 1" (identifier "uVar14") (<= "<=") (binary_expression "local_28 + 1" (identifier "local_28") (+ "+") (number_literal "1"))) () ")")) (goto_statement "goto LAB_00201230;" (goto "goto") (statement_identifier "LAB_00201230") (; ";"))) (} "}"))) (expression_statement "uVar14 = uVar14 - 1;" (assignment_expression "uVar14 = uVar14 - 1" (identifier "uVar14") (= "=") (binary_expression "uVar14 - 1" (identifier "uVar14") (- "-") (number_literal "1"))) (; ";")) (expression_statement "*piVar9 = piVar8[uVar14];" (assignment_expression "*piVar9 = piVar8[uVar14]" (pointer_expression "*piVar9" (* "*") (identifier "piVar9")) (= "=") (subscript_expression "piVar8[uVar14]" (identifier "piVar8") ([ "[") (identifier "uVar14") (] "]"))) (; ";")) (expression_statement "uVar15 = local_28;" (assignment_expression "uVar15 = local_28" (identifier "uVar15") (= "=") (identifier "local_28")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(local_28 < uVar14)" (( "(") (binary_expression "local_28 < uVar14" (identifier "local_28") (< "<") (identifier "uVar14")) () ")")) (; ";")) (labeled_statement "LAB_00201230:\n local_28 = uVar14;" (statement_identifier "LAB_00201230") (: ":") (expression_statement "local_28 = uVar14;" (assignment_expression "local_28 = uVar14" (identifier "local_28") (= "=") (identifier "uVar14")) (; ";"))) (} "}"))) (if_statement "if (local_28 == 1) {\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" (if "if") (parenthesized_expression "(local_28 == 1)" (( "(") (binary_expression "local_28 == 1" (identifier "local_28") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }\n param_4 = 0xffffffff;\n iVar12 = *(int *)(param_8 + *piVar8 * 4);\n local_28 = *piVar8;\n *(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;\n local_24 = (int *)((int)local_24 + 1);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;\n local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));\n piVar8 = local_24;\n if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;\n *param_7 = local_28;\n goto LAB_00201088;\n }" ({ "{") (if_statement "if ((uint)param_3[2] < (uint)param_3[3]) {\n param_3[2] = param_3[2] + 1;\n }\n else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" (if "if") (parenthesized_expression "((uint)param_3[2] < (uint)param_3[3])" (( "(") (binary_expression "(uint)param_3[2] < (uint)param_3[3]" (cast_expression "(uint)param_3[2]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (< "<") (cast_expression "(uint)param_3[3]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")))) () ")")) (compound_statement "{\n param_3[2] = param_3[2] + 1;\n }" ({ "{") (expression_statement "param_3[2] = param_3[2] + 1;" (assignment_expression "param_3[2] = param_3[2] + 1" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (= "=") (binary_expression "param_3[2] + 1" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else {\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" (else "else") (compound_statement "{\n iVar12 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar12 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;\n (*pcVar2)();\n }" ({ "{") (expression_statement "iVar12 = *param_3;" (assignment_expression "iVar12 = *param_3" (identifier "iVar12") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar12 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar12 + 0x28)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar12 + 0x28)" (* "*") (cast_expression "(code **)(iVar12 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar12 + 0x28)" (( "(") (binary_expression "iVar12 + 0x28" (identifier "iVar12") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x201432")) (; ";")) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" (identifier "param_4") (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "iVar12 = *(int *)(param_8 + *piVar8 * 4);" (assignment_expression "iVar12 = *(int *)(param_8 + *piVar8 * 4)" (identifier "iVar12") (= "=") (pointer_expression "*(int *)(param_8 + *piVar8 * 4)" (* "*") (cast_expression "(int *)(param_8 + *piVar8 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_8 + *piVar8 * 4)" (( "(") (binary_expression "param_8 + *piVar8 * 4" (identifier "param_8") (+ "+") (binary_expression "*piVar8 * 4" (pointer_expression "*piVar8" (* "*") (identifier "piVar8")) (* "*") (number_literal "4"))) () ")"))))) (; ";")) (expression_statement "local_28 = *piVar8;" (assignment_expression "local_28 = *piVar8" (identifier "local_28") (= "=") (pointer_expression "*piVar8" (* "*") (identifier "piVar8"))) (; ";")) (expression_statement "*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;" (assignment_expression "*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12" (pointer_expression "*(int *)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int *)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "iVar12")) (; ";")) (expression_statement "local_24 = (int *)((int)local_24 + 1);" (assignment_expression "local_24 = (int *)((int)local_24 + 1)" (identifier "local_24") (= "=") (cast_expression "(int *)((int)local_24 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)local_24 + 1)" (( "(") (binary_expression "(int)local_24 + 1" (cast_expression "(int)local_24" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "local_24")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x201282")) (; ";")) (expression_statement "local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));" (assignment_expression "local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (identifier "local_20") (= "=") (cast_expression "(int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "strlen(*(char **)((int)aiStack_50 + iVar3 + 4))" (identifier "strlen") (argument_list "(*(char **)((int)aiStack_50 + iVar3 + 4))" (( "(") (pointer_expression "*(char **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(char **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) () ")"))))) (; ";")) (expression_statement "piVar8 = local_24;" (assignment_expression "piVar8 = local_24" (identifier "piVar8") (= "=") (identifier "local_24")) (; ";")) (if_statement "if (local_24 < local_20) {\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }\n else if (local_24 != local_20) goto LAB_00201082;" (if "if") (parenthesized_expression "(local_24 < local_20)" (( "(") (binary_expression "local_24 < local_20" (identifier "local_24") (< "<") (identifier "local_20")) () ")")) (compound_statement "{\n do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);\n }" ({ "{") (do_statement "do {\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n } while (piVar8 != local_20);" (do "do") (compound_statement "{\n *(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;\n *(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;\n cVar6 = FUN_00200f70();\n if (cVar6 != '\0') goto LAB_00201082;\n cVar6 = *(char *)(iVar12 + (int)piVar8);\n uVar15 = param_4;\n if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }\n param_4 = 0xffffffff;\n piVar8 = (int *)((int)piVar8 + 1);\n }" ({ "{") (expression_statement "*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;" (assignment_expression "*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34" (pointer_expression "*(undefined4 **)((int)aiStack_50 + iVar3 + 8)" (* "*") (cast_expression "(undefined4 **)((int)aiStack_50 + iVar3 + 8)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 8)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 8" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "local_34")) (; ";")) (expression_statement "*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];" (assignment_expression "*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0]" (pointer_expression "*(undefined ***)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(undefined ***)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "undefined ***" (type_identifier "undefined") (abstract_pointer_declarator "***" (* "*") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*"))))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (subscript_expression "local_30[0]" (identifier "local_30") ([ "[") (number_literal "0") (] "]"))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x2012e1")) (; ";")) (expression_statement "cVar6 = FUN_00200f70();" (assignment_expression "cVar6 = FUN_00200f70()" (identifier "cVar6") (= "=") (call_expression "FUN_00200f70()" (identifier "FUN_00200f70") (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (cVar6 != '\0') goto LAB_00201082;" (if "if") (parenthesized_expression "(cVar6 != '\0')" (( "(") (binary_expression "cVar6 != '\0'" (identifier "cVar6") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (goto_statement "goto LAB_00201082;" (goto "goto") (statement_identifier "LAB_00201082") (; ";"))) (expression_statement "cVar6 = *(char *)(iVar12 + (int)piVar8);" (assignment_expression "cVar6 = *(char *)(iVar12 + (int)piVar8)" (identifier "cVar6") (= "=") (pointer_expression "*(char *)(iVar12 + (int)piVar8)" (* "*") (cast_expression "(char *)(iVar12 + (int)piVar8)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(iVar12 + (int)piVar8)" (( "(") (binary_expression "iVar12 + (int)piVar8" (identifier "iVar12") (+ "+") (cast_expression "(int)piVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar8"))) () ")"))))) (; ";")) (expression_statement "uVar15 = param_4;" (assignment_expression "uVar15 = param_4" (identifier "uVar15") (= "=") (identifier "param_4")) (; ";")) (if_statement "if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }\n else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" (if "if") (parenthesized_expression "((param_3 == (int *)0x0) || (param_4 != 0xffffffff))" (( "(") (binary_expression "(param_3 == (int *)0x0) || (param_4 != 0xffffffff)" (parenthesized_expression "(param_3 == (int *)0x0)" (( "(") (binary_expression "param_3 == (int *)0x0" (identifier "param_3") (== "==") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(param_4 != 0xffffffff)" (( "(") (binary_expression "param_4 != 0xffffffff" (identifier "param_4") (!= "!=") (number_literal "0xffffffff")) () ")"))) () ")")) (compound_statement "{\nLAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;\n pcVar11 = (char *)param_3[2];\n if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x28);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;\n (*pcVar2)();\n }" ({ "{") (labeled_statement "LAB_002012a0:\n if (cVar6 != (char)uVar15) goto LAB_00201082;" (statement_identifier "LAB_002012a0") (: ":") (if_statement "if (cVar6 != (char)uVar15) goto LAB_00201082;" (if "if") (parenthesized_expression "(cVar6 != (char)uVar15)" (( "(") (binary_expression "cVar6 != (char)uVar15" (identifier "cVar6") (!= "!=") (cast_expression "(char)uVar15" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar15"))) () ")")) (goto_statement "goto LAB_00201082;" (goto "goto") (statement_identifier "LAB_00201082") (; ";")))) (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" (identifier "pcVar11") (= "=") (cast_expression "(char *)param_3[2]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;" (if "if") (parenthesized_expression "(pcVar11 < (char *)param_3[3])" (( "(") (binary_expression "pcVar11 < (char *)param_3[3]" (identifier "pcVar11") (< "<") (cast_expression "(char *)param_3[3]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")))) () ")")) (goto_statement "goto LAB_002012b7;" (goto "goto") (statement_identifier "LAB_002012b7") (; ";"))) (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" (identifier "iVar13") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x28);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x28)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar13 + 0x28)" (* "*") (cast_expression "(code **)(iVar13 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar13 + 0x28)" (( "(") (binary_expression "iVar13 + 0x28" (identifier "iVar13") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x2013ed")) (; ";")) (expression_statement "(*pcVar2)();" (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")) (else_clause "else {\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" (else "else") (compound_statement "{\n pcVar11 = (char *)param_3[2];\n if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }\n if (cVar6 != *pcVar11) goto LAB_00201082;\nLAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);\n }" ({ "{") (expression_statement "pcVar11 = (char *)param_3[2];" (assignment_expression "pcVar11 = (char *)param_3[2]" (identifier "pcVar11") (= "=") (cast_expression "(char *)param_3[2]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")))) (; ";")) (if_statement "if ((char *)param_3[3] <= pcVar11) {\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" (if "if") (parenthesized_expression "((char *)param_3[3] <= pcVar11)" (( "(") (binary_expression "(char *)param_3[3] <= pcVar11" (cast_expression "(char *)param_3[3]" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]"))) (<= "<=") (identifier "pcVar11")) () ")")) (compound_statement "{\n iVar13 = *param_3;\n *(int **)((int)aiStack_50 + iVar3 + 4) = param_3;\n pcVar2 = *(code **)(iVar13 + 0x24);\n *(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;\n uVar15 = (*pcVar2)();\n if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }\n goto LAB_002012a0;\n }" ({ "{") (expression_statement "iVar13 = *param_3;" (assignment_expression "iVar13 = *param_3" (identifier "iVar13") (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;" (assignment_expression "*(int **)((int)aiStack_50 + iVar3 + 4) = param_3" (pointer_expression "*(int **)((int)aiStack_50 + iVar3 + 4)" (* "*") (cast_expression "(int **)((int)aiStack_50 + iVar3 + 4)" (( "(") (type_descriptor "int **" (primitive_type "int") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3 + 4)" (( "(") (binary_expression "(int)aiStack_50 + iVar3 + 4" (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "param_3")) (; ";")) (expression_statement "pcVar2 = *(code **)(iVar13 + 0x24);" (assignment_expression "pcVar2 = *(code **)(iVar13 + 0x24)" (identifier "pcVar2") (= "=") (pointer_expression "*(code **)(iVar13 + 0x24)" (* "*") (cast_expression "(code **)(iVar13 + 0x24)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(iVar13 + 0x24)" (( "(") (binary_expression "iVar13 + 0x24" (identifier "iVar13") (+ "+") (number_literal "0x24")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;" (assignment_expression "*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411" (pointer_expression "*(undefined4 *)((int)aiStack_50 + iVar3)" (* "*") (cast_expression "(undefined4 *)((int)aiStack_50 + iVar3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)aiStack_50 + iVar3)" (( "(") (binary_expression "(int)aiStack_50 + iVar3" (cast_expression "(int)aiStack_50" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "aiStack_50")) (+ "+") (identifier "iVar3")) () ")")))) (= "=") (number_literal "0x201411")) (; ";")) (expression_statement "uVar15 = (*pcVar2)();" (assignment_expression "uVar15 = (*pcVar2)()" (identifier "uVar15") (= "=") (call_expression "(*pcVar2)()" (parenthesized_expression "(*pcVar2)" (( "(") (pointer_expression "*pcVar2" (* "*") (identifier "pcVar2")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (if_statement "if (uVar15 == 0xffffffff) {\n param_3 = (int *)0x0;\n }" (if "if") (parenthesized_expression "(uVar15 == 0xffffffff)" (( "(") (binary_expression "uVar15 == 0xffffffff" (identifier "uVar15") (== "==") (number_literal "0xffffffff")) () ")")) (compound_statement "{\n param_3 = (int *)0x0;\n }" ({ "{") (expression_statement "param_3 = (int *)0x0;" (assignment_expression "param_3 = (int *)0x0" (identifier "param_3") (= "=") (cast_expression "(int *)0x0" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (} "}"))) (goto_statement "goto LAB_002012a0;" (goto "goto") (statement_identifier "LAB_002012a0") (; ";")) (} "}"))) (if_statement "if (cVar6 != *pcVar11) goto LAB_00201082;" (if "if") (parenthesized_expression "(cVar6 != *pcVar11)" (( "(") (binary_expression "cVar6 != *pcVar11" (identifier "cVar6") (!= "!=") (pointer_expression "*pcVar11" (* "*") (identifier "pcVar11"))) () ")")) (goto_statement "goto LAB_00201082;" (goto "goto") (statement_identifier "LAB_00201082") (; ";"))) (labeled_statement "LAB_002012b7:\n param_3[2] = (int)(pcVar11 + 1);" (statement_identifier "LAB_002012b7") (: ":") (expression_statement "param_3[2] = (int)(pcVar11 + 1);" (assignment_expression "param_3[2] = (int)(pcVar11 + 1)" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (= "=") (cast_expression "(int)(pcVar11 + 1)" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (parenthesized_expression "(pcVar11 + 1)" (( "(") (binary_expression "pcVar11 + 1" (identifier "pcVar11") (+ "+") (number_literal "1")) () ")")))) (; ";"))) (} "}")))) (expression_statement "param_4 = 0xffffffff;" (assignment_expression "param_4 = 0xffffffff" (identifier "param_4") (= "=") (number_literal "0xffffffff")) (; ";")) (expression_statement "piVar8 = (int *)((int)piVar8 + 1);" (assignment_expression "piVar8 = (int *)((int)piVar8 + 1)" (identifier "piVar8") (= "=") (cast_expression "(int *)((int)piVar8 + 1)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((int)piVar8 + 1)" (( "(") (binary_expression "(int)piVar8 + 1" (cast_expression "(int)piVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "piVar8")) (+ "+") (number_literal "1")) () ")")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(piVar8 != local_20)" (( "(") (binary_expression "piVar8 != local_20" (identifier "piVar8") (!= "!=") (identifier "local_20")) () ")")) (; ";")) (} "}")) (else_clause "else if (local_24 != local_20) goto LAB_00201082;" (else "else") (if_statement "if (local_24 != local_20) goto LAB_00201082;" (if "if") (parenthesized_expression "(local_24 != local_20)" (( "(") (binary_expression "local_24 != local_20" (identifier "local_24") (!= "!=") (identifier "local_20")) () ")")) (goto_statement "goto LAB_00201082;" (goto "goto") (statement_identifier "LAB_00201082") (; ";"))))) (expression_statement "*param_7 = local_28;" (assignment_expression "*param_7 = local_28" (pointer_expression "*param_7" (* "*") (identifier "param_7")) (= "=") (identifier "local_28")) (; ";")) (goto_statement "goto LAB_00201088;" (goto "goto") (statement_identifier "LAB_00201088") (; ";")) (} "}"))) (} "}"))) (} "}"))) (labeled_statement "LAB_00201082:\n *param_11 = *param_11 | 4;" (statement_identifier "LAB_00201082") (: ":") (expression_statement "*param_11 = *param_11 | 4;" (assignment_expression "*param_11 = *param_11 | 4" (pointer_expression "*param_11" (* "*") (identifier "param_11")) (= "=") (binary_expression "*param_11 | 4" (pointer_expression "*param_11" (* "*") (identifier "param_11")) (| "|") (number_literal "4"))) (; ";"))) (labeled_statement "LAB_00201088:\n *param_1 = param_3;" (statement_identifier "LAB_00201088") (: ":") (expression_statement "*param_1 = param_3;" (assignment_expression "*param_1 = param_3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "param_3")) (; ";"))) (expression_statement "param_1[1] = param_4;" (assignment_expression "param_1[1] = param_4" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_4")) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* std::time_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
>::_M_extract_name(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, int&, char const**, unsigned int,
std::ios_base&, std::_Ios_Iostate&) const */
var_4 *
var_13::time_get<var_2,std::type_6<var_2,var_13::var_1<var_2>>>::var_3
(var_4 *var_5,var_4 param_2,var_6 *var_7,var_10 var_34,var_6 *var_8,var_6 var_31
,var_6 *var_9,var_6 var_26,var_6 var_15,var_6 var_14,var_10 *var_11)
{
int var_24;
type_1 *pcVar2;
int var_16;
bool bVar4;
bool var_32;
char var_18;
type_2 uVar7;
type_3 *pcVar8;
int *var_29;
int *var_28;
char *var_37;
int var_21;
int var_22;
var_10 var_35;
var_10 var_23;
int *var_33;
int iStackY_50;
var_4 *local_34;
type_4 **local_30 [2];
var_10 var_25;
int *var_30;
int *var_36;
local_30[1] = &_GLOBAL_OFFSET_TABLE_;
iStackY_50 = 0x201045;
pcVar8 = var_12<var_13::type_3<var_2>>((type_5 *)(var_14 + 0x6c));
var_16 = -(var_15 * 4 + 0x1bU & 0xfffffff0);
*(int ***)(&stack0xffffffb8 + var_16) = &var_8;
local_34 = &var_8;
*(int ***)(&stack0xffffffb4 + var_16) = &var_7;
local_30[0] = (type_4 **)&var_7;
*(var_4 *)((int)&iStackY_50 + var_16) = 0x20107b;
var_18 = type_6<var_2,var_13::var_1<var_2>>::var_17
(*(type_6<var_2,var_13::var_1<var_2>> **)
(&stack0xffffffb4 + var_16),*(type_6 **)(&stack0xffffffb8 + var_16)
);
if (var_18 == '\0') {
*(var_4 *)(&stack0xffffffc0 + var_16) = 0x2010ad;
uVar7 = type_6<var_2,var_13::var_1<var_2>>::var_19();
if (var_15 != 0) {
var_22 = 0;
var_36 = (int *)var_20(var_36._1_3_,uVar7);
var_23 = 0;
var_21 = var_26;
var_30 = (int *)((int)local_30 + var_16);
do {
while( true ) {
var_18 = **(char **)(var_21 + var_22 * 4);
if (var_18 != (char)var_36) break;
LAB_002010fb:
var_30[var_23] = var_22;
var_23 = var_23 + 1;
var_22 = var_22 + 1;
if (var_15 == var_22) goto LAB_0020110c;
}
var_24 = *(int *)pcVar8;
*(int *)(&stack0xffffffb8 + var_16) = (int)var_18;
*(type_3 **)(&stack0xffffffb4 + var_16) = pcVar8;
pcVar2 = *(type_1 **)(var_24 + 8);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x2010dd;
var_26 = var_21;
var_18 = (*pcVar2)();
var_21 = var_26;
if ((char)var_36 == var_18) goto LAB_002010fb;
var_22 = var_22 + 1;
} while (var_15 != var_22);
LAB_0020110c:
var_33 = var_30;
var_25 = var_23;
var_30 = (int *)0x0;
while (1 < var_25) {
var_23 = 1;
*(var_4 *)(&stack0xffffffb4 + var_16) = *(var_4 *)(var_26 + *var_33 * 4);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x201140;
var_29 = (int *)var_27(*(char **)(&stack0xffffffb4 + var_16));
var_36 = var_33;
do {
*(var_4 *)(&stack0xffffffb4 + var_16) =
*(var_4 *)(var_26 + var_36[var_23] * 4);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x201167;
var_28 = (int *)var_27(*(char **)(&stack0xffffffb4 + var_16));
var_33 = var_36;
if (var_28 < var_29) {
var_29 = var_28;
}
var_23 = var_23 + 1;
} while (var_23 < var_25);
if ((var_10)var_7[2] < (var_10)var_7[3]) {
var_7[2] = var_7[2] + 1;
}
else {
var_21 = *var_7;
var_36 = var_29;
*(int **)(&stack0xffffffb4 + var_16) = var_7;
pcVar2 = *(type_1 **)(var_21 + 0x28);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x2013ac;
(*pcVar2)();
var_29 = var_36;
}
var_30 = (int *)((int)var_30 + 1);
var_34 = 0xffffffff;
if (var_29 <= var_30) goto LAB_00201082;
var_18 = '\x01';
if ((var_7 != (int *)0x0) && (var_18 = '\0', (var_10)var_7[3] <= (var_10)var_7[2])) {
var_21 = *var_7;
var_36 = (int *)((var_10)var_36 & 0xffffff00);
*(int **)(&stack0xffffffb4 + var_16) = var_7;
pcVar2 = *(type_1 **)(var_21 + 0x24);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x2013c3;
var_21 = (*pcVar2)();
var_18 = (char)var_36;
if (var_21 == -1) {
var_7 = (int *)0x0;
var_18 = '\x01';
}
}
bVar4 = var_8 != (int *)0x0 && var_31 == -1;
var_32 = var_31 == -1;
if ((bVar4) && (var_32 = false, (var_10)var_8[3] <= (var_10)var_8[2])) {
var_21 = *var_8;
var_36 = (int *)var_20(var_36._1_3_,var_18);
*(int **)(&stack0xffffffb4 + var_16) = var_8;
pcVar2 = *(type_1 **)(var_21 + 0x24);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x20134a;
var_21 = (*pcVar2)();
var_18 = (char)var_36;
if (var_21 == -1) {
var_8 = (int *)0x0;
var_32 = bVar4;
}
}
if (var_32 == (bool)var_18) goto LAB_00201082;
var_23 = 0;
var_35 = var_25;
do {
while( true ) {
var_25 = var_23;
var_29 = var_33 + var_25;
var_36 = (int *)var_20(var_36._1_3_,
*(type_2 *)
(*(int *)(var_26 + *var_29 * 4) + (int)var_30));
var_23 = var_34;
if ((var_7 != (int *)0x0) && (var_34 == 0xffffffff)) {
if ((type_7 *)var_7[2] < (type_7 *)var_7[3]) {
var_23 = (var_10)*(type_7 *)var_7[2];
}
else {
var_21 = *var_7;
*(int **)(&stack0xffffffb4 + var_16) = var_7;
pcVar2 = *(type_1 **)(var_21 + 0x24);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x20137c;
var_23 = (*pcVar2)();
if (var_23 == 0xffffffff) {
var_7 = (int *)0x0;
var_23 = 0xffffffff;
}
}
}
if ((char)var_36 != (char)var_23) break;
var_23 = var_25 + 1;
if (var_35 <= var_25 + 1) goto LAB_00201230;
}
var_35 = var_35 - 1;
*var_29 = var_33[var_35];
var_23 = var_25;
} while (var_25 < var_35);
LAB_00201230:
var_25 = var_35;
}
if (var_25 == 1) {
if ((var_10)var_7[2] < (var_10)var_7[3]) {
var_7[2] = var_7[2] + 1;
}
else {
var_21 = *var_7;
*(int **)(&stack0xffffffb4 + var_16) = var_7;
pcVar2 = *(type_1 **)(var_21 + 0x28);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x201432;
(*pcVar2)();
}
var_34 = 0xffffffff;
var_21 = *(int *)(var_26 + *var_33 * 4);
var_25 = *var_33;
*(int *)(&stack0xffffffb4 + var_16) = var_21;
var_30 = (int *)((int)var_30 + 1);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x201282;
var_36 = (int *)var_27(*(char **)(&stack0xffffffb4 + var_16));
var_33 = var_30;
if (var_30 < var_36) {
do {
*(var_4 **)(&stack0xffffffb8 + var_16) = local_34;
*(type_4 ***)(&stack0xffffffb4 + var_16) = local_30[0];
*(var_4 *)((int)&iStackY_50 + var_16) = 0x2012e1;
var_18 = type_6<var_2,var_13::var_1<var_2>>::var_17
(*(type_6<var_2,var_13::var_1<var_2>> **)
(&stack0xffffffb4 + var_16),
*(type_6 **)(&stack0xffffffb8 + var_16));
if (var_18 != '\0') goto LAB_00201082;
var_18 = *(char *)(var_21 + (int)var_33);
var_23 = var_34;
if ((var_7 == (int *)0x0) || (var_34 != 0xffffffff)) {
LAB_002012a0:
if (var_18 != (char)var_23) goto LAB_00201082;
var_37 = (char *)var_7[2];
if (var_37 < (char *)var_7[3]) goto LAB_002012b7;
var_22 = *var_7;
*(int **)(&stack0xffffffb4 + var_16) = var_7;
pcVar2 = *(type_1 **)(var_22 + 0x28);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x2013ed;
(*pcVar2)();
}
else {
var_37 = (char *)var_7[2];
if ((char *)var_7[3] <= var_37) {
var_22 = *var_7;
*(int **)(&stack0xffffffb4 + var_16) = var_7;
pcVar2 = *(type_1 **)(var_22 + 0x24);
*(var_4 *)((int)&iStackY_50 + var_16) = 0x201411;
var_23 = (*pcVar2)();
if (var_23 == 0xffffffff) {
var_7 = (int *)0x0;
}
goto LAB_002012a0;
}
if (var_18 != *var_37) goto LAB_00201082;
LAB_002012b7:
var_7[2] = (int)(var_37 + 1);
}
var_34 = 0xffffffff;
var_33 = (int *)((int)var_33 + 1);
} while (var_33 != var_36);
}
else if (var_30 != var_36) goto LAB_00201082;
*var_9 = var_25;
goto LAB_00201088;
}
}
}
LAB_00201082:
*var_11 = *var_11 | 4;
LAB_00201088:
*var_5 = var_7;
var_5[1] = var_34;
return var_5;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal))))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (unary_expression argument: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)))))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (break_statement)) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (while_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (subscript_expression argument: (identifier) index: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (char_literal (escape_sequence))) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (escape_sequence)))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (identifier)) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (false)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (field_expression argument: (identifier) field: (field_identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (subscript_expression argument: (identifier) index: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator)))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) consequence: (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier)) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) (goto_statement label: (statement_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (goto_statement label: (statement_identifier)))))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement (identifier)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
undefined4 *
MASKED(undefined4 *param_1,undefined4 param_2,int *param_3,uint param_4,int *param_5,
int param_6,int *param_7,int param_8,int param_9,int param_10,uint *param_11)
{
int iVar1;
code *pcVar2;
int iVar3;
bool bVar4;
bool bVar5;
char cVar6;
undefined1 uVar7;
int *piVar8;
int *piVar9;
int *piVar10;
char *pcVar11;
int iVar12;
int iVar13;
uint uVar14;
uint uVar15;
int aiStack_50 [7];
undefined4 *local_34;
undefined **local_30 [2];
uint local_28;
int *local_24;
int *local_20;
local_30[1] = &__DT_PLTGOT;
aiStack_50[1] = param_10 + 0x6c;
aiStack_50[0] = 0x201045;
piVar8 = (int *)FUN_001fbde0();
iVar3 = -(param_9 * 4 + 0x1bU & 0xfffffff0);
*(int ***)((int)aiStack_50 + iVar3 + 8) = ¶m_5;
local_34 = ¶m_5;
*(int ***)((int)aiStack_50 + iVar3 + 4) = ¶m_3;
local_30[0] = (undefined **)¶m_3;
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20107b;
cVar6 = FUN_00200f70();
if (cVar6 == '\0') {
*(undefined4 *)((int)aiStack_50 + iVar3 + 0x10) = 0x2010ad;
uVar7 = FUN_001f91d0();
if (param_9 != 0) {
iVar13 = 0;
local_20 = (int *)CONCAT31(local_20._1_3_,uVar7);
uVar15 = 0;
iVar12 = param_8;
local_24 = (int *)((int)local_30 + iVar3);
do {
while( true ) {
cVar6 = **(char **)(iVar12 + iVar13 * 4);
if (cVar6 != (char)local_20) break;
LAB_002010fb:
local_24[uVar15] = iVar13;
uVar15 = uVar15 + 1;
iVar13 = iVar13 + 1;
if (param_9 == iVar13) goto LAB_0020110c;
}
iVar1 = *piVar8;
*(int *)((int)aiStack_50 + iVar3 + 8) = (int)cVar6;
*(int **)((int)aiStack_50 + iVar3 + 4) = piVar8;
pcVar2 = *(code **)(iVar1 + 8);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2010dd;
param_8 = iVar12;
cVar6 = (*pcVar2)();
iVar12 = param_8;
if ((char)local_20 == cVar6) goto LAB_002010fb;
iVar13 = iVar13 + 1;
} while (param_9 != iVar13);
LAB_0020110c:
piVar8 = local_24;
local_28 = uVar15;
local_24 = (int *)0x0;
while (1 < local_28) {
uVar15 = 1;
*(undefined4 *)((int)aiStack_50 + iVar3 + 4) = *(undefined4 *)(param_8 + *piVar8 * 4);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201140;
piVar9 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));
local_20 = piVar8;
do {
*(undefined4 *)((int)aiStack_50 + iVar3 + 4) =
*(undefined4 *)(param_8 + local_20[uVar15] * 4);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201167;
piVar10 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));
piVar8 = local_20;
if (piVar10 < piVar9) {
piVar9 = piVar10;
}
uVar15 = uVar15 + 1;
} while (uVar15 < local_28);
if ((uint)param_3[2] < (uint)param_3[3]) {
param_3[2] = param_3[2] + 1;
}
else {
iVar12 = *param_3;
local_20 = piVar9;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x28);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ac;
(*pcVar2)();
piVar9 = local_20;
}
local_24 = (int *)((int)local_24 + 1);
param_4 = 0xffffffff;
if (piVar9 <= local_24) goto LAB_00201082;
cVar6 = '\x01';
if ((param_3 != (int *)0x0) && (cVar6 = '\0', (uint)param_3[3] <= (uint)param_3[2])) {
iVar12 = *param_3;
local_20 = (int *)((uint)local_20 & 0xffffff00);
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013c3;
iVar12 = (*pcVar2)();
cVar6 = (char)local_20;
if (iVar12 == -1) {
param_3 = (int *)0x0;
cVar6 = '\x01';
}
}
bVar4 = param_5 != (int *)0x0 && param_6 == -1;
bVar5 = param_6 == -1;
if ((bVar4) && (bVar5 = false, (uint)param_5[3] <= (uint)param_5[2])) {
iVar12 = *param_5;
local_20 = (int *)CONCAT31(local_20._1_3_,cVar6);
*(int **)((int)aiStack_50 + iVar3 + 4) = param_5;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20134a;
iVar12 = (*pcVar2)();
cVar6 = (char)local_20;
if (iVar12 == -1) {
param_5 = (int *)0x0;
bVar5 = bVar4;
}
}
if (bVar5 == (bool)cVar6) goto LAB_00201082;
uVar15 = 0;
uVar14 = local_28;
do {
while( true ) {
local_28 = uVar15;
piVar9 = piVar8 + local_28;
local_20 = (int *)CONCAT31(local_20._1_3_,
*(undefined1 *)
(*(int *)(param_8 + *piVar9 * 4) + (int)local_24));
uVar15 = param_4;
if ((param_3 != (int *)0x0) && (param_4 == 0xffffffff)) {
if ((byte *)param_3[2] < (byte *)param_3[3]) {
uVar15 = (uint)*(byte *)param_3[2];
}
else {
iVar12 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x20137c;
uVar15 = (*pcVar2)();
if (uVar15 == 0xffffffff) {
param_3 = (int *)0x0;
uVar15 = 0xffffffff;
}
}
}
if ((char)local_20 != (char)uVar15) break;
uVar15 = local_28 + 1;
if (uVar14 <= local_28 + 1) goto LAB_00201230;
}
uVar14 = uVar14 - 1;
*piVar9 = piVar8[uVar14];
uVar15 = local_28;
} while (local_28 < uVar14);
LAB_00201230:
local_28 = uVar14;
}
if (local_28 == 1) {
if ((uint)param_3[2] < (uint)param_3[3]) {
param_3[2] = param_3[2] + 1;
}
else {
iVar12 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar12 + 0x28);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201432;
(*pcVar2)();
}
param_4 = 0xffffffff;
iVar12 = *(int *)(param_8 + *piVar8 * 4);
local_28 = *piVar8;
*(int *)((int)aiStack_50 + iVar3 + 4) = iVar12;
local_24 = (int *)((int)local_24 + 1);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201282;
local_20 = (int *)strlen(*(char **)((int)aiStack_50 + iVar3 + 4));
piVar8 = local_24;
if (local_24 < local_20) {
do {
*(undefined4 **)((int)aiStack_50 + iVar3 + 8) = local_34;
*(undefined ***)((int)aiStack_50 + iVar3 + 4) = local_30[0];
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2012e1;
cVar6 = FUN_00200f70();
if (cVar6 != '\0') goto LAB_00201082;
cVar6 = *(char *)(iVar12 + (int)piVar8);
uVar15 = param_4;
if ((param_3 == (int *)0x0) || (param_4 != 0xffffffff)) {
LAB_002012a0:
if (cVar6 != (char)uVar15) goto LAB_00201082;
pcVar11 = (char *)param_3[2];
if (pcVar11 < (char *)param_3[3]) goto LAB_002012b7;
iVar13 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar13 + 0x28);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x2013ed;
(*pcVar2)();
}
else {
pcVar11 = (char *)param_3[2];
if ((char *)param_3[3] <= pcVar11) {
iVar13 = *param_3;
*(int **)((int)aiStack_50 + iVar3 + 4) = param_3;
pcVar2 = *(code **)(iVar13 + 0x24);
*(undefined4 *)((int)aiStack_50 + iVar3) = 0x201411;
uVar15 = (*pcVar2)();
if (uVar15 == 0xffffffff) {
param_3 = (int *)0x0;
}
goto LAB_002012a0;
}
if (cVar6 != *pcVar11) goto LAB_00201082;
LAB_002012b7:
param_3[2] = (int)(pcVar11 + 1);
}
param_4 = 0xffffffff;
piVar8 = (int *)((int)piVar8 + 1);
} while (piVar8 != local_20);
}
else if (local_24 != local_20) goto LAB_00201082;
*param_7 = local_28;
goto LAB_00201088;
}
}
}
LAB_00201082:
*param_11 = *param_11 | 4;
LAB_00201088:
*param_1 = param_3;
param_1[1] = param_4;
return param_1;
}
|
7080_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
~Eh_frame_hdr
|
FUN_001cba10
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Eh_frame_hdr(Eh_frame_hdr * this, int __in_chrg) */
void __thiscall gold::Eh_frame_hdr::~Eh_frame_hdr(Eh_frame_hdr *this,int __in_chrg)
{
pointer ppVar1;
int in_stack_ffffffe8;
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c;
ppVar1 = (this->fde_offsets_).
super__Vector_base<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>
._M_impl._M_start;
if (ppVar1 != (pointer)0x0) {
operator_delete(ppVar1);
}
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(_func_int_varargs **)&DAT_003a59ac;
Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_001cba10(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003a6a8c;
if (param_1[0xd] != 0) {
FUN_001fd020(param_1[0xd]);
}
*param_1 = &DAT_003a59ac;
FUN_00101100(param_1);
return;
}
|
PUSH ESI
PUSH EBX
CALL 0x00036db0
ADD EBX,0x1de5e9
SUB ESP,0x4
MOV ESI,dword ptr [ESP + 0x10]
LEA EAX,[EBX + 0xffffca8c]
MOV dword ptr [ESI],EAX
MOV EAX,dword ptr [ESI + 0x34]
TEST EAX,EAX
JZ 0x001cba3f
SUB ESP,0xc
PUSH EAX
CALL 0x001fd020
ADD ESP,0x10
LEA EAX,[EBX + 0xffffb9a4]
SUB ESP,0xc
ADD EAX,0x8
MOV dword ptr [ESI],EAX
PUSH ESI
CALL 0x00101100
ADD ESP,0x14
POP EBX
POP ESI
RET
| null | null | null | null |
[(u'PTRSUB_-1207715025', u'CAST_-1207715016'), ('const-52', u'PTRSUB_-1207715021'), (u'PTRSUB_-1207715014', u'LOAD_-1207715247'), (u'PTRSUB_-1207715021', u'PTRSUB_-1207715020'), (u'PTRSUB_-1207714985', u'PTRSUB_-1207714982'), ('const-0', u'PTRSUB_-1207714982'), ('const-0', u'PTRSUB_-1207714985'), (u'INT_NOTEQUAL_-1207715228', u'CBRANCH_-1207715228'), ('const-3824044', u'PTRSUB_-1207714993'), (u'CAST_-1207714978', u'CALL_-1207715145'), ('tmp_342', u'PTRSUB_-1207715021'), ('const-0', u'PTRSUB_-1207715014'), ('const-417', u'LOAD_-1207715247'), ('const-0', u'RETURN_-1207715112'), (u'LOAD_-1207715247', u'INT_NOTEQUAL_-1207715228'), ('const-417', u'STORE_-1207715250'), ('const-0', u'INT_NOTEQUAL_-1207715228'), (u'PTRSUB_-1207715024', u'PTRSUB_-1207715020'), (u'PTRSUB_-1207715017', u'STORE_-1207715250'), (u'MULTIEQUAL_-1207715022', u'CALL_-1207715145'), ('const-0', u'PTRSUB_-1207715017'), ('const-0', u'PTRSUB_-1207714988'), ('tmp_342', u'CAST_-1207714978'), ('const-0', u'PTRSUB_-1207714993'), ('tmp_342', u'PTRSUB_-1207714988'), (u'CALL_-1207715205', u'INDIRECT_-1207715031'), ('const-0', u'PTRSUB_-1207715017'), (u'PTRSUB_-1207714982', u'STORE_-1207715158'), (u'CAST_-1207714982', u'STORE_-1207715158'), (u'PTRSUB_-1207714993', u'CAST_-1207714982'), (u'PTRSUB_-1207715017', u'PTRSUB_-1207715014'), ('const-0', u'PTRSUB_-1207715025'), ('const-0', u'PTRSUB_-1207715024'), ('tmp_342', u'PTRSUB_-1207715024'), ('tmp_126', u'CBRANCH_-1207715228'), (u'PTRSUB_-1207714988', u'PTRSUB_-1207714985'), ('const-0', u'PTRSUB_-1207715020'), ('const-417', u'STORE_-1207715158'), (u'INDIRECT_-1207715031', u'MULTIEQUAL_-1207715022'), ('const-3828364', u'PTRSUB_-1207715025'), ('const-0', u'PTRSUB_-1207715020'), (u'PTRSUB_-1207715020', u'PTRSUB_-1207715017'), (u'PTRSUB_-1207715020', u'PTRSUB_-1207715017'), (u'CAST_-1207715016', u'STORE_-1207715250'), ('tmp_610', u'MULTIEQUAL_-1207715022'), (u'LOAD_-1207715247', u'CALL_-1207715205')]
|
[('const-0', u'PTRSUB_-1207715001'), ('const-417', u'STORE_-1207715158'), ('tmp_590', u'CALL_-1207715145'), ('tmp_590', u'PTRADD_-1207715031'), ('const-3824044', u'PTRSUB_-1207715001'), (u'INT_NOTEQUAL_-1207715228', u'CBRANCH_-1207715228'), ('const-0', u'PTRSUB_-1207715033'), ('tmp_126', u'CBRANCH_-1207715228'), ('tmp_590', u'STORE_-1207715250'), ('const-4', u'PTRADD_-1207715031'), ('const-0', u'RETURN_-1207715112'), (u'PTRSUB_-1207715033', u'STORE_-1207715250'), ('const-417', u'LOAD_-1207715247'), (u'LOAD_-1207715247', u'INT_NOTEQUAL_-1207715228'), ('const-3828364', u'PTRSUB_-1207715033'), (u'PTRADD_-1207715031', u'LOAD_-1207715247'), ('tmp_590', u'STORE_-1207715158'), ('const-13', u'PTRADD_-1207715031'), ('const-0', u'INT_NOTEQUAL_-1207715228'), (u'PTRSUB_-1207715001', u'STORE_-1207715158'), ('const-417', u'STORE_-1207715250'), (u'LOAD_-1207715247', u'CALL_-1207715205')]
| null | null |
001cba10
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_001cba10(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}\n\n" comment (function_definition "void FUN_001cba10(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001cba10(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a6a8c;" (assignment_expression "*param_1 = &PTR_FUN_003a6a8c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a6a8c" & identifier)) ;) (if_statement "if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }" if (parenthesized_expression "(param_1[0xd] != 0)" ( (binary_expression "param_1[0xd] != 0" (subscript_expression "param_1[0xd]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_001fd020(param_1[0xd]);\n }" { (expression_statement "FUN_001fd020(param_1[0xd]);" (call_expression "FUN_001fd020(param_1[0xd])" identifier (argument_list "(param_1[0xd])" ( (subscript_expression "param_1[0xd]" identifier [ number_literal ]) ))) ;) })) (expression_statement "*param_1 = &DAT_003a59ac;" (assignment_expression "*param_1 = &DAT_003a59ac" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_003a59ac" & identifier)) ;) (expression_statement "FUN_00101100(param_1);" (call_expression "FUN_00101100(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Eh_frame_hdr(Eh_frame_hdr * this, int __in_chrg) */\n\nvoid __thiscall gold::Eh_frame_hdr::~Eh_frame_hdr(Eh_frame_hdr *this,int __in_chrg)\n\n{\n pointer ppVar1;\n int in_stack_ffffffe8;\n \n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c;\n ppVar1 = (this->fde_offsets_).\n super__Vector_base<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>\n ._M_impl._M_start;\n if (ppVar1 != (pointer)0x0) {\n operator_delete(ppVar1);\n }\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_003a59ac;\n Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::Eh_frame_hdr::~Eh_frame_hdr(Eh_frame_hdr *this,int __in_chrg)\n\n{\n pointer ppVar1;\n int in_stack_ffffffe8;\n \n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c;\n ppVar1 = (this->fde_offsets_).\n super__Vector_base<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>\n ._M_impl._M_start;\n if (ppVar1 != (pointer)0x0) {\n operator_delete(ppVar1);\n }\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_003a59ac;\n Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Eh_frame_hdr::~" identifier : : identifier : : ~) (function_declarator "Eh_frame_hdr(Eh_frame_hdr *this,int __in_chrg)" identifier (parameter_list "(Eh_frame_hdr *this,int __in_chrg)" ( (parameter_declaration "Eh_frame_hdr *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer ppVar1;\n int in_stack_ffffffe8;\n \n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c;\n ppVar1 = (this->fde_offsets_).\n super__Vector_base<std::pair<int,_unsigned_char>,_std::allocator<std::pair<int,_unsigned_char>_>_>\n ._M_impl._M_start;\n if (ppVar1 != (pointer)0x0) {\n operator_delete(ppVar1);\n }\n (this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_003a59ac;\n Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);\n return;\n}" { (declaration "pointer ppVar1;" type_identifier identifier ;) (declaration "int in_stack_ffffffe8;" primitive_type identifier ;) (expression_statement "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c;" (assignment_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c" (field_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Eh_frame_hdr_003a6a8c" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Eh_frame_hdr_003a6a8c" & identifier))) ;) (ERROR "ppVar1 = (this->fde_offsets_).\n super__Vector_base<std::pair<int,_unsigned_char>,_std::allocator<std::" (comma_expression "ppVar1 = (this->fde_offsets_).\n super__Vector_base<std::pair<int,_unsigned_char>,_std" (binary_expression "ppVar1 = (this->fde_offsets_).\n super__Vector_base<std::pair<int" (assignment_expression "ppVar1 = (this->fde_offsets_).\n super__Vector_base<std" identifier = (binary_expression "(this->fde_offsets_).\n super__Vector_base<std" (field_expression "(this->fde_offsets_).\n super__Vector_base" (parenthesized_expression "(this->fde_offsets_)" ( (field_expression "this->fde_offsets_" identifier -> field_identifier) )) . field_identifier) < identifier)) (ERROR "::pair" : : identifier) < identifier) , (binary_expression "_unsigned_char>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : :) (expression_statement "pair<int,_unsigned_char>_>_>\n ._M_impl._M_start;" (comma_expression "pair<int,_unsigned_char>_>_>\n ._M_impl._M_start" (binary_expression "pair<int" identifier < identifier) , (field_expression "_unsigned_char>_>_>\n ._M_impl._M_start" (field_expression "_unsigned_char>_>_>\n ._M_impl" (binary_expression "_unsigned_char>_>_" (binary_expression "_unsigned_char>_" identifier > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier)) ;) (if_statement "if (ppVar1 != (pointer)0x0) {\n operator_delete(ppVar1);\n }" if (parenthesized_expression "(ppVar1 != (pointer)0x0)" ( (binary_expression "ppVar1 != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n operator_delete(ppVar1);\n }" { (expression_statement "operator_delete(ppVar1);" (call_expression "operator_delete(ppVar1)" identifier (argument_list "(ppVar1)" ( identifier ))) ;) })) (expression_statement "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_003a59ac;" (assignment_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data =\n (_func_int_varargs **)&DAT_003a59ac" (field_expression "(this->super_Output_section_data).super_Output_data._vptr_Output_data" (field_expression "(this->super_Output_section_data).super_Output_data" (parenthesized_expression "(this->super_Output_section_data)" ( (field_expression "this->super_Output_section_data" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_003a59ac" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_003a59ac" & identifier))) ;) (labeled_statement "Output_data::~Output_data((Output_data *)this,in_stack_ffffffe8);" statement_identifier : (ERROR ":" :) (expression_statement "~Output_data((Output_data *)this,in_stack_ffffffe8);" (unary_expression "~Output_data((Output_data *)this,in_stack_ffffffe8)" ~ (call_expression "Output_data((Output_data *)this,in_stack_ffffffe8)" identifier (argument_list "((Output_data *)this,in_stack_ffffffe8)" ( (cast_expression "(Output_data *)this" ( (type_descriptor "Output_data *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier )))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_001cba10(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}\n\n" (function_definition "void FUN_001cba10(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" primitive_type (function_declarator "FUN_001cba10(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003a6a8c;" (assignment_expression "*param_1 = &PTR_FUN_003a6a8c" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003a6a8c" & identifier)) ;) (if_statement "if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }" if (parenthesized_expression "(param_1[0xd] != 0)" ( (binary_expression "param_1[0xd] != 0" (subscript_expression "param_1[0xd]" identifier [ number_literal ]) != number_literal) )) (compound_statement "{\n FUN_001fd020(param_1[0xd]);\n }" { (expression_statement "FUN_001fd020(param_1[0xd]);" (call_expression "FUN_001fd020(param_1[0xd])" identifier (argument_list "(param_1[0xd])" ( (subscript_expression "param_1[0xd]" identifier [ number_literal ]) ))) ;) })) (expression_statement "*param_1 = &DAT_003a59ac;" (assignment_expression "*param_1 = &DAT_003a59ac" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_003a59ac" & identifier)) ;) (expression_statement "FUN_00101100(param_1);" (call_expression "FUN_00101100(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(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_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) ))) ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_001cba10(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001cba10(undefined4 *param_1)" (identifier "FUN_001cba10") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_003a6a8c;\n if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }\n *param_1 = &DAT_003a59ac;\n FUN_00101100(param_1);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003a6a8c;" (assignment_expression "*param_1 = &PTR_FUN_003a6a8c" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003a6a8c" (& "&") (identifier "PTR_FUN_003a6a8c"))) (; ";")) (if_statement "if (param_1[0xd] != 0) {\n FUN_001fd020(param_1[0xd]);\n }" (if "if") (parenthesized_expression "(param_1[0xd] != 0)" (( "(") (binary_expression "param_1[0xd] != 0" (subscript_expression "param_1[0xd]" (identifier "param_1") ([ "[") (number_literal "0xd") (] "]")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001fd020(param_1[0xd]);\n }" ({ "{") (expression_statement "FUN_001fd020(param_1[0xd]);" (call_expression "FUN_001fd020(param_1[0xd])" (identifier "FUN_001fd020") (argument_list "(param_1[0xd])" (( "(") (subscript_expression "param_1[0xd]" (identifier "param_1") ([ "[") (number_literal "0xd") (] "]")) () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = &DAT_003a59ac;" (assignment_expression "*param_1 = &DAT_003a59ac" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_003a59ac" (& "&") (identifier "DAT_003a59ac"))) (; ";")) (expression_statement "FUN_00101100(param_1);" (call_expression "FUN_00101100(param_1)" (identifier "FUN_00101100") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Eh_frame_hdr(Eh_frame_hdr * this, int __in_chrg) */
void __thiscall gold::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
int in_stack_ffffffe8;
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(type_2 **)&PTR__Eh_frame_hdr_003a6a8c;
var_5 = (this->fde_offsets_).
super__Vector_base<std::var_1<var_2,var_3>,_std::allocator<std::var_1<var_2,var_3>var_4>var_4>
._M_impl._M_start;
if (var_5 != (type_1)0x0) {
var_6(var_5);
}
(this->super_Output_section_data).super_Output_data._vptr_Output_data =
(type_2 **)&DAT_003a59ac;
Output_data::~var_7((var_7 *)this,in_stack_ffffffe8);
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_003a6a8c;
if (param_1[0xd] != 0) {
FUN_001fd020(param_1[0xd]);
}
*param_1 = &DAT_003a59ac;
FUN_00101100(param_1);
return;
}
|
1019_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
~Struct_copyreloc
|
FUN_0003c420
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_copyreloc(Struct_copyreloc * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_copyreloc::~Struct_copyreloc(Struct_copyreloc *this,int __in_chrg)
{
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_0003c420(undefined4 *param_1)
{
*param_1 = &PTR_FUN_004063a0;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
|
PUSH EBX
CALL 0x0003a210
ADD EBX,0x3d7bda
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
ADD EAX,0xc
LEA EDX,[EBX + 0xffff23a0]
MOV dword ptr [EAX + -0xc],EDX
MOV EDX,dword ptr [EAX + -0x8]
CMP EDX,EAX
JZ 0x0003c452
SUB ESP,0xc
PUSH EDX
CALL 0x00248220
ADD ESP,0x10
ADD ESP,0x8
POP EBX
RET
| null | null | null | null |
[('const-1', u'RETURN_-1206074318')]
|
[('const-1', u'PTRADD_-1206074096'), (u'PTRADD_-1206074096', u'LOAD_-1206074261'), ('const-3', u'PTRADD_-1206074109'), (u'CAST_-1206074096', u'CALL_-1206074218'), ('tmp_439', u'PTRADD_-1206074096'), ('tmp_151', u'CBRANCH_-1206074241'), ('const-0', u'RETURN_-1206074178'), ('tmp_439', u'PTRADD_-1206074109'), (u'PTRSUB_-1206074100', u'STORE_-1206074265'), (u'PTRADD_-1206074109', u'INT_NOTEQUAL_-1206074241'), ('const-417', u'STORE_-1206074265'), ('const-0', u'PTRSUB_-1206074100'), ('const-4', u'PTRADD_-1206074096'), (u'CAST_-1206074096', u'INT_NOTEQUAL_-1206074241'), ('const-417', u'LOAD_-1206074261'), ('const-4', u'PTRADD_-1206074109'), ('const-4219808', u'PTRSUB_-1206074100'), ('tmp_439', u'STORE_-1206074265'), (u'INT_NOTEQUAL_-1206074241', u'CBRANCH_-1206074241'), (u'LOAD_-1206074261', u'CAST_-1206074096')]
| null | null |
0003c420
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_0003c420(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" comment (function_definition "void FUN_0003c420(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003c420(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004063a0;" (assignment_expression "*param_1 = &PTR_FUN_004063a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004063a0" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* DWARF original prototype: void ~Struct_copyreloc(Struct_copyreloc * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_copyreloc::~Struct_copyreloc(Struct_copyreloc *this,int __in_chrg)\n\n{\n}\n\n" comment comment (function_definition "void __thiscall\ngold::General_options::Struct_copyreloc::~Struct_copyreloc(Struct_copyreloc *this,int __in_chrg)\n\n{\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_copyreloc::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_copyreloc(Struct_copyreloc *this,int __in_chrg)" identifier (parameter_list "(Struct_copyreloc *this,int __in_chrg)" ( (parameter_declaration "Struct_copyreloc *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n}" { })))
|
(translation_unit "void FUN_0003c420(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}\n\n" (function_definition "void FUN_0003c420(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" primitive_type (function_declarator "FUN_0003c420(undefined4 *param_1)" identifier (parameter_list "(undefined4 *param_1)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_004063a0;" (assignment_expression "*param_1 = &PTR_FUN_004063a0" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_004063a0" & identifier)) ;) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" if (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_00248220((undefined4 *)param_1[1]);\n }" { (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" identifier (argument_list "((undefined4 *)param_1[1])" ( (cast_expression "(undefined4 *)param_1[1]" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) ))) ;) })) (return_statement "return;" return ;) })))
|
(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_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) ))) ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_0003c420(undefined4 *param_1)\n\n{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0003c420(undefined4 *param_1)" (identifier "FUN_0003c420") (parameter_list "(undefined4 *param_1)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n *param_1 = &PTR_FUN_004063a0;\n if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_004063a0;" (assignment_expression "*param_1 = &PTR_FUN_004063a0" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_004063a0" (& "&") (identifier "PTR_FUN_004063a0"))) (; ";")) (if_statement "if ((undefined4 *)param_1[1] != param_1 + 3) {\n FUN_00248220((undefined4 *)param_1[1]);\n }" (if "if") (parenthesized_expression "((undefined4 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined4 *)param_1[1] != param_1 + 3" (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_00248220((undefined4 *)param_1[1]);\n }" ({ "{") (expression_statement "FUN_00248220((undefined4 *)param_1[1]);" (call_expression "FUN_00248220((undefined4 *)param_1[1])" (identifier "FUN_00248220") (argument_list "((undefined4 *)param_1[1])" (( "(") (cast_expression "(undefined4 *)param_1[1]" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* DWARF original prototype: void ~Struct_copyreloc(Struct_copyreloc * 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_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(undefined4 *param_1)
{
*param_1 = &PTR_FUN_004063a0;
if ((undefined4 *)param_1[1] != param_1 + 3) {
FUN_00248220((undefined4 *)param_1[1]);
}
return;
}
|
122_aarch64-linux-gnu-addr2line_and_aarch64-linux-gnu-addr2line_strip.c
|
__do_global_ctors_aux
|
FUN_000141a0
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void __do_global_ctors_aux(void)
{
code *pcVar1;
int *piVar2;
if (__CTOR_LIST__ != (code *)0xffffffff) {
piVar2 = (int *)&__CTOR_LIST__;
pcVar1 = __CTOR_LIST__;
do {
(*pcVar1)();
piVar2 = piVar2 + -1;
pcVar1 = (code *)*piVar2;
} while (pcVar1 != (code *)0xffffffff);
return;
}
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void FUN_000141a0(void)
{
code *pcVar1;
int *piVar2;
if (DAT_00017ed4 != (code *)0xffffffff) {
piVar2 = (int *)&DAT_00017ed4;
pcVar1 = DAT_00017ed4;
do {
(*pcVar1)();
piVar2 = piVar2 + -1;
pcVar1 = (code *)*piVar2;
} while (pcVar1 != (code *)0xffffffff);
return;
}
return;
}
|
CALL 0x00012125
ADD EDX,0x3e5b
MOV EAX,dword ptr [EDX + 0xfffffed4]
CMP EAX,-0x1
JZ 0x000141e0
PUSH EBP
MOV EBP,ESP
PUSH EBX
LEA EBX,[EDX + 0xfffffed4]
SUB ESP,0x4
LEA ESI,[ESI]
NOP
CALL EAX
SUB EBX,0x4
MOV EAX,dword ptr [EBX]
CMP EAX,-0x1
JNZ 0x000141c8
ADD ESP,0x4
POP EBX
POP EBP
RET
RET
| null | null | null | null |
[(u'CAST_-1205976432', u'MULTIEQUAL_-1205976459'), (u'MULTIEQUAL_-1205976459', u'PTRADD_-1205976417'), ('tmp_460', u'INT_NOTEQUAL_-1205976623'), ('const-0', u'RETURN_-1205976504'), (u'PTRADD_-1205976417', u'MULTIEQUAL_-1205976459'), (u'PTRADD_-1205976417', u'LOAD_-1205976567'), ('tmp_460', u'COPY_-1205976487'), ('const-4294967295', u'INT_NOTEQUAL_-1205976623'), (u'MULTIEQUAL_-1205976462', u'CALLIND_-1205976576'), (u'INDIRECT_-1205976427', u'COPY_-1205976469'), ('const-4', u'PTRADD_-1205976417'), ('const-0', u'RETURN_-1205976514'), ('const-4294967295', u'PTRADD_-1205976417'), ('const-417', u'LOAD_-1205976567'), (u'INDIRECT_-1205976427', u'MULTIEQUAL_-1205976425'), (u'LOAD_-1205976567', u'CAST_-1205976412'), ('tmp_460', u'COPY_-1205976461'), (u'INT_NOTEQUAL_-1205976623', u'CBRANCH_-1205976622'), ('tmp_70', u'CBRANCH_-1205976622'), ('const-98004', u'PTRSUB_-1205976547'), (u'CAST_-1205976412', u'MULTIEQUAL_-1205976462'), ('tmp_460', u'MULTIEQUAL_-1205976425'), (u'CAST_-1205976412', u'INT_NOTEQUAL_-1205976548'), (u'INT_NOTEQUAL_-1205976548', u'CBRANCH_-1205976546'), ('const-0', u'PTRSUB_-1205976547'), (u'CALLIND_-1205976576', u'INDIRECT_-1205976427'), ('tmp_193', u'CBRANCH_-1205976546'), ('const-4294967295', u'INT_NOTEQUAL_-1205976548'), (u'PTRSUB_-1205976547', u'CAST_-1205976432'), (u'COPY_-1205976487', u'MULTIEQUAL_-1205976462')]
|
[(u'CAST_-1205976432', u'MULTIEQUAL_-1205976459'), (u'MULTIEQUAL_-1205976459', u'PTRADD_-1205976417'), ('tmp_460', u'INT_NOTEQUAL_-1205976623'), ('const-0', u'RETURN_-1205976504'), (u'PTRADD_-1205976417', u'MULTIEQUAL_-1205976459'), (u'PTRADD_-1205976417', u'LOAD_-1205976567'), ('tmp_460', u'COPY_-1205976487'), ('const-4294967295', u'INT_NOTEQUAL_-1205976623'), (u'MULTIEQUAL_-1205976462', u'CALLIND_-1205976576'), (u'INDIRECT_-1205976427', u'COPY_-1205976469'), ('const-4', u'PTRADD_-1205976417'), ('const-0', u'RETURN_-1205976514'), ('const-4294967295', u'PTRADD_-1205976417'), ('const-417', u'LOAD_-1205976567'), (u'INDIRECT_-1205976427', u'MULTIEQUAL_-1205976425'), (u'LOAD_-1205976567', u'CAST_-1205976412'), ('tmp_460', u'COPY_-1205976461'), (u'INT_NOTEQUAL_-1205976623', u'CBRANCH_-1205976622'), ('tmp_70', u'CBRANCH_-1205976622'), ('const-98004', u'PTRSUB_-1205976547'), (u'CAST_-1205976412', u'MULTIEQUAL_-1205976462'), ('tmp_460', u'MULTIEQUAL_-1205976425'), (u'CAST_-1205976412', u'INT_NOTEQUAL_-1205976548'), (u'INT_NOTEQUAL_-1205976548', u'CBRANCH_-1205976546'), ('const-0', u'PTRSUB_-1205976547'), (u'CALLIND_-1205976576', u'INDIRECT_-1205976427'), ('tmp_193', u'CBRANCH_-1205976546'), ('const-4294967295', u'INT_NOTEQUAL_-1205976548'), (u'PTRSUB_-1205976547', u'CAST_-1205976432'), (u'COPY_-1205976487', u'MULTIEQUAL_-1205976462')]
| null | null |
000141a0
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid FUN_000141a0(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}\n\n" comment (function_definition "void FUN_000141a0(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000141a0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (if_statement "if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" if (parenthesized_expression "(DAT_00017ed4 != (code *)0xffffffff)" ( (binary_expression "DAT_00017ed4 != (code *)0xffffffff" identifier != (cast_expression "(code *)0xffffffff" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" { (expression_statement "piVar2 = (int *)&DAT_00017ed4;" (assignment_expression "piVar2 = (int *)&DAT_00017ed4" identifier = (cast_expression "(int *)&DAT_00017ed4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_00017ed4" & identifier))) ;) (expression_statement "pcVar1 = DAT_00017ed4;" (assignment_expression "pcVar1 = DAT_00017ed4" identifier = identifier) ;) (do_statement "do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);" do (compound_statement "{\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n }" { (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar2 = piVar2 + -1;" (assignment_expression "piVar2 = piVar2 + -1" identifier = (binary_expression "piVar2 + -1" identifier + number_literal)) ;) (expression_statement "pcVar1 = (code *)*piVar2;" (assignment_expression "pcVar1 = (code *)*piVar2" identifier = (cast_expression "(code *)*piVar2" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier))) ;) }) while (parenthesized_expression "(pcVar1 != (code *)0xffffffff)" ( (binary_expression "pcVar1 != (code *)0xffffffff" identifier != (cast_expression "(code *)0xffffffff" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */\n\nvoid __do_global_ctors_aux(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (__CTOR_LIST__ != (code *)0xffffffff) {\n piVar2 = (int *)&__CTOR_LIST__;\n pcVar1 = __CTOR_LIST__;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __do_global_ctors_aux(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (__CTOR_LIST__ != (code *)0xffffffff) {\n piVar2 = (int *)&__CTOR_LIST__;\n pcVar1 = __CTOR_LIST__;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" primitive_type (function_declarator "__do_global_ctors_aux(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n code *pcVar1;\n int *piVar2;\n \n if (__CTOR_LIST__ != (code *)0xffffffff) {\n piVar2 = (int *)&__CTOR_LIST__;\n pcVar1 = __CTOR_LIST__;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (if_statement "if (__CTOR_LIST__ != (code *)0xffffffff) {\n piVar2 = (int *)&__CTOR_LIST__;\n pcVar1 = __CTOR_LIST__;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" if (parenthesized_expression "(__CTOR_LIST__ != (code *)0xffffffff)" ( (binary_expression "__CTOR_LIST__ != (code *)0xffffffff" identifier != (cast_expression "(code *)0xffffffff" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar2 = (int *)&__CTOR_LIST__;\n pcVar1 = __CTOR_LIST__;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" { (expression_statement "piVar2 = (int *)&__CTOR_LIST__;" (assignment_expression "piVar2 = (int *)&__CTOR_LIST__" identifier = (cast_expression "(int *)&__CTOR_LIST__" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&__CTOR_LIST__" & identifier))) ;) (expression_statement "pcVar1 = __CTOR_LIST__;" (assignment_expression "pcVar1 = __CTOR_LIST__" identifier = identifier) ;) (do_statement "do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);" do (compound_statement "{\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n }" { (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar2 = piVar2 + -1;" (assignment_expression "piVar2 = piVar2 + -1" identifier = (binary_expression "piVar2 + -1" identifier + number_literal)) ;) (expression_statement "pcVar1 = (code *)*piVar2;" (assignment_expression "pcVar1 = (code *)*piVar2" identifier = (cast_expression "(code *)*piVar2" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier))) ;) }) while (parenthesized_expression "(pcVar1 != (code *)0xffffffff)" ( (binary_expression "pcVar1 != (code *)0xffffffff" identifier != (cast_expression "(code *)0xffffffff" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_000141a0(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_000141a0(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_000141a0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" { (declaration "code *pcVar1;" type_identifier (pointer_declarator "*pcVar1" * identifier) ;) (declaration "int *piVar2;" primitive_type (pointer_declarator "*piVar2" * identifier) ;) (if_statement "if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" if (parenthesized_expression "(DAT_00017ed4 != (code *)0xffffffff)" ( (binary_expression "DAT_00017ed4 != (code *)0xffffffff" identifier != (cast_expression "(code *)0xffffffff" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" { (expression_statement "piVar2 = (int *)&DAT_00017ed4;" (assignment_expression "piVar2 = (int *)&DAT_00017ed4" identifier = (cast_expression "(int *)&DAT_00017ed4" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_00017ed4" & identifier))) ;) (expression_statement "pcVar1 = DAT_00017ed4;" (assignment_expression "pcVar1 = DAT_00017ed4" identifier = identifier) ;) (do_statement "do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);" do (compound_statement "{\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n }" { (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" ( (pointer_expression "*pcVar1" * identifier) )) (argument_list "()" ( ))) ;) (expression_statement "piVar2 = piVar2 + -1;" (assignment_expression "piVar2 = piVar2 + -1" identifier = (binary_expression "piVar2 + -1" identifier + number_literal)) ;) (expression_statement "pcVar1 = (code *)*piVar2;" (assignment_expression "pcVar1 = (code *)*piVar2" identifier = (cast_expression "(code *)*piVar2" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*piVar2" * identifier))) ;) }) while (parenthesized_expression "(pcVar1 != (code *)0xffffffff)" ( (binary_expression "pcVar1 != (code *)0xffffffff" identifier != (cast_expression "(code *)0xffffffff" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) ;) (return_statement return ;) })) (return_statement return ;) })))
|
(function_definition "void FUN_000141a0(void)\n\n{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_000141a0(void)" (identifier "FUN_000141a0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n code *pcVar1;\n int *piVar2;\n \n if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }\n return;\n}" ({ "{") (declaration "code *pcVar1;" (type_identifier "code") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (declaration "int *piVar2;" (primitive_type "int") (pointer_declarator "*piVar2" (* "*") (identifier "piVar2")) (; ";")) (if_statement "if (DAT_00017ed4 != (code *)0xffffffff) {\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" (if "if") (parenthesized_expression "(DAT_00017ed4 != (code *)0xffffffff)" (( "(") (binary_expression "DAT_00017ed4 != (code *)0xffffffff" (identifier "DAT_00017ed4") (!= "!=") (cast_expression "(code *)0xffffffff" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffff"))) () ")")) (compound_statement "{\n piVar2 = (int *)&DAT_00017ed4;\n pcVar1 = DAT_00017ed4;\n do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);\n return;\n }" ({ "{") (expression_statement "piVar2 = (int *)&DAT_00017ed4;" (assignment_expression "piVar2 = (int *)&DAT_00017ed4" (identifier "piVar2") (= "=") (cast_expression "(int *)&DAT_00017ed4" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_00017ed4" (& "&") (identifier "DAT_00017ed4")))) (; ";")) (expression_statement "pcVar1 = DAT_00017ed4;" (assignment_expression "pcVar1 = DAT_00017ed4" (identifier "pcVar1") (= "=") (identifier "DAT_00017ed4")) (; ";")) (do_statement "do {\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n } while (pcVar1 != (code *)0xffffffff);" (do "do") (compound_statement "{\n (*pcVar1)();\n piVar2 = piVar2 + -1;\n pcVar1 = (code *)*piVar2;\n }" ({ "{") (expression_statement "(*pcVar1)();" (call_expression "(*pcVar1)()" (parenthesized_expression "(*pcVar1)" (( "(") (pointer_expression "*pcVar1" (* "*") (identifier "pcVar1")) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar2 = piVar2 + -1;" (assignment_expression "piVar2 = piVar2 + -1" (identifier "piVar2") (= "=") (binary_expression "piVar2 + -1" (identifier "piVar2") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "pcVar1 = (code *)*piVar2;" (assignment_expression "pcVar1 = (code *)*piVar2" (identifier "pcVar1") (= "=") (cast_expression "(code *)*piVar2" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*piVar2" (* "*") (identifier "piVar2")))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(pcVar1 != (code *)0xffffffff)" (( "(") (binary_expression "pcVar1 != (code *)0xffffffff" (identifier "pcVar1") (!= "!=") (cast_expression "(code *)0xffffffff" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0xffffffff"))) () ")")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void function_1(void)
{
type_1 *var_3;
int *var_2;
if (var_1 != (type_1 *)0xffffffff) {
var_2 = (int *)&var_1;
var_3 = var_1;
do {
(*var_3)();
var_2 = var_2 + -1;
var_3 = (type_1 *)*var_2;
} while (var_3 != (type_1 *)0xffffffff);
return;
}
return;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (return_statement))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.dx replaced with injection: get_pc_thunk_dx */
void MASKED(void)
{
code *pcVar1;
int *piVar2;
if (DAT_00017ed4 != (code *)0xffffffff) {
piVar2 = (int *)&DAT_00017ed4;
pcVar1 = DAT_00017ed4;
do {
(*pcVar1)();
piVar2 = piVar2 + -1;
pcVar1 = (code *)*piVar2;
} while (pcVar1 != (code *)0xffffffff);
return;
}
return;
}
|
114_riscv64-linux-gnu-elfedit_and_riscv64-linux-gnu-elfedit_strip.c
|
fwrite
|
fwrite
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fwrite@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1205952426')]
|
[('const-1', u'RETURN_-1205952426')]
| null | null |
0001a04c
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__s" (type_identifier "FILE") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fwrite@@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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
169_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c
|
htab_create
|
htab_create
|
void htab_create(void)
{
(*(code *)PTR_htab_create_001d02d8)();
return;
}
|
void htab_create(void)
{
(*(code *)PTR_htab_create_001d02d8)();
return;
}
|
JMP dword ptr [EBX + 0x2d8]
| null | null | null | null |
[(u'INDIRECT_-1205965886', u'COPY_-1205965945'), (u'CAST_-1205965881', u'CALLIND_-1205965958'), (u'CALLIND_-1205965958', u'INDIRECT_-1205965886'), ('tmp_58', u'CAST_-1205965881'), ('const-0', u'RETURN_-1205965955')]
|
[(u'INDIRECT_-1205965886', u'COPY_-1205965945'), (u'CAST_-1205965881', u'CALLIND_-1205965958'), (u'CALLIND_-1205965958', u'INDIRECT_-1205965886'), ('tmp_58', u'CAST_-1205965881'), ('const-0', u'RETURN_-1205965955')]
| null | null |
00016b70
|
x86
|
O1
|
(translation_unit "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}\n\n" (function_definition "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" primitive_type (function_declarator "htab_create(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" { (expression_statement "(*(code *)PTR_htab_create_001d02d8)();" (call_expression "(*(code *)PTR_htab_create_001d02d8)()" (parenthesized_expression "(*(code *)PTR_htab_create_001d02d8)" ( (pointer_expression "*(code *)PTR_htab_create_001d02d8" * (cast_expression "(code *)PTR_htab_create_001d02d8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}\n\n" (function_definition "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" primitive_type (function_declarator "htab_create(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" { (expression_statement "(*(code *)PTR_htab_create_001d02d8)();" (call_expression "(*(code *)PTR_htab_create_001d02d8)()" (parenthesized_expression "(*(code *)PTR_htab_create_001d02d8)" ( (pointer_expression "*(code *)PTR_htab_create_001d02d8" * (cast_expression "(code *)PTR_htab_create_001d02d8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}\n\n" (function_definition "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" primitive_type (function_declarator "htab_create(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" { (expression_statement "(*(code *)PTR_htab_create_001d02d8)();" (call_expression "(*(code *)PTR_htab_create_001d02d8)()" (parenthesized_expression "(*(code *)PTR_htab_create_001d02d8)" ( (pointer_expression "*(code *)PTR_htab_create_001d02d8" * (cast_expression "(code *)PTR_htab_create_001d02d8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(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)) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void htab_create(void)\n\n{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" (primitive_type "void") (function_declarator "htab_create(void)" (identifier "htab_create") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_htab_create_001d02d8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_htab_create_001d02d8)();" (call_expression "(*(code *)PTR_htab_create_001d02d8)()" (parenthesized_expression "(*(code *)PTR_htab_create_001d02d8)" (( "(") (pointer_expression "*(code *)PTR_htab_create_001d02d8" (* "*") (cast_expression "(code *)PTR_htab_create_001d02d8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_htab_create_001d02d8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
void function_1(void)
{
(*(type_1 *)PTR_htab_create_001d02d8)();
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 argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(void)
{
(*(code *)PTR_MASKED_001d02d8)();
return;
}
|
207_lsusb_and_lsusb_strip.c
|
setlocale
|
setlocale
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* setlocale@@GLIBC_2.0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * setlocale(int __category,char *__locale)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null |
[('const-1', u'RETURN_-1206181654')]
|
[('const-1', u'RETURN_-1206181654')]
| null | null |
000420e0
|
x86
|
O1
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (pointer_declarator "* setlocale(int __category,char *__locale)" * (function_declarator "setlocale(int __category,char *__locale)" identifier (parameter_list "(int __category,char *__locale)" ( (parameter_declaration "int __category" primitive_type identifier) , (parameter_declaration "char *__locale" primitive_type (pointer_declarator "*__locale" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * setlocale(int __category,char *__locale)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* setlocale@@GLIBC_2.0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* setlocale@@GLIBC_2.0 */\n halt_baddata();\n}" primitive_type (pointer_declarator "* setlocale(int __category,char *__locale)" * (function_declarator "setlocale(int __category,char *__locale)" identifier (parameter_list "(int __category,char *__locale)" ( (parameter_declaration "int __category" primitive_type identifier) , (parameter_declaration "char *__locale" primitive_type (pointer_declarator "*__locale" * identifier)) )))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* setlocale@@GLIBC_2.0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit "char * setlocale(int __category,char *__locale)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "char * setlocale(int __category,char *__locale)\n\n{\n \n halt_baddata();\n}" primitive_type (pointer_declarator "* setlocale(int __category,char *__locale)" * (function_declarator "setlocale(int __category,char *__locale)" identifier (parameter_list "(int __category,char *__locale)" ( (parameter_declaration "int __category" primitive_type identifier) , (parameter_declaration "char *__locale" primitive_type (pointer_declarator "*__locale" * identifier)) )))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) })))
|
(translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })))
|
(function_definition "char * setlocale(int __category,char *__locale)\n\n{\n \n halt_baddata();\n}" (primitive_type "char") (pointer_declarator "* setlocale(int __category,char *__locale)" (* "*") (function_declarator "setlocale(int __category,char *__locale)" (identifier "setlocale") (parameter_list "(int __category,char *__locale)" (( "(") (parameter_declaration "int __category" (primitive_type "int") (identifier "__category")) (, ",") (parameter_declaration "char *__locale" (primitive_type "char") (pointer_declarator "*__locale" (* "*") (identifier "__locale"))) () ")")))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(int __category,char *__locale)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* setlocale@@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: (identifier)) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))))
| null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(int __category,char *__locale)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9019_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c
|
close
|
FUN_0025cbd0
|
/* std::messages<char>::close(int) const */
void std::messages<char>::close(int param_1)
{
/* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*(int *)param_1 + 0x10))();
return;
}
|
void FUN_0025cbd0(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x10))();
return;
}
|
MOV EAX,dword ptr [ESP + 0x4]
MOV EAX,dword ptr [EAX]
JMP dword ptr [EAX + 0x10]
| null | null | null | null |
[('const-417', u'LOAD_-1204106274'), ('const-417', u'LOAD_-1204106279'), (u'INT_ADD_-1204106258', u'CAST_-1204106201'), (u'LOAD_-1204106274', u'CALLIND_-1204106267'), ('const-16', u'INT_ADD_-1204106258'), (u'LOAD_-1204106279', u'INT_ADD_-1204106258'), ('const-1', u'RETURN_-1204106264'), (u'CAST_-1204106201', u'LOAD_-1204106274'), (u'CAST_-1204106204', u'LOAD_-1204106279'), ('tmp_26', u'CAST_-1204106204')]
|
[('tmp_45', u'LOAD_-1204106279'), ('const-417', u'LOAD_-1204106274'), (u'CAST_-1204106202', u'LOAD_-1204106274'), (u'LOAD_-1204106274', u'CALLIND_-1204106267'), (u'INT_ADD_-1204106258', u'CAST_-1204106202'), ('const-417', u'LOAD_-1204106279'), ('const-16', u'INT_ADD_-1204106258'), (u'LOAD_-1204106279', u'INT_ADD_-1204106258'), ('const-1', u'RETURN_-1204106264')]
| null | null |
0025cbd0
|
x86
|
O1
|
(translation_unit "void FUN_0025cbd0(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x10))();\n return;\n}\n\n" (function_definition "void FUN_0025cbd0(int *param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x10))();\n return;\n}" primitive_type (function_declarator "FUN_0025cbd0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*param_1 + 0x10))();\n return;\n}" { comment comment (expression_statement "(**(code **)(*param_1 + 0x10))();" (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* std::messages<char>::close(int) const */\n\nvoid std::messages<char>::close(int param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1 + 0x10))();\n return;\n}\n\n" comment (function_definition "void std::messages<char>::close(int param_1)\n\n{\n /* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1 + 0x10))();\n return;\n}" primitive_type (ERROR "std::messages<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "close(int param_1)" identifier (parameter_list "(int param_1)" ( (parameter_declaration "int param_1" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (**(code **)(*(int *)param_1 + 0x10))();\n return;\n}" { comment comment (expression_statement "(**(code **)(*(int *)param_1 + 0x10))();" (call_expression "(**(code **)(*(int *)param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*(int *)param_1 + 0x10))" ( (pointer_expression "**(code **)(*(int *)param_1 + 0x10)" * (pointer_expression "*(code **)(*(int *)param_1 + 0x10)" * (cast_expression "(code **)(*(int *)param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(int *)param_1 + 0x10)" ( (binary_expression "*(int *)param_1 + 0x10" (pointer_expression "*(int *)param_1" * (cast_expression "(int *)param_1" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_0025cbd0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x10))();\n return;\n}\n\n" (function_definition "void FUN_0025cbd0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x10))();\n return;\n}" primitive_type (function_declarator "FUN_0025cbd0(int *param_1)" identifier (parameter_list "(int *param_1)" ( (parameter_declaration "int *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n \n \n (**(code **)(*param_1 + 0x10))();\n return;\n}" { (expression_statement "(**(code **)(*param_1 + 0x10))();" (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_0025cbd0(int *param_1)\n\n{\n \n \n (**(code **)(*param_1 + 0x10))();\n return;\n}" (primitive_type "void") (function_declarator "FUN_0025cbd0(int *param_1)" (identifier "FUN_0025cbd0") (parameter_list "(int *param_1)" (( "(") (parameter_declaration "int *param_1" (primitive_type "int") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n \n \n (**(code **)(*param_1 + 0x10))();\n return;\n}" ({ "{") (expression_statement "(**(code **)(*param_1 + 0x10))();" (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x10)" (* "*") (cast_expression "(code **)(*param_1 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* std::messages<char>::close(int) const */
void std::messages<char>::function_1(int param_1)
{
/* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(type_1 **)(*(int *)param_1 + 0x10))();
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 function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list))) (return_statement))))
| null |
void MASKED(int *param_1)
{
/* WARNING: Could not recover jumptable at 0x0025cbd6. Too many branches */
/* WARNING: Treating indirect jump as call */
(**(code **)(*param_1 + 0x10))();
return;
}
|
196_x86_64-linux-gnu-ranlib_and_x86_64-linux-gnu-ranlib_strip.c
|
make_tempdir
|
FUN_00018700
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
char * make_tempdir(char *filename)
{
char *pcVar1;
pcVar1 = template_in_dir(filename);
pcVar1 = mkdtemp(pcVar1);
return pcVar1;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void FUN_00018700(void)
{
char *__template;
__template = (char *)FUN_00017b10();
mkdtemp(__template);
return;
}
|
PUSH EBX
CALL 0x00013710
ADD EBX,0x88fa
SUB ESP,0x8
MOV EAX,dword ptr [ESP + 0x10]
CALL 0x00017b10
SUB ESP,0xc
PUSH EAX
CALL 0x000124d0
ADD ESP,0x18
POP EBX
RET
| null | null | null | null |
[(u'CALL_-1205958857', u'CALL_-1205958833'), ('const-0', u'RETURN_-1205958805'), ('tmp_185', u'CALL_-1205958857'), (u'CALL_-1205958833', u'RETURN_-1205958805')]
|
[('const-0', u'RETURN_-1205958805'), (u'CALL_-1205958857', u'CAST_-1205958727'), (u'CAST_-1205958727', u'CALL_-1205958833')]
| null | null |
00018700
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nvoid FUN_00018700(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}\n\n" comment (function_definition "void FUN_00018700(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}" primitive_type (function_declarator "FUN_00018700(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}" { (declaration "char *__template;" primitive_type (pointer_declarator "*__template" * identifier) ;) (expression_statement "__template = (char *)FUN_00017b10();" (assignment_expression "__template = (char *)FUN_00017b10()" identifier = (cast_expression "(char *)FUN_00017b10()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00017b10()" identifier (argument_list "()" ( ))))) ;) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" identifier (argument_list "(__template)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n/* WARNING: Unknown calling convention */\n\nchar * make_tempdir(char *filename)\n\n{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}\n\n" comment comment (function_definition "char * make_tempdir(char *filename)\n\n{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}" primitive_type (pointer_declarator "* make_tempdir(char *filename)" * (function_declarator "make_tempdir(char *filename)" identifier (parameter_list "(char *filename)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = template_in_dir(filename);\n pcVar1 = mkdtemp(pcVar1);\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = template_in_dir(filename);" (assignment_expression "pcVar1 = template_in_dir(filename)" identifier = (call_expression "template_in_dir(filename)" identifier (argument_list "(filename)" ( identifier )))) ;) (expression_statement "pcVar1 = mkdtemp(pcVar1);" (assignment_expression "pcVar1 = mkdtemp(pcVar1)" identifier = (call_expression "mkdtemp(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier )))) ;) (return_statement "return pcVar1;" return identifier ;) })))
|
(translation_unit "void FUN_00018700(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}\n\n" (function_definition "void FUN_00018700(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}" primitive_type (function_declarator "FUN_00018700(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}" { (declaration "char *__template;" primitive_type (pointer_declarator "*__template" * identifier) ;) (expression_statement "__template = (char *)FUN_00017b10();" (assignment_expression "__template = (char *)FUN_00017b10()" identifier = (cast_expression "(char *)FUN_00017b10()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00017b10()" identifier (argument_list "()" ( ))))) ;) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" identifier (argument_list "(__template)" ( identifier ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00018700(void)\n\n{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00018700(void)" (identifier "FUN_00018700") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n char *__template;\n \n __template = (char *)FUN_00017b10();\n mkdtemp(__template);\n return;\n}" ({ "{") (declaration "char *__template;" (primitive_type "char") (pointer_declarator "*__template" (* "*") (identifier "__template")) (; ";")) (expression_statement "__template = (char *)FUN_00017b10();" (assignment_expression "__template = (char *)FUN_00017b10()" (identifier "__template") (= "=") (cast_expression "(char *)FUN_00017b10()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00017b10()" (identifier "FUN_00017b10") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "mkdtemp(__template);" (call_expression "mkdtemp(__template)" (identifier "mkdtemp") (argument_list "(__template)" (( "(") (identifier "__template") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
/* WARNING: Unknown calling convention */
char * function_1(char *filename)
{
char *pcVar1;
pcVar1 = var_1(filename);
pcVar1 = var_2(pcVar1);
return pcVar1;
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
void MASKED(void)
{
char *__template;
__template = (char *)FUN_00017b10();
mkdtemp(__template);
return;
}
|
1813_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c
|
do_output_section_name
|
FUN_0004d480
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: char * do_output_section_name(Target_powerpc<32,_true> * this, Relobj *
param_1, char * name, size_t * plen) */
char * __thiscall
anon_unknown.dwarf_2af53c::Target_powerpc<32,_true>::do_output_section_name
(Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)
{
return (char *)0x0;
}
|
undefined4 FUN_0004d480(void)
{
return 0;
}
|
XOR EAX,EAX
RET
| null | null | null | null |
[('const-0', u'RETURN_-1206135657'), (u'COPY_-1206135677', u'RETURN_-1206135657'), ('const-0', u'COPY_-1206135677')]
|
[('const-0', u'RETURN_-1206135657'), (u'COPY_-1206135677', u'RETURN_-1206135657'), ('const-0', u'COPY_-1206135677')]
| null | null |
0004d480
|
x86
|
O1
|
(translation_unit "undefined4 FUN_0004d480(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0004d480(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0004d480(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: char * do_output_section_name(Target_powerpc<32,_true> * this, Relobj *\n param_1, char * name, size_t * plen) */\n\nchar * __thiscall\nanon_unknown.dwarf_2af53c::Target_powerpc<32,_true>::do_output_section_name\n (Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)\n\n{\n return (char *)0x0;\n}\n\n" comment comment (declaration "char * __thiscall" primitive_type (pointer_declarator "* __thiscall" * identifier) ;) (ERROR "anon_unknown.dwarf_2af53c::Target_powerpc<32,_true>::do_output_section_name\n (Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)" (binary_expression "anon_unknown.dwarf_2af53c::Target_powerpc<32,_true>::do_output_section_name\n (Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)" (binary_expression "anon_unknown.dwarf_2af53c::Target_powerpc<32" (field_expression "anon_unknown.dwarf_2af53c" identifier . field_identifier) (ERROR "::Target_powerpc" : : identifier) < number_literal) (ERROR ",_true" , identifier) > (ERROR "::" : :) (call_expression "do_output_section_name\n (Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)" identifier (argument_list "(Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)" ( (binary_expression "Target_powerpc<32" identifier < number_literal) , (binary_expression "_true> *this" identifier > (pointer_expression "*this" * identifier)) , (binary_expression "Relobj *param_2" identifier * identifier) , (binary_expression "char *name" identifier * identifier) , (binary_expression "size_t *plen" identifier * identifier) ))))) (compound_statement "{\n return (char *)0x0;\n}" { (return_statement "return (char *)0x0;" return (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal) ;) }))
|
(translation_unit "undefined4 FUN_0004d480(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined4 FUN_0004d480(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0004d480(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return 0;\n}" { (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return LIT ;) })))
|
(function_definition "undefined4 FUN_0004d480(void)\n\n{\n return 0;\n}" (type_identifier "undefined4") (function_declarator "FUN_0004d480(void)" (identifier "FUN_0004d480") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return 0;\n}" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: char * do_output_section_name(Target_powerpc<32,_true> * this, Relobj *
param_1, char * name, size_t * plen) */
char * __thiscall
anon_unknown.dwarf_2af53c::Target_powerpc<32,_true>::do_output_section_name
(Target_powerpc<32,_true> *this,Relobj *param_2,char *name,size_t *plen)
{
return (char *)0x0;
}
| null |
(translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (return_statement (number_literal)))))
| null |
undefined4 MASKED(void)
{
return 0;
}
|
9547_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c
|
__throw_out_of_range
|
FUN_00242a60
|
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_out_of_range(char const*) */
void std::__throw_out_of_range(char *param_1)
{
out_of_range *this;
char *pcVar1;
this = (out_of_range *)__cxa_allocate_exception(8);
pcVar1 = (char *)gettext(param_1);
/* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */
out_of_range::out_of_range(this,pcVar1);
/* WARNING: Subroutine does not return */
__cxa_throw(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c);
}
|
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
void FUN_00242a60(undefined4 param_1)
{
undefined4 uVar1;
undefined4 uVar2;
uVar1 = FUN_001fce50(8);
uVar2 = gettext(param_1);
/* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */
FUN_00243380(uVar1,uVar2);
/* WARNING: Subroutine does not return */
FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);
}
|
PUSH EBP
MOV EBP,ESP
PUSH EDI
PUSH ESI
CALL 0x00049ed6
ADD ESI,0x167596
PUSH EBX
SUB ESP,0x28
PUSH 0x8
MOV EBX,ESI
CALL 0x001fce50
POP EDX
PUSH dword ptr [EBP + 0x8]
MOV EDI,EAX
CALL 0x0002a3c0
POP ECX
POP EDX
PUSH EAX
PUSH EDI
CALL 0x00243380
ADD ESP,0xc
PUSH dword ptr [ESI + 0xfffffd3c]
PUSH dword ptr [ESI + 0xfffffbc8]
PUSH EDI
CALL 0x001fb8a0
| null | null | null | null |
[(u'CALL_-1204081985', u'CAST_-1204081766'), ('const-8', u'CALL_-1204082009'), (u'CAST_-1204081766', u'CALL_-1204081959'), (u'CALL_-1204081913', u'INDIRECT_-1204081742'), (u'CALL_-1204082009', u'CAST_-1204081778'), (u'INDIRECT_-1204081769', u'CALL_-1204081913'), ('tmp_282', u'CALL_-1204081985'), (u'CALL_-1204081985', u'INDIRECT_-1204081779'), (u'CALL_-1204081913', u'INDIRECT_-1204081747'), (u'CALL_-1204082009', u'INDIRECT_-1204081791'), (u'INDIRECT_-1204081742', u'COPY_-1204081801'), (u'CALL_-1204081959', u'INDIRECT_-1204081764'), (u'CALL_-1204081985', u'INDIRECT_-1204081774'), (u'CALL_-1204082009', u'INDIRECT_-1204081786'), (u'CAST_-1204081778', u'CALL_-1204081913'), (u'INDIRECT_-1204081747', u'COPY_-1204081806'), (u'CALL_-1204081959', u'INDIRECT_-1204081769'), (u'CAST_-1204081778', u'CALL_-1204081959'), (u'INDIRECT_-1204081764', u'CALL_-1204081913'), ('const-1', u'RETURN_-1204081908')]
|
[('const-8', u'CALL_-1204082009'), ('tmp_703', u'CALL_-1204081985'), (u'CALL_-1204082009', u'CALL_-1204081913'), (u'CALL_-1204081913', u'INDIRECT_-1204081744'), (u'CALL_-1204082009', u'INDIRECT_-1204081788'), (u'CALL_-1204081959', u'INDIRECT_-1204081771'), (u'CALL_-1204081913', u'INDIRECT_-1204081749'), (u'CALL_-1204082009', u'CALL_-1204081959'), (u'CALL_-1204081985', u'INDIRECT_-1204081776'), (u'INDIRECT_-1204081766', u'CALL_-1204081913'), (u'INDIRECT_-1204081749', u'COPY_-1204081808'), (u'INDIRECT_-1204081744', u'COPY_-1204081803'), (u'CALL_-1204081985', u'CALL_-1204081959'), (u'INDIRECT_-1204081771', u'CALL_-1204081913'), (u'CALL_-1204081959', u'INDIRECT_-1204081766'), (u'CALL_-1204081985', u'INDIRECT_-1204081781'), (u'CALL_-1204082009', u'INDIRECT_-1204081793'), ('const-1', u'RETURN_-1204081908')]
| null | null |
00242a60
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n\nvoid FUN_00242a60(undefined4 param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n /* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */\n FUN_00243380(uVar1,uVar2);\n /* WARNING: Subroutine does not return */\n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}\n\n" comment (function_definition "void FUN_00242a60(undefined4 param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n /* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */\n FUN_00243380(uVar1,uVar2);\n /* WARNING: Subroutine does not return */\n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}" primitive_type (function_declarator "FUN_00242a60(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n /* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */\n FUN_00243380(uVar1,uVar2);\n /* WARNING: Subroutine does not return */\n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_001fce50(8);" (assignment_expression "uVar1 = FUN_001fce50(8)" identifier = (call_expression "FUN_001fce50(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "uVar2 = gettext(param_1);" (assignment_expression "uVar2 = gettext(param_1)" identifier = (call_expression "gettext(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) comment (expression_statement "FUN_00243380(uVar1,uVar2);" (call_expression "FUN_00243380(uVar1,uVar2)" identifier (argument_list "(uVar1,uVar2)" ( identifier , identifier ))) ;) comment (expression_statement "FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);" (call_expression "FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c)" identifier (argument_list "(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c)" ( identifier , identifier , identifier ))) ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::__throw_out_of_range(char const*) */\n\nvoid std::__throw_out_of_range(char *param_1)\n\n{\n out_of_range *this;\n char *pcVar1;\n \n this = (out_of_range *)__cxa_allocate_exception(8);\n pcVar1 = (char *)gettext(param_1);\n /* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */\n out_of_range::out_of_range(this,pcVar1);\n /* WARNING: Subroutine does not return */\n __cxa_throw(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c);\n}\n\n" comment comment comment (function_definition "void std::__throw_out_of_range(char *param_1)\n\n{\n out_of_range *this;\n char *pcVar1;\n \n this = (out_of_range *)__cxa_allocate_exception(8);\n pcVar1 = (char *)gettext(param_1);\n /* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */\n out_of_range::out_of_range(this,pcVar1);\n /* WARNING: Subroutine does not return */\n __cxa_throw(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c);\n}" primitive_type (ERROR "std::" identifier : :) (function_declarator "__throw_out_of_range(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n out_of_range *this;\n char *pcVar1;\n \n this = (out_of_range *)__cxa_allocate_exception(8);\n pcVar1 = (char *)gettext(param_1);\n /* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */\n out_of_range::out_of_range(this,pcVar1);\n /* WARNING: Subroutine does not return */\n __cxa_throw(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c);\n}" { (declaration "out_of_range *this;" type_identifier (pointer_declarator "*this" * identifier) ;) (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "this = (out_of_range *)__cxa_allocate_exception(8);" (assignment_expression "this = (out_of_range *)__cxa_allocate_exception(8)" identifier = (cast_expression "(out_of_range *)__cxa_allocate_exception(8)" ( (type_descriptor "out_of_range *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "__cxa_allocate_exception(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "pcVar1 = (char *)gettext(param_1);" (assignment_expression "pcVar1 = (char *)gettext(param_1)" identifier = (cast_expression "(char *)gettext(param_1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "gettext(param_1)" identifier (argument_list "(param_1)" ( identifier ))))) ;) comment (labeled_statement "out_of_range::out_of_range(this,pcVar1);" statement_identifier : (ERROR ":" :) (expression_statement "out_of_range(this,pcVar1);" (call_expression "out_of_range(this,pcVar1)" identifier (argument_list "(this,pcVar1)" ( identifier , identifier ))) ;)) comment (expression_statement "__cxa_throw(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c);" (call_expression "__cxa_throw(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c)" identifier (argument_list "(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c)" ( identifier , identifier , identifier ))) ;) })))
|
(translation_unit "void FUN_00242a60(undefined4 param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n \n FUN_00243380(uVar1,uVar2);\n \n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}\n\n" (function_definition "void FUN_00242a60(undefined4 param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n \n FUN_00243380(uVar1,uVar2);\n \n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}" primitive_type (function_declarator "FUN_00242a60(undefined4 param_1)" identifier (parameter_list "(undefined4 param_1)" ( (parameter_declaration "undefined4 param_1" type_identifier identifier) ))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n \n FUN_00243380(uVar1,uVar2);\n \n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}" { (declaration "undefined4 uVar1;" type_identifier identifier ;) (declaration "undefined4 uVar2;" type_identifier identifier ;) (expression_statement "uVar1 = FUN_001fce50(8);" (assignment_expression "uVar1 = FUN_001fce50(8)" identifier = (call_expression "FUN_001fce50(8)" identifier (argument_list "(8)" ( number_literal )))) ;) (expression_statement "uVar2 = gettext(param_1);" (assignment_expression "uVar2 = gettext(param_1)" identifier = (call_expression "gettext(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "FUN_00243380(uVar1,uVar2);" (call_expression "FUN_00243380(uVar1,uVar2)" identifier (argument_list "(uVar1,uVar2)" ( identifier , identifier ))) ;) (expression_statement "FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);" (call_expression "FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c)" identifier (argument_list "(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c)" ( identifier , identifier , identifier ))) ;) })))
|
(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 = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) })))
|
(function_definition "void FUN_00242a60(undefined4 param_1)\n\n{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n \n FUN_00243380(uVar1,uVar2);\n \n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}" (primitive_type "void") (function_declarator "FUN_00242a60(undefined4 param_1)" (identifier "FUN_00242a60") (parameter_list "(undefined4 param_1)" (( "(") (parameter_declaration "undefined4 param_1" (type_identifier "undefined4") (identifier "param_1")) () ")"))) (compound_statement "{\n undefined4 uVar1;\n undefined4 uVar2;\n \n uVar1 = FUN_001fce50(8);\n uVar2 = gettext(param_1);\n \n FUN_00243380(uVar1,uVar2);\n \n FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);\n}" ({ "{") (declaration "undefined4 uVar1;" (type_identifier "undefined4") (identifier "uVar1") (; ";")) (declaration "undefined4 uVar2;" (type_identifier "undefined4") (identifier "uVar2") (; ";")) (expression_statement "uVar1 = FUN_001fce50(8);" (assignment_expression "uVar1 = FUN_001fce50(8)" (identifier "uVar1") (= "=") (call_expression "FUN_001fce50(8)" (identifier "FUN_001fce50") (argument_list "(8)" (( "(") (number_literal "8") () ")")))) (; ";")) (expression_statement "uVar2 = gettext(param_1);" (assignment_expression "uVar2 = gettext(param_1)" (identifier "uVar2") (= "=") (call_expression "gettext(param_1)" (identifier "gettext") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "FUN_00243380(uVar1,uVar2);" (call_expression "FUN_00243380(uVar1,uVar2)" (identifier "FUN_00243380") (argument_list "(uVar1,uVar2)" (( "(") (identifier "uVar1") (, ",") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);" (call_expression "FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c)" (identifier "FUN_001fb8a0") (argument_list "(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c)" (( "(") (identifier "uVar1") (, ",") (identifier "PTR_PTR_003a9bc8") (, ",") (identifier "PTR_FUN_003a9d3c") () ")"))) (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::__throw_out_of_range(char const*) */
void std::function_1(char *param_1)
{
type_1 *this;
char *pcVar1;
this = (type_1 *)var_1(8);
pcVar1 = (char *)var_2(param_1);
/* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */
out_of_range::type_1(this,pcVar1);
/* WARNING: Subroutine does not return */
var_3(this,PTR_PTR_003a9bc8,PTR__out_of_range_003a9d3c);
}
| null |
(translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.si replaced with injection: get_pc_thunk_si */
void MASKED(undefined4 param_1)
{
undefined4 uVar1;
undefined4 uVar2;
uVar1 = FUN_001fce50(8);
uVar2 = gettext(param_1);
/* try { // try from 00242a8c to 00242a90 has its CatchHandler @ 00242aa6 */
FUN_00243380(uVar1,uVar2);
/* WARNING: Subroutine does not return */
FUN_001fb8a0(uVar1,PTR_PTR_003a9bc8,PTR_FUN_003a9d3c);
}
|
178_riscv64-linux-gnu-objdump_and_riscv64-linux-gnu-objdump_strip.c
|
load_specific_debug_section
|
FUN_0001c340
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
bfd_boolean __regparm3
load_specific_debug_section(dwarf_section_display_enum debug,asection *sec,void *file)
{
uint uVar1;
bfd_boolean bVar2;
int iVar3;
char *pcVar4;
void *pvVar5;
bfd *abfd;
int iVar6;
undefined4 uVar7;
bfd_byte *contents;
undefined4 uStack_14;
uStack_14 = 0x1c349;
/* WARNING: Load size is inaccurate */
pcVar4 = *file;
pvVar5 = *(void **)(&DAT_00073570 + debug * 0x40);
if (pvVar5 != (void *)0x0) {
iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);
if (iVar3 == 0) {
return 1;
}
free(pvVar5);
/* WARNING: Load size is inaccurate */
pcVar4 = *file;
}
iVar6 = debug * 0x40;
*(char **)(&DAT_0007356c + iVar6) = pcVar4;
*(undefined4 *)(&DAT_00073588 + iVar6) = 0;
*(undefined4 *)(&DAT_0007358c + iVar6) = 0;
uVar7 = *(undefined4 *)((int)&sec->vma + 4);
*(int *)(&DAT_00073574 + iVar6) = (int)sec->vma;
*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;
uVar1 = (uint)sec->size;
iVar3 = *(int *)((int)&sec->size + 4);
*(uint *)(&DAT_0007357c + iVar6) = uVar1;
*(int *)(&DAT_00073580 + iVar6) = iVar3;
contents = (bfd_byte *)malloc(uVar1 + 1);
*(asection **)(&DAT_00073590 + iVar6) = sec;
*(bfd_byte **)(&DAT_00073570 + iVar6) = contents;
if (((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))
|| (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,
iVar3 == 0)) {
free_debug_section(debug);
uVar7 = (&DAT_00073568)[debug * 0x10];
}
else {
*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;
if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {
return 1;
}
bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));
iVar3 = bfd_simple_get_relocated_section_contents
(file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);
if (iVar3 != 0) {
iVar3 = bfd_get_reloc_upper_bound(file,sec);
if (iVar3 < 1) {
return 1;
}
pvVar5 = (void *)xmalloc(iVar3);
iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);
if (iVar3 != 0) {
*(void **)(&DAT_00073588 + iVar6) = pvVar5;
*(int *)(&DAT_0007358c + iVar6) = iVar3;
return 1;
}
free(pvVar5);
return 1;
}
free_debug_section(debug);
uVar7 = (&DAT_00073568)[debug * 0x10];
}
pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);
printf(pcVar4,uVar7);
return 0;
}
|
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 FUN_0001c340(int param_1,int param_2,undefined4 *param_3)
{
uint uVar1;
int iVar2;
int iVar3;
char *pcVar4;
void *pvVar5;
int iVar6;
undefined4 uVar7;
void *local_20 [3];
undefined4 uStack_14;
uStack_14 = 0x1c349;
pcVar4 = (char *)*param_3;
pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);
if (pvVar5 != (void *)0x0) {
iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);
if (iVar2 == 0) {
return 1;
}
free(pvVar5);
pcVar4 = (char *)*param_3;
}
iVar6 = param_1 * 0x40;
*(char **)(&DAT_0007356c + iVar6) = pcVar4;
*(undefined4 *)(&DAT_00073588 + iVar6) = 0;
*(undefined4 *)(&DAT_0007358c + iVar6) = 0;
uVar7 = *(undefined4 *)(param_2 + 0x20);
*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);
*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;
uVar1 = *(uint *)(param_2 + 0x2c);
iVar2 = *(int *)(param_2 + 0x30);
*(uint *)(&DAT_0007357c + iVar6) = uVar1;
*(int *)(&DAT_00073580 + iVar6) = iVar2;
local_20[0] = malloc(uVar1 + 1);
*(int *)(&DAT_00073590 + iVar6) = param_2;
*(void **)(&DAT_00073570 + iVar6) = local_20[0];
if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))
|| (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,
iVar3 == 0)) {
FUN_0001c2b0(param_1);
uVar7 = (&DAT_00073568)[param_1 * 0x10];
}
else {
*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;
if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {
return 1;
}
bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));
iVar2 = bfd_simple_get_relocated_section_contents
(param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);
if (iVar2 != 0) {
iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);
if (iVar2 < 1) {
return 1;
}
pvVar5 = (void *)xmalloc(iVar2);
iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);
if (iVar2 != 0) {
*(void **)(&DAT_00073588 + iVar6) = pvVar5;
*(int *)(&DAT_0007358c + iVar6) = iVar2;
return 1;
}
free(pvVar5);
return 1;
}
FUN_0001c2b0(param_1);
uVar7 = (&DAT_00073568)[param_1 * 0x10];
}
pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);
printf(pcVar4,uVar7);
return 0;
}
|
PUSH EBP
PUSH EDI
PUSH ESI
PUSH EBX
CALL 0x000153d0
ADD EBX,0x56cb7
SUB ESP,0x3c
MOV dword ptr [ESP + 0x10],EAX
SHL EAX,0x6
MOV dword ptr [ESP + 0xc],EDX
MOV EDX,EAX
MOV EAX,dword ptr [ECX]
MOV dword ptr [ESP + 0x18],ECX
LEA EDI,[EBX + 0x560]
ADD EDX,EDI
MOV dword ptr [ESP + 0x14],EDI
MOV ESI,dword ptr [EDX + 0x10]
TEST ESI,ESI
JZ 0x0001c3ae
SUB ESP,0x8
MOV EDI,ECX
PUSH EAX
PUSH dword ptr [EDX + 0xc]
CALL 0x00014080
ADD ESP,0x10
MOV EDX,0x1
TEST EAX,EAX
JNZ 0x0001c3a0
ADD ESP,0x3c
MOV EAX,EDX
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0xc
PUSH ESI
CALL 0x00014120
MOV EAX,dword ptr [EDI]
ADD ESP,0x10
MOV EBP,dword ptr [ESP + 0x10]
SHL EBP,0x6
ADD EBP,dword ptr [ESP + 0x14]
MOV dword ptr [EBP + 0xc],EAX
MOV EAX,dword ptr [ESP + 0xc]
LEA EDX,[EBP + 0x10]
MOV dword ptr [EBP + 0x28],0x0
MOV dword ptr [EBP + 0x2c],0x0
MOV ESI,dword ptr [EAX + 0x1c]
MOV EDI,dword ptr [EAX + 0x20]
MOV dword ptr [EBP + 0x14],ESI
MOV dword ptr [EBP + 0x18],EDI
MOV ESI,dword ptr [EAX + 0x2c]
MOV EDI,dword ptr [EAX + 0x30]
MOV dword ptr [ESP + 0xc],EAX
MOV dword ptr [EBP + 0x1c],ESI
ADD ESI,0x1
MOV dword ptr [EBP + 0x20],EDI
ADC EDI,0x0
SUB ESP,0xc
MOV dword ptr [ESP + 0x28],EDX
PUSH ESI
CALL 0x000143b0
MOV ECX,dword ptr [ESP + 0x1c]
MOV dword ptr [ESP + 0x3c],EAX
ADD ESP,0x10
MOV dword ptr [EBP + 0x30],ECX
MOV ECX,ESI
OR ECX,EDI
MOV dword ptr [EBP + 0x10],EAX
JZ 0x0001c470
TEST EAX,EAX
MOV EDX,dword ptr [ESP + 0x1c]
JZ 0x0001c470
MOV dword ptr [ESP + 0x1c],EDX
SUB ESP,0x4
LEA EAX,[ESP + 0x30]
PUSH EAX
PUSH dword ptr [ESP + 0x14]
PUSH dword ptr [ESP + 0x24]
CALL 0x00014360
ADD ESP,0x10
TEST EAX,EAX
JZ 0x0001c470
MOV EDX,dword ptr [ESP + 0x1c]
MOV EAX,dword ptr [EBP + 0x10]
MOV EDI,dword ptr [EBX + 0x103c]
MOV EDX,dword ptr [EDX + 0xc]
MOV byte ptr [EAX + EDX*0x1],0x0
TEST EDI,EDI
JZ 0x0001c45e
MOV ESI,dword ptr [EBP + 0x3c]
TEST ESI,ESI
JNZ 0x0001c4b8
ADD ESP,0x3c
MOV EDX,0x1
POP EBX
MOV EAX,EDX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0xc
MOV ESI,dword ptr [ESP + 0x1c]
PUSH ESI
CALL 0x0001c2b0
MOV EAX,ESI
MOV ECX,dword ptr [ESP + 0x24]
SHL EAX,0x6
MOV ESI,dword ptr [ECX + EAX*0x1 + 0x8]
ADD ESP,0xc
LEA EAX,[EBX + 0xfffdc33c]
PUSH 0x5
PUSH EAX
PUSH 0x0
CALL 0x000141f0
POP EDX
POP ECX
PUSH ESI
PUSH EAX
CALL 0x000140b0
ADD ESP,0x10
XOR EDX,EDX
ADD ESP,0x3c
MOV EAX,EDX
POP EBX
POP ESI
POP EDI
POP EBP
RET
SUB ESP,0x8
PUSH dword ptr [EBP + 0x10]
MOV ESI,dword ptr [ESP + 0x18]
PUSH ESI
CALL 0x000144b0
PUSH dword ptr [EBX + 0x1078]
PUSH dword ptr [EBP + 0x10]
PUSH ESI
PUSH dword ptr [ESP + 0x34]
CALL 0x00014650
ADD ESP,0x20
TEST EAX,EAX
JZ 0x0001c528
SUB ESP,0x8
PUSH dword ptr [ESP + 0x14]
MOV EDI,dword ptr [ESP + 0x24]
PUSH EDI
CALL 0x00014770
ADD ESP,0x10
TEST EAX,EAX
JLE 0x0001c45e
SUB ESP,0xc
PUSH EAX
CALL 0x000142b0
PUSH 0x0
PUSH EAX
MOV ESI,EAX
PUSH dword ptr [ESP + 0x24]
PUSH EDI
CALL 0x000146f0
ADD ESP,0x20
TEST EAX,EAX
JZ 0x0001c53c
MOV dword ptr [EBP + 0x28],ESI
MOV dword ptr [EBP + 0x2c],EAX
JMP 0x0001c45e
SUB ESP,0xc
PUSH dword ptr [ESP + 0x1c]
CALL 0x0001c2b0
MOV ESI,dword ptr [EBP + 0x8]
JMP 0x0001c48a
SUB ESP,0xc
PUSH ESI
CALL 0x00014120
ADD ESP,0x10
MOV EDX,0x1
JMP 0x0001c392
| null | null | null | null |
[(u'INT_MULT_-1205943131', u'PTRADD_-1205942275'), (u'CAST_-1205941317', u'LOAD_-1205942744'), (u'CALL_-1205942404', u'CAST_-1205941143'), ('const-472444', u'PTRSUB_-1205941374'), (u'CALL_-1205942346', u'INDIRECT_-1205941554'), ('const-0', u'RETURN_-1205941633'), (u'INT_MULT_-1205943131', u'PTRADD_-1205943025'), (u'PTRSUB_-1205941327', u'PTRADD_-1205941301'), ('const-1', u'PTRADD_-1205942944'), (u'PTRADD_-1205942987', u'CAST_-1205941453'), (u'INDIRECT_-1205941477', u'MULTIEQUAL_-1205941377'), ('const-1', u'PTRADD_-1205943025'), ('const-0', u'PTRSUB_-1205941162'), ('const-5', u'CALL_-1205942396'), ('tmp_2427', u'PTRSUB_-1205941470'), ('tmp_2428', u'CALL_-1205942822'), (u'INT_MULT_-1205943131', u'PTRADD_-1205943015'), ('const-0', u'PTRSUB_-1205941268'), (u'CAST_-1205941390', u'STORE_-1205942903'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942987'), (u'STORE_-1205942335', u'INDIRECT_-1205941238'), ('const-0', u'RETURN_-1205942301'), (u'COPY_-1205941660', u'COPY_-1205941667'), ('tmp_5788', u'MULTIEQUAL_-1205941570'), (u'INT_EQUAL_-1205942002', u'BOOL_AND_-1205941437'), ('tmp_2427', u'PTRSUB_-1205941474'), (u'STORE_-1205943075', u'INDIRECT_-1205941555'), (u'INDIRECT_-1205941605', u'MULTIEQUAL_-1205941531'), (u'CALL_-1205942346', u'INDIRECT_-1205941430'), ('const-64', u'INT_MULT_-1205943396'), ('const-44', u'PTRSUB_-1205941474'), (u'PTRADD_-1205942682', u'CAST_-1205941317'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942529'), (u'STORE_-1205943022', u'INDIRECT_-1205941557'), ('const-4', u'INT_ADD_-1205941531'), (u'STORE_-1205943053', u'INDIRECT_-1205941575'), (u'INDIRECT_-1205941350', u'COPY_-1205941384'), (u'INT_ADD_-1205941531', u'CAST_-1205941461'), ('tmp_1959', u'BRANCH_-1205942263'), (u'INDIRECT_-1205941384', u'COPY_-1205941418'), (u'INT_LESS_-1205943006', u'INT_ZEXT_-1205942986'), (u'COPY_-1205941436', u'INT_EQUAL_-1205942746'), (u'PTRSUB_-1205941389', u'PTRADD_-1205942725'), ('tmp_2428', u'CALL_-1205942460'), ('const-472432', u'PTRSUB_-1205941439'), ('tmp_2428', u'CALL_-1205942526'), (u'LOAD_-1205942772', u'INT_ADD_-1205942749'), (u'CALL_-1205942346', u'INDIRECT_-1205941396'), ('const-0', u'INT_NOTEQUAL_-1205943321'), (u'INDIRECT_-1205941415', u'COPY_-1205941457'), (u'CAST_-1205941415', u'INT_EQUAL_-1205942884'), ('const-1', u'COPY_-1205941435'), ('const-1', u'INT_SLESS_-1205942424'), (u'INDIRECT_-1205941244', u'MULTIEQUAL_-1205941386'), (u'INDIRECT_-1205941624', u'MULTIEQUAL_-1205941550'), (u'COPY_-1205941429', u'RETURN_-1205941412'), (u'CALL_-1205942460', u'INT_SLESS_-1205942424'), ('const-0', u'STORE_-1205943085'), ('const-417', u'LOAD_-1205942553'), ('const-4', u'PTRADD_-1205941301'), (u'CAST_-1205941457', u'STORE_-1205943053'), (u'CALL_-1205943287', u'INDIRECT_-1205941681'), (u'CAST_-1205941415', u'STORE_-1205942903'), ('const-115529', u'COPY_-1205943470'), ('const-417', u'LOAD_-1205942292'), (u'STORE_-1205943085', u'INDIRECT_-1205941597'), (u'CALL_-1205942526', u'INDIRECT_-1205941458'), (u'PTRSUB_-1205941248', u'PTRADD_-1205942491'), ('const-0', u'PTRSUB_-1205941356'), ('const-417', u'STORE_-1205942763'), ('tmp_1024', u'CBRANCH_-1205942897'), (u'INDIRECT_-1205941320', u'CALL_-1205942526'), (u'CAST_-1205941453', u'STORE_-1205943047'), ('const-0', u'SUBPIECE_-1205941474'), ('const-4', u'INT_ADD_-1205941516'), ('const-417', u'STORE_-1205943103'), (u'INT_NOTEQUAL_-1205942344', u'CBRANCH_-1205942344'), (u'INT_EQUAL_-1205942726', u'CBRANCH_-1205942724'), ('const-28', u'PTRSUB_-1205941485'), (u'PTRSUB_-1205941490', u'PTRADD_-1205942987'), (u'CAST_-1205941330', u'LOAD_-1205942772'), (u'INT_MULT_-1205941335', u'PTRADD_-1205941301'), (u'STORE_-1205942763', u'INDIRECT_-1205941415'), (u'PTRADD_-1205942944', u'CAST_-1205941430'), (u'PTRSUB_-1205941601', u'PTRADD_-1205943278'), (u'LOAD_-1205942744', u'INT_EQUAL_-1205942726'), ('const-0', u'PTRSUB_-1205941530'), (u'CALL_-1205942396', u'CAST_-1205941246'), ('const-4', u'PTRADD_-1205941125'), (u'LOAD_-1205942553', u'CALL_-1205942526'), (u'PTRSUB_-1205941500', u'PTRADD_-1205943015'), (u'STORE_-1205943047', u'INDIRECT_-1205941571'), ('const-472428', u'PTRSUB_-1205941530'), (u'PTRSUB_-1205941474', u'LOAD_-1205943043'), (u'LOAD_-1205943037', u'INT_ADD_-1205942976'), (u'STORE_-1205942923', u'INDIRECT_-1205941519'), ('const-417', u'LOAD_-1205942787'), (u'LOAD_-1205942787', u'INT_ADD_-1205942749'), (u'CALL_-1205942370', u'INDIRECT_-1205941350'), (u'CALL_-1205942370', u'INDIRECT_-1205941384'), ('const-417', u'LOAD_-1205942744'), (u'PTRSUB_-1205941268', u'PTRADD_-1205942529'), (u'CAST_-1205941216', u'LOAD_-1205942591'), (u'COPY_-1205942702', u'RETURN_-1205942673'), (u'LOAD_-1205942591', u'CALL_-1205942566'), (u'STORE_-1205942341', u'INDIRECT_-1205941208'), (u'LOAD_-1205943186', u'MULTIEQUAL_-1205942253'), (u'INT_MULT_-1205943396', u'PTRADD_-1205943239'), (u'CAST_-1205941246', u'CALL_-1205942370'), ('tmp_2427', u'CALL_-1205942566'), (u'COPY_-1205943470', u'MULTIEQUAL_-1205941724'), (u'CALL_-1205942526', u'INT_NOTEQUAL_-1205942499'), (u'PTRADD_-1205942529', u'CAST_-1205941216'), (u'CAST_-1205941430', u'STORE_-1205943004'), (u'CALL_-1205942460', u'CALL_-1205942404'), ('const-0', u'RETURN_-1205941418'), (u'LOAD_-1205943067', u'SUBPIECE_-1205941474'), ('const-472464', u'PTRSUB_-1205941433'), ('const-0', u'PTRSUB_-1205941374'), (u'CALL_-1205942566', u'INDIRECT_-1205941354'), ('const-472460', u'PTRSUB_-1205941500'), ('const-417', u'LOAD_-1205943037'), ('tmp_412', u'CBRANCH_-1205943253'), ('tmp_2427', u'PTRSUB_-1205941489'), ('const-472440', u'PTRSUB_-1205941490'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942944'), ('const-417', u'STORE_-1205942335'), ('const-1', u'PTRADD_-1205942993'), (u'PTRADD_-1205942962', u'CAST_-1205941437'), (u'COPY_-1205941435', u'RETURN_-1205941418'), (u'LOAD_-1205943037', u'STORE_-1205943004'), (u'PTRSUB_-1205941439', u'PTRADD_-1205942843'), ('const-472432', u'PTRSUB_-1205941268'), (u'PTRSUB_-1205941157', u'PTRADD_-1205942275'), (u'CALL_-1205942371', u'INDIRECT_-1205941374'), ('tmp_1058', u'CBRANCH_-1205942876'), (u'STORE_-1205942903', u'INDIRECT_-1205941477'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942710'), ('tmp_1671', u'CBRANCH_-1205942431'), (u'STORE_-1205943004', u'INDIRECT_-1205941516'), ('const-0', u'PTRSUB_-1205941327'), (u'PTRSUB_-1205941530', u'PTRADD_-1205943043'), ('const-1', u'PTRADD_-1205942843'), (u'SUBPIECE_-1205941461', u'STORE_-1205943022'), ('const-0', u'INT_EQUAL_-1205943255'), ('const-0', u'INT_EQUAL_-1205942002'), (u'CALL_-1205942272', u'INDIRECT_-1205941349'), (u'CALL_-1205942822', u'INDIRECT_-1205941624'), (u'INDIRECT_-1205941272', u'COPY_-1205941422'), (u'INT_ADD_-1205943000', u'INT_EQUAL_-1205942003'), ('const-16', u'INT_MULT_-1205941335'), ('tmp_2428', u'LOAD_-1205943378'), (u'INDIRECT_-1205941221', u'COPY_-1205941694'), (u'CALL_-1205942404', u'INDIRECT_-1205941285'), ('const-472448', u'PTRSUB_-1205941468'), (u'CALL_-1205942371', u'STORE_-1205942335'), (u'INT_EQUAL_-1205942003', u'BOOL_AND_-1205941437'), (u'PTRADD_-1205942725', u'CAST_-1205941340'), ('tmp_2427', u'CALL_-1205942526'), ('tmp_5789', u'MULTIEQUAL_-1205941604'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942863'), (u'INT_MULT_-1205943131', u'PTRADD_-1205943043'), (u'BOOL_AND_-1205941437', u'CBRANCH_-1205942897'), (u'INDIRECT_-1205941449', u'COPY_-1205941491'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942682'), (u'CALL_-1205942566', u'INDIRECT_-1205941320'), (u'PTRSUB_-1205941509', u'PTRADD_-1205943025'), (u'PTRADD_-1205941125', u'LOAD_-1205942270'), ('const-0', u'INT_EQUAL_-1205942796'), ('const-1', u'PTRADD_-1205942491'), ('const-0', u'PTRSUB_-1205941601'), (u'CALL_-1205942283', u'INDIRECT_-1205941221'), (u'CALL_-1205942346', u'INDIRECT_-1205941535'), (u'PTRSUB_-1205941162', u'PTRADD_-1205942281'), ('tmp_1262', u'CBRANCH_-1205942745'), (u'CAST_-1205941552', u'LOAD_-1205943301'), (u'INT_NOTEQUAL_-1205942499', u'CBRANCH_-1205942499'), (u'PTRADD_-1205943025', u'CAST_-1205941481'), ('const-1', u'PTRADD_-1205942725'), ('const-417', u'LOAD_-1205943061'), (u'INDIRECT_-1205941396', u'MULTIEQUAL_-1205941352'), (u'CAST_-1205941143', u'CALL_-1205942371'), ('const-472444', u'PTRSUB_-1205941476'), ('const-1', u'PTRADD_-1205942863'), (u'CALL_-1205942404', u'INDIRECT_-1205941409'), (u'STORE_-1205942923', u'INDIRECT_-1205941485'), (u'STORE_-1205943004', u'INDIRECT_-1205941550'), (u'CALL_-1205942526', u'INDIRECT_-1205941334'), ('tmp_2427', u'CALL_-1205942460'), (u'PTRSUB_-1205941494', u'PTRADD_-1205942993'), (u'PTRSUB_-1205941485', u'CAST_-1205941462'), (u'LOAD_-1205943340', u'INT_NOTEQUAL_-1205943321'), (u'INT_ADD_-1205942749', u'CAST_-1205941326'), (u'PTRSUB_-1205941154', u'PTRADD_-1205941125'), ('const-0', u'SUBPIECE_-1205941461'), (u'CALL_-1205943187', u'INDIRECT_-1205941750'), ('const-1', u'COPY_-1205942702'), (u'INT_ZEXT_-1205942986', u'INT_ADD_-1205942976'), (u'CAST_-1205941398', u'STORE_-1205942923'), (u'INT_EQUAL_-1205942884', u'CBRANCH_-1205942876'), (u'CALL_-1205942272', u'INDIRECT_-1205941368'), (u'CALL_-1205942566', u'INDIRECT_-1205941478'), (u'CAST_-1205941115', u'STORE_-1205942341'), (u'LOAD_-1205943378', u'CALL_-1205943287'), (u'LOAD_-1205943061', u'STORE_-1205943047'), (u'INDIRECT_-1205941535', u'MULTIEQUAL_-1205941506'), (u'CAST_-1205941326', u'STORE_-1205942763'), ('const-0', u'PTRSUB_-1205941157'), (u'STORE_-1205943047', u'INDIRECT_-1205941537'), ('const-1', u'PTRADD_-1205942529'), (u'INDIRECT_-1205941466', u'MULTIEQUAL_-1205941377'), ('const-0', u'INT_NOTEQUAL_-1205942344'), ('const-472476', u'PTRSUB_-1205941356'), ('const-472432', u'PTRSUB_-1205941601'), (u'CALL_-1205942283', u'INDIRECT_-1205941326'), (u'CALL_-1205942566', u'INDIRECT_-1205941459'), (u'CALL_-1205942371', u'INDIRECT_-1205941235'), ('tmp_1193', u'CBRANCH_-1205942795'), (u'PTRSUB_-1205941433', u'PTRADD_-1205942863'), ('const-0', u'PTRSUB_-1205941476'), ('const-0', u'PTRSUB_-1205941389'), (u'PTRADD_-1205941301', u'LOAD_-1205942292'), (u'STORE_-1205943075', u'INDIRECT_-1205941589'), (u'PTRSUB_-1205941489', u'LOAD_-1205943067'), ('const-0', u'COPY_-1205942335'), (u'CALL_-1205942404', u'INDIRECT_-1205941390'), ('tmp_1813', u'CBRANCH_-1205942344'), ('tmp_2426', u'CALL_-1205942272'), ('const-0', u'PTRSUB_-1205941494'), (u'CAST_-1205941492', u'STORE_-1205943103'), (u'CAST_-1205941143', u'CALL_-1205942283'), ('const-0', u'INT_EQUAL_-1205942884'), (u'PTRSUB_-1205941398', u'CALL_-1205942822'), (u'CALL_-1205942460', u'INDIRECT_-1205941272'), (u'LOAD_-1205942292', u'MULTIEQUAL_-1205941986'), ('const-1', u'PTRADD_-1205942710'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942281'), ('const-4294967294', u'INT_LESS_-1205943006'), (u'CALL_-1205942283', u'INDIRECT_-1205941345'), (u'STORE_-1205942341', u'INDIRECT_-1205941242'), ('const-0', u'RETURN_-1205941412'), ('const-417', u'LOAD_-1205943340'), ('tmp_2428', u'LOAD_-1205943186'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942962'), (u'PTRSUB_-1205941590', u'PTRADD_-1205943239'), (u'PTRADD_-1205942491', u'CAST_-1205941196'), (u'CALL_-1205943287', u'INDIRECT_-1205941647'), (u'CAST_-1205941340', u'LOAD_-1205942787'), (u'CALL_-1205942460', u'INDIRECT_-1205941411'), ('const-4294967264', u'PTRSUB_-1205941398'), ('const-417', u'STORE_-1205942903'), (u'SUBPIECE_-1205941461', u'INT_ADD_-1205943000'), (u'MULTIEQUAL_-1205942253', u'STORE_-1205943103'), (u'INDIRECT_-1205941750', u'MULTIEQUAL_-1205941724'), ('tmp_1298', u'CBRANCH_-1205942724'), ('const-417', u'LOAD_-1205943186'), ('const-0', u'STORE_-1205943075'), ('const-1', u'PTRADD_-1205942275'), (u'INT_ADD_-1205943000', u'CALL_-1205942953'), (u'INT_NOTEQUAL_-1205943321', u'CBRANCH_-1205943321'), ('tmp_2427', u'CALL_-1205942371'), ('const-1', u'PTRADD_-1205942987'), ('const-0', u'PTRSUB_-1205941590'), (u'CALL_-1205942396', u'INDIRECT_-1205941360'), (u'PTRADD_-1205942843', u'CAST_-1205941390'), (u'INT_EQUAL_-1205942746', u'CBRANCH_-1205942745'), ('const-472456', u'PTRSUB_-1205941509'), (u'CALL_-1205942371', u'INDIRECT_-1205941269'), (u'CAST_-1205941473', u'STORE_-1205943075'), ('const-417', u'LOAD_-1205943378'), (u'CALL_-1205942822', u'INT_EQUAL_-1205942796'), (u'LOAD_-1205942270', u'MULTIEQUAL_-1205941986'), (u'INDIRECT_-1205941349', u'MULTIEQUAL_-1205941506'), ('const-0', u'INT_EQUAL_-1205942746'), ('const-472460', u'PTRSUB_-1205941157'), (u'PTRSUB_-1205941470', u'CAST_-1205941446'), (u'CAST_-1205941196', u'LOAD_-1205942553'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942993'), (u'CALL_-1205943187', u'INDIRECT_-1205941611'), (u'PTRADD_-1205943278', u'CAST_-1205941566'), (u'INDIRECT_-1205941511', u'MULTIEQUAL_-1205941411'), ('const-417', u'LOAD_-1205942270'), (u'CALL_-1205942283', u'INDIRECT_-1205941187'), (u'LOAD_-1205943340', u'CALL_-1205943187'), (u'SUBPIECE_-1205941461', u'INT_LESS_-1205943006'), ('const-0', u'PTRSUB_-1205941439'), ('const-0', u'PTRSUB_-1205941154'), ('const-1', u'PTRADD_-1205943015'), ('tmp_2426', u'INT_MULT_-1205943131'), (u'CALL_-1205943287', u'INT_EQUAL_-1205943255'), (u'INDIRECT_-1205941430', u'MULTIEQUAL_-1205941386'), (u'PTRSUB_-1205941374', u'PTRADD_-1205942710'), (u'CAST_-1205941446', u'INT_ADD_-1205941516'), (u'INT_ADD_-1205942976', u'INT_EQUAL_-1205942002'), ('const-417', u'STORE_-1205943075'), ('const-417', u'STORE_-1205943004'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942725'), (u'CALL_-1205942272', u'INDIRECT_-1205941210'), ('const-1', u'INT_ADD_-1205943000'), (u'LOAD_-1205943301', u'CALL_-1205943287'), (u'CALL_-1205942822', u'INDIRECT_-1205941500'), ('const-472432', u'PTRSUB_-1205941389'), (u'INDIRECT_-1205941210', u'MULTIEQUAL_-1205941352'), (u'INT_SLESS_-1205942424', u'CBRANCH_-1205942431'), ('const-0', u'CALL_-1205942396'), ('const-417', u'LOAD_-1205943301'), ('const-472428', u'PTRSUB_-1205941590'), (u'LOAD_-1205943043', u'SUBPIECE_-1205941461'), (u'CALL_-1205942822', u'INDIRECT_-1205941466'), (u'INDIRECT_-1205941500', u'COPY_-1205941436'), (u'PTRSUB_-1205941356', u'PTRADD_-1205942682'), (u'INDIRECT_-1205941647', u'COPY_-1205941643'), ('const-0', u'RETURN_-1205943208'), (u'CAST_-1205941461', u'LOAD_-1205943061'), (u'INT_MULT_-1205941159', u'PTRADD_-1205941125'), (u'CALL_-1205942953', u'INDIRECT_-1205941523'), ('const-472424', u'PTRSUB_-1205941327'), (u'PTRADD_-1205942281', u'CAST_-1205941115'), ('const-0', u'INT_EQUAL_-1205942003'), ('const-417', u'STORE_-1205943022'), ('const-64', u'INT_MULT_-1205943131'), (u'LOAD_-1205943378', u'MULTIEQUAL_-1205942253'), (u'CAST_-1205941445', u'LOAD_-1205943037'), ('tmp_2428', u'CALL_-1205942371'), (u'INDIRECT_-1205941204', u'COPY_-1205941428'), ('const-472424', u'PTRSUB_-1205941154'), (u'STORE_-1205943053', u'INDIRECT_-1205941541'), (u'CALL_-1205942460', u'INDIRECT_-1205941306'), (u'INDIRECT_-1205941554', u'MULTIEQUAL_-1205941525'), ('const-417', u'LOAD_-1205943067'), (u'CALL_-1205942460', u'INDIRECT_-1205941430'), ('const-28', u'PTRSUB_-1205941489'), (u'STORE_-1205943022', u'INDIRECT_-1205941523'), (u'CAST_-1205941481', u'STORE_-1205943085'), (u'INDIRECT_-1205941500', u'MULTIEQUAL_-1205941411'), ('const-472436', u'PTRSUB_-1205941494'), ('const-417', u'STORE_-1205943047'), (u'STORE_-1205943085', u'INDIRECT_-1205941563'), ('const-0', u'INT_EQUAL_-1205942726'), ('const-417', u'LOAD_-1205942591'), ('const-1', u'COPY_-1205943242'), (u'CALL_-1205942953', u'CAST_-1205941415'), ('const-1', u'PTRADD_-1205943043'), (u'CALL_-1205942953', u'INDIRECT_-1205941557'), (u'INDIRECT_-1205941238', u'COPY_-1205941429'), (u'STORE_-1205942763', u'INDIRECT_-1205941449'), (u'COPY_-1205943242', u'RETURN_-1205943208'), ('const-1', u'PTRADD_-1205942962'), (u'CALL_-1205942953', u'INDIRECT_-1205941662'), ('const-1', u'PTRADD_-1205942281'), (u'INDIRECT_-1205941611', u'MULTIEQUAL_-1205941570'), (u'INT_EQUAL_-1205943255', u'CBRANCH_-1205943253'), ('const-0', u'PTRSUB_-1205941509'), (u'INDIRECT_-1205941306', u'COPY_-1205941423'), (u'CAST_-1205941566', u'LOAD_-1205943340'), (u'INDIRECT_-1205941645', u'MULTIEQUAL_-1205941604'), ('tmp_2427', u'PTRSUB_-1205941485'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942843'), (u'STORE_-1205943103', u'INDIRECT_-1205941608'), (u'INDIRECT_-1205941681', u'COPY_-1205941644'), (u'MULTIEQUAL_-1205941986', u'CALL_-1205942370'), ('const-0', u'INT_NOTEQUAL_-1205942499'), (u'CALL_-1205943287', u'INDIRECT_-1205941786'), ('const-1', u'COPY_-1205941651'), (u'PTRADD_-1205942993', u'CAST_-1205941457'), (u'CALL_-1205942272', u'INDIRECT_-1205941244'), ('const-1', u'PTRADD_-1205943278'), ('const-0', u'STORE_-1205942763'), (u'PTRSUB_-1205941468', u'PTRADD_-1205942944'), ('tmp_2426', u'INT_MULT_-1205941159'), ('tmp_2426', u'INT_MULT_-1205941335'), (u'CALL_-1205942371', u'INT_NOTEQUAL_-1205942344'), ('const-417', u'STORE_-1205943053'), ('const-1', u'PTRADD_-1205942682'), ('const-324412', u'COPY_-1205941376'), ('tmp_1549', u'CBRANCH_-1205942499'), (u'CALL_-1205943187', u'INDIRECT_-1205941645'), ('const-0', u'PTRSUB_-1205941500'), (u'INT_MULT_-1205943396', u'PTRADD_-1205943278'), (u'COPY_-1205942335', u'RETURN_-1205942301'), ('const-472432', u'PTRSUB_-1205941248'), (u'PTRADD_-1205942863', u'CAST_-1205941398'), (u'CAST_-1205941111', u'STORE_-1205942335'), (u'INT_ADD_-1205941516', u'CAST_-1205941445'), (u'CAST_-1205941462', u'INT_ADD_-1205941531'), (u'CALL_-1205942370', u'INDIRECT_-1205941508'), (u'PTRADD_-1205942275', u'CAST_-1205941111'), (u'CALL_-1205942396', u'INDIRECT_-1205941518'), (u'PTRADD_-1205943043', u'CAST_-1205941492'), ('const-417', u'STORE_-1205942923'), (u'INT_EQUAL_-1205942796', u'CBRANCH_-1205942795'), (u'PTRADD_-1205943015', u'CAST_-1205941473'), (u'COPY_-1205941376', u'CALL_-1205942396'), ('const-0', u'RETURN_-1205942673'), (u'CAST_-1205941415', u'MULTIEQUAL_-1205941550'), (u'CAST_-1205941143', u'STORE_-1205942341'), ('tmp_2426', u'CALL_-1205942346'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942491'), (u'CALL_-1205942396', u'INDIRECT_-1205941394'), (u'CALL_-1205942370', u'INDIRECT_-1205941489'), ('const-0', u'CALL_-1205942371'), (u'SUBPIECE_-1205941474', u'STORE_-1205943053'), ('const-417', u'LOAD_-1205943043'), (u'INDIRECT_-1205941662', u'MULTIEQUAL_-1205941531'), ('const-472456', u'PTRSUB_-1205941162'), (u'PTRADD_-1205942710', u'CAST_-1205941330'), ('const-44', u'PTRSUB_-1205941470'), ('const-0', u'PTRSUB_-1205941468'), (u'STORE_-1205943103', u'INDIRECT_-1205941574'), ('tmp_298', u'CBRANCH_-1205943321'), ('const-1', u'PTRADD_-1205943239'), (u'PTRSUB_-1205941476', u'PTRADD_-1205942962'), (u'INDIRECT_-1205941368', u'MULTIEQUAL_-1205941525'), ('tmp_3579', u'PTRSUB_-1205941398'), ('tmp_2427', u'CALL_-1205942822'), ('const-1', u'COPY_-1205941429'), ('tmp_2427', u'STORE_-1205942923'), (u'COPY_-1205941694', u'COPY_-1205941701'), ('const-417', u'LOAD_-1205942772'), (u'CALL_-1205942526', u'INDIRECT_-1205941300'), ('const-417', u'STORE_-1205943085'), (u'STORE_-1205942903', u'INDIRECT_-1205941511'), ('const-417', u'STORE_-1205942341'), (u'CALL_-1205942371', u'INDIRECT_-1205941393'), (u'CALL_-1205942822', u'INDIRECT_-1205941605'), (u'CALL_-1205942404', u'INDIRECT_-1205941251'), (u'PTRADD_-1205943239', u'CAST_-1205941552'), ('const-0', u'PTRSUB_-1205941433'), (u'CAST_-1205941437', u'STORE_-1205943022'), ('const-0', u'PTRSUB_-1205941248'), ('tmp_2426', u'INT_MULT_-1205943396'), (u'CALL_-1205942526', u'INDIRECT_-1205941439'), ('const-16', u'INT_MULT_-1205941159'), (u'INDIRECT_-1205941187', u'COPY_-1205941660'), (u'COPY_-1205941651', u'RETURN_-1205941633'), ('const-0', u'PTRSUB_-1205941490'), (u'CALL_-1205942396', u'INDIRECT_-1205941499'), (u'STORE_-1205942335', u'INDIRECT_-1205941204')]
|
[(u'INT_MULT_-1205943131', u'PTRADD_-1205942275'), ('const-0', u'PTRSUB_-1205941476'), ('const-64', u'INT_MULT_-1205943131'), (u'INT_EQUAL_-1205942003', u'BOOL_AND_-1205941443'), ('tmp_3585', u'CALL_-1205942822'), (u'PTRADD_-1205942863', u'CAST_-1205941405'), (u'CALL_-1205942346', u'INDIRECT_-1205941554'), ('const-0', u'PTRSUB_-1205941494'), ('const-472432', u'PTRSUB_-1205941601'), (u'INT_MULT_-1205943131', u'PTRADD_-1205943025'), (u'CAST_-1205941324', u'LOAD_-1205942744'), (u'INDIRECT_-1205941477', u'MULTIEQUAL_-1205941377'), (u'PTRADD_-1205941131', u'LOAD_-1205942270'), (u'INDIRECT_-1205941500', u'COPY_-1205941444'), (u'CAST_-1205941122', u'STORE_-1205942341'), ('const-0', u'PTRSUB_-1205941356'), (u'INT_MULT_-1205943131', u'PTRADD_-1205943015'), ('tmp_3584', u'STORE_-1205942923'), (u'CAST_-1205941347', u'LOAD_-1205942787'), ('const-417', u'LOAD_-1205942292'), (u'BOOL_AND_-1205941443', u'CBRANCH_-1205942897'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942987'), (u'STORE_-1205942335', u'INDIRECT_-1205941238'), ('const-0', u'RETURN_-1205942301'), (u'COPY_-1205941660', u'COPY_-1205941667'), ('const-1', u'PTRADD_-1205942725'), (u'STORE_-1205943075', u'INDIRECT_-1205941555'), (u'INDIRECT_-1205941605', u'MULTIEQUAL_-1205941531'), (u'CALL_-1205942346', u'INDIRECT_-1205941430'), ('const-64', u'INT_MULT_-1205943396'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942529'), (u'CAST_-1205941487', u'STORE_-1205943085'), (u'STORE_-1205943022', u'INDIRECT_-1205941557'), (u'CAST_-1205941150', u'CALL_-1205942371'), (u'PTRSUB_-1205941154', u'PTRADD_-1205941131'), ('const-0', u'PTRSUB_-1205941590'), (u'STORE_-1205943053', u'INDIRECT_-1205941575'), (u'PTRADD_-1205943025', u'CAST_-1205941487'), ('const-472440', u'PTRSUB_-1205941490'), (u'INDIRECT_-1205941350', u'COPY_-1205941384'), ('tmp_1959', u'BRANCH_-1205942263'), (u'CAST_-1205941455', u'LOAD_-1205943043'), (u'INDIRECT_-1205941384', u'COPY_-1205941418'), (u'INT_LESS_-1205943006', u'INT_ZEXT_-1205942986'), (u'PTRSUB_-1205941389', u'PTRADD_-1205942725'), ('const-417', u'LOAD_-1205943378'), (u'LOAD_-1205942772', u'INT_ADD_-1205942749'), ('const-0', u'INT_NOTEQUAL_-1205943321'), (u'CALL_-1205942346', u'INDIRECT_-1205941396'), (u'INDIRECT_-1205941415', u'COPY_-1205941457'), ('const-16', u'INT_MULT_-1205941341'), (u'INDIRECT_-1205941244', u'MULTIEQUAL_-1205941386'), (u'INDIRECT_-1205941624', u'MULTIEQUAL_-1205941550'), ('const-472432', u'PTRSUB_-1205941248'), ('const-472464', u'PTRSUB_-1205941433'), (u'COPY_-1205941429', u'RETURN_-1205941412'), ('const-0', u'CALL_-1205942396'), ('tmp_3583', u'INT_MULT_-1205941165'), ('tmp_3583', u'INT_MULT_-1205943396'), (u'CALL_-1205942460', u'INT_SLESS_-1205942424'), ('const-0', u'STORE_-1205943085'), ('const-0', u'PTRSUB_-1205941433'), (u'CALL_-1205943287', u'INDIRECT_-1205941681'), ('const-115529', u'COPY_-1205943470'), ('const-324412', u'COPY_-1205941376'), ('const-417', u'STORE_-1205943022'), (u'STORE_-1205943085', u'INDIRECT_-1205941597'), ('const-472444', u'PTRSUB_-1205941476'), (u'CALL_-1205942526', u'INDIRECT_-1205941458'), (u'PTRSUB_-1205941248', u'PTRADD_-1205942491'), ('tmp_1024', u'CBRANCH_-1205942897'), ('tmp_3583', u'INT_MULT_-1205941341'), (u'INDIRECT_-1205941320', u'CALL_-1205942526'), (u'INT_ADD_-1205943051', u'CAST_-1205941471'), ('const-1', u'PTRADD_-1205943278'), (u'CAST_-1205941436', u'STORE_-1205943004'), ('const-417', u'STORE_-1205942763'), (u'CAST_-1205941443', u'STORE_-1205943022'), ('const-472428', u'PTRSUB_-1205941530'), (u'INT_NOTEQUAL_-1205942344', u'CBRANCH_-1205942344'), ('const-0', u'PTRSUB_-1205941509'), (u'INT_EQUAL_-1205942726', u'CBRANCH_-1205942724'), (u'PTRSUB_-1205941327', u'PTRADD_-1205941307'), ('const-1', u'PTRADD_-1205942529'), ('const-472432', u'PTRSUB_-1205941389'), (u'PTRSUB_-1205941490', u'PTRADD_-1205942987'), (u'CAST_-1205941559', u'LOAD_-1205943301'), (u'CAST_-1205941337', u'LOAD_-1205942772'), (u'STORE_-1205942763', u'INDIRECT_-1205941415'), (u'PTRSUB_-1205941601', u'PTRADD_-1205943278'), (u'LOAD_-1205942744', u'INT_EQUAL_-1205942726'), ('const-4294967264', u'PTRSUB_-1205941404'), (u'LOAD_-1205942553', u'CALL_-1205942526'), (u'PTRSUB_-1205941500', u'PTRADD_-1205943015'), (u'STORE_-1205943047', u'INDIRECT_-1205941571'), ('const-32', u'INT_ADD_-1205943045'), ('const-472444', u'PTRSUB_-1205941374'), ('const-0', u'RETURN_-1205941412'), ('const-1', u'PTRADD_-1205942491'), (u'LOAD_-1205943037', u'INT_ADD_-1205942976'), (u'STORE_-1205942923', u'INDIRECT_-1205941519'), (u'LOAD_-1205942787', u'INT_ADD_-1205942749'), (u'CALL_-1205942370', u'INDIRECT_-1205941350'), (u'CALL_-1205942370', u'INDIRECT_-1205941384'), (u'PTRADD_-1205942725', u'CAST_-1205941347'), ('const-0', u'RETURN_-1205941633'), (u'PTRADD_-1205942987', u'CAST_-1205941459'), (u'PTRSUB_-1205941268', u'PTRADD_-1205942529'), (u'COPY_-1205942702', u'RETURN_-1205942673'), (u'LOAD_-1205942591', u'CALL_-1205942566'), (u'STORE_-1205942341', u'INDIRECT_-1205941208'), (u'INT_MULT_-1205943396', u'PTRADD_-1205943239'), (u'PTRADD_-1205942962', u'CAST_-1205941443'), (u'COPY_-1205943470', u'MULTIEQUAL_-1205941724'), (u'CALL_-1205942526', u'INT_NOTEQUAL_-1205942499'), (u'CALL_-1205942460', u'CALL_-1205942404'), (u'LOAD_-1205943186', u'CAST_-1205941515'), (u'CAST_-1205941150', u'CALL_-1205942283'), (u'CALL_-1205942566', u'INDIRECT_-1205941354'), ('tmp_412', u'CBRANCH_-1205943253'), ('const-472432', u'PTRSUB_-1205941268'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942944'), ('const-0', u'CALL_-1205942371'), (u'CAST_-1205941515', u'MULTIEQUAL_-1205942253'), (u'COPY_-1205941435', u'RETURN_-1205941418'), ('const-472436', u'PTRSUB_-1205941494'), ('tmp_3584', u'INT_ADD_-1205943027'), (u'CAST_-1205941467', u'LOAD_-1205943061'), (u'LOAD_-1205943037', u'STORE_-1205943004'), (u'PTRSUB_-1205941439', u'PTRADD_-1205942843'), (u'PTRSUB_-1205941157', u'PTRADD_-1205942275'), (u'CALL_-1205942371', u'INDIRECT_-1205941374'), ('tmp_3583', u'CALL_-1205942272'), ('tmp_3583', u'CALL_-1205942346'), ('const-5', u'CALL_-1205942396'), ('tmp_1058', u'CBRANCH_-1205942876'), (u'STORE_-1205942903', u'INDIRECT_-1205941477'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942710'), ('tmp_1671', u'CBRANCH_-1205942431'), ('const-28', u'INT_ADD_-1205943051'), (u'STORE_-1205943004', u'INDIRECT_-1205941516'), (u'PTRSUB_-1205941530', u'PTRADD_-1205943043'), ('const-1', u'COPY_-1205941435'), ('const-0', u'PTRSUB_-1205941248'), ('const-0', u'INT_EQUAL_-1205943255'), ('const-0', u'INT_EQUAL_-1205942002'), (u'CALL_-1205942272', u'INDIRECT_-1205941349'), ('const-0', u'PTRSUB_-1205941601'), (u'CAST_-1205941397', u'STORE_-1205942903'), (u'CALL_-1205942822', u'INDIRECT_-1205941624'), (u'INDIRECT_-1205941272', u'COPY_-1205941422'), (u'INT_ADD_-1205943000', u'INT_EQUAL_-1205942003'), ('tmp_3584', u'CALL_-1205942460'), ('const-0', u'PTRSUB_-1205941389'), (u'INDIRECT_-1205941221', u'COPY_-1205941694'), (u'CALL_-1205942404', u'INDIRECT_-1205941285'), (u'CALL_-1205942371', u'STORE_-1205942335'), (u'PTRADD_-1205942944', u'CAST_-1205941436'), ('tmp_3585', u'LOAD_-1205943378'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942863'), (u'INT_MULT_-1205943131', u'PTRADD_-1205943043'), (u'INDIRECT_-1205941449', u'COPY_-1205941491'), ('const-1', u'COPY_-1205941651'), ('const-417', u'LOAD_-1205942744'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942682'), (u'COPY_-1205941444', u'INT_EQUAL_-1205942746'), ('const-417', u'STORE_-1205943053'), (u'CALL_-1205942566', u'INDIRECT_-1205941320'), ('const-472432', u'PTRSUB_-1205941439'), (u'PTRSUB_-1205941509', u'PTRADD_-1205943025'), ('const-0', u'INT_EQUAL_-1205942796'), ('const-417', u'STORE_-1205942923'), (u'CALL_-1205942283', u'INDIRECT_-1205941221'), (u'CALL_-1205942346', u'INDIRECT_-1205941535'), ('const-1', u'PTRADD_-1205942993'), (u'PTRSUB_-1205941162', u'PTRADD_-1205942281'), ('tmp_1262', u'CBRANCH_-1205942745'), (u'INT_NOTEQUAL_-1205942499', u'CBRANCH_-1205942499'), (u'INDIRECT_-1205941396', u'MULTIEQUAL_-1205941352'), (u'PTRADD_-1205942529', u'CAST_-1205941223'), (u'CALL_-1205942404', u'INDIRECT_-1205941409'), (u'STORE_-1205942923', u'INDIRECT_-1205941485'), (u'STORE_-1205943004', u'INDIRECT_-1205941550'), (u'CALL_-1205942526', u'INDIRECT_-1205941334'), ('tmp_3584', u'CALL_-1205942822'), (u'PTRSUB_-1205941494', u'PTRADD_-1205942993'), (u'LOAD_-1205943340', u'INT_NOTEQUAL_-1205943321'), (u'CALL_-1205943187', u'INDIRECT_-1205941750'), (u'CAST_-1205941203', u'LOAD_-1205942553'), ('const-1', u'COPY_-1205942702'), ('const-48', u'INT_ADD_-1205943021'), (u'INT_ZEXT_-1205942986', u'INT_ADD_-1205942976'), (u'INT_EQUAL_-1205942884', u'CBRANCH_-1205942876'), (u'CALL_-1205942272', u'INDIRECT_-1205941368'), (u'CALL_-1205942566', u'INDIRECT_-1205941478'), ('tmp_3584', u'CALL_-1205942566'), (u'PTRADD_-1205943043', u'CAST_-1205941498'), ('const-417', u'LOAD_-1205943043'), ('const-472460', u'PTRSUB_-1205941157'), (u'LOAD_-1205943061', u'STORE_-1205943047'), (u'INDIRECT_-1205941535', u'MULTIEQUAL_-1205941506'), (u'STORE_-1205943047', u'INDIRECT_-1205941537'), (u'INDIRECT_-1205941466', u'MULTIEQUAL_-1205941377'), ('const-0', u'INT_NOTEQUAL_-1205942344'), (u'CALL_-1205942283', u'INDIRECT_-1205941326'), (u'INT_MULT_-1205941165', u'PTRADD_-1205941131'), (u'CALL_-1205942566', u'INDIRECT_-1205941459'), (u'CALL_-1205942371', u'INDIRECT_-1205941235'), ('const-417', u'STORE_-1205943085'), ('tmp_1193', u'CBRANCH_-1205942795'), (u'PTRSUB_-1205941433', u'PTRADD_-1205942863'), ('tmp_3585', u'CALL_-1205942460'), (u'PTRADD_-1205942275', u'CAST_-1205941118'), ('const-0', u'PTRSUB_-1205941468'), ('const-0', u'PTRSUB_-1205941327'), (u'STORE_-1205943075', u'INDIRECT_-1205941589'), ('const-0', u'PTRSUB_-1205941530'), (u'INT_ADD_-1205943021', u'CAST_-1205941451'), ('const-0', u'COPY_-1205942335'), (u'CALL_-1205942404', u'INDIRECT_-1205941390'), ('tmp_1813', u'CBRANCH_-1205942344'), ('const-0', u'PTRSUB_-1205941374'), (u'PTRADD_-1205943015', u'CAST_-1205941479'), ('const-0', u'INT_EQUAL_-1205942884'), (u'PTRADD_-1205942491', u'CAST_-1205941203'), (u'CAST_-1205941592', u'MULTIEQUAL_-1205942253'), (u'CALL_-1205942460', u'INDIRECT_-1205941272'), (u'LOAD_-1205942292', u'MULTIEQUAL_-1205941986'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942281'), ('const-4294967294', u'INT_LESS_-1205943006'), ('const-472448', u'PTRSUB_-1205941468'), (u'CAST_-1205941592', u'CALL_-1205943287'), (u'CALL_-1205942283', u'INDIRECT_-1205941345'), ('const-16', u'INT_MULT_-1205941165'), (u'CAST_-1205941471', u'LOAD_-1205943067'), ('const-417', u'LOAD_-1205942270'), (u'STORE_-1205942341', u'INDIRECT_-1205941242'), ('const-417', u'LOAD_-1205942591'), (u'PTRADD_-1205943239', u'CAST_-1205941559'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942962'), (u'PTRSUB_-1205941590', u'PTRADD_-1205943239'), (u'CALL_-1205943287', u'INDIRECT_-1205941647'), (u'PTRADD_-1205942843', u'CAST_-1205941397'), ('const-0', u'PTRSUB_-1205941500'), (u'CALL_-1205942460', u'INDIRECT_-1205941411'), ('const-4', u'PTRADD_-1205941131'), (u'MULTIEQUAL_-1205942253', u'STORE_-1205943103'), (u'INDIRECT_-1205941750', u'MULTIEQUAL_-1205941724'), ('tmp_1298', u'CBRANCH_-1205942724'), ('tmp_3584', u'INT_ADD_-1205943021'), ('tmp_3579', u'PTRSUB_-1205941404'), ('const-0', u'STORE_-1205943075'), ('const-0', u'RETURN_-1205941418'), ('const-1', u'PTRADD_-1205942281'), (u'LOAD_-1205943043', u'INT_ADD_-1205943000'), (u'INT_ADD_-1205943000', u'CALL_-1205942953'), ('const-1', u'PTRADD_-1205942710'), (u'INT_NOTEQUAL_-1205943321', u'CBRANCH_-1205943321'), ('tmp_3584', u'INT_ADD_-1205943045'), (u'CALL_-1205942396', u'INDIRECT_-1205941360'), ('const-0', u'PTRSUB_-1205941268'), (u'CAST_-1205941150', u'STORE_-1205942341'), ('const-417', u'STORE_-1205943075'), (u'INT_EQUAL_-1205942746', u'CBRANCH_-1205942745'), (u'CALL_-1205942371', u'INDIRECT_-1205941269'), ('const-1', u'PTRADD_-1205942987'), ('const-0', u'PTRSUB_-1205941157'), (u'CAST_-1205941479', u'STORE_-1205943075'), (u'CALL_-1205942822', u'INT_EQUAL_-1205942796'), (u'LOAD_-1205942270', u'MULTIEQUAL_-1205941986'), (u'INDIRECT_-1205941349', u'MULTIEQUAL_-1205941506'), ('const-0', u'INT_EQUAL_-1205942746'), (u'CAST_-1205941223', u'LOAD_-1205942591'), ('const-472476', u'PTRSUB_-1205941356'), (u'CALL_-1205942953', u'MULTIEQUAL_-1205941550'), (u'CALL_-1205943187', u'INDIRECT_-1205941611'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942993'), (u'INDIRECT_-1205941511', u'MULTIEQUAL_-1205941411'), ('const-417', u'STORE_-1205943047'), (u'CALL_-1205942283', u'INDIRECT_-1205941187'), (u'LOAD_-1205943340', u'CALL_-1205943187'), ('tmp_3583', u'INT_MULT_-1205943131'), ('tmp_5828', u'MULTIEQUAL_-1205941570'), ('const-472428', u'PTRSUB_-1205941590'), (u'PTRADD_-1205942281', u'CAST_-1205941122'), ('const-472424', u'PTRSUB_-1205941327'), ('const-472456', u'PTRSUB_-1205941509'), ('const-417', u'LOAD_-1205942787'), (u'CAST_-1205941459', u'STORE_-1205943047'), (u'PTRADD_-1205943278', u'CAST_-1205941573'), (u'CALL_-1205943287', u'INT_EQUAL_-1205943255'), (u'INDIRECT_-1205941430', u'MULTIEQUAL_-1205941386'), (u'PTRSUB_-1205941374', u'PTRADD_-1205942710'), (u'INT_ADD_-1205942976', u'INT_EQUAL_-1205942002'), ('const-417', u'LOAD_-1205942553'), (u'PTRADD_-1205942993', u'CAST_-1205941463'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942725'), ('const-1', u'COPY_-1205941429'), (u'CALL_-1205942272', u'INDIRECT_-1205941210'), ('const-1', u'INT_ADD_-1205943000'), (u'LOAD_-1205943301', u'CALL_-1205943287'), (u'CALL_-1205942822', u'INDIRECT_-1205941500'), ('const-417', u'LOAD_-1205943037'), (u'INDIRECT_-1205941210', u'MULTIEQUAL_-1205941352'), (u'INT_SLESS_-1205942424', u'CBRANCH_-1205942431'), ('tmp_3584', u'CALL_-1205942526'), ('const-472460', u'PTRSUB_-1205941500'), ('const-417', u'LOAD_-1205943067'), ('const-417', u'LOAD_-1205943061'), (u'CALL_-1205942822', u'INDIRECT_-1205941466'), (u'PTRSUB_-1205941356', u'PTRADD_-1205942682'), (u'INDIRECT_-1205941647', u'COPY_-1205941643'), ('const-0', u'RETURN_-1205943208'), (u'CALL_-1205942953', u'INDIRECT_-1205941523'), ('const-417', u'LOAD_-1205942772'), ('tmp_3584', u'CALL_-1205942371'), (u'CAST_-1205941451', u'LOAD_-1205943037'), ('const-0', u'INT_EQUAL_-1205942003'), (u'LOAD_-1205943067', u'STORE_-1205943053'), ('tmp_3585', u'LOAD_-1205943186'), (u'CAST_-1205941573', u'LOAD_-1205943340'), (u'CAST_-1205941463', u'STORE_-1205943053'), (u'INDIRECT_-1205941204', u'COPY_-1205941428'), ('const-1', u'PTRADD_-1205943043'), (u'STORE_-1205943053', u'INDIRECT_-1205941541'), ('const-472424', u'PTRSUB_-1205941154'), ('const-1', u'PTRADD_-1205942863'), (u'CALL_-1205942460', u'INDIRECT_-1205941306'), ('const-0', u'PTRSUB_-1205941490'), (u'INDIRECT_-1205941554', u'MULTIEQUAL_-1205941525'), (u'CALL_-1205942460', u'INDIRECT_-1205941430'), (u'CALL_-1205942953', u'STORE_-1205942903'), (u'PTRADD_-1205941307', u'LOAD_-1205942292'), (u'STORE_-1205943022', u'INDIRECT_-1205941523'), (u'INDIRECT_-1205941500', u'MULTIEQUAL_-1205941411'), (u'STORE_-1205943085', u'INDIRECT_-1205941563'), ('const-0', u'INT_EQUAL_-1205942726'), ('const-1', u'PTRADD_-1205943015'), (u'LOAD_-1205943043', u'INT_LESS_-1205943006'), ('const-1', u'COPY_-1205943242'), (u'CALL_-1205942953', u'INDIRECT_-1205941557'), (u'INDIRECT_-1205941238', u'COPY_-1205941429'), (u'STORE_-1205942763', u'INDIRECT_-1205941449'), (u'COPY_-1205943242', u'RETURN_-1205943208'), ('const-1', u'PTRADD_-1205942843'), ('const-417', u'STORE_-1205943103'), (u'CALL_-1205942953', u'INDIRECT_-1205941662'), (u'INDIRECT_-1205941611', u'MULTIEQUAL_-1205941570'), (u'INT_EQUAL_-1205943255', u'CBRANCH_-1205943253'), (u'INDIRECT_-1205941306', u'COPY_-1205941423'), (u'INDIRECT_-1205941645', u'MULTIEQUAL_-1205941604'), ('const-417', u'STORE_-1205942335'), ('const-417', u'LOAD_-1205943340'), ('const-1', u'PTRADD_-1205942944'), ('const-1', u'PTRADD_-1205943025'), (u'CALL_-1205942396', u'CAST_-1205941253'), (u'INT_MULT_-1205941341', u'PTRADD_-1205941307'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942843'), ('const-0', u'PTRSUB_-1205941154'), (u'STORE_-1205943103', u'INDIRECT_-1205941608'), (u'INDIRECT_-1205941681', u'COPY_-1205941644'), (u'MULTIEQUAL_-1205941986', u'CALL_-1205942370'), (u'LOAD_-1205943378', u'CAST_-1205941592'), (u'CAST_-1205941498', u'STORE_-1205943103'), ('const-0', u'INT_NOTEQUAL_-1205942499'), (u'CALL_-1205943287', u'INDIRECT_-1205941786'), ('const-1', u'INT_SLESS_-1205942424'), (u'CALL_-1205942272', u'INDIRECT_-1205941244'), (u'LOAD_-1205943043', u'STORE_-1205943022'), ('const-0', u'STORE_-1205942763'), ('tmp_5829', u'MULTIEQUAL_-1205941604'), (u'PTRSUB_-1205941468', u'PTRADD_-1205942944'), (u'CAST_-1205941118', u'STORE_-1205942335'), (u'CALL_-1205942371', u'INT_NOTEQUAL_-1205942344'), (u'PTRADD_-1205942710', u'CAST_-1205941337'), ('const-417', u'STORE_-1205942341'), ('tmp_1549', u'CBRANCH_-1205942499'), (u'CALL_-1205943187', u'INDIRECT_-1205941645'), ('const-1', u'PTRADD_-1205942682'), (u'INT_MULT_-1205943396', u'PTRADD_-1205943278'), ('const-472456', u'PTRSUB_-1205941162'), (u'COPY_-1205942335', u'RETURN_-1205942301'), (u'INT_EQUAL_-1205942002', u'BOOL_AND_-1205941443'), (u'PTRSUB_-1205941404', u'CALL_-1205942822'), (u'CALL_-1205942370', u'INDIRECT_-1205941508'), ('const-1', u'PTRADD_-1205943239'), (u'INT_ADD_-1205942749', u'CAST_-1205941333'), (u'CALL_-1205942396', u'INDIRECT_-1205941518'), (u'INT_EQUAL_-1205942796', u'CBRANCH_-1205942795'), (u'CAST_-1205941253', u'CALL_-1205942370'), ('const-417', u'LOAD_-1205943301'), (u'COPY_-1205941376', u'CALL_-1205942396'), ('const-0', u'RETURN_-1205942673'), ('tmp_3585', u'CALL_-1205942371'), ('const-0', u'PTRSUB_-1205941439'), ('const-417', u'STORE_-1205942903'), ('const-1', u'PTRADD_-1205942962'), (u'INT_MULT_-1205943131', u'PTRADD_-1205942491'), (u'CALL_-1205942396', u'INDIRECT_-1205941394'), (u'CALL_-1205942370', u'INDIRECT_-1205941489'), (u'PTRADD_-1205942682', u'CAST_-1205941324'), ('tmp_3584', u'INT_ADD_-1205943051'), (u'INDIRECT_-1205941662', u'MULTIEQUAL_-1205941531'), (u'INT_ADD_-1205943027', u'CAST_-1205941455'), (u'STORE_-1205943103', u'INDIRECT_-1205941574'), ('tmp_298', u'CBRANCH_-1205943321'), (u'PTRSUB_-1205941476', u'PTRADD_-1205942962'), (u'INDIRECT_-1205941368', u'MULTIEQUAL_-1205941525'), (u'CALL_-1205942953', u'INT_EQUAL_-1205942884'), (u'COPY_-1205941694', u'COPY_-1205941701'), ('const-417', u'STORE_-1205943004'), (u'CALL_-1205942526', u'INDIRECT_-1205941300'), (u'CALL_-1205942404', u'CAST_-1205941150'), (u'STORE_-1205942903', u'INDIRECT_-1205941511'), (u'CALL_-1205942371', u'INDIRECT_-1205941393'), ('tmp_3585', u'CALL_-1205942526'), (u'CALL_-1205942822', u'INDIRECT_-1205941605'), (u'CALL_-1205942404', u'INDIRECT_-1205941251'), (u'CAST_-1205941333', u'STORE_-1205942763'), ('const-44', u'INT_ADD_-1205943027'), (u'CALL_-1205942526', u'INDIRECT_-1205941439'), ('const-417', u'LOAD_-1205943186'), (u'INDIRECT_-1205941187', u'COPY_-1205941660'), (u'CAST_-1205941405', u'STORE_-1205942923'), (u'COPY_-1205941651', u'RETURN_-1205941633'), (u'CALL_-1205942396', u'INDIRECT_-1205941499'), ('const-4', u'PTRADD_-1205941307'), ('const-1', u'PTRADD_-1205942275'), ('const-0', u'PTRSUB_-1205941162'), (u'STORE_-1205942335', u'INDIRECT_-1205941204'), (u'INT_ADD_-1205943045', u'CAST_-1205941467')]
| null | null |
0001c340
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nundefined4 __regparm3 FUN_0001c340(int param_1,int param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}\n\n" comment (function_definition "undefined4 __regparm3 FUN_0001c340(int param_1,int param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_0001c340(int param_1,int param_2,undefined4 *param_3)" identifier (parameter_list "(int param_1,int param_2,undefined4 *param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "void *pvVar5;" primitive_type (pointer_declarator "*pvVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "void *local_20 [3];" primitive_type (pointer_declarator "*local_20 [3]" * (array_declarator "local_20 [3]" identifier [ number_literal ])) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1c349;" (assignment_expression "uStack_14 = 0x1c349" identifier = number_literal) ;) (expression_statement "pcVar4 = (char *)*param_3;" (assignment_expression "pcVar4 = (char *)*param_3" identifier = (cast_expression "(char *)*param_3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (expression_statement "pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);" (assignment_expression "pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40)" identifier = (pointer_expression "*(void **)(&DAT_00073570 + param_1 * 0x40)" * (cast_expression "(void **)(&DAT_00073570 + param_1 * 0x40)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073570 + param_1 * 0x40)" ( (binary_expression "&DAT_00073570 + param_1 * 0x40" (pointer_expression "&DAT_00073570" & identifier) + (binary_expression "param_1 * 0x40" identifier * number_literal)) ))))) ;) (if_statement "if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }" if (parenthesized_expression "(pvVar5 != (void *)0x0)" ( (binary_expression "pvVar5 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }" { (expression_statement "iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);" (assignment_expression "iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" identifier = (call_expression "strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" identifier (argument_list "(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" ( (pointer_expression "*(char **)(&DAT_0007356c + param_1 * 0x40)" * (cast_expression "(char **)(&DAT_0007356c + param_1 * 0x40)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_0007356c + param_1 * 0x40)" ( (binary_expression "&DAT_0007356c + param_1 * 0x40" (pointer_expression "&DAT_0007356c" & identifier) + (binary_expression "param_1 * 0x40" identifier * number_literal)) )))) , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n return 1;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" identifier (argument_list "(pvVar5)" ( identifier ))) ;) (expression_statement "pcVar4 = (char *)*param_3;" (assignment_expression "pcVar4 = (char *)*param_3" identifier = (cast_expression "(char *)*param_3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) })) (expression_statement "iVar6 = param_1 * 0x40;" (assignment_expression "iVar6 = param_1 * 0x40" identifier = (binary_expression "param_1 * 0x40" identifier * number_literal)) ;) (expression_statement "*(char **)(&DAT_0007356c + iVar6) = pcVar4;" (assignment_expression "*(char **)(&DAT_0007356c + iVar6) = pcVar4" (pointer_expression "*(char **)(&DAT_0007356c + iVar6)" * (cast_expression "(char **)(&DAT_0007356c + iVar6)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_0007356c + iVar6)" ( (binary_expression "&DAT_0007356c + iVar6" (pointer_expression "&DAT_0007356c" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined4 *)(&DAT_00073588 + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_00073588 + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_00073588 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073588 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073588 + iVar6)" ( (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" & identifier) + identifier) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(&DAT_0007358c + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_0007358c + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_0007358c + iVar6)" * (cast_expression "(undefined4 *)(&DAT_0007358c + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007358c + iVar6)" ( (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" & identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar7 = *(undefined4 *)(param_2 + 0x20);" (assignment_expression "uVar7 = *(undefined4 *)(param_2 + 0x20)" identifier = (pointer_expression "*(undefined4 *)(param_2 + 0x20)" * (cast_expression "(undefined4 *)(param_2 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);" (assignment_expression "*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c)" (pointer_expression "*(undefined4 *)(&DAT_00073574 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073574 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073574 + iVar6)" ( (binary_expression "&DAT_00073574 + iVar6" (pointer_expression "&DAT_00073574" & identifier) + identifier) )))) = (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" * (cast_expression "(undefined4 *)(param_2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;" (assignment_expression "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7" (pointer_expression "*(undefined4 *)(&DAT_00073578 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073578 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073578 + iVar6)" ( (binary_expression "&DAT_00073578 + iVar6" (pointer_expression "&DAT_00073578" & identifier) + identifier) )))) = identifier) ;) (expression_statement "uVar1 = *(uint *)(param_2 + 0x2c);" (assignment_expression "uVar1 = *(uint *)(param_2 + 0x2c)" identifier = (pointer_expression "*(uint *)(param_2 + 0x2c)" * (cast_expression "(uint *)(param_2 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c)" ( (binary_expression "param_2 + 0x2c" identifier + number_literal) ))))) ;) (expression_statement "iVar2 = *(int *)(param_2 + 0x30);" (assignment_expression "iVar2 = *(int *)(param_2 + 0x30)" identifier = (pointer_expression "*(int *)(param_2 + 0x30)" * (cast_expression "(int *)(param_2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(&DAT_0007357c + iVar6) = uVar1;" (assignment_expression "*(uint *)(&DAT_0007357c + iVar6) = uVar1" (pointer_expression "*(uint *)(&DAT_0007357c + iVar6)" * (cast_expression "(uint *)(&DAT_0007357c + iVar6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007357c + iVar6)" ( (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(int *)(&DAT_00073580 + iVar6) = iVar2;" (assignment_expression "*(int *)(&DAT_00073580 + iVar6) = iVar2" (pointer_expression "*(int *)(&DAT_00073580 + iVar6)" * (cast_expression "(int *)(&DAT_00073580 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073580 + iVar6)" ( (binary_expression "&DAT_00073580 + iVar6" (pointer_expression "&DAT_00073580" & identifier) + identifier) )))) = identifier) ;) (expression_statement "local_20[0] = malloc(uVar1 + 1);" (assignment_expression "local_20[0] = malloc(uVar1 + 1)" (subscript_expression "local_20[0]" identifier [ number_literal ]) = (call_expression "malloc(uVar1 + 1)" identifier (argument_list "(uVar1 + 1)" ( (binary_expression "uVar1 + 1" identifier + number_literal) )))) ;) (expression_statement "*(int *)(&DAT_00073590 + iVar6) = param_2;" (assignment_expression "*(int *)(&DAT_00073590 + iVar6) = param_2" (pointer_expression "*(int *)(&DAT_00073590 + iVar6)" * (cast_expression "(int *)(&DAT_00073590 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073590 + iVar6)" ( (binary_expression "&DAT_00073590 + iVar6" (pointer_expression "&DAT_00073590" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(void **)(&DAT_00073570 + iVar6) = local_20[0];" (assignment_expression "*(void **)(&DAT_00073570 + iVar6) = local_20[0]" (pointer_expression "*(void **)(&DAT_00073570 + iVar6)" * (cast_expression "(void **)(&DAT_00073570 + iVar6)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) = (subscript_expression "local_20[0]" identifier [ number_literal ])) ;) (if_statement "if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" if (parenthesized_expression "(((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0))" ( (binary_expression "((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)" (parenthesized_expression "((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))" ( (binary_expression "(uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0)" (parenthesized_expression "(uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0)" ( (binary_expression "uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "uVar1 + 1 == 0" (binary_expression "uVar1 + 1" identifier + number_literal) == number_literal) && (binary_expression "iVar2 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "iVar2 + (uint)(0xfffffffe < uVar1)" identifier + (call_expression "(uint)(0xfffffffe < uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffe < uVar1)" ( (binary_expression "0xfffffffe < uVar1" number_literal < identifier) )))) == number_literal)) )) || (parenthesized_expression "(local_20[0] == (void *)0x0)" ( (binary_expression "local_20[0] == (void *)0x0" (subscript_expression "local_20[0]" identifier [ number_literal ]) == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) || (parenthesized_expression "(iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)" ( (comma_expression "iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0" (assignment_expression "iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20)" identifier = (call_expression "bfd_get_full_section_contents(param_3,param_2,local_20)" identifier (argument_list "(param_3,param_2,local_20)" ( identifier , identifier , identifier )))) , (comma_expression "iVar2 = DAT_0007403c,\n iVar3 == 0" (assignment_expression "iVar2 = DAT_0007403c" identifier = identifier) , (binary_expression "iVar3 == 0" identifier == number_literal))) ))) )) (compound_statement "{\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" { (expression_statement "FUN_0001c2b0(param_1);" (call_expression "FUN_0001c2b0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar7 = (&DAT_00073568)[param_1 * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[param_1 * 0x10]" identifier = (subscript_expression "(&DAT_00073568)[param_1 * 0x10]" (parenthesized_expression "(&DAT_00073568)" ( (pointer_expression "&DAT_00073568" & identifier) )) [ (binary_expression "param_1 * 0x10" identifier * number_literal) ])) ;) }) (else_clause "else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" else (compound_statement "{\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" { (expression_statement "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;" (assignment_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0" (pointer_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" * (cast_expression "(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" ( (binary_expression "*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)" (pointer_expression "*(int *)(&DAT_00073570 + iVar6)" * (cast_expression "(int *)(&DAT_00073570 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) + (pointer_expression "*(int *)(&DAT_0007357c + iVar6)" * (cast_expression "(int *)(&DAT_0007357c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007357c + iVar6)" ( (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" & identifier) + identifier) ))))) )))) = number_literal) ;) (if_statement "if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }" if (parenthesized_expression "((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0))" ( (binary_expression "(iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)" (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(int *)(&DAT_0007359c + iVar6) == 0)" ( (binary_expression "*(int *)(&DAT_0007359c + iVar6) == 0" (pointer_expression "*(int *)(&DAT_0007359c + iVar6)" * (cast_expression "(int *)(&DAT_0007359c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007359c + iVar6)" ( (binary_expression "&DAT_0007359c + iVar6" (pointer_expression "&DAT_0007359c" & identifier) + identifier) )))) == number_literal) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));" (call_expression "bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6))" identifier (argument_list "(param_2,*(undefined4 *)(&DAT_00073570 + iVar6))" ( identifier , (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) ))) ;) (expression_statement "iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);" (assignment_expression "iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" identifier = (call_expression "bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" identifier (argument_list "(param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" ( identifier , identifier , (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) , identifier )))) ;) (if_statement "if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" { (expression_statement "iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);" (assignment_expression "iVar2 = bfd_get_reloc_upper_bound(param_3,param_2)" identifier = (call_expression "bfd_get_reloc_upper_bound(param_3,param_2)" identifier (argument_list "(param_3,param_2)" ( identifier , identifier )))) ;) (if_statement "if (iVar2 < 1) {\n return 1;\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pvVar5 = (void *)xmalloc(iVar2);" (assignment_expression "pvVar5 = (void *)xmalloc(iVar2)" identifier = (cast_expression "(void *)xmalloc(iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))))) ;) (expression_statement "iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);" (assignment_expression "iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0)" identifier = (call_expression "bfd_canonicalize_reloc(param_3,param_2,pvVar5,0)" identifier (argument_list "(param_3,param_2,pvVar5,0)" ( identifier , identifier , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }" { (expression_statement "*(void **)(&DAT_00073588 + iVar6) = pvVar5;" (assignment_expression "*(void **)(&DAT_00073588 + iVar6) = pvVar5" (pointer_expression "*(void **)(&DAT_00073588 + iVar6)" * (cast_expression "(void **)(&DAT_00073588 + iVar6)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073588 + iVar6)" ( (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(int *)(&DAT_0007358c + iVar6) = iVar2;" (assignment_expression "*(int *)(&DAT_0007358c + iVar6) = iVar2" (pointer_expression "*(int *)(&DAT_0007358c + iVar6)" * (cast_expression "(int *)(&DAT_0007358c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007358c + iVar6)" ( (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" & identifier) + identifier) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" identifier (argument_list "(pvVar5)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "FUN_0001c2b0(param_1);" (call_expression "FUN_0001c2b0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar7 = (&DAT_00073568)[param_1 * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[param_1 * 0x10]" identifier = (subscript_expression "(&DAT_00073568)[param_1 * 0x10]" (parenthesized_expression "(&DAT_00073568)" ( (pointer_expression "&DAT_00073568" & identifier) )) [ (binary_expression "param_1 * 0x10" identifier * number_literal) ])) ;) }))) (expression_statement "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" identifier (argument_list "(0,"\nCan\'t get contents for section \'%s\'.\n",5)" ( number_literal , (string_literal ""\nCan\'t get contents for section \'%s\'.\n"" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar4,uVar7);" (call_expression "printf(pcVar4,uVar7)" identifier (argument_list "(pcVar4,uVar7)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */\n\nbfd_boolean __regparm3\nload_specific_debug_section(dwarf_section_display_enum debug,asection *sec,void *file)\n\n{\n uint uVar1;\n bfd_boolean bVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n bfd *abfd;\n int iVar6;\n undefined4 uVar7;\n bfd_byte *contents;\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n pvVar5 = *(void **)(&DAT_00073570 + debug * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);\n if (iVar3 == 0) {\n return 1;\n }\n free(pvVar5);\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n }\n iVar6 = debug * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)((int)&sec->vma + 4);\n *(int *)(&DAT_00073574 + iVar6) = (int)sec->vma;\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = (uint)sec->size;\n iVar3 = *(int *)((int)&sec->size + 4);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar3;\n contents = (bfd_byte *)malloc(uVar1 + 1);\n *(asection **)(&DAT_00073590 + iVar6) = sec;\n *(bfd_byte **)(&DAT_00073570 + iVar6) = contents;\n if (((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))\n || (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0)) {\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);\n if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}\n\n" comment (function_definition "bfd_boolean __regparm3\nload_specific_debug_section(dwarf_section_display_enum debug,asection *sec,void *file)\n\n{\n uint uVar1;\n bfd_boolean bVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n bfd *abfd;\n int iVar6;\n undefined4 uVar7;\n bfd_byte *contents;\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n pvVar5 = *(void **)(&DAT_00073570 + debug * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);\n if (iVar3 == 0) {\n return 1;\n }\n free(pvVar5);\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n }\n iVar6 = debug * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)((int)&sec->vma + 4);\n *(int *)(&DAT_00073574 + iVar6) = (int)sec->vma;\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = (uint)sec->size;\n iVar3 = *(int *)((int)&sec->size + 4);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar3;\n contents = (bfd_byte *)malloc(uVar1 + 1);\n *(asection **)(&DAT_00073590 + iVar6) = sec;\n *(bfd_byte **)(&DAT_00073570 + iVar6) = contents;\n if (((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))\n || (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0)) {\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);\n if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "load_specific_debug_section(dwarf_section_display_enum debug,asection *sec,void *file)" identifier (parameter_list "(dwarf_section_display_enum debug,asection *sec,void *file)" ( (parameter_declaration "dwarf_section_display_enum debug" type_identifier identifier) , (parameter_declaration "asection *sec" type_identifier (pointer_declarator "*sec" * identifier)) , (parameter_declaration "void *file" primitive_type (pointer_declarator "*file" * identifier)) ))) (compound_statement "{\n uint uVar1;\n bfd_boolean bVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n bfd *abfd;\n int iVar6;\n undefined4 uVar7;\n bfd_byte *contents;\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n pvVar5 = *(void **)(&DAT_00073570 + debug * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);\n if (iVar3 == 0) {\n return 1;\n }\n free(pvVar5);\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n }\n iVar6 = debug * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)((int)&sec->vma + 4);\n *(int *)(&DAT_00073574 + iVar6) = (int)sec->vma;\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = (uint)sec->size;\n iVar3 = *(int *)((int)&sec->size + 4);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar3;\n contents = (bfd_byte *)malloc(uVar1 + 1);\n *(asection **)(&DAT_00073590 + iVar6) = sec;\n *(bfd_byte **)(&DAT_00073570 + iVar6) = contents;\n if (((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))\n || (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0)) {\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);\n if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "bfd_boolean bVar2;" type_identifier identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "void *pvVar5;" primitive_type (pointer_declarator "*pvVar5" * identifier) ;) (declaration "bfd *abfd;" type_identifier (pointer_declarator "*abfd" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "bfd_byte *contents;" type_identifier (pointer_declarator "*contents" * identifier) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1c349;" (assignment_expression "uStack_14 = 0x1c349" identifier = number_literal) ;) comment (expression_statement "pcVar4 = *file;" (assignment_expression "pcVar4 = *file" identifier = (pointer_expression "*file" * identifier)) ;) (expression_statement "pvVar5 = *(void **)(&DAT_00073570 + debug * 0x40);" (assignment_expression "pvVar5 = *(void **)(&DAT_00073570 + debug * 0x40)" identifier = (pointer_expression "*(void **)(&DAT_00073570 + debug * 0x40)" * (cast_expression "(void **)(&DAT_00073570 + debug * 0x40)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073570 + debug * 0x40)" ( (binary_expression "&DAT_00073570 + debug * 0x40" (pointer_expression "&DAT_00073570" & identifier) + (binary_expression "debug * 0x40" identifier * number_literal)) ))))) ;) (if_statement "if (pvVar5 != (void *)0x0) {\n iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);\n if (iVar3 == 0) {\n return 1;\n }\n free(pvVar5);\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n }" if (parenthesized_expression "(pvVar5 != (void *)0x0)" ( (binary_expression "pvVar5 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);\n if (iVar3 == 0) {\n return 1;\n }\n free(pvVar5);\n /* WARNING: Load size is inaccurate */\n pcVar4 = *file;\n }" { (expression_statement "iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4);" (assignment_expression "iVar3 = strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4)" identifier = (call_expression "strcmp(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4)" identifier (argument_list "(*(char **)(&DAT_0007356c + debug * 0x40),pcVar4)" ( (pointer_expression "*(char **)(&DAT_0007356c + debug * 0x40)" * (cast_expression "(char **)(&DAT_0007356c + debug * 0x40)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_0007356c + debug * 0x40)" ( (binary_expression "&DAT_0007356c + debug * 0x40" (pointer_expression "&DAT_0007356c" & identifier) + (binary_expression "debug * 0x40" identifier * number_literal)) )))) , identifier )))) ;) (if_statement "if (iVar3 == 0) {\n return 1;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" identifier (argument_list "(pvVar5)" ( identifier ))) ;) comment (expression_statement "pcVar4 = *file;" (assignment_expression "pcVar4 = *file" identifier = (pointer_expression "*file" * identifier)) ;) })) (expression_statement "iVar6 = debug * 0x40;" (assignment_expression "iVar6 = debug * 0x40" identifier = (binary_expression "debug * 0x40" identifier * number_literal)) ;) (expression_statement "*(char **)(&DAT_0007356c + iVar6) = pcVar4;" (assignment_expression "*(char **)(&DAT_0007356c + iVar6) = pcVar4" (pointer_expression "*(char **)(&DAT_0007356c + iVar6)" * (cast_expression "(char **)(&DAT_0007356c + iVar6)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_0007356c + iVar6)" ( (binary_expression "&DAT_0007356c + iVar6" (pointer_expression "&DAT_0007356c" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined4 *)(&DAT_00073588 + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_00073588 + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_00073588 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073588 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073588 + iVar6)" ( (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" & identifier) + identifier) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(&DAT_0007358c + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_0007358c + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_0007358c + iVar6)" * (cast_expression "(undefined4 *)(&DAT_0007358c + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007358c + iVar6)" ( (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" & identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar7 = *(undefined4 *)((int)&sec->vma + 4);" (assignment_expression "uVar7 = *(undefined4 *)((int)&sec->vma + 4)" identifier = (pointer_expression "*(undefined4 *)((int)&sec->vma + 4)" * (cast_expression "(undefined4 *)((int)&sec->vma + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&sec->vma + 4)" ( (binary_expression "(int)&sec->vma + 4" (cast_expression "(int)&sec->vma" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&sec->vma" & (field_expression "sec->vma" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "*(int *)(&DAT_00073574 + iVar6) = (int)sec->vma;" (assignment_expression "*(int *)(&DAT_00073574 + iVar6) = (int)sec->vma" (pointer_expression "*(int *)(&DAT_00073574 + iVar6)" * (cast_expression "(int *)(&DAT_00073574 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073574 + iVar6)" ( (binary_expression "&DAT_00073574 + iVar6" (pointer_expression "&DAT_00073574" & identifier) + identifier) )))) = (cast_expression "(int)sec->vma" ( (type_descriptor "int" primitive_type) ) (field_expression "sec->vma" identifier -> field_identifier))) ;) (expression_statement "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;" (assignment_expression "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7" (pointer_expression "*(undefined4 *)(&DAT_00073578 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073578 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073578 + iVar6)" ( (binary_expression "&DAT_00073578 + iVar6" (pointer_expression "&DAT_00073578" & identifier) + identifier) )))) = identifier) ;) (expression_statement "uVar1 = (uint)sec->size;" (assignment_expression "uVar1 = (uint)sec->size" identifier = (cast_expression "(uint)sec->size" ( (type_descriptor "uint" type_identifier) ) (field_expression "sec->size" identifier -> field_identifier))) ;) (expression_statement "iVar3 = *(int *)((int)&sec->size + 4);" (assignment_expression "iVar3 = *(int *)((int)&sec->size + 4)" identifier = (pointer_expression "*(int *)((int)&sec->size + 4)" * (cast_expression "(int *)((int)&sec->size + 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((int)&sec->size + 4)" ( (binary_expression "(int)&sec->size + 4" (cast_expression "(int)&sec->size" ( (type_descriptor "int" primitive_type) ) (pointer_expression "&sec->size" & (field_expression "sec->size" identifier -> field_identifier))) + number_literal) ))))) ;) (expression_statement "*(uint *)(&DAT_0007357c + iVar6) = uVar1;" (assignment_expression "*(uint *)(&DAT_0007357c + iVar6) = uVar1" (pointer_expression "*(uint *)(&DAT_0007357c + iVar6)" * (cast_expression "(uint *)(&DAT_0007357c + iVar6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007357c + iVar6)" ( (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(int *)(&DAT_00073580 + iVar6) = iVar3;" (assignment_expression "*(int *)(&DAT_00073580 + iVar6) = iVar3" (pointer_expression "*(int *)(&DAT_00073580 + iVar6)" * (cast_expression "(int *)(&DAT_00073580 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073580 + iVar6)" ( (binary_expression "&DAT_00073580 + iVar6" (pointer_expression "&DAT_00073580" & identifier) + identifier) )))) = identifier) ;) (expression_statement "contents = (bfd_byte *)malloc(uVar1 + 1);" (assignment_expression "contents = (bfd_byte *)malloc(uVar1 + 1)" identifier = (cast_expression "(bfd_byte *)malloc(uVar1 + 1)" ( (type_descriptor "bfd_byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "malloc(uVar1 + 1)" identifier (argument_list "(uVar1 + 1)" ( (binary_expression "uVar1 + 1" identifier + number_literal) ))))) ;) (expression_statement "*(asection **)(&DAT_00073590 + iVar6) = sec;" (assignment_expression "*(asection **)(&DAT_00073590 + iVar6) = sec" (pointer_expression "*(asection **)(&DAT_00073590 + iVar6)" * (cast_expression "(asection **)(&DAT_00073590 + iVar6)" ( (type_descriptor "asection **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073590 + iVar6)" ( (binary_expression "&DAT_00073590 + iVar6" (pointer_expression "&DAT_00073590" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(bfd_byte **)(&DAT_00073570 + iVar6) = contents;" (assignment_expression "*(bfd_byte **)(&DAT_00073570 + iVar6) = contents" (pointer_expression "*(bfd_byte **)(&DAT_00073570 + iVar6)" * (cast_expression "(bfd_byte **)(&DAT_00073570 + iVar6)" ( (type_descriptor "bfd_byte **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) = identifier) ;) (if_statement "if (((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))\n || (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0)) {\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);\n if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }" if (parenthesized_expression "(((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))\n || (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0))" ( (binary_expression "((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))\n || (iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0)" (parenthesized_expression "((uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0))" ( (binary_expression "(uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0) || (contents == (bfd_byte *)0x0)" (parenthesized_expression "(uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0)" ( (binary_expression "uVar1 + 1 == 0 && iVar3 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "uVar1 + 1 == 0" (binary_expression "uVar1 + 1" identifier + number_literal) == number_literal) && (binary_expression "iVar3 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "iVar3 + (uint)(0xfffffffe < uVar1)" identifier + (call_expression "(uint)(0xfffffffe < uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffe < uVar1)" ( (binary_expression "0xfffffffe < uVar1" number_literal < identifier) )))) == number_literal)) )) || (parenthesized_expression "(contents == (bfd_byte *)0x0)" ( (binary_expression "contents == (bfd_byte *)0x0" identifier == (cast_expression "(bfd_byte *)0x0" ( (type_descriptor "bfd_byte *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) || (parenthesized_expression "(iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0)" ( (comma_expression "iVar3 = bfd_get_full_section_contents(file,sec,&contents), bVar2 = is_relocatable,\n iVar3 == 0" (assignment_expression "iVar3 = bfd_get_full_section_contents(file,sec,&contents)" identifier = (call_expression "bfd_get_full_section_contents(file,sec,&contents)" identifier (argument_list "(file,sec,&contents)" ( identifier , identifier , (pointer_expression "&contents" & identifier) )))) , (comma_expression "bVar2 = is_relocatable,\n iVar3 == 0" (assignment_expression "bVar2 = is_relocatable" identifier = identifier) , (binary_expression "iVar3 == 0" identifier == number_literal))) ))) )) (compound_statement "{\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }" { (expression_statement "free_debug_section(debug);" (call_expression "free_debug_section(debug)" identifier (argument_list "(debug)" ( identifier ))) ;) (expression_statement "uVar7 = (&DAT_00073568)[debug * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[debug * 0x10]" identifier = (subscript_expression "(&DAT_00073568)[debug * 0x10]" (parenthesized_expression "(&DAT_00073568)" ( (pointer_expression "&DAT_00073568" & identifier) )) [ (binary_expression "debug * 0x10" identifier * number_literal) ])) ;) }) (else_clause "else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);\n if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }" else (compound_statement "{\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);\n if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n free_debug_section(debug);\n uVar7 = (&DAT_00073568)[debug * 0x10];\n }" { (expression_statement "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;" (assignment_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0" (pointer_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" * (cast_expression "(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" ( (binary_expression "*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)" (pointer_expression "*(int *)(&DAT_00073570 + iVar6)" * (cast_expression "(int *)(&DAT_00073570 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) + (pointer_expression "*(int *)(&DAT_0007357c + iVar6)" * (cast_expression "(int *)(&DAT_0007357c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007357c + iVar6)" ( (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" & identifier) + identifier) ))))) )))) = number_literal) ;) (if_statement "if ((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }" if (parenthesized_expression "((bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0))" ( (binary_expression "(bVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)" (parenthesized_expression "(bVar2 == 0)" ( (binary_expression "bVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(int *)(&DAT_0007359c + iVar6) == 0)" ( (binary_expression "*(int *)(&DAT_0007359c + iVar6) == 0" (pointer_expression "*(int *)(&DAT_0007359c + iVar6)" * (cast_expression "(int *)(&DAT_0007359c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007359c + iVar6)" ( (binary_expression "&DAT_0007359c + iVar6" (pointer_expression "&DAT_0007359c" & identifier) + identifier) )))) == number_literal) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6));" (call_expression "bfd_cache_section_contents(sec,*(undefined4 *)(&DAT_00073570 + iVar6))" identifier (argument_list "(sec,*(undefined4 *)(&DAT_00073570 + iVar6))" ( identifier , (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) ))) ;) (expression_statement "iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms);" (assignment_expression "iVar3 = bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms)" identifier = (call_expression "bfd_simple_get_relocated_section_contents\n (file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms)" identifier (argument_list "(file,sec,*(undefined4 *)(&DAT_00073570 + iVar6),syms)" ( identifier , identifier , (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) , identifier )))) ;) (if_statement "if (iVar3 != 0) {\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n iVar3 = bfd_get_reloc_upper_bound(file,sec);\n if (iVar3 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar3);\n iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);\n if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" { (expression_statement "iVar3 = bfd_get_reloc_upper_bound(file,sec);" (assignment_expression "iVar3 = bfd_get_reloc_upper_bound(file,sec)" identifier = (call_expression "bfd_get_reloc_upper_bound(file,sec)" identifier (argument_list "(file,sec)" ( identifier , identifier )))) ;) (if_statement "if (iVar3 < 1) {\n return 1;\n }" if (parenthesized_expression "(iVar3 < 1)" ( (binary_expression "iVar3 < 1" identifier < number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pvVar5 = (void *)xmalloc(iVar3);" (assignment_expression "pvVar5 = (void *)xmalloc(iVar3)" identifier = (cast_expression "(void *)xmalloc(iVar3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar3)" identifier (argument_list "(iVar3)" ( identifier ))))) ;) (expression_statement "iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0);" (assignment_expression "iVar3 = bfd_canonicalize_reloc(file,sec,pvVar5,0)" identifier = (call_expression "bfd_canonicalize_reloc(file,sec,pvVar5,0)" identifier (argument_list "(file,sec,pvVar5,0)" ( identifier , identifier , identifier , number_literal )))) ;) (if_statement "if (iVar3 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar3;\n return 1;\n }" { (expression_statement "*(void **)(&DAT_00073588 + iVar6) = pvVar5;" (assignment_expression "*(void **)(&DAT_00073588 + iVar6) = pvVar5" (pointer_expression "*(void **)(&DAT_00073588 + iVar6)" * (cast_expression "(void **)(&DAT_00073588 + iVar6)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073588 + iVar6)" ( (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(int *)(&DAT_0007358c + iVar6) = iVar3;" (assignment_expression "*(int *)(&DAT_0007358c + iVar6) = iVar3" (pointer_expression "*(int *)(&DAT_0007358c + iVar6)" * (cast_expression "(int *)(&DAT_0007358c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007358c + iVar6)" ( (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" & identifier) + identifier) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" identifier (argument_list "(pvVar5)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "free_debug_section(debug);" (call_expression "free_debug_section(debug)" identifier (argument_list "(debug)" ( identifier ))) ;) (expression_statement "uVar7 = (&DAT_00073568)[debug * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[debug * 0x10]" identifier = (subscript_expression "(&DAT_00073568)[debug * 0x10]" (parenthesized_expression "(&DAT_00073568)" ( (pointer_expression "&DAT_00073568" & identifier) )) [ (binary_expression "debug * 0x10" identifier * number_literal) ])) ;) }))) (expression_statement "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" identifier (argument_list "(0,"\nCan\'t get contents for section \'%s\'.\n",5)" ( number_literal , (string_literal ""\nCan\'t get contents for section \'%s\'.\n"" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar4,uVar7);" (call_expression "printf(pcVar4,uVar7)" identifier (argument_list "(pcVar4,uVar7)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit "undefined4 __regparm3 FUN_0001c340(int param_1,int param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}\n\n" (function_definition "undefined4 __regparm3 FUN_0001c340(int param_1,int param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" type_identifier (ERROR "__regparm3" identifier) (function_declarator "FUN_0001c340(int param_1,int param_2,undefined4 *param_3)" identifier (parameter_list "(int param_1,int param_2,undefined4 *param_3)" ( (parameter_declaration "int param_1" primitive_type identifier) , (parameter_declaration "int param_2" primitive_type identifier) , (parameter_declaration "undefined4 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "void *pvVar5;" primitive_type (pointer_declarator "*pvVar5" * identifier) ;) (declaration "int iVar6;" primitive_type identifier ;) (declaration "undefined4 uVar7;" type_identifier identifier ;) (declaration "void *local_20 [3];" primitive_type (pointer_declarator "*local_20 [3]" * (array_declarator "local_20 [3]" identifier [ number_literal ])) ;) (declaration "undefined4 uStack_14;" type_identifier identifier ;) (expression_statement "uStack_14 = 0x1c349;" (assignment_expression "uStack_14 = 0x1c349" identifier = number_literal) ;) (expression_statement "pcVar4 = (char *)*param_3;" (assignment_expression "pcVar4 = (char *)*param_3" identifier = (cast_expression "(char *)*param_3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) (expression_statement "pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);" (assignment_expression "pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40)" identifier = (pointer_expression "*(void **)(&DAT_00073570 + param_1 * 0x40)" * (cast_expression "(void **)(&DAT_00073570 + param_1 * 0x40)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073570 + param_1 * 0x40)" ( (binary_expression "&DAT_00073570 + param_1 * 0x40" (pointer_expression "&DAT_00073570" & identifier) + (binary_expression "param_1 * 0x40" identifier * number_literal)) ))))) ;) (if_statement "if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }" if (parenthesized_expression "(pvVar5 != (void *)0x0)" ( (binary_expression "pvVar5 != (void *)0x0" identifier != (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }" { (expression_statement "iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);" (assignment_expression "iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" identifier = (call_expression "strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" identifier (argument_list "(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" ( (pointer_expression "*(char **)(&DAT_0007356c + param_1 * 0x40)" * (cast_expression "(char **)(&DAT_0007356c + param_1 * 0x40)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_0007356c + param_1 * 0x40)" ( (binary_expression "&DAT_0007356c + param_1 * 0x40" (pointer_expression "&DAT_0007356c" & identifier) + (binary_expression "param_1 * 0x40" identifier * number_literal)) )))) , identifier )))) ;) (if_statement "if (iVar2 == 0) {\n return 1;\n }" if (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" identifier (argument_list "(pvVar5)" ( identifier ))) ;) (expression_statement "pcVar4 = (char *)*param_3;" (assignment_expression "pcVar4 = (char *)*param_3" identifier = (cast_expression "(char *)*param_3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier))) ;) })) (expression_statement "iVar6 = param_1 * 0x40;" (assignment_expression "iVar6 = param_1 * 0x40" identifier = (binary_expression "param_1 * 0x40" identifier * number_literal)) ;) (expression_statement "*(char **)(&DAT_0007356c + iVar6) = pcVar4;" (assignment_expression "*(char **)(&DAT_0007356c + iVar6) = pcVar4" (pointer_expression "*(char **)(&DAT_0007356c + iVar6)" * (cast_expression "(char **)(&DAT_0007356c + iVar6)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_0007356c + iVar6)" ( (binary_expression "&DAT_0007356c + iVar6" (pointer_expression "&DAT_0007356c" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(undefined4 *)(&DAT_00073588 + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_00073588 + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_00073588 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073588 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073588 + iVar6)" ( (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" & identifier) + identifier) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(&DAT_0007358c + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_0007358c + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_0007358c + iVar6)" * (cast_expression "(undefined4 *)(&DAT_0007358c + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007358c + iVar6)" ( (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" & identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar7 = *(undefined4 *)(param_2 + 0x20);" (assignment_expression "uVar7 = *(undefined4 *)(param_2 + 0x20)" identifier = (pointer_expression "*(undefined4 *)(param_2 + 0x20)" * (cast_expression "(undefined4 *)(param_2 + 0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);" (assignment_expression "*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c)" (pointer_expression "*(undefined4 *)(&DAT_00073574 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073574 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073574 + iVar6)" ( (binary_expression "&DAT_00073574 + iVar6" (pointer_expression "&DAT_00073574" & identifier) + identifier) )))) = (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" * (cast_expression "(undefined4 *)(param_2 + 0x1c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x1c)" ( (binary_expression "param_2 + 0x1c" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;" (assignment_expression "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7" (pointer_expression "*(undefined4 *)(&DAT_00073578 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073578 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073578 + iVar6)" ( (binary_expression "&DAT_00073578 + iVar6" (pointer_expression "&DAT_00073578" & identifier) + identifier) )))) = identifier) ;) (expression_statement "uVar1 = *(uint *)(param_2 + 0x2c);" (assignment_expression "uVar1 = *(uint *)(param_2 + 0x2c)" identifier = (pointer_expression "*(uint *)(param_2 + 0x2c)" * (cast_expression "(uint *)(param_2 + 0x2c)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x2c)" ( (binary_expression "param_2 + 0x2c" identifier + number_literal) ))))) ;) (expression_statement "iVar2 = *(int *)(param_2 + 0x30);" (assignment_expression "iVar2 = *(int *)(param_2 + 0x30)" identifier = (pointer_expression "*(int *)(param_2 + 0x30)" * (cast_expression "(int *)(param_2 + 0x30)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) ))))) ;) (expression_statement "*(uint *)(&DAT_0007357c + iVar6) = uVar1;" (assignment_expression "*(uint *)(&DAT_0007357c + iVar6) = uVar1" (pointer_expression "*(uint *)(&DAT_0007357c + iVar6)" * (cast_expression "(uint *)(&DAT_0007357c + iVar6)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007357c + iVar6)" ( (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(int *)(&DAT_00073580 + iVar6) = iVar2;" (assignment_expression "*(int *)(&DAT_00073580 + iVar6) = iVar2" (pointer_expression "*(int *)(&DAT_00073580 + iVar6)" * (cast_expression "(int *)(&DAT_00073580 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073580 + iVar6)" ( (binary_expression "&DAT_00073580 + iVar6" (pointer_expression "&DAT_00073580" & identifier) + identifier) )))) = identifier) ;) (expression_statement "local_20[0] = malloc(uVar1 + 1);" (assignment_expression "local_20[0] = malloc(uVar1 + 1)" (subscript_expression "local_20[0]" identifier [ number_literal ]) = (call_expression "malloc(uVar1 + 1)" identifier (argument_list "(uVar1 + 1)" ( (binary_expression "uVar1 + 1" identifier + number_literal) )))) ;) (expression_statement "*(int *)(&DAT_00073590 + iVar6) = param_2;" (assignment_expression "*(int *)(&DAT_00073590 + iVar6) = param_2" (pointer_expression "*(int *)(&DAT_00073590 + iVar6)" * (cast_expression "(int *)(&DAT_00073590 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073590 + iVar6)" ( (binary_expression "&DAT_00073590 + iVar6" (pointer_expression "&DAT_00073590" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(void **)(&DAT_00073570 + iVar6) = local_20[0];" (assignment_expression "*(void **)(&DAT_00073570 + iVar6) = local_20[0]" (pointer_expression "*(void **)(&DAT_00073570 + iVar6)" * (cast_expression "(void **)(&DAT_00073570 + iVar6)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) = (subscript_expression "local_20[0]" identifier [ number_literal ])) ;) (if_statement "if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" if (parenthesized_expression "(((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0))" ( (binary_expression "((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)" (parenthesized_expression "((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))" ( (binary_expression "(uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0)" (parenthesized_expression "(uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0)" ( (binary_expression "uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "uVar1 + 1 == 0" (binary_expression "uVar1 + 1" identifier + number_literal) == number_literal) && (binary_expression "iVar2 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "iVar2 + (uint)(0xfffffffe < uVar1)" identifier + (call_expression "(uint)(0xfffffffe < uVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0xfffffffe < uVar1)" ( (binary_expression "0xfffffffe < uVar1" number_literal < identifier) )))) == number_literal)) )) || (parenthesized_expression "(local_20[0] == (void *)0x0)" ( (binary_expression "local_20[0] == (void *)0x0" (subscript_expression "local_20[0]" identifier [ number_literal ]) == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) ))) )) || (parenthesized_expression "(iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)" ( (comma_expression "iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0" (assignment_expression "iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20)" identifier = (call_expression "bfd_get_full_section_contents(param_3,param_2,local_20)" identifier (argument_list "(param_3,param_2,local_20)" ( identifier , identifier , identifier )))) , (comma_expression "iVar2 = DAT_0007403c,\n iVar3 == 0" (assignment_expression "iVar2 = DAT_0007403c" identifier = identifier) , (binary_expression "iVar3 == 0" identifier == number_literal))) ))) )) (compound_statement "{\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" { (expression_statement "FUN_0001c2b0(param_1);" (call_expression "FUN_0001c2b0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar7 = (&DAT_00073568)[param_1 * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[param_1 * 0x10]" identifier = (subscript_expression "(&DAT_00073568)[param_1 * 0x10]" (parenthesized_expression "(&DAT_00073568)" ( (pointer_expression "&DAT_00073568" & identifier) )) [ (binary_expression "param_1 * 0x10" identifier * number_literal) ])) ;) }) (else_clause "else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" else (compound_statement "{\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" { (expression_statement "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;" (assignment_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0" (pointer_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" * (cast_expression "(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" ( (binary_expression "*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)" (pointer_expression "*(int *)(&DAT_00073570 + iVar6)" * (cast_expression "(int *)(&DAT_00073570 + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) + (pointer_expression "*(int *)(&DAT_0007357c + iVar6)" * (cast_expression "(int *)(&DAT_0007357c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007357c + iVar6)" ( (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" & identifier) + identifier) ))))) )))) = number_literal) ;) (if_statement "if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }" if (parenthesized_expression "((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0))" ( (binary_expression "(iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)" (parenthesized_expression "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) )) || (parenthesized_expression "(*(int *)(&DAT_0007359c + iVar6) == 0)" ( (binary_expression "*(int *)(&DAT_0007359c + iVar6) == 0" (pointer_expression "*(int *)(&DAT_0007359c + iVar6)" * (cast_expression "(int *)(&DAT_0007359c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007359c + iVar6)" ( (binary_expression "&DAT_0007359c + iVar6" (pointer_expression "&DAT_0007359c" & identifier) + identifier) )))) == number_literal) ))) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));" (call_expression "bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6))" identifier (argument_list "(param_2,*(undefined4 *)(&DAT_00073570 + iVar6))" ( identifier , (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) ))) ;) (expression_statement "iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);" (assignment_expression "iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" identifier = (call_expression "bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" identifier (argument_list "(param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" ( identifier , identifier , (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" * (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_00073570 + iVar6)" ( (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" & identifier) + identifier) )))) , identifier )))) ;) (if_statement "if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" { (expression_statement "iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);" (assignment_expression "iVar2 = bfd_get_reloc_upper_bound(param_3,param_2)" identifier = (call_expression "bfd_get_reloc_upper_bound(param_3,param_2)" identifier (argument_list "(param_3,param_2)" ( identifier , identifier )))) ;) (if_statement "if (iVar2 < 1) {\n return 1;\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pvVar5 = (void *)xmalloc(iVar2);" (assignment_expression "pvVar5 = (void *)xmalloc(iVar2)" identifier = (cast_expression "(void *)xmalloc(iVar2)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(iVar2)" identifier (argument_list "(iVar2)" ( identifier ))))) ;) (expression_statement "iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);" (assignment_expression "iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0)" identifier = (call_expression "bfd_canonicalize_reloc(param_3,param_2,pvVar5,0)" identifier (argument_list "(param_3,param_2,pvVar5,0)" ( identifier , identifier , identifier , number_literal )))) ;) (if_statement "if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }" if (parenthesized_expression "(iVar2 != 0)" ( (binary_expression "iVar2 != 0" identifier != number_literal) )) (compound_statement "{\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }" { (expression_statement "*(void **)(&DAT_00073588 + iVar6) = pvVar5;" (assignment_expression "*(void **)(&DAT_00073588 + iVar6) = pvVar5" (pointer_expression "*(void **)(&DAT_00073588 + iVar6)" * (cast_expression "(void **)(&DAT_00073588 + iVar6)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(&DAT_00073588 + iVar6)" ( (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" & identifier) + identifier) )))) = identifier) ;) (expression_statement "*(int *)(&DAT_0007358c + iVar6) = iVar2;" (assignment_expression "*(int *)(&DAT_0007358c + iVar6) = iVar2" (pointer_expression "*(int *)(&DAT_0007358c + iVar6)" * (cast_expression "(int *)(&DAT_0007358c + iVar6)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(&DAT_0007358c + iVar6)" ( (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" & identifier) + identifier) )))) = identifier) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" identifier (argument_list "(pvVar5)" ( identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (expression_statement "FUN_0001c2b0(param_1);" (call_expression "FUN_0001c2b0(param_1)" identifier (argument_list "(param_1)" ( identifier ))) ;) (expression_statement "uVar7 = (&DAT_00073568)[param_1 * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[param_1 * 0x10]" identifier = (subscript_expression "(&DAT_00073568)[param_1 * 0x10]" (parenthesized_expression "(&DAT_00073568)" ( (pointer_expression "&DAT_00073568" & identifier) )) [ (binary_expression "param_1 * 0x10" identifier * number_literal) ])) ;) }))) (expression_statement "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" identifier (argument_list "(0,"\nCan\'t get contents for section \'%s\'.\n",5)" ( number_literal , (string_literal ""\nCan\'t get contents for section \'%s\'.\n"" " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(pcVar4,uVar7);" (call_expression "printf(pcVar4,uVar7)" identifier (argument_list "(pcVar4,uVar7)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) })))
|
(translation_unit (function_definition TYPE (ERROR IDENT) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + (binary_expression IDENT * LIT)) )))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (binary_expression IDENT + LIT) == LIT) && (binary_expression (binary_expression IDENT + (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) )))) == LIT)) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ))) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT )))) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT == LIT))) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression IDENT * LIT) ])) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) + (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) ))))) )))) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == LIT) )) || (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) == LIT) ))) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) ))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression & IDENT) + IDENT) )))) = IDENT) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return LIT ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ (binary_expression IDENT * LIT) ])) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return LIT ;) })))
|
(function_definition "undefined4 __regparm3 FUN_0001c340(int param_1,int param_2,undefined4 *param_3)\n\n{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" (type_identifier "undefined4") (ERROR "__regparm3" (identifier "__regparm3")) (function_declarator "FUN_0001c340(int param_1,int param_2,undefined4 *param_3)" (identifier "FUN_0001c340") (parameter_list "(int param_1,int param_2,undefined4 *param_3)" (( "(") (parameter_declaration "int param_1" (primitive_type "int") (identifier "param_1")) (, ",") (parameter_declaration "int param_2" (primitive_type "int") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 *param_3" (type_identifier "undefined4") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n uint uVar1;\n int iVar2;\n int iVar3;\n char *pcVar4;\n void *pvVar5;\n int iVar6;\n undefined4 uVar7;\n void *local_20 [3];\n undefined4 uStack_14;\n \n uStack_14 = 0x1c349;\n pcVar4 = (char *)*param_3;\n pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);\n if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }\n iVar6 = param_1 * 0x40;\n *(char **)(&DAT_0007356c + iVar6) = pcVar4;\n *(undefined4 *)(&DAT_00073588 + iVar6) = 0;\n *(undefined4 *)(&DAT_0007358c + iVar6) = 0;\n uVar7 = *(undefined4 *)(param_2 + 0x20);\n *(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);\n *(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;\n uVar1 = *(uint *)(param_2 + 0x2c);\n iVar2 = *(int *)(param_2 + 0x30);\n *(uint *)(&DAT_0007357c + iVar6) = uVar1;\n *(int *)(&DAT_00073580 + iVar6) = iVar2;\n local_20[0] = malloc(uVar1 + 1);\n *(int *)(&DAT_00073590 + iVar6) = param_2;\n *(void **)(&DAT_00073570 + iVar6) = local_20[0];\n if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);\n printf(pcVar4,uVar7);\n return 0;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "char *pcVar4;" (primitive_type "char") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "void *pvVar5;" (primitive_type "void") (pointer_declarator "*pvVar5" (* "*") (identifier "pvVar5")) (; ";")) (declaration "int iVar6;" (primitive_type "int") (identifier "iVar6") (; ";")) (declaration "undefined4 uVar7;" (type_identifier "undefined4") (identifier "uVar7") (; ";")) (declaration "void *local_20 [3];" (primitive_type "void") (pointer_declarator "*local_20 [3]" (* "*") (array_declarator "local_20 [3]" (identifier "local_20") ([ "[") (number_literal "3") (] "]"))) (; ";")) (declaration "undefined4 uStack_14;" (type_identifier "undefined4") (identifier "uStack_14") (; ";")) (expression_statement "uStack_14 = 0x1c349;" (assignment_expression "uStack_14 = 0x1c349" (identifier "uStack_14") (= "=") (number_literal "0x1c349")) (; ";")) (expression_statement "pcVar4 = (char *)*param_3;" (assignment_expression "pcVar4 = (char *)*param_3" (identifier "pcVar4") (= "=") (cast_expression "(char *)*param_3" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (; ";")) (expression_statement "pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);" (assignment_expression "pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40)" (identifier "pvVar5") (= "=") (pointer_expression "*(void **)(&DAT_00073570 + param_1 * 0x40)" (* "*") (cast_expression "(void **)(&DAT_00073570 + param_1 * 0x40)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(&DAT_00073570 + param_1 * 0x40)" (( "(") (binary_expression "&DAT_00073570 + param_1 * 0x40" (pointer_expression "&DAT_00073570" (& "&") (identifier "DAT_00073570")) (+ "+") (binary_expression "param_1 * 0x40" (identifier "param_1") (* "*") (number_literal "0x40"))) () ")"))))) (; ";")) (if_statement "if (pvVar5 != (void *)0x0) {\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }" (if "if") (parenthesized_expression "(pvVar5 != (void *)0x0)" (( "(") (binary_expression "pvVar5 != (void *)0x0" (identifier "pvVar5") (!= "!=") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);\n if (iVar2 == 0) {\n return 1;\n }\n free(pvVar5);\n pcVar4 = (char *)*param_3;\n }" ({ "{") (expression_statement "iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);" (assignment_expression "iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" (identifier "iVar2") (= "=") (call_expression "strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" (identifier "strcmp") (argument_list "(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4)" (( "(") (pointer_expression "*(char **)(&DAT_0007356c + param_1 * 0x40)" (* "*") (cast_expression "(char **)(&DAT_0007356c + param_1 * 0x40)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(&DAT_0007356c + param_1 * 0x40)" (( "(") (binary_expression "&DAT_0007356c + param_1 * 0x40" (pointer_expression "&DAT_0007356c" (& "&") (identifier "DAT_0007356c")) (+ "+") (binary_expression "param_1 * 0x40" (identifier "param_1") (* "*") (number_literal "0x40"))) () ")")))) (, ",") (identifier "pcVar4") () ")")))) (; ";")) (if_statement "if (iVar2 == 0) {\n return 1;\n }" (if "if") (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" (identifier "free") (argument_list "(pvVar5)" (( "(") (identifier "pvVar5") () ")"))) (; ";")) (expression_statement "pcVar4 = (char *)*param_3;" (assignment_expression "pcVar4 = (char *)*param_3" (identifier "pcVar4") (= "=") (cast_expression "(char *)*param_3" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3")))) (; ";")) (} "}"))) (expression_statement "iVar6 = param_1 * 0x40;" (assignment_expression "iVar6 = param_1 * 0x40" (identifier "iVar6") (= "=") (binary_expression "param_1 * 0x40" (identifier "param_1") (* "*") (number_literal "0x40"))) (; ";")) (expression_statement "*(char **)(&DAT_0007356c + iVar6) = pcVar4;" (assignment_expression "*(char **)(&DAT_0007356c + iVar6) = pcVar4" (pointer_expression "*(char **)(&DAT_0007356c + iVar6)" (* "*") (cast_expression "(char **)(&DAT_0007356c + iVar6)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(&DAT_0007356c + iVar6)" (( "(") (binary_expression "&DAT_0007356c + iVar6" (pointer_expression "&DAT_0007356c" (& "&") (identifier "DAT_0007356c")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "pcVar4")) (; ";")) (expression_statement "*(undefined4 *)(&DAT_00073588 + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_00073588 + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_00073588 + iVar6)" (* "*") (cast_expression "(undefined4 *)(&DAT_00073588 + iVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073588 + iVar6)" (( "(") (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" (& "&") (identifier "DAT_00073588")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(&DAT_0007358c + iVar6) = 0;" (assignment_expression "*(undefined4 *)(&DAT_0007358c + iVar6) = 0" (pointer_expression "*(undefined4 *)(&DAT_0007358c + iVar6)" (* "*") (cast_expression "(undefined4 *)(&DAT_0007358c + iVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_0007358c + iVar6)" (( "(") (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" (& "&") (identifier "DAT_0007358c")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar7 = *(undefined4 *)(param_2 + 0x20);" (assignment_expression "uVar7 = *(undefined4 *)(param_2 + 0x20)" (identifier "uVar7") (= "=") (pointer_expression "*(undefined4 *)(param_2 + 0x20)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x20)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);" (assignment_expression "*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c)" (pointer_expression "*(undefined4 *)(&DAT_00073574 + iVar6)" (* "*") (cast_expression "(undefined4 *)(&DAT_00073574 + iVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073574 + iVar6)" (( "(") (binary_expression "&DAT_00073574 + iVar6" (pointer_expression "&DAT_00073574" (& "&") (identifier "DAT_00073574")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(param_2 + 0x1c)" (* "*") (cast_expression "(undefined4 *)(param_2 + 0x1c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x1c)" (( "(") (binary_expression "param_2 + 0x1c" (identifier "param_2") (+ "+") (number_literal "0x1c")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;" (assignment_expression "*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7" (pointer_expression "*(undefined4 *)(&DAT_00073578 + iVar6)" (* "*") (cast_expression "(undefined4 *)(&DAT_00073578 + iVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073578 + iVar6)" (( "(") (binary_expression "&DAT_00073578 + iVar6" (pointer_expression "&DAT_00073578" (& "&") (identifier "DAT_00073578")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "uVar7")) (; ";")) (expression_statement "uVar1 = *(uint *)(param_2 + 0x2c);" (assignment_expression "uVar1 = *(uint *)(param_2 + 0x2c)" (identifier "uVar1") (= "=") (pointer_expression "*(uint *)(param_2 + 0x2c)" (* "*") (cast_expression "(uint *)(param_2 + 0x2c)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x2c)" (( "(") (binary_expression "param_2 + 0x2c" (identifier "param_2") (+ "+") (number_literal "0x2c")) () ")"))))) (; ";")) (expression_statement "iVar2 = *(int *)(param_2 + 0x30);" (assignment_expression "iVar2 = *(int *)(param_2 + 0x30)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(param_2 + 0x30)" (* "*") (cast_expression "(int *)(param_2 + 0x30)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")"))))) (; ";")) (expression_statement "*(uint *)(&DAT_0007357c + iVar6) = uVar1;" (assignment_expression "*(uint *)(&DAT_0007357c + iVar6) = uVar1" (pointer_expression "*(uint *)(&DAT_0007357c + iVar6)" (* "*") (cast_expression "(uint *)(&DAT_0007357c + iVar6)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_0007357c + iVar6)" (( "(") (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" (& "&") (identifier "DAT_0007357c")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(int *)(&DAT_00073580 + iVar6) = iVar2;" (assignment_expression "*(int *)(&DAT_00073580 + iVar6) = iVar2" (pointer_expression "*(int *)(&DAT_00073580 + iVar6)" (* "*") (cast_expression "(int *)(&DAT_00073580 + iVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073580 + iVar6)" (( "(") (binary_expression "&DAT_00073580 + iVar6" (pointer_expression "&DAT_00073580" (& "&") (identifier "DAT_00073580")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "iVar2")) (; ";")) (expression_statement "local_20[0] = malloc(uVar1 + 1);" (assignment_expression "local_20[0] = malloc(uVar1 + 1)" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (= "=") (call_expression "malloc(uVar1 + 1)" (identifier "malloc") (argument_list "(uVar1 + 1)" (( "(") (binary_expression "uVar1 + 1" (identifier "uVar1") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "*(int *)(&DAT_00073590 + iVar6) = param_2;" (assignment_expression "*(int *)(&DAT_00073590 + iVar6) = param_2" (pointer_expression "*(int *)(&DAT_00073590 + iVar6)" (* "*") (cast_expression "(int *)(&DAT_00073590 + iVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073590 + iVar6)" (( "(") (binary_expression "&DAT_00073590 + iVar6" (pointer_expression "&DAT_00073590" (& "&") (identifier "DAT_00073590")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(void **)(&DAT_00073570 + iVar6) = local_20[0];" (assignment_expression "*(void **)(&DAT_00073570 + iVar6) = local_20[0]" (pointer_expression "*(void **)(&DAT_00073570 + iVar6)" (* "*") (cast_expression "(void **)(&DAT_00073570 + iVar6)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(&DAT_00073570 + iVar6)" (( "(") (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" (& "&") (identifier "DAT_00073570")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]"))) (; ";")) (if_statement "if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)) {\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }\n else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" (if "if") (parenthesized_expression "(((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0))" (( "(") (binary_expression "((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))\n || (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)" (parenthesized_expression "((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))" (( "(") (binary_expression "(uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0)" (parenthesized_expression "(uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0)" (( "(") (binary_expression "uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "uVar1 + 1 == 0" (binary_expression "uVar1 + 1" (identifier "uVar1") (+ "+") (number_literal "1")) (== "==") (number_literal "0")) (&& "&&") (binary_expression "iVar2 + (uint)(0xfffffffe < uVar1) == 0" (binary_expression "iVar2 + (uint)(0xfffffffe < uVar1)" (identifier "iVar2") (+ "+") (call_expression "(uint)(0xfffffffe < uVar1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0xfffffffe < uVar1)" (( "(") (binary_expression "0xfffffffe < uVar1" (number_literal "0xfffffffe") (< "<") (identifier "uVar1")) () ")")))) (== "==") (number_literal "0"))) () ")")) (|| "||") (parenthesized_expression "(local_20[0] == (void *)0x0)" (( "(") (binary_expression "local_20[0] == (void *)0x0" (subscript_expression "local_20[0]" (identifier "local_20") ([ "[") (number_literal "0") (] "]")) (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")"))) () ")")) (|| "||") (parenthesized_expression "(iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0)" (( "(") (comma_expression "iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,\n iVar3 == 0" (assignment_expression "iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20)" (identifier "iVar3") (= "=") (call_expression "bfd_get_full_section_contents(param_3,param_2,local_20)" (identifier "bfd_get_full_section_contents") (argument_list "(param_3,param_2,local_20)" (( "(") (identifier "param_3") (, ",") (identifier "param_2") (, ",") (identifier "local_20") () ")")))) (, ",") (comma_expression "iVar2 = DAT_0007403c,\n iVar3 == 0" (assignment_expression "iVar2 = DAT_0007403c" (identifier "iVar2") (= "=") (identifier "DAT_0007403c")) (, ",") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")))) () ")"))) () ")")) (compound_statement "{\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" ({ "{") (expression_statement "FUN_0001c2b0(param_1);" (call_expression "FUN_0001c2b0(param_1)" (identifier "FUN_0001c2b0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "uVar7 = (&DAT_00073568)[param_1 * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[param_1 * 0x10]" (identifier "uVar7") (= "=") (subscript_expression "(&DAT_00073568)[param_1 * 0x10]" (parenthesized_expression "(&DAT_00073568)" (( "(") (pointer_expression "&DAT_00073568" (& "&") (identifier "DAT_00073568")) () ")")) ([ "[") (binary_expression "param_1 * 0x10" (identifier "param_1") (* "*") (number_literal "0x10")) (] "]"))) (; ";")) (} "}")) (else_clause "else {\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" (else "else") (compound_statement "{\n *(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;\n if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }\n bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));\n iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);\n if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }\n FUN_0001c2b0(param_1);\n uVar7 = (&DAT_00073568)[param_1 * 0x10];\n }" ({ "{") (expression_statement "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;" (assignment_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0" (pointer_expression "*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" (* "*") (cast_expression "(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6))" (( "(") (binary_expression "*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)" (pointer_expression "*(int *)(&DAT_00073570 + iVar6)" (* "*") (cast_expression "(int *)(&DAT_00073570 + iVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073570 + iVar6)" (( "(") (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" (& "&") (identifier "DAT_00073570")) (+ "+") (identifier "iVar6")) () ")")))) (+ "+") (pointer_expression "*(int *)(&DAT_0007357c + iVar6)" (* "*") (cast_expression "(int *)(&DAT_0007357c + iVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_0007357c + iVar6)" (( "(") (binary_expression "&DAT_0007357c + iVar6" (pointer_expression "&DAT_0007357c" (& "&") (identifier "DAT_0007357c")) (+ "+") (identifier "iVar6")) () ")"))))) () ")")))) (= "=") (number_literal "0")) (; ";")) (if_statement "if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {\n return 1;\n }" (if "if") (parenthesized_expression "((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0))" (( "(") (binary_expression "(iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)" (parenthesized_expression "(iVar2 == 0)" (( "(") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(*(int *)(&DAT_0007359c + iVar6) == 0)" (( "(") (binary_expression "*(int *)(&DAT_0007359c + iVar6) == 0" (pointer_expression "*(int *)(&DAT_0007359c + iVar6)" (* "*") (cast_expression "(int *)(&DAT_0007359c + iVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_0007359c + iVar6)" (( "(") (binary_expression "&DAT_0007359c + iVar6" (pointer_expression "&DAT_0007359c" (& "&") (identifier "DAT_0007359c")) (+ "+") (identifier "iVar6")) () ")")))) (== "==") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));" (call_expression "bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6))" (identifier "bfd_cache_section_contents") (argument_list "(param_2,*(undefined4 *)(&DAT_00073570 + iVar6))" (( "(") (identifier "param_2") (, ",") (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" (* "*") (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073570 + iVar6)" (( "(") (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" (& "&") (identifier "DAT_00073570")) (+ "+") (identifier "iVar6")) () ")")))) () ")"))) (; ";")) (expression_statement "iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);" (assignment_expression "iVar2 = bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" (identifier "iVar2") (= "=") (call_expression "bfd_simple_get_relocated_section_contents\n (param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" (identifier "bfd_simple_get_relocated_section_contents") (argument_list "(param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078)" (( "(") (identifier "param_3") (, ",") (identifier "param_2") (, ",") (pointer_expression "*(undefined4 *)(&DAT_00073570 + iVar6)" (* "*") (cast_expression "(undefined4 *)(&DAT_00073570 + iVar6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_00073570 + iVar6)" (( "(") (binary_expression "&DAT_00073570 + iVar6" (pointer_expression "&DAT_00073570" (& "&") (identifier "DAT_00073570")) (+ "+") (identifier "iVar6")) () ")")))) (, ",") (identifier "DAT_00074078") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);\n if (iVar2 < 1) {\n return 1;\n }\n pvVar5 = (void *)xmalloc(iVar2);\n iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);\n if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }\n free(pvVar5);\n return 1;\n }" ({ "{") (expression_statement "iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);" (assignment_expression "iVar2 = bfd_get_reloc_upper_bound(param_3,param_2)" (identifier "iVar2") (= "=") (call_expression "bfd_get_reloc_upper_bound(param_3,param_2)" (identifier "bfd_get_reloc_upper_bound") (argument_list "(param_3,param_2)" (( "(") (identifier "param_3") (, ",") (identifier "param_2") () ")")))) (; ";")) (if_statement "if (iVar2 < 1) {\n return 1;\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "pvVar5 = (void *)xmalloc(iVar2);" (assignment_expression "pvVar5 = (void *)xmalloc(iVar2)" (identifier "pvVar5") (= "=") (cast_expression "(void *)xmalloc(iVar2)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(iVar2)" (identifier "xmalloc") (argument_list "(iVar2)" (( "(") (identifier "iVar2") () ")"))))) (; ";")) (expression_statement "iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);" (assignment_expression "iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0)" (identifier "iVar2") (= "=") (call_expression "bfd_canonicalize_reloc(param_3,param_2,pvVar5,0)" (identifier "bfd_canonicalize_reloc") (argument_list "(param_3,param_2,pvVar5,0)" (( "(") (identifier "param_3") (, ",") (identifier "param_2") (, ",") (identifier "pvVar5") (, ",") (number_literal "0") () ")")))) (; ";")) (if_statement "if (iVar2 != 0) {\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }" (if "if") (parenthesized_expression "(iVar2 != 0)" (( "(") (binary_expression "iVar2 != 0" (identifier "iVar2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(void **)(&DAT_00073588 + iVar6) = pvVar5;\n *(int *)(&DAT_0007358c + iVar6) = iVar2;\n return 1;\n }" ({ "{") (expression_statement "*(void **)(&DAT_00073588 + iVar6) = pvVar5;" (assignment_expression "*(void **)(&DAT_00073588 + iVar6) = pvVar5" (pointer_expression "*(void **)(&DAT_00073588 + iVar6)" (* "*") (cast_expression "(void **)(&DAT_00073588 + iVar6)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(&DAT_00073588 + iVar6)" (( "(") (binary_expression "&DAT_00073588 + iVar6" (pointer_expression "&DAT_00073588" (& "&") (identifier "DAT_00073588")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "pvVar5")) (; ";")) (expression_statement "*(int *)(&DAT_0007358c + iVar6) = iVar2;" (assignment_expression "*(int *)(&DAT_0007358c + iVar6) = iVar2" (pointer_expression "*(int *)(&DAT_0007358c + iVar6)" (* "*") (cast_expression "(int *)(&DAT_0007358c + iVar6)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(&DAT_0007358c + iVar6)" (( "(") (binary_expression "&DAT_0007358c + iVar6" (pointer_expression "&DAT_0007358c" (& "&") (identifier "DAT_0007358c")) (+ "+") (identifier "iVar6")) () ")")))) (= "=") (identifier "iVar2")) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "free(pvVar5);" (call_expression "free(pvVar5)" (identifier "free") (argument_list "(pvVar5)" (( "(") (identifier "pvVar5") () ")"))) (; ";")) (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "FUN_0001c2b0(param_1);" (call_expression "FUN_0001c2b0(param_1)" (identifier "FUN_0001c2b0") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")"))) (; ";")) (expression_statement "uVar7 = (&DAT_00073568)[param_1 * 0x10];" (assignment_expression "uVar7 = (&DAT_00073568)[param_1 * 0x10]" (identifier "uVar7") (= "=") (subscript_expression "(&DAT_00073568)[param_1 * 0x10]" (parenthesized_expression "(&DAT_00073568)" (( "(") (pointer_expression "&DAT_00073568" (& "&") (identifier "DAT_00073568")) () ")")) ([ "[") (binary_expression "param_1 * 0x10" (identifier "param_1") (* "*") (number_literal "0x10")) (] "]"))) (; ";")) (} "}")))) (expression_statement "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);" (assignment_expression "pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" (identifier "pcVar4") (= "=") (cast_expression "(char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5)" (identifier "dcgettext") (argument_list "(0,"\nCan\'t get contents for section \'%s\'.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\nCan\'t get contents for section \'%s\'.\n"" (" """) (escape_sequence "\n") (string_content "Can") (escape_sequence "\'") (string_content "t get contents for section ") (escape_sequence "\'") (string_content "%s") (escape_sequence "\'") (string_content ".") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(pcVar4,uVar7);" (call_expression "printf(pcVar4,uVar7)" (identifier "printf") (argument_list "(pcVar4,uVar7)" (( "(") (identifier "pcVar4") (, ",") (identifier "uVar7") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
type_1 __regparm3
function_1(type_2 var_1,type_3 *sec,void *file)
{
type_4 var_8;
type_1 var_12;
int var_4;
char *pcVar4;
void *var_2;
type_5 *abfd;
int var_6;
type_6 uVar7;
type_7 *var_9;
type_6 uStack_14;
uStack_14 = 0x1c349;
/* WARNING: Load size is inaccurate */
pcVar4 = *file;
var_2 = *(void **)(&DAT_00073570 + var_1 * 0x40);
if (var_2 != (void *)0x0) {
var_4 = var_3(*(char **)(&DAT_0007356c + var_1 * 0x40),pcVar4);
if (var_4 == 0) {
return 1;
}
var_5(var_2);
/* WARNING: Load size is inaccurate */
pcVar4 = *file;
}
var_6 = var_1 * 0x40;
*(char **)(&DAT_0007356c + var_6) = pcVar4;
*(type_6 *)(&DAT_00073588 + var_6) = 0;
*(type_6 *)(&DAT_0007358c + var_6) = 0;
uVar7 = *(type_6 *)((int)&sec->vma + 4);
*(int *)(&DAT_00073574 + var_6) = (int)sec->vma;
*(type_6 *)(&DAT_00073578 + var_6) = uVar7;
var_8 = (type_4)sec->size;
var_4 = *(int *)((int)&sec->size + 4);
*(type_4 *)(&DAT_0007357c + var_6) = var_8;
*(int *)(&DAT_00073580 + var_6) = var_4;
var_9 = (type_7 *)var_7(var_8 + 1);
*(type_3 **)(&DAT_00073590 + var_6) = sec;
*(type_7 **)(&DAT_00073570 + var_6) = var_9;
if (((var_8 + 1 == 0 && var_4 + (type_4)(0xfffffffe < var_8) == 0) || (var_9 == (type_7 *)0x0))
|| (var_4 = var_10(file,sec,&var_9), var_12 = is_relocatable,
var_4 == 0)) {
var_11(var_1);
uVar7 = (&DAT_00073568)[var_1 * 0x10];
}
else {
*(type_8 *)(*(int *)(&DAT_00073570 + var_6) + *(int *)(&DAT_0007357c + var_6)) = 0;
if ((var_12 == 0) || (*(int *)(&DAT_0007359c + var_6) == 0)) {
return 1;
}
var_13(sec,*(type_6 *)(&DAT_00073570 + var_6));
var_4 = var_14
(file,sec,*(type_6 *)(&DAT_00073570 + var_6),syms);
if (var_4 != 0) {
var_4 = var_15(file,sec);
if (var_4 < 1) {
return 1;
}
var_2 = (void *)var_16(var_4);
var_4 = var_17(file,sec,var_2,0);
if (var_4 != 0) {
*(void **)(&DAT_00073588 + var_6) = var_2;
*(int *)(&DAT_0007358c + var_6) = var_4;
return 1;
}
var_5(var_2);
return 1;
}
var_11(var_1);
uVar7 = (&DAT_00073568)[var_1 * 0x10];
}
pcVar4 = (char *)var_18(0,"\nCan\'t get contents for section \'%s\'.\n",5);
var_19(pcVar4,uVar7);
return 0;
}
| null |
(translation_unit (function_definition type: (type_identifier) (ERROR (identifier)) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)) right: (binary_expression left: (binary_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier))))) right: (number_literal)))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (identifier) right: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))))))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (number_literal))))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) right: (identifier))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (number_literal)))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.bx replaced with injection: get_pc_thunk_bx */
undefined4 __regparm3 MASKED(int param_1,int param_2,undefined4 *param_3)
{
uint uVar1;
int iVar2;
int iVar3;
char *pcVar4;
void *pvVar5;
int iVar6;
undefined4 uVar7;
void *local_20 [3];
undefined4 uStack_14;
uStack_14 = 0x1c349;
pcVar4 = (char *)*param_3;
pvVar5 = *(void **)(&DAT_00073570 + param_1 * 0x40);
if (pvVar5 != (void *)0x0) {
iVar2 = strcmp(*(char **)(&DAT_0007356c + param_1 * 0x40),pcVar4);
if (iVar2 == 0) {
return 1;
}
free(pvVar5);
pcVar4 = (char *)*param_3;
}
iVar6 = param_1 * 0x40;
*(char **)(&DAT_0007356c + iVar6) = pcVar4;
*(undefined4 *)(&DAT_00073588 + iVar6) = 0;
*(undefined4 *)(&DAT_0007358c + iVar6) = 0;
uVar7 = *(undefined4 *)(param_2 + 0x20);
*(undefined4 *)(&DAT_00073574 + iVar6) = *(undefined4 *)(param_2 + 0x1c);
*(undefined4 *)(&DAT_00073578 + iVar6) = uVar7;
uVar1 = *(uint *)(param_2 + 0x2c);
iVar2 = *(int *)(param_2 + 0x30);
*(uint *)(&DAT_0007357c + iVar6) = uVar1;
*(int *)(&DAT_00073580 + iVar6) = iVar2;
local_20[0] = malloc(uVar1 + 1);
*(int *)(&DAT_00073590 + iVar6) = param_2;
*(void **)(&DAT_00073570 + iVar6) = local_20[0];
if (((uVar1 + 1 == 0 && iVar2 + (uint)(0xfffffffe < uVar1) == 0) || (local_20[0] == (void *)0x0))
|| (iVar3 = bfd_get_full_section_contents(param_3,param_2,local_20), iVar2 = DAT_0007403c,
iVar3 == 0)) {
FUN_0001c2b0(param_1);
uVar7 = (&DAT_00073568)[param_1 * 0x10];
}
else {
*(undefined1 *)(*(int *)(&DAT_00073570 + iVar6) + *(int *)(&DAT_0007357c + iVar6)) = 0;
if ((iVar2 == 0) || (*(int *)(&DAT_0007359c + iVar6) == 0)) {
return 1;
}
bfd_cache_section_contents(param_2,*(undefined4 *)(&DAT_00073570 + iVar6));
iVar2 = bfd_simple_get_relocated_section_contents
(param_3,param_2,*(undefined4 *)(&DAT_00073570 + iVar6),DAT_00074078);
if (iVar2 != 0) {
iVar2 = bfd_get_reloc_upper_bound(param_3,param_2);
if (iVar2 < 1) {
return 1;
}
pvVar5 = (void *)xmalloc(iVar2);
iVar2 = bfd_canonicalize_reloc(param_3,param_2,pvVar5,0);
if (iVar2 != 0) {
*(void **)(&DAT_00073588 + iVar6) = pvVar5;
*(int *)(&DAT_0007358c + iVar6) = iVar2;
return 1;
}
free(pvVar5);
return 1;
}
FUN_0001c2b0(param_1);
uVar7 = (&DAT_00073568)[param_1 * 0x10];
}
pcVar4 = (char *)dcgettext(0,"\nCan\'t get contents for section \'%s\'.\n",5);
printf(pcVar4,uVar7);
return 0;
}
|
5417_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c
|
parameters_clear_target
|
FUN_00139950
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
void gold::parameters_clear_target(void)
{
Parameters::clear_target(&static_parameters);
return;
}
|
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void FUN_00139950(void)
{
FUN_00139130(&DAT_00395220);
return;
}
|
CALL 0x000559e6
ADD EAX,0x2556ab
SUB ESP,0x18
LEA EAX,[EAX + 0x6220]
PUSH EAX
CALL 0x00139130
ADD ESP,0x1c
RET
| null | null | null | null |
[('const-0', u'PTRSUB_-1207133724'), (u'PTRSUB_-1207133724', u'CALL_-1207133817'), ('const-0', u'RETURN_-1207133794'), ('const-3756576', u'PTRSUB_-1207133724')]
|
[('const-3756576', u'PTRSUB_-1207133724'), (u'PTRSUB_-1207133724', u'CALL_-1207133817'), ('const-0', u'RETURN_-1207133794'), ('const-0', u'PTRSUB_-1207133724')]
| null | null |
00139950
|
x86
|
O1
|
(translation_unit "/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */\n\nvoid FUN_00139950(void)\n\n{\n FUN_00139130(&DAT_00395220);\n return;\n}\n\n" comment (function_definition "void FUN_00139950(void)\n\n{\n FUN_00139130(&DAT_00395220);\n return;\n}" primitive_type (function_declarator "FUN_00139950(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00139130(&DAT_00395220);\n return;\n}" { (expression_statement "FUN_00139130(&DAT_00395220);" (call_expression "FUN_00139130(&DAT_00395220)" identifier (argument_list "(&DAT_00395220)" ( (pointer_expression "&DAT_00395220" & identifier) ))) ;) (return_statement "return;" return ;) })))
|
(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\nvoid gold::parameters_clear_target(void)\n\n{\n Parameters::clear_target(&static_parameters);\n return;\n}\n\n" comment comment (function_definition "void gold::parameters_clear_target(void)\n\n{\n Parameters::clear_target(&static_parameters);\n return;\n}" primitive_type (ERROR "gold::" identifier : :) (function_declarator "parameters_clear_target(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n Parameters::clear_target(&static_parameters);\n return;\n}" { (labeled_statement "Parameters::clear_target(&static_parameters);" statement_identifier : (ERROR ":" :) (expression_statement "clear_target(&static_parameters);" (call_expression "clear_target(&static_parameters)" identifier (argument_list "(&static_parameters)" ( (pointer_expression "&static_parameters" & identifier) ))) ;)) (return_statement "return;" return ;) })))
|
(translation_unit "void FUN_00139950(void)\n\n{\n FUN_00139130(&DAT_00395220);\n return;\n}\n\n" (function_definition "void FUN_00139950(void)\n\n{\n FUN_00139130(&DAT_00395220);\n return;\n}" primitive_type (function_declarator "FUN_00139950(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00139130(&DAT_00395220);\n return;\n}" { (expression_statement "FUN_00139130(&DAT_00395220);" (call_expression "FUN_00139130(&DAT_00395220)" identifier (argument_list "(&DAT_00395220)" ( (pointer_expression "&DAT_00395220" & identifier) ))) ;) (return_statement "return;" return ;) })))
|
(translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) ))) ;) (return_statement return ;) })))
|
(function_definition "void FUN_00139950(void)\n\n{\n FUN_00139130(&DAT_00395220);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00139950(void)" (identifier "FUN_00139950") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00139130(&DAT_00395220);\n return;\n}" ({ "{") (expression_statement "FUN_00139130(&DAT_00395220);" (call_expression "FUN_00139130(&DAT_00395220)" (identifier "FUN_00139130") (argument_list "(&DAT_00395220)" (( "(") (pointer_expression "&DAT_00395220" (& "&") (identifier "DAT_00395220")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}")))
|
/* WARNING: Function: __x86.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
/* WARNING: Enum "DT": Some values do not have unique names */
void gold::function_1(void)
{
Parameters::var_1(&static_parameters);
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: (identifier) arguments: (argument_list (pointer_expression argument: (identifier))))) (return_statement))))
| null |
/* WARNING: Function: __i686.get_pc_thunk.ax replaced with injection: get_pc_thunk_ax */
void MASKED(void)
{
FUN_00139130(&DAT_00395220);
return;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.