Releases: rweichler/lucy
Releases · rweichler/lucy
Beta 0.5
Beta 0.2.4
iOS 9 bullshit
Beta 0.2.3
I really hope this works with iOS 9....
Beta 0.2.2
This works on iOS 9 (hopefully)
Beta 0.2.1
- Fix piping bug
- Change how output is displayed
Beta 0.2
This is the first "real" release of Lucy.
It basically can do everything Cycript can at this point... with some minor differences.
Similarities to Cycript:
- Pretty interactive shell
- Hooks running processes
Differences to Cycript:
- Everything is in Lua. No JavaScript or Objective-C
- Objective-C stuff needs to be done with raw runtime calls via the LuaJIT FFI
- Only hooks SpringBoard
- Can be run as mobile/root
- No syntax highlighting
- Pretty colors!