mac
mac copied to clipboard
bytecode interpreter in c (blog post)
i was going through this beautiful piece of code and found that a little bit of formatting can add more readability to it submitting this PR for the same.
@felixangell nice example. ive include comments to clarify difference between call stack and data stack.
I audited the source code for this project. I found index accessing the memory is not limited in some op. For instance, below is a example. ` case GPT: {...
I audited the source code for this project. I found DIV doesn't limit the zero. For instance, below is an example. ` case DIV: { registers[A] = stack[SP]; SP =...
I audited the source code for this project. I found a dead loop issue when the VM executes the JUMP function. For instance, below is an example. ` case IFN:...
**Description** Hello, I am reporting a vulnerability discovered during the analysis of this project, which was conducted as part of the **IS-50601 course at KAIST**. There is an **Out-of-Bounds Read/Write**...