Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

ifrextract hangs up and ends up creating an unending txt file #10

Closed
the-braveknight opened this issue Sep 1, 2018 · 2 comments
Closed

Comments

@the-braveknight
Copy link

Here's my ROM image
IFR.rom.zip

Here's what the resulting txt file looks like:
screen shot 2018-09-01 at 5 39 57 pm

@vit9696
Copy link

vit9696 commented Sep 2, 2018

Added a hack to avoid the hang.

@vit9696 vit9696 closed this as completed Sep 2, 2018
@dsanke
Copy link

dsanke commented Sep 11, 2022

Lenovo_M700_Setup.zip
Found the same problem.

0x22974 Setup (0x7 from string package 0x0)
0x332E4 0 (0x100 from string package 0x0)

Fount it caused by a wrong from set detected. It detected form set during other form set.
Fixed by this:
in UEFI.cpp getUEFIFormSets function:
add "i += tempFormSet.header.length;" before loop end.

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

No branches or pull requests

3 participants