Binary to (ByteCode or ASM Code) with objdump

Binary to Bytecode (The Binary was created with Rmutate)
Linux > objdump + ruby + bash
OSX > gobjdump + ruby + bash
Windows > objdump.exe + ruby + PowerShellv5


Binary to ASM Code
For Unix

esc binary -d

For Windows

esc binary /d

Some values were XOR’d; most notably the 0x2f which is the forward slash “/”