UEFITool/common
2023-01-29 15:58:43 -08:00
..
bstrlib Fix another issue spotted by PVS-Studio 2022-09-10 14:47:55 +02:00
digest Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
generated Fix a version issue in ACBPv2 definition file 2022-09-10 16:08:06 +02:00
kaitai Fix OpenBSD build, use swap16(3) from <endian.h> 2022-11-27 10:22:38 -08:00
ksy Fix a version issue in ACBPv2 definition file 2022-09-10 16:08:06 +02:00
LZMA Fix build on *BSD/arm (32-bit) 2022-09-29 23:15:57 +03:00
Tiano Initial ME parser, improved ucode parser, reset vector info 2019-07-24 10:30:59 -07:00
zlib Merge zlib warning fixes by rurban 2021-10-07 19:10:36 +03:00
basetypes.h Replace unneeded BOOLEAN with bool 2023-01-29 15:13:37 -08:00
descriptor.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
descriptor.h Add support for IFWI 1.7 and 2.0 layouts, improve ME parser, fix small issues spotted by static analysis 2019-08-19 11:36:02 -07:00
ffs.cpp Implement parsing for AMD-specific Zlib-compressed GUIDed section 2022-12-23 22:49:37 -08:00
ffs.h Implement parsing for AMD-specific Zlib-compressed GUIDed section 2022-12-23 22:49:37 -08:00
ffsbuilder.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ffsbuilder.h NE Alpha 40 2017-02-14 09:39:16 +03:00
ffsops.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ffsops.h Merge recent updates but without broken builder and with minor refactoring and bugfixes 2018-10-08 12:58:12 +03:00
ffsparser.cpp Replace unneeded BOOLEAN with bool 2023-01-29 15:13:37 -08:00
ffsparser.h Replace unneeded BOOLEAN with bool 2023-01-29 15:13:37 -08:00
ffsreport.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
ffsreport.h Include offset in FfsReport 2018-05-08 18:44:49 +03:00
ffsutils.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ffsutils.h Multiple improvements and bugfixes 2019-01-20 13:23:28 +03:00
filesystem.h Fix building with MinGW 11.2.0 on Windows, add it into CI/CD 2022-09-27 19:22:32 +02:00
fitparser.cpp Replace append with += 2022-10-23 13:49:53 +02:00
fitparser.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
gbe.h NE Alpha 43 2017-10-11 22:59:23 -07:00
guiddatabase.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
guiddatabase.h Fix CMAKE_CXX_STANDARD 17 build on Windows 2022-09-14 04:05:13 +02:00
guids.csv Update guids.csv 2023-01-12 21:51:42 -08:00
intel_fit.h Update Intel FIT definitions accodring to FIT specification v1.4 2023-01-29 15:58:43 -08:00
intel_microcode.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
me.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
meparser.cpp Fix a possible crash of MeParser in case there are no valid FPT partition table entries 2022-09-14 19:04:44 +02:00
meparser.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
meson.build Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvram.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvram.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
nvramparser.cpp Add additional check for entryHeader->Size in NvramParser::parseEvsaStoreBody to avoid uint32 underflow 2022-11-15 18:08:25 -08:00
nvramparser.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00
parsingdata.h - introduce Extract Uncompressed and Uncompressed Hex View actions for compressed items 2022-08-24 22:17:51 +02:00
peimage.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
peimage.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00
treeitem.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
treeitem.h - introduce Extract Uncompressed and Uncompressed Hex View actions for compressed items 2022-08-24 22:17:51 +02:00
treemodel.cpp Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
treemodel.h Replace unneeded BOOLEAN with bool 2023-01-29 15:13:37 -08:00
types.cpp Update Intel FIT definitions accodring to FIT specification v1.4 2023-01-29 15:58:43 -08:00
types.h Add support for x86 recovery startup AP data entries in special padding files 2022-09-14 19:04:44 +02:00
ubytearray.h Improve firmware parser and tool robustness 2021-10-07 18:51:39 +03:00
ustring.cpp Downcast all qtsizetype to UINT32 manually, apply consistent identation 2022-08-28 12:47:01 +02:00
ustring.h Kaitai-based Intel ACM and BootGuard parsers 2022-09-10 13:14:29 +02:00
utility.cpp Replace unneeded BOOLEAN with bool 2023-01-29 15:13:37 -08:00
utility.h Replace unneeded BOOLEAN with bool 2023-01-29 15:13:37 -08:00