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 /binaryninjacore.h | |
| parent | 46ea950b5d147e14348806ab8ce6b0265efee06f (diff) | |
Redo/Undo support for user-defined xrefs
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index c1397596..628f53ed 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2529,6 +2529,7 @@ extern "C" BINARYNINJACOREAPI void BNSetCommentForAddress(BNFunction* func, uint64_t addr, const char* comment); BINARYNINJACOREAPI void BNSetUserXref(BNFunction* func, uint64_t addr, uint64_t target); + BINARYNINJACOREAPI void BNRemoveUserXref(BNFunction* func, uint64_t addr, uint64_t target); BINARYNINJACOREAPI BNBasicBlock* BNNewBasicBlockReference(BNBasicBlock* block); BINARYNINJACOREAPI void BNFreeBasicBlock(BNBasicBlock* block); |
