| View previous topic :: View next topic |
| Author |
Message |
FreewareFire Newbie cheater
Reputation: 0
Joined: 27 Mar 2013 Posts: 14
|
Posted: Mon Oct 28, 2013 5:38 am Post subject: C# Win32Exception Access Denied Problem BaseAddress |
|
|
Hello CE Community,
i'm searching for two days and still have no luck. I'm trying to get the Base Address of League of Legends but if i use Process MainModule.BaseAddress it raises a Win32Exception with Access is Denied. I've tried a lot of Code from this Board and also from Google but nothing seems to work. Using Process EnableDebug stops throwing the error but return a completly different and wrong Base Address than CE does.
I'm really sure that League of Legends runs under System User Rights.
I'm running on Windows 8.1 64Bit and using Visual Studio 2012 as i'm a student and have free access.
Anyone maybe also had this Problem and has a solution for?
Thx !!!
|
|
| Back to top |
|
 |
Stylo Grandmaster Cheater Supreme
Reputation: 3
Joined: 16 May 2007 Posts: 1073 Location: Israel
|
Posted: Mon Oct 28, 2013 9:54 am Post subject: |
|
|
Have you tried running your app as Administrator?
_________________
Stylo |
|
| Back to top |
|
 |
FreewareFire Newbie cheater
Reputation: 0
Joined: 27 Mar 2013 Posts: 14
|
Posted: Mon Oct 28, 2013 11:03 am Post subject: |
|
|
| Quote: | | Have you tried running your app as Administrator? |
Hello Stylo,
yes of course. I've tried as admin and also compiled my exe as 32 and 64bit.
This failed too. What makes me wondering is that if i enable Process EnableDebug mode i'm getting a address but it's the wrong.
|
|
| Back to top |
|
 |
DELETED_USER Newbie cheater
Reputation: 1
Joined: 02 Oct 2013 Posts: 24 Location: Venezuela
|
Posted: Mon Oct 28, 2013 11:26 am Post subject: |
|
|
| FreewareFire wrote: | | Quote: | | Have you tried running your app as Administrator? |
Hello Stylo,
yes of course. I've tried as admin and also compiled my exe as 32 and 64bit.
This failed too. What makes me wondering is that if i enable Process EnableDebug mode i'm getting a address but it's the wrong. |
If CE does, then the game should be protected, try checking if there's a driver hooking some Windows API.
|
|
| Back to top |
|
 |
FreewareFire Newbie cheater
Reputation: 0
Joined: 27 Mar 2013 Posts: 14
|
Posted: Mon Oct 28, 2013 11:33 am Post subject: |
|
|
| Quote: | | If CE does, then the game should be protected, try checking if there's a driver hooking some Windows API. |
That's exactly what i'm thinking, seems to be protected. But i think it's just protected as it runs as system process. But maybe i'm wrong. Maybe someone has another idea since i'm not such a pro to hook api's.
May i try to get the base address of another process to verify that's only a League of Legends problem. If fails on other processes something is definitly wrong
But in anyway - Thank you for your reply!
|
|
| Back to top |
|
 |
FreewareFire Newbie cheater
Reputation: 0
Joined: 27 Mar 2013 Posts: 14
|
Posted: Tue Oct 29, 2013 5:58 am Post subject: |
|
|
I've solved it. I added the wrong pointer value. Using the EnterDebugMode and the correct pointer it points where it should.
Thx to all who tried helping me !!!
This forum and the people here are awesome
|
|
| Back to top |
|
 |
DELETED_USER Newbie cheater
Reputation: 1
Joined: 02 Oct 2013 Posts: 24 Location: Venezuela
|
Posted: Tue Oct 29, 2013 9:46 am Post subject: |
|
|
Nice that you've fixed it.
|
|
| Back to top |
|
 |
|