Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on samples having corrupted PE header.
If a sample has corrupted PE header and as a result does not have any sections, heuristic search for UPX packer will fail as it tries to access the first section. To remedy this, we need to ensure the sections exist before we access them.
- Loading branch information