; assembly | /* r2dec pseudo code output */ | /* baljsn_encoder.t/assume @ 0x4d2010 */ | #include | ; (fcn) method.BloombergLP::s_baltst::SequenceWithAnonymityChoice2.selectionName___const () | int32_t method_BloombergLP::s_baltst::SequenceWithAnonymityChoice2_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::SequenceWithAnonymityChoice2::selectionName() const */ 0x004d2010 mov eax, dword [rdi + 8] | eax = *((rdi + 8)); 0x004d2013 test eax, eax | | if (eax != 0) { 0x004d2015 je 0x4d2022 | 0x004d2017 cmp eax, 1 | | if (eax != 1) { 0x004d201a jne 0x4d2028 | goto label_0; | } 0x004d201c mov eax, 0x54ef13 | eax = "selection8"; 0x004d2021 ret | return eax; | } 0x004d2022 mov eax, 0x54ef08 | eax = "selection7"; 0x004d2027 ret | return eax; | label_0: 0x004d2028 mov eax, 0x54c27a | eax = "(* UNDEFINED *)"; 0x004d202d ret | return eax; | }