Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Drivers

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed May 16, 2007 3:54 pm    Post subject: Drivers Reply with quote

2 people have alredy PM'ed me about making drivers to I took some time to explain a simple driver source and how to compile them.

You can check it our here: http://noz3001.wordpress.com/
Back to top
View user's profile Send private message MSN Messenger
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Wed May 16, 2007 4:18 pm    Post subject: Reply with quote

Awesome you finally updated your blog.
_________________
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed May 16, 2007 5:01 pm    Post subject: Reply with quote

Hehe, i've been a bit busy lately
Back to top
View user's profile Send private message MSN Messenger
stimmedcow
How do I cheat?
Reputation: 0

Joined: 21 May 2007
Posts: 5

PostPosted: Mon May 21, 2007 10:16 pm    Post subject: Reply with quote

Thanks for this tutorial. I've programmed a quite a bit but not so much on this lower level. One thing that I would have liked to be mentioned, which I have no problem researching myself, is why would we want to write a driver and what benefit would it provide for us. I do understand that if you want to make a driver in the first place, you'll know the answer to those questions, but for others that have no experience with drivers, it'd help a bit understand the tutorial's purpose. Great work though, I'll mess with that stuff a bit later perhaps.
Back to top
View user's profile Send private message
linden
Master Cheater
Reputation: 0

Joined: 10 Mar 2006
Posts: 319

PostPosted: Mon May 21, 2007 10:31 pm    Post subject: Reply with quote

stimmedcow wrote:
Thanks for this tutorial. I've programmed a quite a bit but not so much on this lower level. One thing that I would have liked to be mentioned, which I have no problem researching myself, is why would we want to write a driver and what benefit would it provide for us. I do understand that if you want to make a driver in the first place, you'll know the answer to those questions, but for others that have no experience with drivers, it'd help a bit understand the tutorial's purpose. Great work though, I'll mess with that stuff a bit later perhaps.


To effectively fight against GameGuard, you need to work in kernel mode, which means you need to write a driver. Most people here only care about finding out what's detected by GG and recompiling UCE accordingly... But if you can effectively write a driver that disrupt GG's functionality, you won't have to recompile a new UCE everytime GG updates. (Needless to say, you must keep your "distruption method" private Very Happy )
Back to top
View user's profile Send private message
TheSorc3r3r
I post too much
Reputation: 0

Joined: 06 Sep 2006
Posts: 2404

PostPosted: Tue May 22, 2007 4:35 am    Post subject: Reply with quote

When's the next tutorial coming?
_________________


Don't laugh, I'm still learning photoshop!
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed May 23, 2007 2:24 am    Post subject: Reply with quote

Dunno, give me a topic
Back to top
View user's profile Send private message MSN Messenger
linden
Master Cheater
Reputation: 0

Joined: 10 Mar 2006
Posts: 319

PostPosted: Wed May 23, 2007 2:39 am    Post subject: Reply with quote

noz3001 wrote:
Dunno, give me a topic


How about kernel mode rootkit/anti-rootkit techniques? Cool
(i.e. hook hopping techs, DKOM techs, etc)
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed May 23, 2007 2:42 am    Post subject: Reply with quote

I don't wanna spend more than 2 hours writing something tho.
Back to top
View user's profile Send private message MSN Messenger
linden
Master Cheater
Reputation: 0

Joined: 10 Mar 2006
Posts: 319

PostPosted: Wed May 23, 2007 2:44 am    Post subject: Reply with quote

noz3001 wrote:
I don't wanna spend more than 2 hours writing something tho.


Oh, well... Sad
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Wed May 23, 2007 2:45 am    Post subject: Reply with quote

Ok, ill start writing a rootkit tutorial. But don't expect much Sad. Im a bery bery busy guy.
Back to top
View user's profile Send private message MSN Messenger
linden
Master Cheater
Reputation: 0

Joined: 10 Mar 2006
Posts: 319

PostPosted: Wed May 23, 2007 2:55 am    Post subject: Reply with quote

Well, for those who are not familiar with drivers...
read these:
http://www.codeproject.com/system/driverdev.asp
http://www.codeproject.com/system/driverdev2.asp
http://www.codeproject.com/system/driverdev3.asp
http://www.codeproject.com/system/driverdev4asp.asp
http://www.codeproject.com/system/driverdev5asp.asp
http://www.codeproject.com/system/driverdev6asp.asp
Good tutorial series Very Happy

I think after reading through part1~part3, one's ready to dig into those goodies at www.rootkit.com
Back to top
View user's profile Send private message
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Wed May 23, 2007 7:37 pm    Post subject: Reply with quote

Try to get this book to "ROOTKITS, Subverting the Windows Kernel" it thought me a lot of stuff. Kinda old but good.
_________________
Back to top
View user's profile Send private message
Nigtronix
Cheater
Reputation: 0

Joined: 18 May 2007
Posts: 45

PostPosted: Wed May 23, 2007 7:46 pm    Post subject: Reply with quote

Thanks for the book recommendation! I just bought it at the local bookstore a couple days ago. Looks very very very good just like Shellcoders handbook. And Noz3001 your blog rocks! I learned so much from it thank you so much! Very Happy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites