View previous topic :: View next topic |
Author |
Message |
whininguser Newbie cheater
Reputation: 0
Joined: 28 Mar 2008 Posts: 11
|
Posted: Wed Sep 05, 2012 10:09 pm Post subject: Cannot find AVM bytecode after upgrading flash to 11.4 |
|
|
For example, if I have the following code and search for 27 26 2b 10 0e, CE would produce the correct result. Everything worked fine before I upgraded flash to 11.4 last night. Now I can still find other values as long as they're not bytecode, but if I search for bytecode, nothing comes up. (tried everything in the process list)
Anyone cares to help? Thanks.
Sample code:
public function testForHack(param1:int){
//27
_as3_pushfalse
//26
_as3_pushtrue
//2b
_as3_swap
//10 0e
}
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Thu Sep 06, 2012 5:46 am Post subject: |
|
|
And you're sure you targeted every process? Like FlashPlayerplugin11_xxxx.xx.exe ? (There are two, target the correct one)
Also, grey all options like executable, writable, and copy-on-write and in settings tick mem_mapped, in case it uses memory mapping to copy the .swf to the other process
_________________
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 |
|
 |
whininguser Newbie cheater
Reputation: 0
Joined: 28 Mar 2008 Posts: 11
|
Posted: Thu Sep 06, 2012 2:54 pm Post subject: |
|
|
Ticked mem_map and it's working again. Thanks!
|
|
Back to top |
|
 |
|