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

Class WriteException

binaryninjaapi.h:7724–7728  ·  view source on GitHub ↗

! Raised whenever a write is performed out of bounds. \ingroup binaryview */

Source from the content-addressed store, hash-verified

7722 \ingroup binaryview
7723 */
7724 class WriteException : public ExceptionWithStackTrace
7725 {
7726 public:
7727 WriteException() : ExceptionWithStackTrace("write out of bounds") {}
7728 };
7729
7730 /*! BinaryWriter is a convenience class for writing binary data
7731 \ingroup binaryview

Callers 11

WriteMethod · 0.85
Write8Method · 0.85
Write16Method · 0.85
Write32Method · 0.85
Write64Method · 0.85
WriteLE16Method · 0.85
WriteLE32Method · 0.85
WriteLE64Method · 0.85
WriteBE16Method · 0.85
WriteBE32Method · 0.85
WriteBE64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected