Commit Graph

1 Commits (d0c8c8d844dfd0d866aaa7706c3f77227688828a)

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