new tool to explore .apk

This commit is contained in:
Jean-Marie Mineau 2024-01-14 14:11:03 +01:00
parent 92d4ecaa1c
commit 519d0748be
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 252 additions and 0 deletions

9
apk_frauder/Cargo.toml Normal file
View 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" }