Commit graph

471 commits

Author SHA1 Message Date
Nikolaj Schlej
115d338a70 Display non-ASCII-named FPT partition table entry names as hex (fixing #215) 2020-11-22 18:01:44 -08:00
vit9696
5967865028 Switch CI to GitHub Actions 2020-11-22 12:20:27 +03:00
Nikolaj Schlej
78714f6755
Merge pull request #226 from krsh/new_engine
Added security info to UEFIExtract
2020-11-10 02:08:11 -08: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
vit9696
7bce6fac92 Bump version 2020-11-07 20:11:05 +03:00
vit9696
812af96d82 Drop windows CI builds 2020-11-07 20:10:33 +03:00
vit9696
0edd935d28 Try C++11 since it requests C++11 symbols 2020-11-04 19:37:23 +03:00
vit9696
446dba9d64 Try forcing C++03 2020-11-04 18:52:19 +03:00
vit9696
0504af6fdc Fix MINGW32 definition 2020-11-04 17:52:09 +03:00
vit9696
bfbf18404d Run msys2 upgrade externally 2020-11-04 17:06:32 +03:00
Vitaly Cheptsov
750b589575
Try importing new keys via signature verification 2020-11-04 17:02:29 +03:00
Vitaly Cheptsov
9351f697ff
Import new msys2 keys from keyring 2020-11-04 16:56:10 +03:00
Vitaly Cheptsov
ae133acc59
Try to workaround win32 CI issues 2020-11-04 16:48:20 +03:00
vit9696
753b8ee893 Fix misparsing volumes in some Lenovo firmwares 2020-11-03 11:32:54 +03:00
vit9696
b96772190a Workaround crash with AMI addressDiff calculation
references #219
2020-09-25 18:16:10 +03:00
Nikolai SAOUKH
a2d7169a82 cmake files: add EOL to last line(s) 2020-07-20 13:15:08 +03:00
Nikolai SAOUKH
57e4d6dfa0 Update AMIC Technology spi flash info
Info taken from http://www.amictechnology.com/english/flash_spi_flash.html
2020-07-16 10:03:42 +03:00
vit9696
cd110eafa6 Provide workaround for #196 2020-04-22 19:25:36 +03:00
vit9696
fc2d8f07b1
Version bump 2020-03-24 07:53:38 +03:00
vit9696
30d05a9fed Revert "Update CI configuration to dpl v2"
This reverts commit 65670a704c.
2020-03-23 15:46:46 +03:00
vit9696
65670a704c Update CI configuration to dpl v2 2020-03-22 20:25:41 +03:00
p-state
8e189f88df
Print found item as "parent/child" path (#203) 2020-03-14 07:17:49 +03:00
p-state
0f31b1401e
Print parent's name in search results (#201) 2020-03-12 20:38:48 +03:00
p-state
07dbfa3f96
Allow to use enter/return key within list widgets to navigate (#200) 2020-03-12 20:38:22 +03:00
p-state
ac1f24ec77
Fix window is not in full screen mode after closing the app (#202) 2020-03-12 20:38:08 +03:00
assafcarlsbad
a3425115b8
Add some more GUIDs to the database. (#199) 2020-03-11 21:45:56 +03:00
vit9696
0f2ede398d Implement LZMAF86 support
references #197
2020-03-06 23:54:20 +03:00
vit9696
6fdc69415b Fix microcode detection
closes #194
2020-02-08 22:05:33 +03:00
vit9696
1dccf3f15a Fix CPD signature verification 2020-01-25 10:54:06 +03:00
vit9696
4d948475d8 Fix using temporary after scope in FfsParser::parseVendorHashFile 2020-01-25 01:15:18 +03:00
vit9696
bf3adbe4c6 Fix infinite loop due to 0-sized volume files
closes #191
2020-01-24 22:36:39 +03:00
serg-pushkarev
516949a6e6 Fix FIT entry engine checksum (#189) 2020-01-20 03:18:15 +03:00
vit9696
2ef8d770e4 Fix memory leak introduced in the previous commit 2019-11-27 20:02:20 +03:00
vit9696
1b2ea8c276 Import legacy bugfixes found over time
- Fix mishandling empty microcode entries
- Fix mishandling TE image base
- Fix Intel legacy LZMA support
2019-11-27 19:46:16 +03:00
vit9696
f2e343d8bf Update field names in microcode struct as in EDK II 2019-09-06 23:16:26 +03:00
vit9696
967375243c Fix LoaderVersion and UpdateVersion handling in MCU 2019-09-05 23:38:53 +03:00
Nikolaj Schlej
8bddbe7d1f Fix TotalSize check 2019-09-05 12:58:51 -07:00
Nikolaj Schlej
3507698136 Remove broken revision check 2019-09-05 12:42:26 -07:00
Nikolaj Schlej
64e1aa18b8 Further improve micorcode header detection 2019-09-05 12:25:47 -07:00
Nikolaj Schlej
95c838181f Improve microcode header detection, parse DevExp1 region as ME region 2019-09-04 17:07:18 -07: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
d95e533441 Fix Dock drag and drop 2019-08-18 05:02:30 +03:00
vit9696
fa954394cc Remove mac image parsing as it breaks GUI navigation
Use MacEfiUnpack utility to expand the images prior to using UEFITool:
https://github.com/acidanthera/OcSupportPkg/tree/master/Utilities/MacEfiUnpack
2019-08-18 03:41:06 +03:00
vit9696
1e1d5c6e17 Add hack for broken NVRAM store sizes in Apple images 2019-08-17 14:58:08 +03:00
vit9696
47637ef152 Add dual mac image parsing support 2019-08-17 14:03:23 +03:00
vit9696
a01d2c6003 Implement Mac Image parsing support 2019-08-17 13:31:53 +03:00