diff options
| author | Stephen Tong <v35stong@users.noreply.github.com> | 2019-05-23 16:51:03 -0400 |
|---|---|---|
| committer | Stephen Tong <v35stong@users.noreply.github.com> | 2019-05-28 13:17:54 -0400 |
| commit | 46ea950b5d147e14348806ab8ce6b0265efee06f (patch) | |
| tree | 6246e4753beda08f4d3cb5abb950a68ac37de71c /binaryninjaapi.h | |
| parent | 131952a79f4efebd71117376310f2a8726e118b0 (diff) | |
WIP: Support adding user-defined xrefs
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
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<LowLevelILFunction> GetLowLevelIL() const; size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr); std::vector<size_t> GetLowLevelILExitsForInstruction(Architecture* arch, uint64_t addr); |
