diff options
| author | kat <kat@vector35.com> | 2025-03-04 22:32:50 -0500 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-03-19 15:04:23 -0400 |
| commit | b5caef3d7d0efa4411dddac841ea38a359956474 (patch) | |
| tree | cf05c66758e1a85847a9673a44c4a4fbcd0cb187 | |
| parent | d2371c2edabb7d70c2b31150bfa0e46d7acd1e5e (diff) | |
Add Kernel64 pointer format generic
| -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 { |
