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: omerbenamram/evtx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: omerbenamram/evtx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 8 commits
  • 18 files changed
  • 3 contributors

Commits on Mar 20, 2024

  1. Update test.yml

    set runners to *-latest
    omerbenamram authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a4791d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. (bugfix) Fix off-by-6 bug in assemble.rs

    This fixes an off-by-six bug in assemble.rs that was causing
    string-cache miss backup parsing to fail. When the string cache is
    populated in `string_cache.rs`, from the given offset in the chunk
    header, a `BinXmlNameLink` (which is 6 total bytes in size) is read from
    the cursor, followed by the `BinXmlName`. On cache misses, `assemble.rs`
    was not reading the `BinXmlNameLink` which was in turn failing to
    advance the cursor by the number of bytes required.
    
    This commit adds 6 to the offset in `assemble.rs`, fixing this problem.
    dgmcdona authored and omerbenamram committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0710152 View commit details
    Browse the repository at this point in the history
  2. Adds test demonstrating string cache bugfix

    David McDonald authored and omerbenamram committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    1f0e7c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. update to clap v4

    omerbenamram committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d66fafe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    501937e View commit details
    Browse the repository at this point in the history
  3. Updated deps

    omerbenamram committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f0ae699 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. updated workflow for pgo (#239)

    * updated workflow for pgo
    * added linux aarch64
    omerbenamram authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dd5f644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1666d6 View commit details
    Browse the repository at this point in the history
Loading