Releases: blacktop/go-macho
Releases · blacktop/go-macho
v1.1.263
23 Feb 03:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
6306a0c fix(objc): add support for reading UTF-16 encoded CFStrings #78
v1.1.257
12 Nov 23:33
Compare
Sorry, something went wrong.
No results found
Changelog
54c7a1d feat(objc): add support for class properties in protocols
v1.1.256
12 Nov 23:02
Compare
Sorry, something went wrong.
No results found
Changelog
38d8489 feat(objc): add support for optional class properties in protocols
v1.1.255
12 Nov 22:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
550d7d6 fix: objc parsing (relative offset calculation bug + bounds checking)