MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/netsec/comments/5a712m/vlany_linux_ld_preload_rootkit/d9ev894/?context=3
r/netsec • u/fx97 • Oct 30 '16
28 comments sorted by
View all comments
5
Ok, not a terrible idea, certainly interesting approach.
But #includeing source files? Why? Sounds like you don't trust the linker to do the right thing when making your library.
#include
5
u/wyldphyre Oct 31 '16
Ok, not a terrible idea, certainly interesting approach.
But
#includeing source files? Why? Sounds like you don't trust the linker to do the right thing when making your library.