; assembly | /* r2dec pseudo code output */ | /* balb_testmessages.t/assume @ 0x406410 */ | #include | ; (fcn) method.BloombergLP::balb::Choice5.selectionName___const () | int32_t method_BloombergLP::balb::Choice5_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::balb::Choice5::selectionName() const */ 0x00406410 mov eax, dword [rdi + 0x30] | eax = *((rdi + 0x30)); 0x00406413 test eax, eax | | if (eax != 0) { 0x00406415 je 0x406422 | 0x00406417 cmp eax, 1 | | if (eax != 1) { 0x0040641a jne 0x406428 | goto label_0; | } 0x0040641c mov eax, 0x448363 | eax = "selection2"; 0x00406421 ret | return eax; | } 0x00406422 mov eax, 0x448358 | eax = "selection1"; 0x00406427 ret | return eax; | label_0: 0x00406428 mov eax, 0x448383 | eax = "(* UNDEFINED *)"; 0x0040642d ret | return eax; | }