minivm
minivm copied to clipboard
Bytecode Validator
Any plans to add a validator for bytecode dumps? right now, if bytecode is loaded without a trailing NULL byte the vm will crash.
MiniVM bytecode is not null terminated. MiniVM bytecode has an opcode 0 that kills the vm tho. Validation would be a good idea. It is going to be done eventually.
Some Major Pivots since then have made MiniVM not accept the same bytecode format.
MiniVM is now just a Lua runtime, but a fast modular one, with the possibility of new frontends and backends.
I'll close this for now as it seems irrelevant to MiniVM these days.