Releases: blacktop/go-macho
Releases · blacktop/go-macho
v1.1.233
Changelog
10a6d6a Update export.go
6e27af0 CodeSign: pad LINKEDIT to multiple of page size when reading (#66)
v1.1.232
Changelog
c4f8bca chore: make GetCStrings func work w/ in-cache dylibs as well
v1.1.231
Changelog
5dc2e9c feat: add MH_FILESET support to FindSegmentForVMAddr() and FindSectionForVMAddr()
v1.1.230
Changelog
482b899 fix: handle no funcs found edge case
v1.1.229
Changelog
812665b feat: add NEW GenerateFunctionStarts cmd to attempt to generate LC_FUNCTION_STARTS for arm64e
v1.1.228
Changelog
2b170e3 fix: FindSymbolAddress with no ErrMachODyldInfoNotFound error
v1.1.227
Changelog
31c603e chore: make file.go GetCStrings return a map of maps to allow for storing different sections cstrings together
v1.1.226
Changelog
8c62f51 chore: return map from GetCStrings
v1.1.225
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
Changelog
25a8f48 feat: add GetCStrings function to dump all IsCstringLiterals