From e34e52c2f797c9b97b592abb311e3a5bc2194b4a Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Fri, 5 Apr 2019 21:55:47 -0400 Subject: Add API for geting a list of type names without the associated objects --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 65cba272..9fe63e43 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1432,6 +1432,7 @@ namespace BinaryNinja bool ParseTypeString(const std::string& text, std::map>& result, std::string& errors); std::map> GetTypes(); + std::vector GetTypeNames(const std::string& matching=""); Ref GetTypeByName(const QualifiedName& name); Ref GetTypeById(const std::string& id); std::string GetTypeId(const QualifiedName& name); -- cgit v1.3.1