MyJIT is a small library allowing to (JIT) compile intermediate language into the machine code and subsequently execute it.
Features
- generates machine code just-in-time
- support for i386, AMD64, and SPARC
- easy to use and easy to extend design
- fully embeddable library
- convenient debugging
License
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow MyJIT
Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
-
It was very easy to embed into my hobby OS project, even directly into kernel mode with virtually no problems. I think I am detecting some memory leaks with its usage of malloc/free but results are inconclusive so far.