From 2c80bc959151a6b9888a8521a0efbba1a1843cb6 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 25 Jan 2019 09:55:33 -0500 Subject: Add CopyValue to Settings APi. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 138d82c1..a79ad588 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4265,6 +4265,7 @@ namespace BinaryNinja bool DeserializeSettings(const std::string& contents, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); std::string SerializeSettings(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); + bool CopyValue(const std::string& destRegistry, const std::string& id); bool Reset(const std::string& id, Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); bool ResetAll(Ref view = nullptr, BNSettingsScope scope = SettingsAutoScope); -- cgit v1.3.1