Commit Graph

599 Commits

Author SHA1 Message Date
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
d7c834042f
Update main.yml 2023-04-23 15:27:43 -07:00
Nikolaj Schlej
1958ed7fa9 Use static Qt 6.5.0 for universal macOS builds 2023-04-23 14:59:43 -07:00
Nikolaj Schlej
40fed25637
Update main.yml
Switch to static universal Qt 6.5.0 for macOS
2023-04-23 14:17:00 -07:00
Nikolaj Schlej
dce666c262
Update main.yml
Switch back to ubuntu-latest runner for static analyzers
2023-04-23 10:26:47 -07:00
Nikolaj Schlej
29b339436c
Update main.yml
Try using 16-core runners for static analysis
2023-04-23 10:23:50 -07:00
Nikolaj Schlej
d8bdac174d Fix static analysis issues found by PVS-Studio and Coverity 2023-04-23 10:07:45 -07:00
Nikolaj Schlej
fb5a81ebda
Update main.yml
Try reverting to ubuntu-20.04 for static analysis runners that randomly fail on ubuntu-latest
2023-04-23 02:37:12 -07:00
Nikolaj Schlej
4e17fb4f58
Update main.yml
Update Qt to 6.5.0 in CI/CD
2023-04-23 02:13:18 -07:00
Nikolaj Schlej
cba31d826a Replace QHexEdit2 with QHexView5
New widget adds better look-and-feel and comes with free proper dark mode support.
2023-04-23 00:55:05 -07:00
Nikolaj Schlej
cbf26d125d Add support for dynamic color scheme update 2023-04-22 23:48:25 -07:00
Nikolaj Schlej
84ea44829a
Change Win64 builds to Qt 6.5.0 2023-04-22 22:22:16 -07:00
Nikolaj Schlej
ce92b98527 Restore sorted state of guids.csv 2023-04-20 20:26:21 -07:00
Tody
88fa2d2a47 Update guids.csv
update TpmNvmeSupport GUID
2023-04-19 09:34:18 -07:00
Nikolaj Schlej
f1b0cae1a5
Update README.md 2023-03-26 18:56:20 -07:00
Nikolaj Schlej
12b52902e4
Update README.md 2023-03-26 18:53:52 -07:00
yeggor
d9e1fe5859 Check that volumeHeader->ExtHeaderOffset is aligned to 4 bytes 2023-03-16 16:47:51 -07:00
yeggor
2b876e2cc3 Add check for volumeHeader->ExtHeaderOffset in FfsParser::parseVolumeHeader to prevent OOB access 2023-03-16 16:47:51 -07:00
yeggor
7a25a52427 Fix OOB access with volume.mid(headerSize) 2023-03-16 16:47:51 -07:00
yeggor
37372cdab4 Release memory in fuzzer 2023-03-16 16:47:51 -07:00
yeggor
ea38ab3696 Fix nullptr deref, OOB access to volumeHeader and tempHeader by checking volumeHeader->HeaderLength 2023-03-16 16:47:51 -07:00
yeggor
9c6786a27b Fix 2 OOB access crashes in FfsParser::findNextRawAreaItem 2023-03-16 16:47:51 -07:00
yeggor
6875968d97 Check partitions size before erasing to avoid memory corruption 2023-03-16 16:47:51 -07:00
Nikolaj Schlej
aa3e790fb1 Revert "Fix FfsParser issues found by fuzzing"
This reverts commit b8567d32cc.
2023-03-12 08:49:19 -07:00
May
6aeb713488 Update README.md
Fix MDL URLs
2023-03-07 18:43:57 -08: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
75bf036137 Switch to C++11 for Kaitai-generated parsers 2023-02-26 13:23:25 -08:00
Nikolaj Schlej
255742f371 Post-release version bump 2023-02-25 08:59:59 -08:00
Nikolaj Schlej
62d96a16df Fix extract body action 2023-02-21 16:55:53 -08:00
Nikolaj Schlej
6c695c12a7 Fix meson builds 2023-02-19 12:38:35 -08:00
Nikolaj Schlej
7eb565d788 Switch AMI NVAR parser to Kaitai 2023-02-19 12:24:20 -08:00
Nikolaj Schlej
2d1ebcc11b Fallback to RawArea parsing in case IntelDescriptor or Capsule parsing was unsuccesful 2023-02-18 08:28:15 -08:00
Nikolaj Schlej
6f9dc0ab88 Fix Unicode search 2023-02-16 22:11:39 -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
633561adbf
Fix macOS app packaging issue 2023-02-14 08:15:25 -08:00
Nikolaj Schlej
3cf8d86c34 Add AFL-compatible fuzzing mode, disable use of Qt6 by default 2023-02-13 19:55:31 -08:00
Nikolaj Schlej
38854e945a Fuzzing: build with Qt6 support by default, enable all parsers 2023-02-13 18:13:23 -08:00
Nikolaj Schlej
209fbb6282 Add minimal libFuzzer-compatible harness for FfsParser 2023-02-13 16:56:53 -08:00
Nikolaj Schlej
69edce7d77 Post-release version bump 2023-02-12 18:54:21 -08:00
Nikolaj Schlej
24d61c4375 Enable UI dark mode detection for Linux and FreeBSD, switch to Qt6 for them too 2023-02-12 18:20:11 -08:00
Nikolaj Schlej
1c73007e4a Remove unixbuild.sh
As we are moving away from Qt 5 and into gathering all custom build settings in one place (CI/CD configuration file), we do not need this file anymore.
2023-02-12 13:57:56 -08:00
Nikolaj Schlej
a5a0f55149 Add icons and desktop files to UEFITool install target for Linux and FreeBSD 2023-02-12 13:23:28 -08:00
Nikolaj Schlej
4053a8fe72 Add install targets to CMake files 2023-02-12 13:08:35 -08:00
Nikolaj Schlej
11e00f7113 Switch macOS builds to Qt 6.4.2 to support UI dark mode
Try #2

Try #3

Try #4

Try #5

Try #6

Try #7
2023-02-12 11:35:28 -08:00
Nikolaj Schlej
6232836fb6 Detect macOS dark aqua mode 2023-02-11 21:29:35 -08:00
Nikolaj Schlej
745f4b69f2 Fix an issue spotted by SonarCloud 2023-02-11 21:12:01 -08:00
Nikolaj Schlej
944133caa7 Automatically select dark colors for BootGuard markings in dark mode 2023-02-11 21:05:18 -08:00
Nikolaj Schlej
ef7ceefa41 Temporary change UI style for Qt6-based Windows build of UEFITool to support dark mode 2023-02-11 20:19:32 -08:00