Create bookmark
Designing BSD rootkits
an introduction to kernel hacking
Notes
Please login to add notes
- Acknowledgments
- Foreword
- + Introduction
-
+
1: Loadable Kernel Modules
-
+
2: Hooking
- + 3: Direct Kernel Object Manipulation
- + 4: Kernel Object Hooking
- + 5: Run-Time Kernel Memory Patching
-
+
6: Putting It All Together
-
+
7: Detection
- Closing Words
- Bibliography
- Index
- Updates
"If you understand C and want to learn how to manipulate the FreeBSD kernel, Designing BSD Rootkits is for you. Peer into the depths of a powerful operating system and bend it to your will!"
—Richard Bejtlich, TaoSecurity
* View a sample chapter, Chapter 2: Hooking
* Download the source code files here (.tgz archive)
Though rootkits have a fairly negative image, they can be used for both good and evil. Designing BSD Rootkits arms you with the knowledge you need to write offensive rootkits, to defend against malicious ones, and to explore the FreeBSD kernel and operating system in the process.
Organized as a tutorial, Designing BSD Rootkits will teach you the fundamentals of programming and developing rootkits under the FreeBSD operating system. Author Joseph Kong's goal is to make you smarter, not to teach you how to write exploits or launch attacks. You'll learn how to maintain root access long after gaining access to a computer and how to hack FreeBSD.
Kongs liberal use of examples assumes no prior kernel-hacking experience but doesn't water down the information. All code is thoroughly described and analyzed, and each chapter contains at least one real-world application.
Included:
* The fundamentals of FreeBSD kernel module programming
* Using call hooking to subvert the FreeBSD kernel
* Directly manipulating the objects the kernel depends upon for its internal record-keeping
* Patching kernel code resident in main memory; in other words, altering the kernel's logic while it’s still running
* How to defend against the attacks described
Hack the FreeBSD kernel for yourself!
Visit the book's companion site for additional resources.
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Programming Languages > General
Publishers
Publication year : 2007
License: All rights reserved ©
Times read: 164

