Skip to content

Lime v5.0

Compare
Choose a tag to compare
@Curve Curve released this 13 May 10:43
· 36 commits to master since this release
4b0fc51

v5.0


🍵 New Features

  • 🪝 Hooks

    • Full rework, add support for more relocations
  • 🔎 Instruction / Address Utility

    • [🧨 BREAKING] Remove implicit conversion operators
  • 🔎 Instruction Utility

    • Add absolute()
    • Allow to specify RIP for follow()

🐌 Minor Changes

  • 🧪 Update Tests
  • 📦 Bump Dependencies

🐛 Bug Fixes

  • 🪝 Hooks

    • Numerous fixes for relocations and x86 (!)
    • Destructor on invalid state
    • Require Target-Page to be at least readable
  • 📄 Page Utility

    • Nearby Allocation on x86 (!)