Posted: Fri Jun 03, 2011 12:38 pm Post subject: C# finding process in W7 x86
Hey guys, I am making Spamer for Lineage2 game. I need to read memory from application which process is not seen in x86 system ! The process you see only in x64 systems(L2.bin *32). How can I make my application see the process in x86 systems ?
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Fri Jun 03, 2011 1:25 pm Post subject: Re: C# finding process in W7 x86
Immons wrote:
Hey guys, I am making Spamer for Lineage2 game. I need to read memory from application which process is not seen in x86 system ! The process you see only in x64 systems(L2.bin *32). How can I make my application see the process in x86 systems ?
It's unseen due to GameGuard or whatever protection Lineage 2 is using now. You'll have to undo the system hooks that the protection has in place to locate the process through normal API. Or write a driver to bypass the protection and to obtain a handle manually. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum