First Prototype Implementation released

We just released the first working prototype! It is currently able to monitor events sent by the Linux kernel whenever a fork()/execve() syscall is executed, and subsequently scan the newly created process’ file mappings. Valid mappings are then mlocked() to the virtual memory of our precached process.

Code Rust language

Screenshot Prototype of precached running on Linux

TODO List (non-exhaustive):