master131 / ExtremeInjector

745 stars 173 forks source link

Auto Inject Issue #49

Open 34736384 opened 3 years ago

34736384 commented 3 years ago

All the injection method has a chance where it tries to inject way too early, before kernel32.dll loads in, which causes it to fail. Sometimes it auto injects fine but sometimes it just says can't load dependency from kernel32.dll

master131 commented 3 years ago

Adjust the injection delay in the settings.

34736384 commented 3 years ago

Yes I do know about the injection delay, but in my case I would need to have the dll loaded before the program initializes

master131 commented 3 years ago

kernel32.dll is a core system DLL, its pretty unlikely for it to be missing - are you sure whatever you are injecting into doesn't have anti-cheat protection enabled or something.

34736384 commented 3 years ago

Yes, I am sure that the process I'm injecting into does not have any anti-cheat protection. Auto-inject works, but has a chance to fail.

pythonmcpi commented 3 years ago

Try manual injection then?

34736384 commented 3 years ago

Try manual injection then?

The reason I need auto inject is to able to hook before the program initializes it's security routine