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 (!)