From 9c570077a562b4c45e80e6d0cf32f00909e8ebd1 Mon Sep 17 00:00:00 2001 From: Stephen Tong Date: Thu, 23 May 2019 18:45:59 -0400 Subject: Redo/Undo support for user-defined xrefs --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 1d22652d..10c64642 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2589,6 +2589,7 @@ namespace BinaryNinja void SetCommentForAddress(uint64_t addr, const std::string& comment); void SetUserXref(uint64_t addr, uint64_t target); + void RemoveUserXref(uint64_t addr, uint64_t target); Ref GetLowLevelIL() const; size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr); -- cgit v1.3.1