summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorXusheng <xusheng@vector35.com>2021-10-21 18:27:06 +0800
committerXusheng <xusheng@vector35.com>2021-10-28 15:08:53 +0800
commit927390bc14ccd6739a62c2a291e50a4a3ce4d0b0 (patch)
treea628e18289034040005afd0a5c450fd8bea99e0f /binaryninjacore.h
parentc6f170d1541c53a5b2a9821b31f77612d0b8559f (diff)
Smartly update the TypeView
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 8bbb4e0a..ec9951c9 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1338,6 +1338,7 @@ extern "C"
void (*typeDefined)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, BNType* type);
void (*typeUndefined)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, BNType* type);
void (*typeReferenceChanged)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, BNType* type);
+ void (*typeFieldReferenceChanged)(void* ctxt, BNBinaryView* view, BNQualifiedName* name, uint64_t offset);
};
struct BNFileAccessor