├── LICENSE ├── README.md ├── se_disassembler.py ├── symbolic_execution_output.txt └── vm_challenge.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad-c0der/VM-Challenge/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad-c0der/VM-Challenge/HEAD/README.md -------------------------------------------------------------------------------- /se_disassembler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad-c0der/VM-Challenge/HEAD/se_disassembler.py -------------------------------------------------------------------------------- /symbolic_execution_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad-c0der/VM-Challenge/HEAD/symbolic_execution_output.txt -------------------------------------------------------------------------------- /vm_challenge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sad-c0der/VM-Challenge/HEAD/vm_challenge.c --------------------------------------------------------------------------------