; assembly | /* r2dec pseudo code output */ | /* balm_publicationscheduler.t/assume @ 0x4064f0 */ | #include | ; (fcn) method.Action.typeString_Action::Type_ () | int64_t method_Action_typeString_Action::Type_ (int64_t arg1) { | rdi = arg1; | /* Action::typeString(Action::Type) */ 0x004064f0 test edi, edi | 0x004064f2 mov ecx, 0x463215 | ecx = "SCHEDULE_CATEGORY"; 0x004064f7 mov eax, 0x463227 | eax = "SCHEDULE_DEFAULT"; | if (edi == 0) { 0x004064fc cmove rax, rcx | rax = rcx; | } 0x00406500 ret | return rax; | }