From 46ea950b5d147e14348806ab8ce6b0265efee06f Mon Sep 17 00:00:00 2001 From: Stephen Tong Date: Thu, 23 May 2019 16:51:03 -0400 Subject: WIP: Support adding user-defined xrefs --- binaryninjaapi.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index e9277d65..1d22652d 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2588,6 +2588,8 @@ namespace BinaryNinja void SetComment(const std::string& comment); void SetCommentForAddress(uint64_t addr, const std::string& comment); + void SetUserXref(uint64_t addr, uint64_t target); + Ref GetLowLevelIL() const; size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr); std::vector GetLowLevelILExitsForInstruction(Architecture* arch, uint64_t addr); -- cgit v1.3.1