Skip to content

Commit 8d5757e

Browse files
authored
Merge pull request #684 from WSABuilds/master
Hotfix for the Arm Translation Layer (Libhoudini) issue which causes ARM apps to stop working after 02/01/26
2 parents c7ddc17 + 2b95322 commit 8d5757e

1,187 files changed

Lines changed: 3 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

MagiskOnWSA/DLL/scripts/generateKernelSULink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def __repr__(self):
5757
print(
5858
f"Generating KernelSU download link: arch={abi_map[arch]}, kernel version={kernelVersion}", flush=True)
5959
res = requests.get(
60-
f"https://api.github.com/repos/tiann/KernelSU/releases/latest")
60+
f"https://api.github.com/repos/tiann/KernelSU/releases/tags/v2.1.2")
6161
json_data = json.loads(res.content)
6262
headers = res.headers
6363
x_ratelimit_remaining = headers["x-ratelimit-remaining"]

MagiskOnWSA/arm64/makepri.exe

953 KB
Binary file not shown.

MagiskOnWSA/libhoudini/bin/houdini

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
10.5 KB
Binary file not shown.
4.98 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)