diff options
| author | 0cyn <kat@vector35.com> | 2026-04-25 15:18:38 -0400 |
|---|---|---|
| committer | 0cyn <kat@vector35.com> | 2026-05-04 12:59:35 -0400 |
| commit | 73976e975ddf4dd0cbb5aa49425cf36e5655cd5c (patch) | |
| tree | 445aafdf56fc2ab3c3fdf8e08e9e84e005abb565 /binaryninjaapi.h | |
| parent | f389b25261d6f0de54627f1dbc176e852f974c74 (diff) | |
Re-add license text field to API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<PluginType> GetPluginTypes() const; std::string GetPackageUrl() const; |
