Skip to content
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

[fuzzing-puzzles] New artificial project for various puzzles / FTS candidates. #1485

Merged
merged 2 commits into from
Jun 5, 2018

Conversation

Dor1s
Copy link
Contributor

@Dor1s Dor1s commented Jun 4, 2018

Suggested by kcc@ in google/sanitizers#964.

@Dor1s Dor1s requested review from kcc and jonathanmetzman June 4, 2018 18:03
- address

fuzzing_engines:
- libfuzzer
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jonathanmetzman do you think it can be interesting to create a separate project for AFL? I think it could make sense, if we decided to fork AFL and work on improving it...

- "mmoroz@google.com"

sanitizers:
- address
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe undefined instead?
the target aborts, so there is no reason to pay for asan instrumentation.
(not too important though)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Let me first check if my crappy code auto-generated from a decompiled binary doesn't make UBSan sad.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works good, almost 2 times faster, nice!

@Dor1s Dor1s merged commit 28467dc into master Jun 5, 2018
@Dor1s
Copy link
Contributor Author

Dor1s commented Jun 7, 2018

FYI, I've just put 0 weight to this project, as the puzzle has been cracked.

@Dor1s
Copy link
Contributor Author

Dor1s commented Jun 7, 2018

@jonathanmetzman do you think it will be interesting to rename the fuzz target and enable only AFL engine now?

@inferno-chromium inferno-chromium deleted the puzzles branch June 12, 2018 16:10
tmatth pushed a commit to tmatth/oss-fuzz that referenced this pull request Oct 22, 2018
…ndidates. (google#1485)

* [fuzzing-puzzles] New artificial project for various puzzles / FTS candidates.

Suggested by kcc@ in google/sanitizers#964.

* Use UBSan instead of ASan.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants