You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi! Im trying to write a simple fuzz target and then to compile it using
mcs
(orcsc
) to mono .exe, but i don't know how to link Sharpfuzz library. It writes:How to link Sharpfuzz properly to my fuzz traget?
The text was updated successfully, but these errors were encountered: