Skip to content

Releases: blacktop/go-macho

v1.1.263

23 Feb 03:05
1f2a086

Choose a tag to compare

Changelog

1f2a086 fix: remove unnecessary type assertion for MachoReader
4160d4e fix(objc/swift): ivar type encoding and class name matching

v1.1.262

23 Feb 02:24
4872daa

Choose a tag to compare

Changelog

4872daa feat(objc): Detect and reject legacy Objective-C fragile runtime metadata #54
7e27dae feat(types/objc): Support wider bitfield types in encoding decoder #51

v1.1.261

23 Feb 01:57
fb8fd7e

Choose a tag to compare

Changelog

fb8fd7e feat: GetSwiftTypeRefs with new record-length parser to handle symbolic protocol references #65
f104907 feat: Add dyld_info fixup resolution and caching #67

v1.1.260

23 Feb 01:20
91f3309

Choose a tag to compare

Changelog

91f3309 chore: Update copyright year to 2026
5db9267 fix: Optimize string concatenation using strings.Builder
32f7ac9 fix(codesign): validate blob lengths to prevent a malformed signature panic (#80)

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)