Skip to content

Releases: blacktop/go-macho

v1.1.218

02 Jun 14:46
00b2be9
Compare
Choose a tag to compare

Changelog

00b2be9 fix: array decoding (#60)

v1.1.217

02 Jun 03:20
b5c7468
Compare
Choose a tag to compare

Changelog

b5c7468 fix: decoding struct and union fields with ambiguous types (#59)

v1.1.216

02 Jun 00:56
05c1fd2
Compare
Choose a tag to compare

Changelog

05c1fd2 fix: several small issues
7c278cb fix: struct fields with specifiers (#58)
14c2bf4 fix: remove EntryPoint from LC_THREAD stringer

v1.1.215

31 May 01:49
129f268
Compare
Choose a tag to compare

Changelog

129f268 feat: add support for parsing LC_NOTE data
261acfb fix: improve LC_THREAD output formatting

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