Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想知道这里是否有人写过或知道在哪里可以找到用 x86 程序集编写的简单虚拟机,最好是 Fasm,但只要它简单或至少有很好的注释,任何东西都可以作为示例。先感谢您。
用 FASM 编写的虚拟机?嗯,我能想到的最接近的项目是RevaForth,它是最初用 FASM 编写的Forth实现。此后作者已切换到 NASM,但这与 FASM 没有太大区别。
我过去曾为软件保护做过类似的事情。一个很好的资源绝对是这篇来自非正常/幼儿园的文章,在伟大且仍然相关的 +Fravia 网站上。
http://www.woodmann.com/fravia/new_anor.htm