HBSD: Randomize shared object loading order in rtld
HBSD: Randomize shared object loading order This is just phase 1 (proof of concept) of shared object loading order randomization. Cleanup and performance enhancements along with major testing needed in order to consider this code production-ready. github-issue: #89 (cherry picked from commit b3005589) Randomize Shared Object Loading Order github-issue: #89 Refactor code. Clean it up and make it perform better. Tested on a full amd64 install, complete with Xorg, xfce4, and Chromium. All works perfectly, albeit with slightly more lag. Further performance enhancements ought to be researched. (cherry picked from commit 0159afbe ) Signed-off-by:Shawn Webb <shawn.webb@hardenedbsd.org> Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org> HBSD: follow rtld's braindamage coding style.. Signed-off-by:
Oliver Pinter <oliver.pinter@hardenedbsd.org>
Please register or sign in to comment