; assembly | /* r2dec pseudo code output */ | /* balm_collector.t/none @ 0x4095a0 */ | #include | ; (fcn) method.BloombergLP::balm::PublicationType.toString_BloombergLP::balm::PublicationType::Value_ () | int64_t method_BloombergLP::balm::PublicationType_toString_BloombergLP::balm::PublicationType::Value_ (uint32_t arg1) { | rdi = arg1; | /* BloombergLP::balm::PublicationType::toString(BloombergLP::balm::PublicationType::Value) */ 0x004095a0 cmp edi, 7 | | if (edi <= 7) { 0x004095a3 ja 0x4095b1 | 0x004095a5 movsxd rax, edi | rax = (int64_t) edi; 0x004095a8 mov rax, qword [rax*8 + 0x435838] | rax = *((rax*8 + 0x435838)); 0x004095b0 ret | return rax; | } 0x004095b1 xor eax, eax | eax = 0; 0x004095b3 ret | return rax; | }