Displaying 1 result from an estimated 1 matches for "bd131c26".
2009 Oct 18
5
[LLVMdev] JIT and security
Hello,
I'm writing JIT compiler that will run a third party code. My goal is
to build it with security layer that will allow me to prevent some
basic operation that possibly can harm JIT application host computer.
Maybe some of you can guide me on how to do following operations:
1) prevent system calls
2) memory allocation management (set some limits that can't be used
by JIT)