; assembly | /* r2dec pseudo code output */ | /* balb_testmessages.t/none @ 0x4142d0 */ | #include | ; (fcn) method.BloombergLP::balb::Response.selectionName___const () | int64_t method_BloombergLP::balb::Response_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::balb::Response::selectionName() const */ 0x004142d0 mov eax, dword [rdi + 0x368] | eax = *((rdi + 0x368)); 0x004142d6 cmp eax, 1 | 0x004142d9 mov ecx, 0x447dc8 | ecx = "featureResponse"; 0x004142de mov edx, 0x447bf3 | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x004142e3 cmove rdx, rcx | rdx = rcx; | } 0x004142e7 test eax, eax | 0x004142e9 mov eax, 0x447dbb | eax = "responseData"; | if (eax != 0) { 0x004142ee cmovne rax, rdx | rax = rdx; | } 0x004142f2 ret | return rax; | }