Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Designing BSD Rootkits: An Introduction to Kernel Hacking

    Posted By: arundhati
    Designing BSD Rootkits: An Introduction to Kernel Hacking

    Joseph Kong, "Designing BSD Rootkits: An Introduction to Kernel Hacking"
    2007 | ISBN-10: 1593271425 | 144 pages | EPUB, MOBI | 0,5 + 0,8 MB

    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