summaryrefslogtreecommitdiff
path: root/ui/commands.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2024-09-26 17:50:35 -0400
committerXusheng <xusheng@vector35.com>2024-10-04 16:54:47 +0800
commit4c39a58c328461fe5485b87b93bc60a1490c16da (patch)
tree7e9e3e830936a381fa62b67e46fd3d6895be9b20 /ui/commands.h
parent52c4e5695f9c86cb319f07682c27be9e4e576559 (diff)
Make the undefine action context aware
Diffstat (limited to 'ui/commands.h')
-rw-r--r--ui/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/commands.h b/ui/commands.h
index 3af4f11b..70ed5778 100644
--- a/ui/commands.h
+++ b/ui/commands.h
@@ -11,6 +11,7 @@
@{
*/
+bool BINARYNINJAUIAPI undefineForAddress(BinaryViewRef data, uint64_t addr);
bool BINARYNINJAUIAPI undefineNameForAddress(BinaryViewRef data, uint64_t addr);
bool BINARYNINJAUIAPI undefineNameForLocalVariable(
BinaryViewRef data, FunctionRef func, const BinaryNinja::Variable& var);