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

LinuxCrash Monitor

The LinuxCrash monitor uses a script that is registered with the kernel to catch faulting processes.

Parameters

  • Executable — Target executable, used to filter crashes (optional, default to all)

  • LogFolder — Folder with log files (optional, defaults to "/var/peachcrash")

  • Mono — Full path an executable for mono runtime (optional, defaults to "/usr/bin/mono")

Examples

Example
<Agent name="Local">
        <Monitor class="LinuxCrashMonitor"/>

        <Monitor class="Process">
                <Param name="Executable" value="./CrashingProgram" />
                <Param name="StartOnCall" value="Start" />
                <Param name="Arguments" value="fuzzed.bin" />
        </Monitor>
</Agent>