summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2025-03-04 22:32:50 -0500
committerkat <kat@vector35.com>2025-03-19 15:04:23 -0400
commitb5caef3d7d0efa4411dddac841ea38a359956474 (patch)
treecf05c66758e1a85847a9673a44c4a4fbcd0cb187
parentd2371c2edabb7d70c2b31150bfa0e46d7acd1e5e (diff)
Add Kernel64 pointer format generic
-rw-r--r--view/macho/machoview.h3
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 {