Commit Graph

63 Commits

Author SHA1 Message Date
RichardG867
b3337e3674 Add MBR and El Torito hard disk image extraction 2022-01-12 17:40:23 -03:00
RichardG867
586a1a35b8 Add Phoenix SecureCore Tiano UEFI detection 2022-01-12 16:12:15 -03:00
RichardG867
e2d4b72609 Improve Dell Phoenix sign-on semantics 2022-01-12 15:45:42 -03:00
RichardG867
8bab061d8e Fix date comparison functions 2022-01-12 15:45:31 -03:00
RichardG867
ebe7a1ad7e Fix Dell 80386 ROM BIOS PLUS revision detection 2022-01-12 15:39:00 -03:00
RichardG867
41bb85a21b Actually fix AMI 8088-BIOS 2022-01-11 19:15:19 -03:00
RichardG867
5920c7395a Fix identification of AMI 8088-BIOS 2022-01-11 18:55:49 -03:00
RichardG867
83af094f8d Fix docker build command 2022-01-07 20:34:51 -03:00
RichardG867
a662595bf2 Add Docker container 2022-01-07 20:31:04 -03:00
RichardG867
5e539c5fe0 Fix duplicated Intel AMI version detection 2022-01-07 18:11:05 -03:00
RichardG867
f3b538a6db Remove a redundant function override 2022-01-07 18:09:49 -03:00
RichardG867
3333c4f648 Fix ALR "Plug and Play" Phoenix detection 2022-01-07 18:09:38 -03:00
RichardG867
30501c047c Improve readme 2022-01-03 23:32:49 -03:00
RichardG867
f73e619c42 Switch small image detection to square pixels only on PIL formats 2022-01-03 20:38:11 -03:00
RichardG867
f2c71d2a1f Tweak small image detection 2022-01-03 20:30:46 -03:00
RichardG867
074e6e9a15 Add alternate C&T SCAT detection for AMI pre-Color 2022-01-03 17:59:02 -03:00
RichardG867
57f0e8b47e Fix AMI 121593 WinBIOS setup detection 2022-01-03 16:28:12 -03:00
RichardG867
149f742291 Fix false negative detection of some Phoenix 4.04 2022-01-03 16:22:41 -03:00
RichardG867
5c5cda273b Increase minimum image size for conversion 2022-01-03 16:13:49 -03:00
RichardG867
1944fb156d Ignore logo images that are too small 2022-01-01 18:27:36 -03:00
RichardG867
3886a8e521 Add support for more image file formats and UEFI logo extraction 2022-01-01 18:25:48 -03:00
RichardG867
8a8719ae85 Add UEFIExtract to gitignore 2022-01-01 17:54:46 -03:00
RichardG867
faf5d8f29f Added older Phoenix NoteBIOS 4.0 detection 2022-01-01 17:20:50 -03:00
RichardG867
c8584569ab Add special case for "PhoenixBIOS 4.0x" without "Version" - thanks Zenith! 2022-01-01 16:54:02 -03:00
RichardG867
bef6b8472e Fix extraneous characters after Dell Phoenix version 2022-01-01 16:51:34 -03:00
RichardG867
c9d2389c77 Overhaul date comparison functions 2021-12-31 19:37:31 -03:00
RichardG867
dd3863a1f6 Remove more debug code 2021-12-31 19:36:40 -03:00
RichardG867
3486159ade Remove temporary debug code 2021-12-31 19:35:42 -03:00
RichardG867
19a83da387 Fix OPTi Extended Setup detection on AMI pre-color 2021-12-30 15:26:14 -03:00
RichardG867
8c552cf998 Add ICL/Fujitsu analyzer 2021-12-29 15:50:45 -03:00
RichardG867
1d3e41692c Add Mylex BIOS analyzer 2021-12-29 14:47:40 -03:00
RichardG867
86d4cfe814 Fix analysis of early Award 2021-12-29 14:38:51 -03:00
RichardG867
cf6970fa33 Remove some unused code 2021-12-21 17:18:19 -03:00
RichardG867
628be4f9c6 Fix Phoenix sign-on extraction with multiple string tables 2021-12-21 17:16:57 -03:00
RichardG867
c353e0b0b1 Add workaround for AOpen Award identification data spanning two uncompressed body files 2021-12-20 15:18:14 -03:00
RichardG867
e55d6fb1c4 Add newer Toshiba string format 2021-12-20 14:58:58 -03:00
RichardG867
d9cc2bb543 Add Access Methods AMI string support 2021-12-19 12:19:39 -03:00
RichardG867
70addacd85 Fix Award missing string on 4.28/4.32 2021-12-19 12:03:56 -03:00
RichardG867
1f4df9b859 Fix Phoenix modified version numbers for real 2021-12-19 11:53:54 -03:00
RichardG867
c2397a3504 Fix unmodified 4.0 Release version numbers being interpreted as sign-ons in Phoenix 2021-12-19 11:51:55 -03:00
RichardG867
e4ab6d7e66 Add Access Methods string to interleave checker 2021-12-18 21:10:23 -03:00
RichardG867
5c86a60c68 Fix Access Methods AMI analysis 2021-12-18 21:10:10 -03:00
RichardG867
f3e057c7d2 Add one more string to Amstrad analyzer check 2021-12-18 20:45:44 -03:00
RichardG867
465652b74e Extract tag on AMIBIOS analyzer, add Acer Multitech analyzer, fix early Phoenix analysis bug 2021-12-18 20:45:31 -03:00
RichardG867
f3f9424ceb Remove redundant strip() calls in several analyzers 2021-12-17 19:13:45 -03:00
RichardG867
3b798a6464 Improve extraction of post-version information on Phoenix 4.0x and 4.0 BIOSes 2021-12-17 19:12:19 -03:00
RichardG867
4df4822c13 Fix serial console dumps being captured by the General Software analyzer 2021-12-17 18:45:57 -03:00
RichardG867
da35695d6c Improve General Software version extraction 2021-12-17 13:16:53 -03:00
RichardG867
29b4f5e0f9 Temporary fix for CSV delimiting in my end 2021-12-17 13:16:41 -03:00
RichardG867
0a4747bdfb Additional PCIe shortening on pciutil 2021-12-17 13:16:24 -03:00