IconJector
IconJector copied to clipboard
Doesnt work with other dlls
I tested this with other dlls, I added an ico resource and changed the extension to .ico. It didnt run anything when loaded by explorer...
Hey, you have to make sure that the DLL you're injecting is compiled for x64 if you're on a x64 system and that it has a DllMain function defined which executes code on process attach or thread attach.
https://learn.microsoft.com/en-us/windows/win32/dlls/dllmain