Commit Graph

1 Commits (d1da0661208319071b89aedd92505afae0c81855)

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