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>


