sharpfuzz
sharpfuzz copied to clipboard
Running Sharpfuzz with mono
Hi! Im trying to write a simple fuzz target and then to compile it using mcs (or csc) to mono .exe, but i don't know how to link Sharpfuzz library. It writes:
Program.cs(17,7): error CS0246: The type or namespace name `SharpFuzz' could not be found. Are you missing an assembly reference?
How to link Sharpfuzz properly to my fuzz traget?