Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Machinecode Diversification in JIT (#143)
Implements: Instruction Address Randomization: Occasional emission of additional no-op instructions Input Sanitization: Encryption of user provided values such as immediate values and offsets Environment Obfuscation: Encryption of registers which the compiled program uses under the hood: R10 - JitProgramArgument: The memory_mapping and bound syscall_context_objects RBP - Stack frame pointer
- Loading branch information