Skip to content

Releases: blacktop/go-macho

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

v1.1.202

19 Apr 20:02
e671c95
Compare
Choose a tag to compare

Changelog

e671c95 fix: parsing objc binds from DSC dylibs

v1.1.201

19 Apr 18:35
9391308
Compare
Choose a tag to compare

Changelog

9391308 fix: objc class superclass and isa bind lookups

v1.1.200

19 Apr 17:19
d2793fe
Compare
Choose a tag to compare

Changelog

d2793fe fix: category class name bind lookup

v1.1.199

18 Apr 18:31
9a3251c
Compare
Choose a tag to compare

Changelog

9a3251c Update README.md

v1.1.198

18 Apr 16:34
cc92ac5
Compare
Choose a tag to compare

Changelog

cc92ac5 fix: id followed by * (#48)
237bf71 fix: objc categories check binds for class addr == 0 etc

v1.1.197

16 Apr 04:50
6cff7f7
Compare
Choose a tag to compare

Changelog

6cff7f7 fix: conforming to a protocol does not imply in conforming to NSObject (#46)
3c82901 fix: omit dynamic from property attributes (#44)
a154bd1 fix: use of @optional directive in protocols and interfaces (#47)
db51acd fix: type encoding when implementing multiple protocols (#45)
67601cd Update .gitignore

v1.1.196

06 Apr 16:45
c8a3f8b
Compare
Choose a tag to compare

Changelog

c8a3f8b fix: objc optional property attribute parsing

v1.1.195

06 Apr 16:01
d10da4c
Compare
Choose a tag to compare

Changelog

d10da4c fix: sym readers should use cache readers as to not break DSC readers