KUNAI Static Analyzer
Kunai is a library for doing static binary analysis of Dalvik.
|
Exception raised when a problem happens during disassembly process. More...
#include <disassembler_exception.hpp>
Public Member Functions | |
DisassemblerException (const std::string &msg) | |
Constructor of exception. | |
virtual const char * | what () const noexcept override |
Return error message. | |
Exception raised when a problem happens during disassembly process.
|
inline |
Constructor of exception.
msg | message to show to the user |
|
inlineoverridevirtualnoexcept |
Return error message.