diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-11-24 10:29:18 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-11-27 21:17:57 -0500 |
| commit | eb862da7472ed36e584a59329dbc56a4de7be017 (patch) | |
| tree | 64150610334290e96438d13cc6756ebe74034478 /binaryninjaapi.h | |
| parent | db7fbfe8029ecf9126a2cb0e7b0d2c372fe47daa (diff) | |
Adding API's to get Linux CA bundle info
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 4f62ef5f..e4ef4c43 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3581,4 +3581,7 @@ namespace BinaryNinja bool IsArray() const; bool IsKeyValueStore() const; }; + + std::string GetLinuxCADirectory(); + std::string GetLinuxCABundlePath(); } |
