retdec
|
#include <upx_exceptions.h>
Public Member Functions | |
InvalidDataDirectoryException (const std::string &directoryName) | |
![]() | |
template<typename... Args> | |
UnsupportedInputException (const Args &... args) | |
![]() | |
UnpackerException (const UnpackerException &ex) | |
virtual const char * | what () const noexcept override |
const std::string & | getMessage () const noexcept |
Additional Inherited Members | |
![]() | |
template<typename... Args> | |
UnpackerException (const Args &... args) | |
Used in PE. Thrown in case of invalid RVA or size of data directory in PE header.
This exception should report unsupported file.
|
inline |