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

libafl-fuzz: separate frida build + cmplog debug #2591

Open
wants to merge 71 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    0bd362c View commit details
    Browse the repository at this point in the history
  2. cmplog debug

    R9295 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a8cfc84 View commit details
    Browse the repository at this point in the history
  3. update

    R9295 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    66245dc View commit details
    Browse the repository at this point in the history
  4. merge AflStatsStage

    move time_tracker stage to LibAFL
    R9295 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8d3f5f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d1a98d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    012ab10 View commit details
    Browse the repository at this point in the history
  7. typo

    R9295 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    6534c94 View commit details
    Browse the repository at this point in the history
  8. typo

    R9295 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    18f1fed View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix generics order

    R9295 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    02f85d9 View commit details
    Browse the repository at this point in the history
  2. add verify timeouts stage

    R9295 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6a358e8 View commit details
    Browse the repository at this point in the history
  3. libafl: introduce set_timeout func to dynamically set timeouts for ex…

    …ecutor
    
    libafl-fuzz: add verify_timeout stage
    R9295 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    def8485 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    eec5505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17f50a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a35f55 View commit details
    Browse the repository at this point in the history
  4. clippy

    R9295 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    74e41c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57e8417 View commit details
    Browse the repository at this point in the history
  6. fix HasTimeout for QemuExecutor

    R9295 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    282514b View commit details
    Browse the repository at this point in the history
  7. libafl-fuzz: remove observer handle usage in verify_timeouts

    misc: remove prelude imports
    R9295 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5b24eac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2eab13c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    27d3e78 View commit details
    Browse the repository at this point in the history
  2. fmt && clippy

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1c5a5eb View commit details
    Browse the repository at this point in the history
  3. clippy && fmt

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5ee0216 View commit details
    Browse the repository at this point in the history
  4. missing doc

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c04a779 View commit details
    Browse the repository at this point in the history
  5. clippy

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    866cbce View commit details
    Browse the repository at this point in the history
  6. bruh

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    03cae63 View commit details
    Browse the repository at this point in the history
  7. damned doc build

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0ffb0a7 View commit details
    Browse the repository at this point in the history
  8. trait fix

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5f79ecd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22db281 View commit details
    Browse the repository at this point in the history
  10. clippy

    R9295 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c5edce4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. fix typo

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcb1774 View commit details
    Browse the repository at this point in the history
  2. fix nostd build

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c4ce299 View commit details
    Browse the repository at this point in the history
  3. clippy

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    97b6792 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8662e7b View commit details
    Browse the repository at this point in the history
  5. typo

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1b82afb View commit details
    Browse the repository at this point in the history
  6. remove redundant import

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bd46c24 View commit details
    Browse the repository at this point in the history
  7. misc

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    084f1d5 View commit details
    Browse the repository at this point in the history
  8. fmt

    R9295 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c83caa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. simplify trait bounds

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b94613d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a41359 View commit details
    Browse the repository at this point in the history
  3. fix ci

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5eb82b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049a940 View commit details
    Browse the repository at this point in the history
  5. fmt

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fbad346 View commit details
    Browse the repository at this point in the history
  6. add gitignore

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    55851c9 View commit details
    Browse the repository at this point in the history
  7. serde_any fix

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3ce8a08 View commit details
    Browse the repository at this point in the history
  8. tmate

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    00e5bab View commit details
    Browse the repository at this point in the history
  9. misc

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9e3f66d View commit details
    Browse the repository at this point in the history
  10. remove tmate

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    dcb2f81 View commit details
    Browse the repository at this point in the history
  11. test

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4344350 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0860235 View commit details
    Browse the repository at this point in the history
  13. makefile

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f43f37b View commit details
    Browse the repository at this point in the history
  14. fix

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6de0332 View commit details
    Browse the repository at this point in the history
  15. fix

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    be31f5e View commit details
    Browse the repository at this point in the history
  16. fmt

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1f0e96e View commit details
    Browse the repository at this point in the history
  17. increase cmplog timeout

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    8c19f6e View commit details
    Browse the repository at this point in the history
  18. semantic

    R9295 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    59bddef View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. debug

    R9295 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f25747e View commit details
    Browse the repository at this point in the history
  2. debug

    R9295 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    46ae082 View commit details
    Browse the repository at this point in the history
  3. remove dbeug

    R9295 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    527e310 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    a1e7e77 View commit details
    Browse the repository at this point in the history
  2. better seed for cmplog?

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d50ea37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17fcb49 View commit details
    Browse the repository at this point in the history
  4. remove preflight check for now

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e722eb0 View commit details
    Browse the repository at this point in the history
  5. set Input type in forkserver

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2b14512 View commit details
    Browse the repository at this point in the history
  6. debug

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4cb3715 View commit details
    Browse the repository at this point in the history
  7. tmate

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2b3cbbb View commit details
    Browse the repository at this point in the history
  8. fix capture_timeout

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    99ffca3 View commit details
    Browse the repository at this point in the history
  9. revert workflow

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4c0b388 View commit details
    Browse the repository at this point in the history
  10. run only libafl-fuzz

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8ad5342 View commit details
    Browse the repository at this point in the history
  11. remove pre-flight

    R9295 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ac0d38b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

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