Skip to content

NightwindDev/oldabi-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oldabi-c

A reimplementation of OldABI by Evelyn in C. This project aims to act as a compatibility layer for tweaks compiled with the legacy arm64e ABI.

Built for iOS 15+.

More information is available here: https://github.com/NightwindDev/Tweak-Tutorial/blob/main/oldabi.md

How to install

Head over to the Releases section and download the correct .deb for your device. For your convenience, the rootful .deb is compiled with the old arm64e ABI.

How to compile manually

Make sure you have Theos installed and configured.

Clone the repo and run the command you need:

# To build for rootful
make clean package FINALPACKAGE=1
# To build for rootless
make clean package THEOS_PACKAGE_SCHEME=rootless FINALPACKAGE=1

License

This project is licensed under MIT.

Copyright (c) 2026 Nightwind

About

A compatibility shim for the legacy arm64e ABI apple removed

Topics

Resources

License

Stars

Watchers

Forks

Contributors