From c34ac521dd6022d522053712833943c699bedb3f Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 13 Jan 2020 20:35:50 -0500 Subject: Add registered name to type objects --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 469850fa..ba863efa 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2481,6 +2481,7 @@ __attribute__ ((format (printf, 1, 2))) Confidence GetAccess() const; Confidence GetStackAdjustment() const; QualifiedName GetStructureName() const; + Ref GetRegisteredName() const; uint64_t GetElementCount() const; uint64_t GetOffset() const; -- cgit v1.3.1