Skip to content

Commit

Permalink
Machinecode Diversification in JIT (#143)
Browse files Browse the repository at this point in the history
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
Lichtso committed Jun 23, 2021
1 parent d31a069 commit 608a756
Show file tree
Hide file tree
Showing 3 changed files with 397 additions and 197 deletions.
Loading

0 comments on commit 608a756

Please sign in to comment.