No description
Find a file
2025-07-03 15:57:46 +02:00
experiment time to go home... 2025-06-13 18:41:00 +02:00
frida fix for several issues 2025-06-16 14:59:07 +02:00
matplotlib no androguard, you dont need matplotlib 2025-04-08 12:04:56 +02:00
patcher keep removing debug stuff... 2025-07-03 15:57:46 +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 debugging 2025-03-03 17:40:24 +01:00
README.md add some doc 2025-04-07 16:59:31 +02:00

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