MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / OnAfterOpenFile

Function OnAfterOpenFile

ui/uicontext.h:137–142  ·  view source on GitHub ↗

! Callback after a file (raw or database) is opened \param context Context which opened the file \param file Context with the file and ui views \param frame ViewFrame constructed to display the file */

Source from the content-addressed store, hash-verified

135 \param frame ViewFrame constructed to display the file
136 */
137 virtual void OnAfterOpenFile(UIContext* context, FileContext* file, ViewFrame* frame)
138 {
139 (void)context;
140 (void)file;
141 (void)frame;
142 }
143 /*!
144 Callback before a file is saved (either as a database or raw)
145 \param context Context which is saving the file

Callers 3

OnAfterOpenFileMethod · 0.85
OnAfterOpenFileMethod · 0.85
OnAfterOpenFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected