; assembly | /* r2dec pseudo code output */ | /* s_baltst_test.t/none @ 0x436570 */ | #include | ; (fcn) method.BloombergLP::s_baltst::Response.selectionName___const () | int64_t method_BloombergLP::s_baltst::Response_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::Response::selectionName() const */ 0x00436570 mov eax, dword [rdi + 0x368] | eax = *((rdi + 0x368)); 0x00436576 cmp eax, 1 | 0x00436579 mov ecx, 0x4685ad | ecx = "featureResponse"; 0x0043657e mov edx, 0x466a0b | edx = "(* UNDEFINED *)"; | if (eax == 1) { 0x00436583 cmove rdx, rcx | rdx = rcx; | } 0x00436587 test eax, eax | 0x00436589 mov eax, 0x4685a0 | eax = "responseData"; | if (eax != 0) { 0x0043658e cmovne rax, rdx | rax = rdx; | } 0x00436592 ret | return rax; | }