Releases: blacktop/go-macho
Releases · blacktop/go-macho
v1.1.204
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
Changelog
b62c0bb fix: swift bind lookups
v1.1.202
Changelog
e671c95 fix: parsing objc binds from DSC dylibs
v1.1.201
Changelog
9391308 fix: objc class superclass and isa bind lookups
v1.1.200
Changelog
d2793fe fix: category class name bind lookup
v1.1.198
Changelog
cc92ac5 fix: id followed by * (#48)
237bf71 fix: objc categories check binds for class addr == 0 etc
v1.1.197
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
Changelog
c8a3f8b fix: objc optional property attribute parsing
v1.1.195
Changelog
d10da4c fix: sym readers should use cache readers as to not break DSC readers