; assembly | /* r2dec pseudo code output */ | /* balb_testmessages.t/none @ 0x4056f0 */ | #include | ; (fcn) method.BloombergLP::balb::SequenceWithAnonymityChoice1.selectionName___const () | int64_t method_BloombergLP::balb::SequenceWithAnonymityChoice1_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::balb::SequenceWithAnonymityChoice1::selectionName() const */ 0x004056f0 mov eax, dword [rdi + 0x30] | eax = *((rdi + 0x30)); 0x004056f3 cmp eax, 1 | 0x004056f6 mov ecx, 0x447c29 | ecx = "selection6"; 0x004056fb mov edx, 0x447bf3 | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x00405700 cmove rdx, rcx | rdx = rcx; | } 0x00405704 test eax, eax | 0x00405706 mov eax, 0x447c1e | eax = "selection5"; | if (eax != 0) { 0x0040570b cmovne rax, rdx | rax = rdx; | } 0x0040570f ret | return rax; | }