Skip to content
forked from camila314/enzyme

iOS jailbreak-free code injection framework. Compile it on GitHub!

Notifications You must be signed in to change notification settings

pengubow/enzyme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enzyme

Enzyme is a jailbreak-free iOS code injection framework that allows you to statically inject code into iOS apps. Enzyme works using a byte-patching and code-generation system working together to allow you to hook functions.

How do i use this?

Enzyme is currently untested on windows. If you encounter issues please contact me on discord: camila314#4124

Enzyme is a CMake utility. You include the Enzyme.cmake file into your own project. Check the example folder for how to set everything up. Hopefully documentation is coming soon, but I don't like writing docs so it might take a little bit.

Are there dependencies?

Yes! It has the following dependencies:

  • CMake 3.18+
  • Python 3
  • An iOS SDK
  • Clang
  • Rsync (for now)
  • Ldid

About

iOS jailbreak-free code injection framework. Compile it on GitHub!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.1%
  • CMake 28.9%
  • Assembly 10.6%
  • Objective-C++ 1.4%