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

Class ReadException

binaryninjaapi.h:7399–7403  ·  view source on GitHub ↗

! Thrown whenever a read is performed out of bounds. \ingroup binaryview */

Source from the content-addressed store, hash-verified

7397 \ingroup binaryview
7398 */
7399 class ReadException : public ExceptionWithStackTrace
7400 {
7401 public:
7402 ReadException() : ExceptionWithStackTrace("read out of bounds") {}
7403 };
7404
7405 /*! BinaryReader is a convenience class for reading binary data
7406 \ingroup binaryview

Callers 15

ReadMethod · 0.85
Read8Method · 0.85
Read16Method · 0.85
Read32Method · 0.85
Read64Method · 0.85
ReadPointerMethod · 0.85
ReadLE16Method · 0.85
ReadLE32Method · 0.85
ReadLE64Method · 0.85
ReadLEPointerMethod · 0.85
ReadBE16Method · 0.85
ReadBE32Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected