View previous topic :: View next topic |
Author |
Message |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Fri Feb 27, 2015 7:56 am Post subject: Cave question |
|
|
How to find a PROPER and WORKING code cave in a 64bit process?
|
|
Back to top |
|
 |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Sat Feb 28, 2015 5:17 am Post subject: |
|
|
help?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Sat Feb 28, 2015 6:44 am Post subject: |
|
|
why don't you just use alloc using it's 3th parameter
anyhow, search for executable memory that is not used and place your code there. (it must be in the same module, and HAS to be executable)
_________________
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 |
|
 |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Sat Feb 28, 2015 9:15 am Post subject: |
|
|
just curiosity , by the way read and write do matter?
and is it possible to make a page writeable by CE Table?
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Sat Feb 28, 2015 4:27 pm Post subject: |
|
|
kitesan wrote: | just curiosity , by the way read and write do matter?
and is it possible to make a page writeable by CE Table? |
Inside an auto-assembly script you can use the 'FULLACCESS' function. Like:
FULLACCESS(12345, 100)
The parameters are:
Code: | FULLACCESS(address,size) //makes a memory region at the specified address and at least "size" bytes readable, writable and executable |
_________________
- Retired. |
|
Back to top |
|
 |
kitesan Expert Cheater
Reputation: 0
Joined: 01 May 2014 Posts: 124
|
Posted: Sat Feb 28, 2015 4:54 pm Post subject: |
|
|
Great!!
|
|
Back to top |
|
 |
|