Commit Graph

1 Commits (4a13321052133b2c26ac602d8027c3408bd7d469)

Author SHA1 Message Date
pagran 86b7e334ba
implement funcInfo.entryoff encryption
At linker stage, we now encrypt funcInfo.entryoff value with a simple algorithm (1 xor + 1 mul). 
This makes it harder to relate function metadata (e.g. name) to function itself in binary, almost without affecting performance.
3 years ago