No description
Find a file
Jean-Marie Mineau 0a2c668c53
la boullette
2025-06-02 10:05:28 +02:00
experiment la boullette 2025-06-02 10:05:28 +02:00
frida better, I guess? 2025-05-20 11:07:45 +02:00
matplotlib
patcher stop checking the method classloaders 2025-05-28 15:33:45 +02:00
test_apks well, that's fubar 2025-05-12 15:32:39 +02:00
theseus_autopatcher fix bugs 2025-04-18 15:43:31 +02:00
.gitignore
README.md

Test

Install

python -m venv venv
source venv/bin/activate
pip install 'theseus-autopatcher[grodd] @ git+ssh://git@gitlab.inria.fr/androidoftheseus/android-of-theseus.git#subdirectory=theseus_autopatcher/'

Run

theseus-autopatch -a test_dynloading.apk -o patched.apk -k keystore.ks --keypass 'P@ssw0rd!'

Note: theseus-autopatch embed a patcher binary that will only work on x86_64 linux computer, en even then, the binary is optimized for size instead of speed. You should probably build your own patcher binary for your own architecture and pass it to theseus-autopatch with --patch:

cd patcher
cargo build --release
theseus-autopatch -a test_dynloading.apk -o patched.apk -k keystore.ks --keypass 'P@ssw0rd!' --patch target/release/patcher