Log in

View Full Version : Ways to hide DLLs from tools like Dependency Walker


Sunk
August 26th, 2012, 15:13
If you pack malware, then tools like Dependency Walker that parse the import table won't find the DLLs the malware uses. I've also heard that you can load DLLs dynamically with LoadLibrary and tools that parse the import table will miss those DLLs? Are there any other ways to hide DLLs from tools that parse the import table that I should look out for?