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

Introspection #58

Merged
merged 24 commits into from
May 7, 2021
Merged

Introspection #58

merged 24 commits into from
May 7, 2021

Commits on Apr 7, 2021

  1. Rework to put ClientPerfStats in State and pass that along. Still…

    … need to work on getting granular information from `Feedback` and `Observer`
    ctfhacker committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    12b9584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c017d72 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    23061ef View commit details
    Browse the repository at this point in the history
  2. Merge branch 'real_time_benchmarks' of github.com:AFLplusplus/LibAFL …

    …into real_time_benchmarks
    ctfhacker committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    9469776 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    542738c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fedb5f8 View commit details
    Browse the repository at this point in the history
  3. cargo fmt all the things

    ctfhacker committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    7423cef View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    4ad9c10 View commit details
    Browse the repository at this point in the history
  2. Remove debug testing code

    ctfhacker committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b9a0c7c View commit details
    Browse the repository at this point in the history
  3. Stats timeout to 3 seconds

    ctfhacker committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2a96fe3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55703cb View commit details
    Browse the repository at this point in the history
  5. Remove .libs/llvmint and have the correct conditional compilation of …

    …link_llvm_intrinsics on the perf_stats feature
    ctfhacker committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    042bfce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b6b369 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    33df973 View commit details
    Browse the repository at this point in the history
  2. Tcp Broker to Broker Communication (#66)

    * initial b2b implementation
    
    * no_std and clippy fixes
    
    * b2b testcase added
    
    * more correct testcases
    
    * fixed b2b
    
    * typo
    
    * fixed unused warning
    domenukk committed May 1, 2021
    Configuration menu
    Copy the full SHA
    b9e75c0 View commit details
    Browse the repository at this point in the history
  3. merged dev

    domenukk committed May 1, 2021
    Configuration menu
    Copy the full SHA
    3fb4626 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    0ac407a View commit details
    Browse the repository at this point in the history
  2. clippy fixes

    domenukk committed May 6, 2021
    Configuration menu
    Copy the full SHA
    6cc1e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fa893e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. make clippy more strict

    domenukk committed May 7, 2021
    Configuration menu
    Copy the full SHA
    5d1eb27 View commit details
    Browse the repository at this point in the history
  2. small fixes

    andreafioraldi committed May 7, 2021
    Configuration menu
    Copy the full SHA
    f56f340 View commit details
    Browse the repository at this point in the history
  3. bump 0.2.1

    andreafioraldi committed May 7, 2021
    Configuration menu
    Copy the full SHA
    1e61748 View commit details
    Browse the repository at this point in the history
  4. readme

    andreafioraldi committed May 7, 2021
    Configuration menu
    Copy the full SHA
    92116b9 View commit details
    Browse the repository at this point in the history