Nikolaj Schlej
3cb5dc0165
Add SLIC pubkey and marker parsers
2025-03-13 19:27:55 +07:00
Nikolaj Schlej
58366f48fe
Add Insyde Flash Device Map parser
2025-03-13 19:27:55 +07:00
Nikolaj Schlej
f989fdfea1
Add Phoenix FlashMap parser
2025-03-13 19:27:55 +07:00
Nikolaj Schlej
4e600eb986
Add Apple SysF/Diag parser
2025-03-13 19:27:55 +07:00
Nikolaj Schlej
2d6eaa917f
Add EDK2 FTW parser
2025-03-13 19:27:55 +07:00
Nikolaj Schlej
ca7d4caa7a
Add Insyde FDC parser
2025-03-13 19:27:55 +07:00
Nikolaj Schlej
8d7e01c027
Make sure to initialize counterUncData
2025-02-21 12:15:01 +07:00
Nikolaj Schlej
4e3fa5899c
Update QHexView, build it as a library for Qt6 builds
2025-02-21 11:09:10 +07:00
Nikolaj Schlej
ff42cecb07
UEFIExtract: add support for extracting uncompressedData for tree items that have it
2025-02-14 07:19:09 +01:00
Nikolaj Schlej
b6cdc9f484
Add support for long paths in Windows 10+
2023-06-19 18:49:53 -07:00
Nikolaj Schlej
031bd4f734
Provide separate filesystem.cpp
2023-06-19 12:59:23 -07:00
Nikolaj Schlej
1a1a20895b
Refactor UEFIExtract a bit
2023-04-23 16:46:59 -07:00
Nikolaj Schlej
ddf40c9260
Add guids command to UEFIExtract
2023-04-23 16:03:35 -07:00
Nikolaj Schlej
aa3e790fb1
Revert "Fix FfsParser issues found by fuzzing"
...
This reverts commit b8567d32cc
.
2023-03-12 08:49:19 -07:00
Nikolaj Schlej
b8567d32cc
Fix FfsParser issues found by fuzzing
...
Resolve alignment issue with guidToUstring
2023-02-26 16:27:27 -08:00
Nikolaj Schlej
7eb565d788
Switch AMI NVAR parser to Kaitai
2023-02-19 12:24:20 -08:00
Nikolaj Schlej
cb6ef45d0c
Add -h/--help and -v/--version support to commandline tools
2023-02-15 16:54:32 -08:00
Nikolaj Schlej
c4ed9c310d
Fix the issue with CMake install for UEFIExtract and UEFIFind
...
Trying to fix the issue with CMake install #2
2023-02-15 16:35:01 -08:00
Nikolaj Schlej
4053a8fe72
Add install targets to CMake files
2023-02-12 13:08:35 -08:00
Nikolaj Schlej
7337f15ec9
Implement parsing for AMD-specific Zlib-compressed GUIDed section
...
Fix incorrect overflow check in parsing volume block map
2022-12-23 22:49:37 -08:00
Nikolaj Schlej
934ce1f3f8
Kaitai-based Intel ACM and BootGuard parsers
...
As the first step towards automated parsing, this change set replaces outdated BootGuard-related parsers with shiny new KaitaiStruct-based ones.
It also does the following:
- improves Intel FIT definitions by using the relevant specification
- adds sha1, sha384, sha512 and sm3 digest implementations
- updates LZMA SDK to v22.01
- moves GUIDs out of include files to prevent multiple instantiations
- enforces C++11
- adds Kaitai-based parsers for Intel FIT, BootGuard v1 and BootGuard v2 structures
- makes many small refactorings here, there and everywhere
2022-09-10 13:14:29 +02:00
Richard Hughes
d93f1ae749
Remove an extraneous meson parameter
2022-09-02 13:02:51 +02:00
Richard Hughes
eef00f73a4
Add Meson buildsystem
...
This allows UEFIExtract to build on a greater variety of targets and more
importantly allows us to build with the system-defined hardening protections
present in enterprise distributions.
2022-09-01 20:44:13 +02:00
joevt
f9c35f77a6
Improve firmware parser and tool robustness
...
closes #241
2021-10-07 18:51:39 +03:00
glgspg
10295bd0dd
Added security info to UEFIExtract
2020-11-09 14:33:43 +01:00
Nikolaj Schlej
24cf452024
UE/UF: remove cmake 3.15+ property, need a different solution
2020-11-08 11:05:42 -08:00
Nikolaj Schlej
55b7a759ff
UE/UF: user static CRT by default for Windows builds, take 2
2020-11-07 18:11:16 -08:00
Nikolaj Schlej
92d0a8f754
Revert "UE/UF: user static CRT by default for Windows builds"
...
This reverts commit d69aca6554
.
2020-11-07 18:05:12 -08:00
Nikolaj Schlej
d69aca6554
UE/UF: user static CRT by default for Windows builds
2020-11-07 17:57:13 -08:00
Nikolai SAOUKH
a2d7169a82
cmake files: add EOL to last line(s)
2020-07-20 13:15:08 +03:00
vit9696
0f2ede398d
Implement LZMAF86 support
...
references #197
2020-03-06 23:54:20 +03:00
Nikolaj Schlej
90ff19692d
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
vit9696
2cbd78fb9e
Fix directory creation error in UEFIExtract default mode
2019-03-08 03:07:58 +03:00
vit9696
d9325c22fe
Fix #152 , caused by multiple body match
2018-11-24 22:48:41 +03:00
vit9696
7ab6dd4285
Fix header&body extraction
2018-11-14 19:09:48 +03:00
vit9696
5b26775463
Rename readMisaligned to readUnaligned
2018-11-12 09:24:55 +03:00
vit9696
4dcd6b26a3
Implement gzip unpacking, fixes #149
2018-11-11 16:33:13 +03:00
vit9696
aa0ab13411
Fix duplicates in UEFIExtract
2018-11-11 14:15:11 +03:00
vit9696
14e72cb03a
More #147 fixes
2018-10-11 11:39:09 +03:00
vit9696
bc3193420c
Fix #144
2018-10-10 23:41:53 +03:00
vit9696
021da9df4c
Fix file extraction in UEFIExtract
2018-10-10 23:32:58 +03:00
vit9696
49e8e02b77
Remove debug code added by mistake
2018-10-10 17:23:45 +03:00
vit9696
7e1e1ab61e
Bugfixes for #147
2018-10-10 17:20:00 +03:00
vit9696
0a634ebcbd
Merge recent updates but without broken builder and with minor refactoring and bugfixes
2018-10-08 12:58:12 +03:00
vit9696
8f6c8ef5cc
Untie guid database from Qt
2018-08-02 05:37:09 +03:00
vit9696
6982aace9b
Remove UEFIDump
2018-08-02 04:12:03 +03:00
vit9696
4d50d581fa
Remove Qt deps from UEFIFind and fix issues
2018-08-02 03:41:11 +03:00
vit9696
7d16c1d48d
Buildfix
2018-07-13 00:31:46 +03:00
vit9696
c9db871c12
Rough attempt to deglue UEFIExtract from Qt
2018-07-13 00:17:08 +03:00
vit9696
aee2831b25
Fix info extension
2018-06-13 21:58:26 +03:00