My First real world CTF
Simple Virtual Machine
Challenge description
Professor Terence Parr has taught us how to create a virtual machine Now it is time to pwn virtual machine
Source code of challenge link
Solution is written in note-md
compiler.c : for translating code from virtual machine instruction to byte code
fuzz.c : random input producer to test our program crashing state.
Everything related to challenge is in material folder
virtual-machine.pdf from Professor Terence Parr to learn about virtual machine :)
Tools Used are:
gdb ropper radare2