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

Reworking example fuzzers to use Structopt instead of yaml, and introduced Cores API #420

Merged
merged 20 commits into from Dec 15, 2021

Conversation

domenukk
Copy link
Member

Clap Deprecated YAML, see clap-rs/clap#3087

they suggest to use structopt instead, which I will do in this PR, one fuzzer at a time.

@domenukk domenukk marked this pull request as ready for review December 15, 2021 00:57
@domenukk domenukk changed the title Reworking example fuzzers to use Structopt instead of yaml Reworking example fuzzers to use Structopt instead of yaml, and introduced Cores API Dec 15, 2021
@domenukk domenukk merged commit 217a7de into main Dec 15, 2021
@domenukk domenukk deleted the no_yaml branch December 15, 2021 02:58
khang06 pushed a commit to khang06/LibAFL that referenced this pull request Oct 11, 2022
AFLplusplus#420)

* reworked generic_inmemory to structopt

* moved core parsing to a struct

* added Cores

* added structopt to libpng_ctx

* improved libafl, added structopt to libpng launcher

* fix deexit ub

* move more to structopt

* improve llvm-config detection

* move construct_automata to structopt

* clippy, fixes, ...

* no_std

* clippy

* frida core parsing

* fixed no-fork cores

* updated clap

* added missing import

* missing borrow

* reworked frida to structopt

* fixed build

* using Cores api for atheris

Co-authored-by: Dominik Maier <d.maier@avm.de>
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.

None yet

1 participant