Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

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 authored Jun 2, 2021
1 parent b8c42f8 commit f39fce7
Show file tree
Hide file tree
Showing 3 changed files with 401 additions and 201 deletions.
Loading

0 comments on commit f39fce7

Please sign in to comment.