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

Class ElfFormatException

view/elf/elfview.h:349–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347namespace BinaryNinja
348{
349 class ElfFormatException: public std::exception
350 {
351 std::string m_message;
352
353 public:
354 ElfFormatException(const std::string& msg = "invalid format"): m_message(msg) {}
355 virtual const char* what() const NOEXCEPT { return m_message.c_str(); }
356 };
357
358 struct ElfIdent
359 {

Callers 1

ElfViewMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected