Skip to content

Commit

Permalink
add idb helper tool
Browse files Browse the repository at this point in the history
  • Loading branch information
rbran committed Sep 25, 2024
1 parent 3c19fad commit e49a735
Show file tree
Hide file tree
Showing 15 changed files with 655 additions and 1,913 deletions.
193 changes: 193 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ license-file = "LICENSE"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.*", features = ["derive"] }
bincode = "1.3.3"
flate2 = "1.0.31"
serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.19"

[[bin]]
name = "idb-tools"
path = "src/tools/tools.rs"
2 changes: 0 additions & 2 deletions resources/Readme.md

This file was deleted.

102 changes: 0 additions & 102 deletions src/test.rs

This file was deleted.

Loading

0 comments on commit e49a735

Please sign in to comment.