You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically when attempt to inject any library from different directory than injector.exe root, the calls to LoadLibraryW always fail. I looked in the code, seems the injector load only for relative paths to injector.exe.
The command injector.exe -p <pid of game after successful start> -i "C:\Projects\Game Helpers\bin\Debug\game-helpers.dll" and injector.exe in different path from C:\Projects\Game Helpers\bin\Debug, eg: E:\Programs\utils\injector.exe
Output same LoadLibraryW call failed in remote process.
If i place game-helpers.dll in same folder of injector.exe and call it directly -i game-helpers.dll works fine.
The example above is called after my launcher start game .exe file then get PID and inject that library. Since i need hook stuff in c++ functions before first call to CreateMutexA i must inject instantly into the game.
Basically when attempt to inject any library from different directory than injector.exe root, the calls to LoadLibraryW always fail. I looked in the code, seems the injector load only for relative paths to injector.exe.
Same as #26
The text was updated successfully, but these errors were encountered: