Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: blacktop/go-macho

Tags

v1.1.259

Toggle v1.1.259's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: Add support for function variants and fixups in Mach-O file par…

…sing

- Introduced FunctionVariants and FunctionVariantFixups load commands.
- Implemented methods to retrieve and parse function variants and fixups data.
- Enhanced symbol resolution for function variants based on CPU features.
- Added new types and constants for ARM64 and x86_64 CPU feature flags.
- Updated stringer generation for new types and commands.
- Modified the Enrich method to include function variants and fixups parsing.
- Improved error handling for missing load commands.

v1.1.258

Toggle v1.1.258's commit message

Verified

This commit was signed with the committer’s verified signature.
fix(objc): add support for reading UTF-16 encoded CFStrings #78

v1.1.257

Toggle v1.1.257's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(objc): add support for class properties in protocols

v1.1.256

Toggle v1.1.256's commit message

Verified

This commit was signed with the committer’s verified signature.
feat(objc): add support for optional class properties in protocols

v1.1.255

Toggle v1.1.255's commit message

Verified

This commit was signed with the committer’s verified signature.
chore: error fmt tweak

v1.1.254

Toggle v1.1.254's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: objc parsing (relative offset calculation bug + bounds checking)

v1.1.253

Toggle v1.1.253's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: support Swift auto demangling hooks

v1.1.252

Toggle v1.1.252's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: enhance Swift support with new type handling and symbolic name r…

…esolution + add support for empty strings back

v1.1.251

Toggle v1.1.251's commit message

Verified

This commit was signed with the committer’s verified signature.
fix: objc metadata cstring parsing

v1.1.250

Toggle v1.1.250's commit message

Verified

This commit was signed with the committer’s verified signature.
feat: add target Lookup to fixupchains