Commit Graph

1 Commits (a186419d3d815e8bb7ef172f61153f66f04544b8)

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