Skip to content

Releases: blacktop/go-macho

v1.1.194

05 Apr 23:59
d561ef0
Compare
Choose a tag to compare

Changelog

d561ef0 fix: unit tests

Summary

Full Changelog: v1.1.193...v1.1.194

v1.1.193

05 Apr 23:04
957be74
Compare
Choose a tag to compare

Changelog

21cfc1d fix: symtab parsing when macho is silly (#42) (@blacktop)
5a17da7 feat(codesign): add support for RUNTIME flag and minimum runtime version (#37) (@jkt-signal)
b1e5fca fix: codesign - adhoc should create an empty requirements blob (@blacktop)
29c25e7 chore: add NEW objc property type (@blacktop)
80cfa86 fix: requirements - correctly interpret apple cert requirements (#39) (@jkt-signal)
f4f4925 fix: codesign - more conservative estimate of signature sizes (#38) (@jkt-signal)
5115fa4 fix: codesign - always use supplied resource-directory hash if applicable (#36) (@jkt-signal)
7ac4dba fix: codesign - add teamID to code directories (#35) (@jkt-signal)

Summary

Full Changelog: v1.1.192...v1.1.193

v1.1.192

31 Jan 22:00
d1dade0
Compare
Choose a tag to compare

Changelog

d1dade0 chore: add XCode 15.3 beta updates

v1.1.191

07 Jan 03:40
1696cf8
Compare
Choose a tag to compare

Changelog

1696cf8 fix: arm64e cpu types
30d766b Update LICENSE
abe34ed Update README.md

v1.1.190

22 Dec 21:18
66efa4a
Compare
Choose a tag to compare

Changelog

66efa4a fix: more wild edge cases in objc parsing #30

v1.1.189

22 Dec 00:17
7d075b0
Compare
Choose a tag to compare

Changelog

7d075b0 fix: parseRebase closes #31
f78a6d9 fix: objc ivar WithAddrs formatter

v1.1.188

19 Dec 18:28
9d4af2d
Compare
Choose a tag to compare

Changelog

9d4af2d fix: DYLD_CHAINED_PTR_64_OFFSET edge case #29 #30
ad5d214 Update FUNDING.yml
3a06942 Create FUNDING.yml
2b9847c Update CODE_OF_CONDUCT.md
56361a5 chore: add issue templates
85943ad Create SECURITY.md
98b29e9 Create CODE_OF_CONDUCT.md
c4e9cad Update type_encoding.go

v1.1.187

16 Dec 19:54
69908ea
Compare
Choose a tag to compare

Changelog

69908ea fix: a few small objc output formatting issues

v1.1.186

15 Dec 19:36
65cc968
Compare
Choose a tag to compare

Changelog

65cc968 fix: category instance method header formatting
d7e22bc fix: objc class method caching

v1.1.185

14 Dec 18:37
5bc0899
Compare
Choose a tag to compare

Changelog

5bc0899 fix: small fix to objc class ivar formatting