Skip to content
New issue

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

Parser does not process compressed PE32 images #123

Closed
yeggor opened this issue Jan 31, 2024 · 0 comments
Closed

Parser does not process compressed PE32 images #123

yeggor opened this issue Jan 31, 2024 · 0 comments

Comments

@yeggor
Copy link
Contributor

yeggor commented Jan 31, 2024

The parser does not take into account the case where we have File -> GUID Defined Section -> PE32 image/UI.

The screenshot below shows an example of valid parsing by UEFITool:

image

If we run uefi-firmware-parser on the test file in verbose mode (uefi-firmware-parser -b --verbose Volume_FFSv2_5C60F367-A505-419A-859E-2A4FF6CA6FE5.vol), we get the following result: log.txt.

As far as I can see, it successfully performs the decompression, but it does not process the data with respect to parent file.

The test volume is attached:
Volume_FFSv2_5C60F367-A505-419A-859E-2A4FF6CA6FE5.vol.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant