« How Linux Works | Main | How Not to Program in C++ »
Thursday
Dec182008

Rootkits

Rootkits - Coverby Greg Hoglund, James ButlerThere are a lot of security books out there that discuss exploits. They talk about different types of attacks and how to protect yourself from them. While this is all valuable information, Rootkits has taken the security discussion one step further by detailing what can happen after security has already been compromised.

In this book, authors Greg Hoglund and James Butler begin with an overview of rootkits and how they are designed, then quickly shift to how rootkits are programmed (with examples written in C). The code examples begin with writing simple Windows device drivers, but by the end of the book, they'll cover more advanced topics such as modifying the kernel, manipulating hardware, and even accessing the BIOS.

It seems like most security books are written with network and database administrators in mind. Rootkits, however, is for the programmers. The code examples alone are well worth the price of the book. Even if you're not really interested in security issues, this is still a great book for learning the ins and outs of accessing hardware devices programmatically.

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>