Skip to content

Commit fd33528

Browse files
authored
fix: update radare2 download source to GitHub releases (#444)
fix(radare2): update radare2 download url
1 parent 339c478 commit fd33528

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/src/main/java/me/kavishdevar/librepods/utils/RadareOffsetFinder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import kotlin.io.encoding.ExperimentalEncodingApi
4040
class 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"

build-magisk-module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
99
export 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"
1111
zip -r ../btl2capfix.zip . -x \*.DS_Store \*__MACOSX \*DEBIAN ._\* .gitignore

0 commit comments

Comments
 (0)