; assembly | /* r2dec pseudo code output */ | /* balb_testmessages.t/none @ 0x4063c0 */ | #include | ; (fcn) method.BloombergLP::balb::Choice5.selectionName___const () | int64_t method_BloombergLP::balb::Choice5_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::balb::Choice5::selectionName() const */ 0x004063c0 mov eax, dword [rdi + 0x30] | eax = *((rdi + 0x30)); 0x004063c3 cmp eax, 1 | 0x004063c6 mov ecx, 0x447bd3 | ecx = "selection2"; 0x004063cb mov edx, 0x447bf3 | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x004063d0 cmove rdx, rcx | rdx = rcx; | } 0x004063d4 test eax, eax | 0x004063d6 mov eax, 0x447bc8 | eax = "selection1"; | if (eax != 0) { 0x004063db cmovne rax, rdx | rax = rdx; | } 0x004063df ret | return rax; | }