File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/app/src/main/java/me/kavishdevar/librepods/utils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import kotlin.io.encoding.ExperimentalEncodingApi
4040class RadareOffsetFinder (context : Context ) {
4141 companion object {
4242 private const val TAG = " RadareOffsetFinder"
43- private const val RADARE2_URL = " https://hc-cdn.hel1.your-objectstorage. com/s/v3/c9898243c42c0d3d1387de9a37d57ce9df77f9c9_radare2- 5.9.9-android-aarch64.tar.gz"
43+ private const val RADARE2_URL = " https://github. com/devnoname120/radare2/releases/download/5.9.8-android-aln/radare2- 5.9.9-android-aarch64-aln .tar.gz"
4444 private const val HOOK_OFFSET_PROP = " persist.librepods.hook_offset"
4545 private const val CFG_REQ_OFFSET_PROP = " persist.librepods.cfg_req_offset"
4646 private const val CSM_CONFIG_OFFSET_PROP = " persist.librepods.csm_config_offset"
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ rm -f ../btl2capfix.zip
77
88# COPYFILE_DISABLE env is a macOS fix to avoid parasitic files in ZIPs: https://superuser.com/a/260264
99export COPYFILE_DISABLE=1
10- curl -L -o ./radare2-5.9.9-android-aarch64.tar.gz " https://hc-cdn.hel1.your-objectstorage. com/s/v3/25e8dbfe13892b4c26f3e01bfa45197f170bb0e7_radare2- 5.9.9-android-aarch64.tar.gz"
10+ curl -L -o ./radare2-5.9.9-android-aarch64.tar.gz " https://github. com/devnoname120/radare2/releases/download/5.9.8-android-aln/radare2- 5.9.9-android-aarch64-aln .tar.gz"
1111zip -r ../btl2capfix.zip . -x \* .DS_Store \* __MACOSX \* DEBIAN ._\* .gitignore
You can’t perform that action at this time.
0 commit comments