Skip to content

Releases: blacktop/go-macho

v1.1.224

10 Jul 06:06
25a8f48
Compare
Choose a tag to compare

Changelog

25a8f48 feat: add GetCStrings function to dump all IsCstringLiterals

v1.1.223

23 Jun 18:13
924c976
Compare
Choose a tag to compare

Changelog

924c976 fix: array bounds bug in decodeType

v1.1.222

22 Jun 18:50
bde8ba6
Compare
Choose a tag to compare

Changelog

bde8ba6 feat: add support for NEW iOS18 objc block func prototype method arg types

v1.1.221

22 Jun 04:33
e65521a
Compare
Choose a tag to compare

Changelog

e65521a fix: handle typeless objc struct field edge case

v1.1.220

09 Jun 22:20
7eb5830
Compare
Choose a tag to compare

Changelog

7eb5830 feat: add SEP load command support #61 (#62)
d5348c2 Update cmds.go

v1.1.219

04 Jun 04:39
98f43c2
Compare
Choose a tag to compare

Changelog

98f43c2 fix: LC_UNIXTHREAD cmd output
8599097 Update cmds.go

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