Releases: blacktop/go-macho
Releases · blacktop/go-macho
v1.1.224
Changelog
25a8f48 feat: add GetCStrings function to dump all IsCstringLiterals
v1.1.223
Changelog
924c976 fix: array bounds bug in decodeType
v1.1.222
Changelog
bde8ba6 feat: add support for NEW iOS18 objc block func prototype method arg types
v1.1.221
Changelog
e65521a fix: handle typeless objc struct field edge case
v1.1.219
Changelog
98f43c2 fix: LC_UNIXTHREAD cmd output
8599097 Update cmds.go
v1.1.217
Changelog
b5c7468 fix: decoding struct and union fields with ambiguous types (#59)
v1.1.216
Changelog
05c1fd2 fix: several small issues
7c278cb fix: struct fields with specifiers (#58)
14c2bf4 fix: remove EntryPoint from LC_THREAD stringer
v1.1.215
Changelog
129f268 feat: add support for parsing LC_NOTE data
261acfb fix: improve LC_THREAD output formatting