Releases: LongSoft/UEFITool
Releases · LongSoft/UEFITool
UEFITool NE A46
Bugfix release
UEFITool 0.22.1 | UEFIPatch 0.3.11
- multiple FFSv3 support fixes, thanks to @osresearch
- fixed removal of FFS files with opposite EP bit value
- disabled creation of large sections (too buggy now, will be fixed later)
UEFITool NE A45 | UEFIExtract 0.13.5 | UEFIDump 0.1.5 | UEFIFind 0.10.10
UEFITool NE A44
- support of MS Surface implementation of Intel Boot Guard
- support parsing PMDA
- optional disabling Intel Boot Guard marking (enabled by default)
UEFITool NE A43
- bug fixes
- visual validation of Intel Boot Guard coverage
UEFITool NE A40 | UEFIExtract | UEFIDump
- Decoding of JEDEC chip IDs and LZMAF86 sections support added in A33
- GoToOffset dialog (Ctrl+G) and CPU microcode info added in A35
- Internal GUID database (override in runtime also possible) added in A40
- Various bugfixes
UEFITool NE A32 | UEFIExtract 0.13.0 | UEFIDump 0.1.1
Almost no new features, bugfix release this time.
_New engine A32_
- fitParser is integrated into ffsParser to simplify it's usage in 3rd-party tools
- improved detection of improperly-based TE images (much less messages about wrong TE image base now)
- improved parsing of volume non-UEFI data, now it's parsed as RawArea (i.e. for volumes and/or paddings). Thanks to @XenoKovah for reporting the problem.
- fixed a bug in parsing of authenticated data-only NVAR entries
- engine code refactored to remove C++11-only quirks like std::begin or std::next
- various small fixes
_UEFITool NE A32_
- binary rebuilt to include engine changes
- fitParser messages moved to Parser tab
- Checksum and Type columns swapped on FIT tab
_UEFIExtract 0.13.0_
- new version due to change in parameters and behavior, "all" now generate both dump and report, "dump" - only dump, "report" - only report, GUID extraction generates no reports.
- binary rebuilt to include engine changes
- fixed typo in usage text
- FIT table output format improved
_UEFIDump 0.1.1_
- binary rebuilt to include engine changes
- FIT table output format improved