summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 898a1711..bec3474f 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -5080,8 +5080,10 @@ namespace BinaryNinja {
/*! Undefine a DataVariable at a given address
\param addr virtual address of the DataVariable
+ \param blacklist whether to add the address to the data variable black list so that the auto analysis would
+ not recreate the variable on re-analysis
*/
- void UndefineDataVariable(uint64_t addr);
+ void UndefineDataVariable(uint64_t addr, bool blacklist = true);
/*! Undefine a user DataVariable at a given address