IconJector icon indicating copy to clipboard operation
IconJector copied to clipboard

Doesnt work with other dlls

Open lolzz1234 opened this issue 1 year ago • 1 comments

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...

lolzz1234 avatar Sep 13 '24 01:09 lolzz1234

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

d419h avatar Sep 13 '24 14:09 d419h