https://github.com/Lessica/TrollFools
In-place tweak injection with insert_dylib and ChOma.
https://github.com/Lessica/TrollFools
dylib dylib-injection jailbreak sideload sideloading sideloading-ipas swiftui trollstore tweak
Last synced: 3 months ago
JSON representation
In-place tweak injection with insert_dylib and ChOma.
- Host: GitHub
- URL: https://github.com/Lessica/TrollFools
- Owner: Lessica
- License: mit
- Created: 2024-07-19T15:53:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:17:22.000Z (3 months ago)
- Last Synced: 2025-03-20T11:11:21.308Z (3 months ago)
- Topics: dylib, dylib-injection, jailbreak, sideload, sideloading, sideloading-ipas, swiftui, trollstore, tweak
- Language: Swift
- Homepage: https://havoc.app/package/trollfools
- Size: 3.57 MB
- Stars: 2,937
- Watchers: 40
- Forks: 201
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# TrollFools
[now-on-havoc]: https://havoc.app/package/trollfools
[
][now-on-havoc]
In-place tweak injection with insert_dylib and ChOma.
Proudly written in SwiftUI.Expected to work on all iOS versions supported by opa334’s TrollStore (i.e. iOS 14.0 - 17.0).
## Limitations
- [x] Removable system applications
- [x] Decrypted App Store applications (TrollStore applications)
- [x] Encrypted App Store applications with bare dynamic library## Build
See GitHub Actions for the latest build status.
PRs are always welcome.
## Milestones
- [x] `optool` is buggy so we need to compile a statically linked `install_name_tool` or `llvm-install-name-tool` on iOS to achieve a smaller package size.
- [x] Support for `.deb` or `.zip`.## Credits
This project is inspired by [Patched-TS-App](https://github.com/34306/Patched-TS-App) by **[Huy Nguyen](https://x.com/Little_34306) and [Nathan](https://x.com/dedbeddedbed)**.
- [ChOma](https://github.com/opa334/ChOma) by [@opa334](https://github.com/opa334) and [@alfiecg24](https://github.com/alfiecg24)
- [MachOKit](https://github.com/p-x9/MachOKit) by [@p-x9](https://github.com/p-x9)
- [insert_dylib](https://github.com/tyilo/insert_dylib) by [@tyilo](https://github.com/tyilo)## License
See [LICENSE](LICENSE).