new tool to explore .apk
This commit is contained in:
parent
92d4ecaa1c
commit
519d0748be
5 changed files with 252 additions and 0 deletions
9
apk_frauder/Cargo.toml
Normal file
9
apk_frauder/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "apk_frauder"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
androscalpel_serializer = { version = "0.1.0", path = "../androscalpel_serializer" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue