Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnt work with other dlls #2

Open
lolzz1234 opened this issue Sep 13, 2024 · 1 comment
Open

Doesnt work with other dlls #2

lolzz1234 opened this issue Sep 13, 2024 · 1 comment

Comments

@lolzz1234
Copy link

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

@0xda568
Copy link
Owner

0xda568 commented Sep 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants