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

Method FreeCallback

languagerepresentation.cpp:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120void LanguageRepresentationFunction::FreeCallback(void* ctxt)
121{
122 LanguageRepresentationFunction* func = (LanguageRepresentationFunction*)ctxt;
123 func->ReleaseForRegistration();
124}
125
126
127void LanguageRepresentationFunction::InitTokenEmitterCallback(void* ctxt, BNHighLevelILTokenEmitter* tokens)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected