| View previous topic :: View next topic |
| Author |
Message |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Wed Jul 11, 2007 3:49 pm Post subject: [Source] Simple Rootkit |
|
|
It's a simple rootkit, that hides running processes using the DKOM method.
It's my first try, so don't be hard on me
The original ntifs.h file can be found here http://www.acc.umu.se/~bosse/ntifs.h
I had to modify mine, because I think it's interfering with ntddk.h (Commented 3 lines)
Thanks a lot to rootkit.com and codeproject.com
Also I have a question, in my case, I'm using WriteFile to communicate between the driver and the controller. But for example, fu rootkit uses DeviceIoControl. Which one should I use?
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Jul 11, 2007 4:20 pm Post subject: |
|
|
hey is ground zero a reference to the towers? that's not nice
e: I see a lot of errors in the code, you never close the snapshot for one
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Wed Jul 11, 2007 5:03 pm Post subject: |
|
|
| appalsap wrote: | hey is ground zero a reference to the towers? that's not nice
|
No it's not about the tower It also means the target of a projectile or the point of a nuclear explosion. (I like nukes )
And about the errors, I going to fix them ASAP. But can you tell me what should I use: WriteFile or go with DeviceIoControl? At the end it has the same result right?
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Jul 11, 2007 5:05 pm Post subject: |
|
|
| DeviceIoControl
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Wed Jul 11, 2007 9:20 pm Post subject: |
|
|
Just pretend the process is crashed and it'll be unreadable.
|
|
| Back to top |
|
 |
|