diff options
Diffstat (limited to 'examples/uinotification/uinotification.cpp')
| -rw-r--r-- | examples/uinotification/uinotification.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/uinotification/uinotification.cpp b/examples/uinotification/uinotification.cpp index b7c22bde..ca53c560 100644 --- a/examples/uinotification/uinotification.cpp +++ b/examples/uinotification/uinotification.cpp @@ -85,6 +85,12 @@ void NotificationListener::OnViewChange(UIContext* context, ViewFrame* frame, co } +void NotificationListener::OnAddressChange(UIContext* context, ViewFrame* frame, View* view, const ViewLocation& location) +{ + LogInfo("OnAddressChange: %llx", location.getOffset()); +} + + extern "C" { BINARYNINJAPLUGIN bool UIPluginInit() |
