What is Peach
Installing
Tutorials
Methodology
Introduction
FAQ
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

PageHeap Monitor (Windows)

The PageHeap monitor will enable page heap debugging options for an executable.

Parameters

  • Executable — Executable name (no path)

  • WinDbgPath — Path to windbg install (optional, will attempt to locate)

Examples

Enable for Notepad
<Agent name="Local">
        <Monitor class="PageHeap">
                <Param name="Executable" value="notepad.exe" />
        </Monitor>
</Agent>