Skip to content

ba0f3/vcpu.nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.