Question:The Memery could not be "READ"??????????

c++ / delphi package - dll injection and api hooking
Post Reply
easygot
Posts: 6
Joined: Mon Oct 25, 2004 7:15 pm

Question:The Memery could not be "READ"??????????

Post by easygot »

Hi Boss:
I wrote a program to hook the function glBegin() in opengl32.dll(use HookAPI and inject the dll to system wide).I want to make a cheat for CS myself:),but when the game is loading,there is a windows messagebox says ".......0x0000000007,the memery could not be read",then the game terminated.Does that mean I can only hook kernel.dll and user32.dll?
How could I solve this problem?Help me!
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Of course you can also hook other dlls. There's no limitation to kernel and user32. Probably there's a bug in your hooking code.
Post Reply