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

Fuzzing methods #901

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Fuzzing methods #901

wants to merge 12 commits into from

Commits on Oct 8, 2024

  1. byte fuzzing implementation

    jaromil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b3be3fe View commit details
    Browse the repository at this point in the history
  2. refine fuzzer functions in separate source file

    add random byte xor
    
    TODO: change function names in
    
    fuzz_(random|begin|end)_(byte|bit)
    and optional suffix _xor
    jaromil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    baa7e8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72b5d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6d0562 View commit details
    Browse the repository at this point in the history
  5. fix: octet or

    FilippoTrotter authored and jaromil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    432b907 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    305a8fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    653f572 View commit details
    Browse the repository at this point in the history
  8. fix: indentation

    FilippoTrotter authored and jaromil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8577db8 View commit details
    Browse the repository at this point in the history
  9. fix: fuzzing circular bit shifts

    FilippoTrotter authored and jaromil committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b458e91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    868ec9e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89a31da View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    24e5da2 View commit details
    Browse the repository at this point in the history