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