Skip to content

Commit

Permalink
Add support for usermode crashdumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dwattttt committed Oct 30, 2024
1 parent dd20648 commit aa2e30a
Show file tree
Hide file tree
Showing 4 changed files with 329 additions and 1 deletion.
197 changes: 196 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ clap = { version = "4.4.11", features = ["derive"] }
futures = "0.3"
indicatif = { version = "0.17.2", features = ["tokio"] }
mime = "0.3"
minidump = "0.22.2"
pdb = "0.8.0"
rand = "0.8"
reqwest = "0.11.13"
Expand Down
Loading

0 comments on commit aa2e30a

Please sign in to comment.