summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-09-21 21:56:03 -0400
committerBrian Potchik <brian@vector35.com>2019-09-21 21:56:03 -0400
commit895972365e11346bf9cfcab1e73b882366f5b9bb (patch)
tree2f10ab593c3919b3ce1f047ef7da7ee59f2dc8ad /binaryninjaapi.h
parentaedcef7c44c6aab17ba7b2962fc1c347847ad2af (diff)
Access Settings Values as Json.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
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<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
bool Set(const std::string& key, const std::string& value, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
bool Set(const std::string& key, const std::vector<std::string>& value, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
+ bool SetJson(const std::string& key, const std::string& value, Ref<BinaryView> view = nullptr, BNSettingsScope scope = SettingsAutoScope);
};
// explicit specializations