From 73976e975ddf4dd0cbb5aa49425cf36e5655cd5c Mon Sep 17 00:00:00 2001 From: 0cyn Date: Sat, 25 Apr 2026 15:18:38 -0400 Subject: Re-add license text field to API --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1c482b66..af9992fd 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -19201,6 +19201,7 @@ namespace BinaryNinja { std::string GetPluginDirectory() const; std::string GetAuthor() const; std::string GetDescription() const; + std::string GetLicenseText() const; std::string GetName() const; std::vector GetPluginTypes() const; std::string GetPackageUrl() const; -- cgit v1.3.1