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
I think it is very important that fuzzcheck runs on Windows. Unfortunately, I know nothing about Windows and I don't have a computer to test it.
I expect that there are three parts that need to change to support Windows:
the C file that gives pointers to the __llvm_prf_cnts and __llvm_prf_data sections of the executable object (the sections have a different name on Windows, but otherwise I think the file should be roughly the same)
the signal handler
there may be some problems with Paths
The one that I need the most help with is the signal handling. Please let me know if you are available to help out 😊
Thank you!
The text was updated successfully, but these errors were encountered:
I think it is very important that fuzzcheck runs on Windows. Unfortunately, I know nothing about Windows and I don't have a computer to test it.
I expect that there are three parts that need to change to support Windows:
Path
sThe one that I need the most help with is the signal handling. Please let me know if you are available to help out 😊
Thank you!
The text was updated successfully, but these errors were encountered: