Skip to content

Releases: blacktop/go-macho

v1.1.214

30 May 02:21
a49eaa3
Compare
Choose a tag to compare

Changelog

a49eaa3 fix: HasSwift function to check for sections
25e5887 fix: SUPPORT_OLD_ARM64E_FORMAT

v1.1.213

28 May 16:28
0cb5777
Compare
Choose a tag to compare

Changelog

0cb5777 fix: NewFile config to support just filtering LCs to parse

v1.1.212

26 May 15:00
c0f9138
Compare
Choose a tag to compare

Changelog

c0f9138 fix: re-add 'unicode' import

v1.1.211

26 May 14:57
f0b4ddf
Compare
Choose a tag to compare

Changelog

f0b4ddf fix: method argument name collision (#57)
9a7ebe2 fix: struct and union decoding (#56)
ca7676f feat: decode vectors (#55)
1989b18 fix: type encoding for Objective-C (#53)

v1.1.210

29 Apr 17:32
a84fb95
Compare
Choose a tag to compare

Changelog

a84fb95 fix: review obj-c type encoding (#52)

v1.1.209

29 Apr 06:06
fd5bbbc
Compare
Choose a tag to compare

Changelog

fd5bbbc fix: objc type decoding

v1.1.208

29 Apr 01:56
ea4593c
Compare
Choose a tag to compare

Changelog

ea4593c fix: objc parsing - always replace >< with , (#50)

v1.1.207

28 Apr 17:44
2adf8ce
Compare
Choose a tag to compare

Changelog

2adf8ce chore: export macho platforms to importers

v1.1.206

28 Apr 17:11
b2dcde3
Compare
Choose a tag to compare

Changelog

b2dcde3 fix: replace func BuildVersion with BuildVersions because MachOs can have multiple LC_BUILD_VERSIONs

v1.1.205

27 Apr 22:58
d839502
Compare
Choose a tag to compare

Changelog

d839502 fix: Version stringer for example (800.0 should be 800)