You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.