View previous topic :: View next topic |
Author |
Message |
madeinqc Master Cheater
Reputation: 0
Joined: 25 Jul 2006 Posts: 356
|
Posted: Mon Dec 15, 2008 3:16 pm Post subject: need some help about Writing Access Right |
|
|
To make it short, I'm making a trainer in asm. Until here I'm ok... my gui is working (with tabcontrol loll, kinda tricky in asm) and my code also... I've managed how the JMP XXXXXXXX work for AOB (so it'll jump at the right place) but when I want to write I get "Access Violation" exception... I know I would have it, but I still dont know how to bypass it... how to give Full Access Right
I know I could use a PE editor to change the section Access Right in file but I want to know how to do from my DLL
if you can help me, it would be nice ^^ that's the only thing missing to my trainer
_________________
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Mon Dec 15, 2008 3:17 pm Post subject: |
|
|
use virtualprotext(ex) to make a region of memory writable
_________________
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 |
|
 |
madeinqc Master Cheater
Reputation: 0
Joined: 25 Jul 2006 Posts: 356
|
Posted: Mon Dec 15, 2008 3:27 pm Post subject: |
|
|
ok thx a lot, I'll try this ^^
_________________
|
|
Back to top |
|
 |
tboss How do I cheat?
Reputation: 0
Joined: 21 May 2009 Posts: 8
|
Posted: Fri Jun 24, 2011 5:20 am Post subject: |
|
|
Thank you soo much.
I was looking for something to replace fullaccess when integrating final version of my auto-assemble script directly into the .exe, and this should do the trick.
|
|
Back to top |
|
 |
|