mirror of
https://github.com/khanhduytran0/coruna.git
synced 2026-09-25 10:00:49 +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
|
// Fetch a single file as ArrayBuffer
|
||||||
fetchBin(url) {
|
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);
|
window.log("Downloading " + url);
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const xhr = new XMLHttpRequest();
|
const xhr = new XMLHttpRequest();
|
||||||
|
|||||||
Reference in New Issue
Block a user