Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ExecuteAction
Function · 0.45
GetPathItem<uint64_t>
Method · 0.45
ExceptionWithStackTrace
Method · 0.45
WrapThrowablePointer
Function · 0.45
WrapThrowableBool
Function · 0.45
PerformInitialLoad
Method · 0.45
Init
Method · 0.45
Create
Method · 0.45
Parse
Method · 0.45
Init
Method · 0.45
Create
Method · 0.45
Parse
Method · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected