diff options
| -rw-r--r-- | view/macho/machoview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/macho/machoview.h b/view/macho/machoview.h index 74508559..e7927383 100644 --- a/view/macho/machoview.h +++ b/view/macho/machoview.h @@ -1270,7 +1270,8 @@ namespace BinaryNinja GenericArm64eFixupFormat, Generic64FixupFormat, Generic32FixupFormat, - Firmware32FixupFormat + Firmware32FixupFormat, + Kernel64Format }; union Arm64e { |
