From 895972365e11346bf9cfcab1e73b882366f5b9bb Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 21 Sep 2019 21:56:03 -0400 Subject: Access Settings Values as Json. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index a7d66e9b..0a775ac8 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4573,6 +4573,7 @@ namespace BinaryNinja bool Set(const std::string& key, const char* value, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); bool Set(const std::string& key, const std::string& value, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); bool Set(const std::string& key, const std::vector& value, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); + bool SetJson(const std::string& key, const std::string& value, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); }; // explicit specializations -- cgit v1.3.1