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

Generate dictionary #586

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

Alan-Jowett
Copy link
Collaborator

This pull request includes updates to the fuzzing workflow and the addition of a new script for generating a dictionary of BPF instructions. The most important changes include modifications to the .github/workflows/fuzzing.yml file and the addition of the ubpf/dictionary_generator.py script.

Workflow Updates

New Script

  • ubpf/dictionary_generator.py: Added a new script to generate a dictionary file of all legal BPF instructions, with immediate values and offsets set to zero.

Submodule Update

Alan Jowett added 2 commits October 24, 2024 11:57
@coveralls
Copy link

Coverage Status

coverage: 79.25%. remained the same
when pulling 9bbf6ee on Alan-Jowett:generate_dictionary
into 2e945f5 on iovisor:main.

@Alan-Jowett Alan-Jowett merged commit d9c9017 into iovisor:main Oct 24, 2024
51 checks passed
@Alan-Jowett Alan-Jowett deleted the generate_dictionary branch October 25, 2024 19:45
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