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.5
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.1
Choose a head ref
  • 2 commits
  • 42 files changed
  • 2 contributors

Commits on Dec 2, 2023

  1. Explicitly pass the size of the requested arguments (#188)

    Fix a bug in the ioctl fuzzer - the argument size parameter was read as a `uint64_t` when it is a `uint32_t`.
    
    ---------
    
    Co-authored-by: 0vercl0k <1476421+0vercl0k@users.noreply.github.com>
    1ndahous3 and 0vercl0k authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3106447 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update kdmp-parser to v0.7.1 (#190)

    The latest version of `kdmp-parser` now supports parsing the new kernel dumps types (8, 9, 10) that recent WinDbg generates.
    0vercl0k authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ad37f7c View commit details
    Browse the repository at this point in the history
Loading