add license
This commit is contained in:
parent
30ae4b064f
commit
462d742ce9
6 changed files with 677 additions and 4 deletions
5
patcher/Cargo.lock
generated
5
patcher/Cargo.lock
generated
|
|
@ -35,6 +35,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "androscalpel"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.mineau.eu/these-android-re/androscalpel?rev=d5006f5#d5006f591c3238fc56ca8f22ee7c391270405149"
|
||||
dependencies = [
|
||||
"adler",
|
||||
"androscalpel_platform_api_list",
|
||||
|
|
@ -51,10 +52,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "androscalpel_platform_api_list"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.mineau.eu/these-android-re/androscalpel?rev=d5006f5#d5006f591c3238fc56ca8f22ee7c391270405149"
|
||||
|
||||
[[package]]
|
||||
name = "androscalpel_serializer"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.mineau.eu/these-android-re/androscalpel?rev=d5006f5#d5006f591c3238fc56ca8f22ee7c391270405149"
|
||||
dependencies = [
|
||||
"androscalpel_serializer_derive",
|
||||
"log",
|
||||
|
|
@ -63,6 +66,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "androscalpel_serializer_derive"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.mineau.eu/these-android-re/androscalpel?rev=d5006f5#d5006f591c3238fc56ca8f22ee7c391270405149"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -131,6 +135,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "apk_frauder"
|
||||
version = "0.1.0"
|
||||
source = "git+https://git.mineau.eu/these-android-re/androscalpel?rev=d5006f5#d5006f591c3238fc56ca8f22ee7c391270405149"
|
||||
dependencies = [
|
||||
"androscalpel_serializer",
|
||||
"anyhow",
|
||||
|
|
|
|||
|
|
@ -2,12 +2,13 @@
|
|||
name = "patcher"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
androscalpel = { git = "ssh://git@gitlab.inria.fr/pirat/android/androscalpel.git", rev = "d5006f5", features = ["code-analysis", "platform-list"] }
|
||||
apk_frauder = { git = "ssh://git@gitlab.inria.fr/pirat/android/androscalpel.git", rev = "d5006f5"}
|
||||
androscalpel = { git = "https://git.mineau.eu/these-android-re/androscalpel", rev = "d5006f5", features = ["code-analysis", "platform-list"] }
|
||||
apk_frauder = { git = "https://git.mineau.eu/these-android-re/androscalpel", rev = "d5006f5"}
|
||||
#androscalpel = { path = "../../androscalpel/androscalpel", features = ["code-analysis", "platform-list"] }
|
||||
#apk_frauder = { path = "../../androscalpel/apk_frauder"}
|
||||
anyhow = { version = "1.0.95", features = ["backtrace"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue