Skip to content

Releases: tashcan/spud

0.2.0

21 Nov 07:00
d286699
Compare
Choose a tag to compare

What's Changed

  • Add ARM64 hook (with relocation) support (macOS only in this release, other platforms coming in 0.3)
  • Add Neon accelerated signature search for ARM64
  • Renamed pattern to signature
  • We got some new shiny docs over at https://spud.tashcan.com
  • Fix an issue on x86-64 where the jump target location wasn't resolved correctly
  • Clean up some code in various places

Full Changelog: v0.1.1...v0.2.0

0.1.0

29 Feb 22:47
d586620
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
Merge pull request #4 from tashcan/refactor/relocators

Rework x64 relocation to use a generic code path