; assembly | /* r2dec pseudo code output */ | /* balb_testmessages.t/assume @ 0x411040 */ | #include | ; (fcn) method.BloombergLP::balb::SequenceWithAnonymityChoice2.selectionName___const () | int32_t method_BloombergLP::balb::SequenceWithAnonymityChoice2_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::balb::SequenceWithAnonymityChoice2::selectionName() const */ 0x00411040 mov eax, dword [rdi + 8] | eax = *((rdi + 8)); 0x00411043 test eax, eax | | if (eax != 0) { 0x00411045 je 0x411052 | 0x00411047 cmp eax, 1 | | if (eax != 1) { 0x0041104a jne 0x411058 | goto label_0; | } 0x0041104c mov eax, 0x4484c0 | eax = "selection8"; 0x00411051 ret | return eax; | } 0x00411052 mov eax, 0x4484b5 | eax = "selection7"; 0x00411057 ret | return eax; | label_0: 0x00411058 mov eax, 0x448383 | eax = "(* UNDEFINED *)"; 0x0041105d ret | return eax; | }