From 321fd674a74f84b12151987e15f835202b7ee08a Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 22 Oct 2025 20:15:04 -0400 Subject: Add API to dereference named type references --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index d7958113..395ba154 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -10680,6 +10680,8 @@ namespace BinaryNinja { int paddingCols = 64, bool collapsed = false, BNTokenEscapingType escaping = NoTokenEscapingType) const; static std::string GetSizeSuffix(size_t size); + + Ref DerefNamedTypeReference(BinaryView* view) const; }; class EnumerationBuilder; -- cgit v1.3.1