; assembly | /* r2dec pseudo code output */ | /* baljsn_encoder.t/none @ 0x4d21a0 */ | #include | ; (fcn) method.BloombergLP::s_baltst::SequenceWithAnonymityChoice2.selectionName___const () | int64_t method_BloombergLP::s_baltst::SequenceWithAnonymityChoice2_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::SequenceWithAnonymityChoice2::selectionName() const */ 0x004d21a0 mov eax, dword [rdi + 8] | eax = *((rdi + 8)); 0x004d21a3 cmp eax, 1 | 0x004d21a6 mov ecx, 0x54f3c3 | ecx = "selection8"; 0x004d21ab mov edx, 0x54cfca | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x004d21b0 cmove rdx, rcx | rdx = rcx; | } 0x004d21b4 test eax, eax | 0x004d21b6 mov eax, 0x54f3b8 | eax = "selection7"; | if (eax != 0) { 0x004d21bb cmovne rax, rdx | rax = rdx; | } 0x004d21bf ret | return rax; | }