diff options
| author | Peter LaFosse <peter@vector35.com> | 2019-01-20 15:06:09 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2019-01-20 15:06:32 -0500 |
| commit | 048d2212945f43eb88889feaffdcce75633d94ec (patch) | |
| tree | 746b4822a9d59064fd6d4149727c31d7fa110d4b /binaryninjaapi.h | |
| parent | 251c79b66fd552a7499e96d7ab13e3e36c726e00 (diff) | |
Add API for parsing multiple types with BinaryView context
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 f5a59cc0..138d82c1 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1421,6 +1421,7 @@ namespace BinaryNinja DisassemblySettings* settings); bool ParseTypeString(const std::string& text, QualifiedNameAndType& result, std::string& errors); + bool ParseTypeString(const std::string& text, std::map<QualifiedName, Ref<Type>>& result, std::string& errors); std::map<QualifiedName, Ref<Type>> GetTypes(); Ref<Type> GetTypeByName(const QualifiedName& name); |
