View previous topic :: View next topic |
Author |
Message |
multi-hacking How do I cheat?
Reputation: 0
Joined: 21 Sep 2016 Posts: 4
|
Posted: Wed Sep 21, 2016 7:30 am Post subject: Help For writable Memory C# |
|
|
i m making memory scanner so i need to know that which all of them are writable memory
public enum AllocationProtectEnum : uint
{
PAGE_EXECUTE = 0x00000010,
PAGE_EXECUTE_READ = 0x00000020,
PAGE_EXECUTE_READWRITE = 0x00000040,
PAGE_EXECUTE_WRITECOPY = 0x00000080,
PAGE_NOACCESS = 0x00000001,
PAGE_READONLY = 0x00000002,
PAGE_READWRITE = 0x00000004,
PAGE_WRITECOPY = 0x00000008,
PAGE_GUARD = 0x00000100,
PAGE_NOCACHE = 0x00000200,
PAGE_WRITECOMBINE = 0x00000400
}
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
Back to top |
|
 |
multi-hacking How do I cheat?
Reputation: 0
Joined: 21 Sep 2016 Posts: 4
|
Posted: Thu Sep 22, 2016 7:39 am Post subject: I Need To Know Which All Constants Are Writable Memory |
|
|
I Need To Know Which All Constants Are Writable Memory
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Thu Sep 22, 2016 8:18 am Post subject: |
|
|
Basically everything that contains the word "write" ...
But maybe you could explain a bit what it is you want to achieve, so others can help.
|
|
Back to top |
|
 |
multi-hacking How do I cheat?
Reputation: 0
Joined: 21 Sep 2016 Posts: 4
|
Posted: Thu Sep 22, 2016 9:10 am Post subject: Yo lol But i tryed it i get more result than ce |
|
|
Yo lol But i tryed it i get more result than ce
|
|
Back to top |
|
 |
hollow87 Cheater
Reputation: 0
Joined: 07 Feb 2015 Posts: 28
|
Posted: Sun Sep 25, 2016 9:59 am Post subject: |
|
|
If I'm not mistaken based on the default options of Cheat Engine, it will scan the following page types PAGE_EXECUTE_READWRITE and PAGE_READWRITE and only scanning on 4 byte alignment by default as well. Thus if you don't replicate that as well if I'm not mistaken you will get more results
|
|
Back to top |
|
 |
multi-hacking How do I cheat?
Reputation: 0
Joined: 21 Sep 2016 Posts: 4
|
Posted: Sun Sep 25, 2016 10:25 pm Post subject: Thanks I Have Got It |
|
|
Thanks I Have Got It
|
|
Back to top |
|
 |
|