Skip to content

OpenSecurityResearch/CustomPeachPublisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom Peach Publisher Tutorial Accessory Code 
By Brad Antoniewicz
[email protected]
--------------------------------------------------

This code was written for a tutorial on creating
custom Peach Fuzzer Publishers. 

The tutorial can be found on http://blog.opensecurityresearch.com

To compile:

dmcs MyCustomPublisher.cs -out:MyCustomPublisher.dll -target:library -r:Peach.Core.dll,NLog.dll

Files:
    MyCustomPublisher.cs - C# Source code for the publisher
    MyCustomPublisher.dll - Compiled Publisher (can drop into peach binary folder)
    MyCustomPublisherDataModel.xml - PeachPit for invoking it


Enjoy!

About

Accessory code for a tutorial on creating custom Peach Fuzzer Publishers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages