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

Method what

view/pe/peview.h:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 public:
262 PEFormatException(const std::string& msg = "invalid format"): m_message(msg) {}
263 virtual const char* what() const NOEXCEPT { return m_message.c_str(); }
264 };
265
266 struct PEHeader

Callers 15

ExecuteActionFunction · 0.45
GetPathItem<uint64_t>Method · 0.45
WrapThrowablePointerFunction · 0.45
WrapThrowableBoolFunction · 0.45
PerformInitialLoadMethod · 0.45
InitMethod · 0.45
CreateMethod · 0.45
ParseMethod · 0.45
InitMethod · 0.45
CreateMethod · 0.45
ParseMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected