retdec
|
#include <upx_exceptions.h>
Public Member Functions | |
OriginalHeaderNotFoundException () | |
![]() | |
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. Thrown in case of missing original header in unpacked data. This header is used to obtain information about original section layout.
This exception is fatal error during unpacking.
|
inline |