Skip to content

Releases: blacktop/go-macho

v1.1.233

27 Sep 21:04
10a6d6a
Compare
Choose a tag to compare

Changelog

10a6d6a Update export.go
6e27af0 CodeSign: pad LINKEDIT to multiple of page size when reading (#66)

v1.1.232

08 Aug 23:20
c4f8bca
Compare
Choose a tag to compare

Changelog

c4f8bca chore: make GetCStrings func work w/ in-cache dylibs as well

v1.1.231

24 Jul 15:41
5dc2e9c
Compare
Choose a tag to compare

Changelog

5dc2e9c feat: add MH_FILESET support to FindSegmentForVMAddr() and FindSectionForVMAddr()

v1.1.230

23 Jul 23:13
482b899
Compare
Choose a tag to compare

Changelog

482b899 fix: handle no funcs found edge case

v1.1.229

23 Jul 22:21
812665b
Compare
Choose a tag to compare

Changelog

812665b feat: add NEW GenerateFunctionStarts cmd to attempt to generate LC_FUNCTION_STARTS for arm64e

v1.1.228

19 Jul 07:06
2b170e3
Compare
Choose a tag to compare

Changelog

2b170e3 fix: FindSymbolAddress with no ErrMachODyldInfoNotFound error

v1.1.227

15 Jul 23:37
31c603e
Compare
Choose a tag to compare

Changelog

31c603e chore: make file.go GetCStrings return a map of maps to allow for storing different sections cstrings together

v1.1.226

12 Jul 05:07
8c62f51
Compare
Choose a tag to compare

Changelog

8c62f51 chore: return map from GetCStrings

v1.1.225

10 Jul 16:27
0ca4a34
Compare
Choose a tag to compare

Changelog

0ca4a34 fix: GetCStrings to not use slices pkg and to only store ascii strings
aa502a5 fix: GetCStrings for only sec.Name == "__cstring"

v1.1.224

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

Changelog

25a8f48 feat: add GetCStrings function to dump all IsCstringLiterals