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

7
Cargo.lock generated
View file

@ -57,6 +57,13 @@ dependencies = [
"backtrace",
]
[[package]]
name = "apk_frauder"
version = "0.1.0"
dependencies = [
"androscalpel_serializer",
]
[[package]]
name = "arc-swap"
version = "1.6.0"