Liberation-lite is a basic port of Liberation that runs on top of either frida or cycript (coming soon).
It is currently very incomplete and buggy.
Currently supported elements:
- Patch
var p = new Patch(offset, data, [length]);
p.Apply(); // apply patch
p.Reset(); // reset patch