Posted: Tue Oct 04, 2011 7:28 pm Post subject: Auto-Inject?
Is it possible to Auto-Inject a dll into a process with cheat engine? The DLL I want to inject has a function I need to execute for it to work, and it needs to be injected into a process that only is running for a few seconds.
Joined: 09 May 2003 Posts: 25956 Location: The netherlands
Posted: Tue Oct 04, 2011 7:45 pm Post subject:
lua command injectDll(filename) can be used for that (same for auto assemble)
add the processname to the autoattach list and then in the onOpenProcess function do the injectDll call. (first call reinitializeSymbolhandler() before injecting the dll, it will fail otherwise)
Does the function automatically execute on load or does it need to be manually executed?
If manual execution, then use the auto assembler version followed by a createThread call to execute the function _________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum