Programming Level 4 140 points

Advanced Python - Custom VM Bytecode Execution

Mission

program.kvm is bytecode for a custom four-register VM. Implement an interpreter in Python from the instruction specification in README and recover the VM output.

#programming#python#vm#reverse-engineering

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag