Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: blacktop/go-macho

v1.1.259

31 Dec 20:49
e7021ea

Choose a tag to compare

Changelog

e7021ea feat: Add support for function variants and fixups in Mach-O file parsing
8a30045 fix: incorrect category method dump (#79)

v1.1.258

13 Dec 00:14
6306a0c

Choose a tag to compare

Changelog

6306a0c fix(objc): add support for reading UTF-16 encoded CFStrings #78

v1.1.257

12 Nov 23:33
54c7a1d

Choose a tag to compare

Changelog

54c7a1d feat(objc): add support for class properties in protocols

v1.1.256

12 Nov 23:02
38d8489

Choose a tag to compare

Changelog

38d8489 feat(objc): add support for optional class properties in protocols

v1.1.255

12 Nov 22:54
770ae87

Choose a tag to compare

Changelog

770ae87 chore: error fmt tweak
ac04baa fix(objc): surface error on objc_class_t parse (#77)
406148b fix(objc): handle incomplete protocols (#76)
be6dba0 Update README.md

v1.1.254

12 Nov 19:47
550d7d6

Choose a tag to compare

Changelog

550d7d6 fix: objc parsing (relative offset calculation bug + bounds checking)

v1.1.253

30 Oct 15:08
5a988ae

Choose a tag to compare

Changelog

5a988ae feat: support Swift auto demangling hooks
ca8aeaa Update .gitignore
c9ee90d feat(pkg/swift): add darwin swift demangler
a753228 Update fixupchains_test.go

v1.1.252

24 Oct 00:59
6721a29

Choose a tag to compare

Changelog

6721a29 fix: enhance Swift support with new type handling and symbolic name resolution + add support for empty strings back

v1.1.251

22 Oct 14:43
3283055

Choose a tag to compare

Changelog

3283055 fix: objc metadata cstring parsing
59301e9 chore: fixupchain optimizations + a few thread safe file.go functions
6e7ec9b chore: bump copyright year

v1.1.250

11 Sep 22:34
be2913e

Choose a tag to compare

Changelog

be2913e feat: add target Lookup to fixupchains
ee15e20 Update README.md