Commit Graph

1 Commits (30927da63784966b3c86dd6b24988e0b03753398)

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