summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
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 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<LowLevelILFunction> GetLowLevelIL() const;
size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr);