Hacker News new | ask | show | jobs
by gpvos 4112 days ago
I am assuming that the code being run is the DllMain which is normally called during LoadLibrary. The proper fix would have been to just map the DLL into memory without running DllMain, since that is not necessary to read the icons.