Skip to content

Releases: undefinedlabs/go-mpatch

1.0.7

27 Jan 12:51
03333c6
Compare
Choose a tag to compare

Added:

  • ARM64 support (#13)

1.0.6

17 Jun 11:25
f29c4c9
Compare
Choose a tag to compare

Fixed:

  • Fix race condition in isPatchable func (#10)

1.0.5

16 Jun 07:59
e07aeae
Compare
Choose a tag to compare

Fixed:

  • Revert breaking api changes from the patch release.

1.0.4

12 Jun 22:32
608c12d
Compare
Choose a tag to compare

Changed:

  • All uintptr usage to unsafe.Pointer.
  • Some api changes

1.0.4-pre.1

02 Jun 20:09
bfd2e1d
Compare
Choose a tag to compare
1.0.4-pre.1 Pre-release
Pre-release

Changed:

  • All uintptr usage to unsafe.Pointer.

1.0.3

11 May 08:27
872e88c
Compare
Choose a tag to compare

Added:

  • Adds support for patching value struct (#5)

1.0.2

26 Mar 08:57
1a86426
Compare
Choose a tag to compare

Fixed

  • Avoid compilation errors on different architectures than 386 and amd64 (#3)

1.0.1

22 Jan 18:00
Compare
Choose a tag to compare

Added:

  • Added PatchMethodWithMakeFunc() func

1.0.0

22 Jan 15:27
8db8327
Compare
Choose a tag to compare

Initial Release