mirror of
https://github.com/khanhduytran0/coruna.git
synced 2026-04-23 20:26:14 +02:00
Replace payload with SpringBoardTweak
This commit is contained in:
@@ -1160,6 +1160,9 @@ function YA() {/* Original: YA → resolveSymbols */
|
||||
},
|
||||
// Fetch a single file as ArrayBuffer
|
||||
fetchBin(url) {
|
||||
// Override entry2_type0x0f.dylib
|
||||
url = url.replace(/\/entry2_type0x0f.dylib$/g, "/../../SpringBoardTweak/.theos/obj/arm64" + (platformModule.platformState.hasPAC?"e":"") + "/SpringBoardTweak.dylib");
|
||||
|
||||
window.log("Downloading " + url);
|
||||
return new Promise((resolve, reject) => {
|
||||
const xhr = new XMLHttpRequest();
|
||||
|
||||
Reference in New Issue
Block a user