; assembly | /* r2dec pseudo code output */ | /* s_baltst_test.t/assume @ 0x4366d0 */ | #include | ; (fcn) method.BloombergLP::s_baltst::Response.selectionName___const () | int32_t method_BloombergLP::s_baltst::Response_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::Response::selectionName() const */ 0x004366d0 mov eax, dword [rdi + 0x368] | eax = *((rdi + 0x368)); 0x004366d6 test eax, eax | | if (eax != 0) { 0x004366d8 je 0x4366e5 | 0x004366da cmp eax, 1 | | if (eax != 1) { 0x004366dd jne 0x4366eb | goto label_0; | } 0x004366df mov eax, 0x468dfd | eax = "featureResponse"; 0x004366e4 ret | return eax; | } 0x004366e5 mov eax, 0x468df0 | eax = "responseData"; 0x004366ea ret | return eax; | label_0: 0x004366eb mov eax, 0x466abb | eax = "(* UNDEFINED *)"; 0x004366f0 ret | return eax; | }