All Projects → kabiroberai → Theos Jailed

kabiroberai / Theos Jailed

Licence: gpl-3.0
A Theos module to develop jailed tweaks for iOS 8 and up

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Theos Jailed

Personal Tweaks
Tweaks that are extremely small, or are not really mine, but aren't forks either
Stars: ✭ 13 (-93.93%)
Mutual labels:  tweaks, theos
Monkeydev
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
Stars: ✭ 5,492 (+2466.36%)
Mutual labels:  theos, reverse-engineering
Wtfjh
One-step iOS binary runtime instrumentation for the lazy ones
Stars: ✭ 265 (+23.83%)
Mutual labels:  theos, reverse-engineering
Wechatpri
个人版微信
Stars: ✭ 59 (-72.43%)
Mutual labels:  theos, reverse-engineering
Hackthevote
Handouts, setup scripts, sources, and solutions for challenges from Hack The Vote CTFs
Stars: ✭ 198 (-7.48%)
Mutual labels:  reverse-engineering
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1215.89%)
Mutual labels:  reverse-engineering
Re Ios Apps
A completely free, open source and online course about Reverse Engineering iOS Applications.
Stars: ✭ 2,316 (+982.24%)
Mutual labels:  reverse-engineering
Malwaresearch
A command line tool to find malwares on http://openmalware.org
Stars: ✭ 190 (-11.21%)
Mutual labels:  reverse-engineering
Goesp
Cross-platform streamproof ESP hack for Counter-Strike: Global Offensive, written in modern C++. Rendering and GUI powered by Dear ImGui.
Stars: ✭ 210 (-1.87%)
Mutual labels:  reverse-engineering
Vac Bypass Loader
Loader for VAC Bypass written in C.
Stars: ✭ 204 (-4.67%)
Mutual labels:  reverse-engineering
Cmulator
Cmulator is ( x86 - x64 ) Scriptable Reverse Engineering Sandbox Emulator for shellcode and PE binaries . Based on Unicorn & Zydis Engine & javascript
Stars: ✭ 197 (-7.94%)
Mutual labels:  reverse-engineering
Epicgames Freegames Node
Automatically login, email you Captchas, and redeem free games from the Epic Games Store. Powered by Docker.
Stars: ✭ 193 (-9.81%)
Mutual labels:  reverse-engineering
Lief
Authors
Stars: ✭ 2,730 (+1175.7%)
Mutual labels:  reverse-engineering
Exrop
Automatic ROPChain Generation
Stars: ✭ 191 (-10.75%)
Mutual labels:  reverse-engineering
Gametracking
🛢 Dumping things, so you don't have to
Stars: ✭ 204 (-4.67%)
Mutual labels:  reverse-engineering
Ctf Tools
Useful CTF Tools
Stars: ✭ 190 (-11.21%)
Mutual labels:  reverse-engineering
Ghidra Firmware Utils
Ghidra utilities for analyzing PC firmware
Stars: ✭ 194 (-9.35%)
Mutual labels:  reverse-engineering
Luject
🍹A static injector of dynamic library for application (android, iphoneos, macOS, windows, linux)
Stars: ✭ 203 (-5.14%)
Mutual labels:  reverse-engineering
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (-9.35%)
Mutual labels:  reverse-engineering
Repy2exe
A Reverse Engineering Tool for py2exe applications.
Stars: ✭ 195 (-8.88%)
Mutual labels:  reverse-engineering

Theos Jailed

To begin developing your first jailed tweak, head over to Installation in the wiki.

Features

  • Works with the latest and greatest
    • iOS 8 and up
    • CydiaSubstrate.framework (instead of the outdated libsubstrate.dylib)
  • Functions as a module, so it plugs in to Theos. This means you can always use the latest version of Theos with it
  • Colored terminal output (see Example output)
  • Uses make package install instead of a shell script --- just like in jailbroken tweaks
  • Improved codesigning
    • You don't need to ever specify DEV_CERT_NAME
    • Supports both bundle IDs and .mobileprovision files
    • Doesn't require a paid developer account!
  • Integrates with ios-deploy to automatically install the app onto a connected device
  • Tweak more than just code. Theos Jailed allows custom
    • Bundle IDs
    • Display names
    • Info.plist files (merged with the app's Info.plist)
    • Resources (merged with the app's root directory)
  • Includes various addons
    • Cycript
    • FLEX
    • Fishhook
  • Adds its own template to Theos without overwriting any existing Theos code
    • This means that you can build jailed and jailbroken tweaks at the same time
  • Supports building Extensify Exos
  • Provides an easy way to integrate Dynamic Frameworks/Libraries
  • Lets you inject Cydia tweaks into the target app (doesn't work with all tweaks)
  • Adds make troubleshoot-jailed for helping with issues
  • Extensively documented on the wiki

Example output

Credits

  • BishopFox for the original proof of concept
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].