retdec
|
#include <upx_exceptions.h>
Public Member Functions | |
FileMemoryDumpedException () | |
![]() | |
template<typename... Args> | |
FatalException (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. If entry point section is UPX0 section then the file was most probably unpacked using memory dumping and should not be considered as valid UPX file.
This exception is fatal error during unpacking.
|
inline |