; assembly | /* r2dec pseudo code output */ | /* balxml_configschema.t/none @ 0x432a70 */ | #include | ; (fcn) method.BloombergLP::s_baltst::BasicSchemaSimpleTypeElementChoice.selectionName___const () | int64_t method_BloombergLP::s_baltst::BasicSchemaSimpleTypeElementChoice_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::BasicSchemaSimpleTypeElementChoice::selectionName() const */ 0x00432a70 mov eax, dword [rdi + 0x60] | eax = *((rdi + 0x60)); 0x00432a73 cmp eax, 1 | 0x00432a76 mov ecx, 0x4a24cd | ecx = "restriction"; 0x00432a7b mov edx, 0x4a249e | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x00432a80 cmove rdx, rcx | rdx = rcx; | } 0x00432a84 test eax, eax | 0x00432a86 mov eax, 0x4a247e | eax = "annotation"; | if (eax != 0) { 0x00432a8b cmovne rax, rdx | rax = rdx; | } 0x00432a8f ret | return rax; | }