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

Class DatabaseException

binaryninjaapi.h:2480–2483  ·  view source on GitHub ↗

! \ingroup database */

Source from the content-addressed store, hash-verified

2478 \ingroup database
2479 */
2480 struct DatabaseException : ExceptionWithStackTrace
2481 {
2482 DatabaseException(const std::string& desc) : ExceptionWithStackTrace(desc.c_str()) {}
2483 };
2484
2485 /*! Maintains access to the raw data stored in Snapshots and various
2486 other Database-related structures.

Callers 15

GetValueMethod · 0.85
GetValueHashMethod · 0.85
GetBufferMethod · 0.85
SetValueMethod · 0.85
SetBufferMethod · 0.85
GetFileContentsMethod · 0.85
GetFileContentsHashMethod · 0.85
GetUndoDataMethod · 0.85
GetUndoEntriesMethod · 0.85
ReadDataMethod · 0.85
StoreDataMethod · 0.85
WriteSnapshotDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected