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

Refactor engines #15

Merged
merged 6 commits into from
Jul 17, 2024
Merged

Refactor engines #15

merged 6 commits into from
Jul 17, 2024

Conversation

cnheitman
Copy link
Collaborator

This PR improves and simplifies the engines' packages:

  • It merges each broker's add-ons with their respective engine package (for example, aflppbroker is now a module of pastisaflpp, called addon).
  • It moves each engine's script inside their respective engine package (for example, pastis-aflpp is now a module of pastisaflpp, called __main__).
  • It simplifies the directory structure (for example, engines/pastis-aflpp/pastisaflpp is now engines/pastisaflpp).
  • It renames packages and module to make the naming consistent:
    • pastishf -> pastishonggfuzz,
    • pastisdse -> pastistritondse,
    • pastisdse.pastisdse -> pastisdse.driver,
    • pastisdse.pastisdse.PastisDSE -> pastisdse.driver.TritonDSEDriver, and
    • pastis-triton -> pastis-tritondse.

@cnheitman cnheitman merged commit 44f0507 into main Jul 17, 2024
@cnheitman cnheitman deleted the refactor/refactor-engines branch July 17, 2024 11:51
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