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

Fuzz harness interface + ELF Loader support #38

Merged
merged 15 commits into from
May 24, 2024
Merged

Conversation

ravyu-jump
Copy link
Contributor

@ravyu-jump ravyu-jump commented May 24, 2024

Defines an interface/template that you use to define new fuzz harnesses. Look at fuzz_interface.py for interface definition and fuzz_context.py for implementations of interface for instruction and elf loader harnesses.

The rest of the files are largely refactoring of references (using harness context global variable instead of hardcoded types)

@mjain-jump
Copy link
Collaborator

Nice! Can you change the python venv installation to pip install -e . to install in editable mode?

@ravyu-jump ravyu-jump marked this pull request as ready for review May 24, 2024 19:44
@ravyu-jump ravyu-jump merged commit 18a4063 into main May 24, 2024
1 check passed
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