++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4197
|
Posted: Thu Feb 06, 2014 5:44 pm Post subject: Module Address Not Injectable |
|
|
Not sure why this is happening:
Code: | [DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"game.exe"+DD5C8:
mov eax,[eax*4+game.exe+44E208] |
This was generated by CE, but is not injectable as-is. In order to add this to my cheat table, quotation marks must be added manually:
mov eax,[eax*4+"game.exe"+44E208]
I faintly recall a thread where this might have already been addressed. If so, apologies.
Thanks.
|
|