CIFASIS / QuickFuzz

An experimental grammar fuzzer in Haskell using QuickCheck
http://QuickFuzz.org
GNU General Public License v3.0
199 stars 45 forks source link

how can I use it #63

Closed DogeWatch closed 7 years ago

DogeWatch commented 7 years ago

After execute install.sh, I don't know how to use it, there is no command called QuickFuzz, and I also can't find any executable files.

gaa-cifasis commented 7 years ago

El 28-02-2017 23:37, DogeWatch escribió:

After execute install.sh, I don't know how to use it, there is no command called QuickFuzz, and I also can't find any executable files.

Hi!

If you want to test our tool fast, you have an example crashing giffix here:

http://quickfuzz.org/

To avoid compiling the Haskell code, just use the pre-compiled version available in our website.

Let me know if you need anything!

-- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [1], or mute the thread [2].

*

Links:

[1] https://github.com/CIFASIS/QuickFuzz/issues/63 [2] https://github.com/notifications/unsubscribe-auth/AIRDFpb9Ajc5QZrcxbAyIWvA6xkBKAFzks5rhNnPgaJpZM4MPJer

DogeWatch commented 7 years ago

Thanks a lot. I have downloaded the QuickFuzz.bzexe, and use command "bzexe -d QuickFuzz.bzexe", but it told me "bzexe: QuickFuzz.bzexe probably not in gzexe format, file unchanged." And there is another question, when I run install.sh, it ask me for a github username and password

gaa-cifasis commented 7 years ago

El 01-03-2017 00:07, DogeWatch escribió:

Thanks a lot. I have downloaded the QuickFuzz.bzexe, and use command "bzexe -d QuickFuzz.bzexe", but it told me "bzexe: QuickFuzz.bzexe probably not in gzexe format, file unchanged."

You should be able to run QuickFuzz.bzexe directly (use chmod +x if it does not have executable permissions).

And there is another question, when I run install.sh, it ask me for a github username and password

I'm not sure why, the install.sh script is old and no longer in use (in fact, I need to delete it!). If you want to compile your own binary, just follow this guide:

https://github.com/CIFASIS/QuickFuzz#installation

Please contact me at gg@cifasis-conicet.gov.ar if you need more specific instructions.

-- You are receiving this because you commented. Reply to this email directly, view it on GitHub [1], or mute the thread [2].

*

Links:

[1] https://github.com/CIFASIS/QuickFuzz/issues/63#issuecomment-283231881 [2] https://github.com/notifications/unsubscribe-auth/AIRDFjx9S-DWTAEWLsITCJlZKj6q_2fAks5rhODggaJpZM4MPJer

DogeWatch commented 7 years ago

Oh, I see. Thank you.