Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 275 Bytes

vcpu.nim

This is an implementation of a virtual machine, the main purpose is for but not limit to code obfuscation.

It comes with an assembler to compile asm into bytecode, more detail documents will added soon.

Check out examples folder and runner.nim for more info.