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

Method FreeCallback

callingconvention.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63void CallingConvention::FreeCallback(void* ctxt)
64{
65 CallingConvention* cc = (CallingConvention*)ctxt;
66 cc->ReleaseForRegistration();
67}
68
69
70uint32_t* CallingConvention::GetCallerSavedRegistersCallback(void* ctxt, size_t* count)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected