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

Class QueryMetadataException

binaryninjaapi.h:4503–4507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4501 struct HighLevelILInstruction;
4502
4503 class QueryMetadataException : public ExceptionWithStackTrace
4504 {
4505 public:
4506 QueryMetadataException(const std::string& error) : ExceptionWithStackTrace(error) {}
4507 };
4508
4509 /*! \c BinaryView implements a view on binary data, and presents a queryable interface of a binary file.
4510

Callers 3

GetStringMetadataMethod · 0.85
GetRawMetadataMethod · 0.85
GetUIntMetadataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected