; assembly | /* r2dec pseudo code output */ | /* balb_testmessages.t/none @ 0x410f50 */ | #include | ; (fcn) method.BloombergLP::balb::SequenceWithAnonymityChoice2.selectionName___const () | int64_t method_BloombergLP::balb::SequenceWithAnonymityChoice2_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::balb::SequenceWithAnonymityChoice2::selectionName() const */ 0x00410f50 mov eax, dword [rdi + 8] | eax = *((rdi + 8)); 0x00410f53 cmp eax, 1 | 0x00410f56 mov ecx, 0x447d30 | ecx = "selection8"; 0x00410f5b mov edx, 0x447bf3 | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x00410f60 cmove rdx, rcx | rdx = rcx; | } 0x00410f64 test eax, eax | 0x00410f66 mov eax, 0x447d25 | eax = "selection7"; | if (eax != 0) { 0x00410f6b cmovne rax, rdx | rax = rdx; | } 0x00410f6f ret | return rax; | }