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

Method FreeCallback

relocationhandler.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47void RelocationHandler::FreeCallback(void* ctxt)
48{
49 RelocationHandler* handler = (RelocationHandler*)ctxt;
50 handler->ReleaseForRegistration();
51}
52
53
54bool RelocationHandler::GetRelocationInfoCallback(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected