View previous topic :: View next topic |
Author |
Message |
Venxa How do I cheat?
Reputation: 0
Joined: 11 May 2016 Posts: 3
|
Posted: Mon May 16, 2016 4:18 pm Post subject: Manually initialize VEH debugger for CE? |
|
|
Hello,
My cheat engine 6.5 (64bit) isn't able to inject dll in a certain process. However, i can inject the dlls i want by editing the import table or using PH2 to inject those dlls.
Can i load VEHDebugger dll and manually initialize it for CE? so it doesn't have to inject and it just uses the currently injected dll?
If not, How do i fix/bypass that error on cheat engine?
(failed to inject blabla try process picker)
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25788 Location: The netherlands
|
Posted: Mon May 16, 2016 7:14 pm Post subject: |
|
|
next version VEH debug should only fail if it can't find the dll exports (which in worst case scenario you can manually define before activating)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
Venxa How do I cheat?
Reputation: 0
Joined: 11 May 2016 Posts: 3
|
Posted: Mon May 16, 2016 8:06 pm Post subject: |
|
|
Cheat engine 6.6 or a quick patch soon?
#Hyped
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
|
Back to top |
|
 |
Venxa How do I cheat?
Reputation: 0
Joined: 11 May 2016 Posts: 3
|
Posted: Thu May 19, 2016 4:41 pm Post subject: |
|
|
Psst DB,
Code: | if symhandler.getmodulebyname('vehdebug'+prefix+'.dll',mi) then
exit; //no reattach supported right now |
Remove this, if i inject the dll manually it will never get initialized like that. i had to patch this line in CE in order to let it initialize VEH debugger.
Or maybe if the module exist, check if the exported variable (not there atm) "initialized : bool" is true. if not, it will resume the initialization process.
Thanks a lot for the new CE
|
|
Back to top |
|
 |
|