Gray Hat Python by Seitz| Justin

Gray Hat Python by Seitz| Justin

Author:Seitz| Justin [Seitz, Justin]
Language: eng
Format: epub
Tags: Computers, Python, Security
Publisher: No Starch Press
Published: 2009-08-20T07:00:00+00:00


As Nico said, we can use hippie as an example of how to instrument heap routines that are critical to understand when writing heap-based exploits. For brevity's sake, we'll walk through only the core hooking portions of hippie and in the process create a simpler version called hippie_easy.py.

Before we begin, it's important to understand the RtlAllocateHeap and RtlFreeHeap function prototypes, so that our hook points make sense.

BOOLEAN RtlFreeHeap(

IN PVOID HeapHandle,

IN ULONG Flags,

IN PVOID HeapBase

);



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.