Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 0vercl0k/wtf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4
Choose a base ref
...
head repository: 0vercl0k/wtf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5
Choose a head ref
  • 12 commits
  • 16 files changed
  • 4 contributors

Commits on Jan 15, 2023

  1. Update README.md

    Fix the "A Journey to Network Protocol Fuzzing – Dissecting Microsoft IMAP Client Protocol" link - thx @richinseattle!
    0vercl0k authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    3ccad88 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Let the user know that WHV might not be installed if WHVCreatePartiti…

    …on fails (#159)
    warwick-davis authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2d66ac1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    744cadc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43d0166 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

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

Commits on May 9, 2023

  1. Add a generic IOCTL fuzzer module (#155)

    This IOCTL fuzzer expects to be used with a dump that was taken on `nt!NtDeviceIoControlFile`. It can mutate the control code as well as the input buffer.
    1ndahous3 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    62031ef View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    217e0ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f73594 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Disable Nagle's algorithm & add support for testcase delivery via uni…

    …x sockets (#173)
    
    Ensuring the TCP sockets have TCP_NODELAY set allow nodes running on Linux to run a lot faster (20-30x w/ bxcpu/hevd).
    0vercl0k authored May 21, 2023
    Configuration menu
    Copy the full SHA
    adb8125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2566630 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

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