Fix linux build and add increased memory entitlement support

This commit is contained in:
nab138
2026-02-14 13:11:47 -05:00
parent 4c4a5d0051
commit ccc8a685bf
7 changed files with 86 additions and 12 deletions

View File

@@ -23,6 +23,6 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
## Credits
- The [idevice](https://github.com/jkcoxson/idevice) crate is used to communicate with the device
- A [modified version of apple-platform-rs](https://github.com/nab138/isideload-apple-platform-rs) was used for codesigning
- A [modified version of apple-platform-rs](https://github.com/nab138/isideload-apple-platform-rs) was used for codesigning, based off [plume-apple-platform-rs](https://github.com/plumeimpactor/plume-apple-platform-rs)
- [Sideloader](https://github.com/Dadoum/Sideloader) was used as a reference for how some of the private API endpoints work
- [Impactor](https://github.com/khcrysalis/Impactor) was used as a reference for some cryptography code