-
Notifications
You must be signed in to change notification settings - Fork 67
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: omerbenamram/evtx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 18 files changed
- 3 contributors
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4791d7 - Browse repository at this point
Copy the full SHA a4791d7View commit details
Commits on Mar 31, 2024
-
(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.
Configuration menu - View commit details
-
Copy full SHA for 0710152 - Browse repository at this point
Copy the full SHA 0710152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0e7c8 - Browse repository at this point
Copy the full SHA 1f0e7c8View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d66fafe - Browse repository at this point
Copy the full SHA d66fafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 501937e - Browse repository at this point
Copy the full SHA 501937eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0ae699 - Browse repository at this point
Copy the full SHA f0ae699View commit details
Commits on Apr 4, 2024
-
updated workflow for pgo (#239)
* updated workflow for pgo * added linux aarch64
Configuration menu - View commit details
-
Copy full SHA for dd5f644 - Browse repository at this point
Copy the full SHA dd5f644View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1666d6 - Browse repository at this point
Copy the full SHA c1666d6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.1...v0.8.2