Skip to content

Releases: blacktop/go-macho

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: fix: replace func BuildVersion with BuildVersions because MachOs can …

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)

v1.1.204

23 Apr 19:29
bbd64de
Compare
Choose a tag to compare

Changelog

bbd64de fix: swift protocol typeref ptr == 0 bind parsing
c26f9a4 fix: objc class; super and isa class parsing don't fail for ptr==0 && not a bind
a7e1e95 fix: objc type decoding for bitfields and _Atomic type

v1.1.203

20 Apr 01:41
b62c0bb
Compare
Choose a tag to compare

Changelog

b62c0bb fix: swift bind lookups