; assembly | /* r2dec pseudo code output */ | /* baljsn_encoder.t/none @ 0x4d1630 */ | #include | ; (fcn) method.BloombergLP::s_baltst::SequenceWithAnonymityChoice1.selectionName___const () | int64_t method_BloombergLP::s_baltst::SequenceWithAnonymityChoice1_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::SequenceWithAnonymityChoice1::selectionName() const */ 0x004d1630 mov eax, dword [rdi + 0x30] | eax = *((rdi + 0x30)); 0x004d1633 cmp eax, 1 | 0x004d1636 mov ecx, 0x54f2c4 | ecx = "selection6"; 0x004d163b mov edx, 0x54cfca | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x004d1640 cmove rdx, rcx | rdx = rcx; | } 0x004d1644 test eax, eax | 0x004d1646 mov eax, 0x54f2b9 | eax = "selection5"; | if (eax != 0) { 0x004d164b cmovne rax, rdx | rax = rdx; | } 0x004d164f ret | return rax; | }