diff options
| author | Stephen Tong <v35stong@users.noreply.github.com> | 2019-05-23 18:45:59 -0400 |
|---|---|---|
| committer | Stephen Tong <v35stong@users.noreply.github.com> | 2019-05-28 13:17:54 -0400 |
| commit | 9c570077a562b4c45e80e6d0cf32f00909e8ebd1 (patch) | |
| tree | 7e5f3d951ae4d9ae707bb679780df2ac1e1f9dbb /binaryninjaapi.h | |
| parent | 46ea950b5d147e14348806ab8ce6b0265efee06f (diff) | |
Redo/Undo support for user-defined xrefs
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
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); |
