diff --git a/patcher/Cargo.lock b/patcher/Cargo.lock index 0657664..1801d2d 100644 --- a/patcher/Cargo.lock +++ b/patcher/Cargo.lock @@ -35,7 +35,7 @@ dependencies = [ [[package]] name = "androscalpel" version = "0.1.0" -source = "git+ssh://git@git.mineau.eu/histausse/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" +source = "git+ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" dependencies = [ "adler", "androscalpel_serializer", @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "androscalpel_serializer" version = "0.1.0" -source = "git+ssh://git@git.mineau.eu/histausse/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" +source = "git+ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" dependencies = [ "androscalpel_serializer_derive", "log", @@ -60,7 +60,7 @@ dependencies = [ [[package]] name = "androscalpel_serializer_derive" version = "0.1.0" -source = "git+ssh://git@git.mineau.eu/histausse/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" +source = "git+ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" dependencies = [ "proc-macro2", "quote", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "apk_frauder" version = "0.1.0" -source = "git+ssh://git@git.mineau.eu/histausse/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" +source = "git+ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git?rev=615f7a8#615f7a8f526e04e5c6d15dac00205a9c18879cfd" dependencies = [ "androscalpel_serializer", "flate2", diff --git a/patcher/Cargo.toml b/patcher/Cargo.toml index 299c8e6..0641ac6 100644 --- a/patcher/Cargo.toml +++ b/patcher/Cargo.toml @@ -6,8 +6,8 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -androscalpel = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git", rev = "615f7a8", features = ["code-analysis"] } -apk_frauder = { git = "ssh://git@git.mineau.eu/histausse/androscalpel.git", rev = "615f7a8"} +androscalpel = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "615f7a8", features = ["code-analysis"] } +apk_frauder = { git = "ssh://git@gitlab.inria.fr/androidoftheseus/androscalpel.git", rev = "615f7a8"} #androscalpel = { path = "../../androscalpel/androscalpel", features = ["code-analysis"] } #apk_frauder = { path = "../../androscalpel/apk_frauder"} anyhow = { version = "1.0.95", features = ["backtrace"] } diff --git a/theseus_autopatcher/.gitignore b/theseus_autopatcher/.gitignore index 6e91936..fb2c62b 100644 --- a/theseus_autopatcher/.gitignore +++ b/theseus_autopatcher/.gitignore @@ -1,2 +1,2 @@ dist/ -src/theseus_autopatcher/patcher_86_64_musl +#src/theseus_autopatcher/patcher_86_64_musl diff --git a/theseus_autopatcher/src/theseus_autopatcher/patcher_86_64_musl b/theseus_autopatcher/src/theseus_autopatcher/patcher_86_64_musl new file mode 100755 index 0000000..3884e47 Binary files /dev/null and b/theseus_autopatcher/src/theseus_autopatcher/patcher_86_64_musl differ