From e4db4f0704ea6e6b381e9322a336661dc23c3b5f Mon Sep 17 00:00:00 2001 From: 0cyn Date: Mon, 27 Apr 2026 13:25:14 -0400 Subject: Expose 'is_paid' Extension field in API --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index af9992fd..ac528db8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -19219,6 +19219,7 @@ namespace BinaryNinja { VersionInfo GetMaximumVersionInfo() const; std::string GetCreationDate(); bool IsViewOnly() const; + bool IsPaid() const; bool IsBeingDeleted() const; bool IsBeingUpdated() const; bool IsInstalled() const; -- cgit v1.3.1