Commit e7021ea
committed
feat: Add support for function variants and fixups in Mach-O file parsing
- 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.1 parent 8a30045 commit e7021ea
File tree
7 files changed
+852
-76
lines changed- types
7 files changed
+852
-76
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
0 commit comments