This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
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