; assembly | /* r2dec pseudo code output */ | /* balxml_configschema.t/none @ 0x434d90 */ | #include | ; (fcn) method.BloombergLP::s_baltst::BasicSchemaChoiceElementChoice.selectionName___const () | int64_t method_BloombergLP::s_baltst::BasicSchemaChoiceElementChoice_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::BasicSchemaChoiceElementChoice::selectionName() const */ 0x00434d90 mov eax, dword [rdi + 0x40] | eax = *((rdi + 0x40)); 0x00434d93 cmp eax, 1 | 0x00434d96 mov ecx, 0x4a0a5a | ecx = 0x4a0a5a; 0x00434d9b mov edx, 0x4a249e | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x00434da0 cmove rdx, rcx | rdx = rcx; | } 0x00434da4 test eax, eax | 0x00434da6 mov eax, 0x4a247e | eax = "annotation"; | if (eax != 0) { 0x00434dab cmovne rax, rdx | rax = rdx; | } 0x00434daf ret | return rax; | }