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 the new basic structure of fuzzing strategies #49

Merged
merged 3 commits into from
May 17, 2024

Conversation

thatjiaozi
Copy link
Collaborator

A fuzzing strategy now asks users to implement three functions

  1. GenerateProgram: Generates the sequence of ebpf instructions to feed the verifier
  2. OnVerifyDone: processes the verdict of the verifier
  3. OnExecuteDone: Validates the program's behaviour at run time was what the verifier expected

Additionally this PR renames a few structures such as the ExecutorUnit to FFI, to better reflect what they do.

@thatjiaozi thatjiaozi marked this pull request as ready for review May 17, 2024 13:29
@thatjiaozi thatjiaozi requested a review from amlweems May 17, 2024 13:29
@thatjiaozi thatjiaozi self-assigned this May 17, 2024
pkg/units/control.go Outdated Show resolved Hide resolved
pkg/units/control.go Show resolved Hide resolved
pkg/units/control.go Outdated Show resolved Hide resolved
pkg/units/control.go Outdated Show resolved Hide resolved
pkg/units/control.go Outdated Show resolved Hide resolved
@thatjiaozi
Copy link
Collaborator Author

PTAL

@thatjiaozi thatjiaozi merged commit 986cf77 into google:main May 17, 2024
5 checks passed
@thatjiaozi thatjiaozi deleted the strategies_refactoring branch May 17, 2024 14:39
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