Skip to content

Commit

Permalink
docs: add imports, exports, linker_options vectors to mach-o docs (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
latonis authored Dec 20, 2024
1 parent fe27074 commit a881795
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/content/docs/modules/macho.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ rule sym_hash_example {
| build_version | [BuildVersion](#buildversion) |
| min_version | [MinVersion](#minversion) |
| exports | string array |
| imports | string array |
| linker_options | string array |
| fat_magic | integer |
| nfat_arch | integer |
| fat_arch | [FatArch](#fatarch) array |
Expand Down Expand Up @@ -438,6 +440,9 @@ rule sym_hash_example {
| uuid | string |
| build_version | [BuildVersion](#buildversion) |
| min_version | [MinVersion](#minversion) |
| exports | string array |
| imports | string array |
| linker_options | string array |

### LinkedItData

Expand Down

0 comments on commit a881795

Please sign in to comment.