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

Method GetCallbacks

binaryninjaapi.h:3812–3812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3810 virtual ~FileAccessor() {}
3811
3812 BNFileAccessor* GetCallbacks() { return &m_callbacks; }
3813
3814 virtual bool IsValid() const = 0;
3815 virtual uint64_t GetLength() const = 0;

Callers 13

AddRemoteMemoryRegionMethod · 0.45
RegisterNotificationMethod · 0.45
SetNavigationHandlerMethod · 0.45
RegisterNotificationMethod · 0.45
SaveMethod · 0.45
BinaryDataMethod · 0.45
CreateFromFileMethod · 0.45
RegisterNotificationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected