-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Improve binary-only related docs #1939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -302,7 +297,6 @@ some are very hard to set up... | |||
* S2E: [https://github.com/S2E](https://github.com/S2E) | |||
* TinyInst: | |||
[https://github.com/googleprojectzero/TinyInst](https://github.com/googleprojectzero/TinyInst) | |||
(Mac/Windows only) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is (experimental) Linux support now! :)
Originally posted by @ifratric in googleprojectzero/TinyInst#67 (comment)
If you want to fuzz a binary-only library, then you can fuzz it with frida-gum | ||
via frida_mode/. You will have to write a harness to call the target function in | ||
the library, use afl-frida.c as a template. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Please check out my two questions |
Thank you! |
Should we add some LibAFL pointers to these docs? |
Sure go for it :) |
No description provided.