; assembly | /* r2dec pseudo code output */ | /* s_baltst_test.t/assume @ 0x4358e0 */ | #include | ; (fcn) method.BloombergLP::s_baltst::Request.selectionName___const () | int32_t method_BloombergLP::s_baltst::Request_selectionName_const (int64_t arg1) { | rdi = arg1; | /* BloombergLP::s_baltst::Request::selectionName() const */ 0x004358e0 mov eax, dword [rdi + 0x368] | eax = *((rdi + 0x368)); 0x004358e6 test eax, eax | | if (eax != 0) { 0x004358e8 je 0x4358f5 | 0x004358ea cmp eax, 1 | | if (eax != 1) { 0x004358ed jne 0x4358fb | goto label_0; | } 0x004358ef mov eax, 0x468d7e | eax = "featureRequest"; 0x004358f4 ret | return eax; | } 0x004358f5 mov eax, 0x468d70 | eax = "simpleRequest"; 0x004358fa ret | return eax; | label_0: 0x004358fb mov eax, 0x466abb | eax = "(* UNDEFINED *)"; 0x00435900 ret | return eax; | }