We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Under some circumstances, a cut PE file might be still executable.
Examples: 82b82208e35402e11a68766f057cfdcabf5cd97c73ee5eeaa008548095597865 (32-bit) 8713f9a10a9e859b245031474acf770d719aab1f8cea1d957af41dea08019bc6 (64-bit)
Both these files were cut but are still loadable and executable, because the last PE section has physical size of 0.
We need a new class for file corruption: LDR_ERROR_FILE_IS_CUT_LOADABLE
The text was updated successfully, but these errors were encountered:
Update the used version of pelib.
5badadb
To its current master, which contains an implementation of #463.
Implemented by @ladislav-zezula in avast/pelib#5 (tests are in avast/retdec-regression-tests#16). Incorporated into RetDec in 5badadb.
Sorry, something went wrong.
ladislav-zezula
No branches or pull requests
Under some circumstances, a cut PE file might be still executable.
Examples:
82b82208e35402e11a68766f057cfdcabf5cd97c73ee5eeaa008548095597865 (32-bit)
8713f9a10a9e859b245031474acf770d719aab1f8cea1d957af41dea08019bc6 (64-bit)
Both these files were cut but are still loadable and executable, because the last PE section has physical size of 0.
We need a new class for file corruption: LDR_ERROR_FILE_IS_CUT_LOADABLE
The text was updated successfully, but these errors were encountered: