No description
Find a file
2025-05-21 10:39:29 +02:00
experiment use sync queue instead of list, just in case... 2025-05-21 10:39:29 +02:00
frida better, I guess? 2025-05-20 11:07:45 +02:00
matplotlib no androguard, you dont need matplotlib 2025-04-08 12:04:56 +02:00
patcher well, that's fubar 2025-05-12 15:32:39 +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