| View previous topic :: View next topic |
| Author |
Message |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Sat Jan 05, 2008 10:51 pm Post subject: Why does GG Deattach My Engine... |
|
|
Im working on VBCE V3 and attempting to go over that stupid GG deattach hook thingy...
So... What I realized what I did was that its using OpenProcess() everytime. So I made it so that it only calls that in the init part of the CE. So there would be no more OpenProcess() calls. But it STILL deattaches so whats the problem???
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Sat Jan 05, 2008 11:12 pm Post subject: |
|
|
| What else are you gonna use to attach? o_o
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Sat Jan 05, 2008 11:15 pm Post subject: |
|
|
It unlinks itself, and its protected process from the list of processes. You will need to, like CE, use kernelmode trickery to get past it.
_________________
|
|
| Back to top |
|
 |
samuri25404 Grandmaster Cheater
Reputation: 7
Joined: 04 May 2007 Posts: 955 Location: Why do you care?
|
Posted: Sun Jan 06, 2008 8:55 am Post subject: |
|
|
| appalsap wrote: | | It unlinks itself, and its protected process from the list of processes. You will need to, like CE, use kernelmode trickery to get past it. |
Do what Appal said, but be very careful.
In case you didn't know, a BSoD (Blue Screen of Death) is what happens when you get a Kernel Mode failure.
I've gotten them from simply attatching to the Physical Memory and looking at the regions (I was messing around--didn't change anything).
You could also screw up your computer pretty badly; as I said, take extreme care, and I reccomend reading a lot of tutorials on Kernel Mode, not just VB.
_________________
|
|
| Back to top |
|
 |
|