Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>Which is unambiguously not the case, they merely slow it down by a small margin.

When you are using shared libaries, it is fairly trivial to hook into the library calls and replace them with whatever you want. When you are using static libraries, the linker and optimizer could for example inline the machine code directly in the application code. What tools do you have to do similar tricks with statically compiled binaries?



messing with executable binaries is undoubtedly harder but not impossible.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: