; assembly | /* r2dec pseudo code output */ | /* baljsn_decoder.t/none @ 0x408c90 */ | #include | ; (fcn) method.BloombergLP::case4::Color.toString_BloombergLP::case4::Color::Value_ () | int64_t method_BloombergLP::case4::Color_toString_BloombergLP::case4::Color::Value_ (uint32_t arg1) { | rdi = arg1; | /* BloombergLP::case4::Color::toString(BloombergLP::case4::Color::Value) */ 0x00408c90 cmp edi, 2 | | if (edi <= 2) { 0x00408c93 ja 0x408ca1 | 0x00408c95 movsxd rax, edi | rax = (int64_t) edi; 0x00408c98 mov rax, qword [rax*8 + 0x4f4f50] | rax = *((rax*8 + 0x4f4f50)); 0x00408ca0 ret | return rax; | } 0x00408ca1 xor eax, eax | eax = 0; 0x00408ca3 ret | return rax; | }