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

Introduce LLVMFuzzerInitialize support #128

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zi0Black
Copy link

@zi0Black zi0Black commented Dec 21, 2024

  • Added example_init to demonstrate the use of initialization code with the fuzz_target! macro.
  • Updated fuzz_target! macro to support an init parameter for executing initialization code before fuzzing.
  • Updated CI script to build and run the new example.

Should I update any doc with init usage example?

Is the example good enough? Maybe an example using static would be more meaningful.

Close after merge:

- Added `example_init` to demonstrate the use of initialization code with the `fuzz_target!` macro.
- Updated `fuzz_target!` macro to support an `init` parameter for executing initialization code before fuzzing.
- Updated CI script to build and run the new example.
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.

1 participant