Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 534 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 534 Bytes

Wax Loader

Mutated version of Wax (https://github.com/probablycorey/wax/)

Support method override and direct method call from Obj-C code, which gives you the ability to dynamically change the behavior of a running iOS application.

Tutorial

The patch is a zip file contains patch.lua and other lua codes. The sample code can be found at /patch folder.

The sample iOS project loads the patch from a url (which you probably want to change in AppDelegate.m) before launch.

The Original.png and Patched.png shows the difference.