From eb862da7472ed36e584a59329dbc56a4de7be017 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 24 Nov 2017 10:29:18 -0500 Subject: Adding API's to get Linux CA bundle info --- binaryninjaapi.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binaryninjaapi.h') 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(); } -- cgit v1.3.1