Commit graph

67 commits

Author SHA1 Message Date
Nikolaj Schlej
1513dfcf4e UEFIPatch 0.2.2
-corrected typo in program name
-compiled with new ffsEngine
-hex values are printed uppercase
2014-11-08 23:30:32 +01:00
Nikolaj Schlej
a400c2ef8f Version 0.19.1
- hex numbers are printed uppercase
- empty paddings are shown as Empty(0x00) or Empty(0xFF)
- volume size is determined by FvLength header field only
- spaces are now allowed for hex pattern search
- another messages clean-up
2014-11-08 22:24:53 +01:00
Nikolaj Schlej
262e81720c Version 0.19.0
- added support for Intel signed sections
- massages are cleaned up once again
2014-11-08 12:40:06 +01:00
Nikolaj Schlej
970ae65b24 Version 0.18.10
- fixed GCC compilation warnings
2014-11-07 18:16:33 +01:00
Nikolaj Schlej
28b985b1f1 Version 0.18.9
- padding types changed to Empty and NonEmpty
- added apriori files detection and parsing
- added depex sections parsing
2014-11-02 11:27:54 +01:00
Nikolaj Schlej
db2ef69901 Update ffsengine.cpp 2014-10-30 05:34:19 +01:00
Nikolaj Schlej
cb6647f493 Unitialized variable spotted by Coveruty Scan 2014-10-30 05:32:30 +01:00
Nikolaj Schlej
aa8f912c4f Version 0.18.8
- messages windows scrolls to bottom after showMessages() call
- hexadecimal numbers have 0x prefix
- error messages are more human-friendly
- added various checks for data inside paddings and volume free space
- flash chip IDs from VSCC table of descriptor region showed in information window
2014-10-30 04:56:37 +01:00
Nikolaj Schlej
af63fe9852 UEFIExtract 0.3.1
- added return value as bit mask
2014-08-16 15:54:42 +02:00
Nikolaj Schlej
701717c554 UEFIExtract 0.3.0
- added filtering by FFS file GUID, only specified files can now be
unpacked
2014-08-15 13:24:03 +02:00
Nikolaj Schlej
41448ea49f UEFITool 0.18.6
- solved a bug with unneeded original PEI core entry point recalculation
- name of opened file is now shown in window title
- added compression type and decompressed size info for compressed GUID-defined sections
2014-08-14 14:02:35 +02:00
Nikolaj Schlej
41243f6d25 UEFITool 0.18.5
- solved compilation problems with strict C99 mode for C files
- solved a bug in insert/replace applied to raw files introduced in 0.18.0
- added "Copy All" action for messages
2014-07-27 09:54:38 +02:00
Nikolaj Schlej
534f01fcd5 UEFITool 0.18.4 / UEFIExtract 0.2.2
- added new FFS GUID found new in Apple EFI images
- added PDR region parsing as BIOS space (Apple feature again)
- changed default directory for saving to the directory containing opened file
- focus and cursor position are now set properly for GUID tab in search dialog
- search dialog resized to fit the whole GUID
- codebase cleaned form unnecessary spaces
2014-07-24 16:59:51 -07:00
Nikolaj Schlej
6e1f226aa0 UEFITool 0.18.3
- added pattern-based search for hex patterns, '.' (dot) means "any hex
digit"
- added pattern-based search for GUIDs
- added copy action for messages
- focus is now setting properly for all search window tabs
2014-07-14 00:38:34 +02:00
Nikolaj Schlej
fd578a8c70 UEFITool 0.18.2.1
- corrected a typo spotted by Coverity Scan
2014-07-12 12:44:26 +02:00
Nikolaj Schlej
29bce03a3f UEFITool 0.18.2
- messages pointing to tree items are now more consistent
- error messages are used instead of codes ("Error code: 14" messagebox
is no more)
2014-07-12 12:27:42 +02:00
Nikolaj Schlej
f529fdd20d UEFITool 0.18.1
- descriptor parsing enabled for Gigabyte boards
- search dialog UI reworked (GUID search to be added in next release)
- added MAN$ signature check for old ME firmware versions
2014-07-09 09:20:13 +02:00
Nikolaj Schlej
c23aef47be UEFIPatch 0.2.0 / UEFITool 0.18.0
- updated EFI11/Tiano compression and decompression code to UDK2014
versions
- UEFIPatch rewritten to support offset-based patches and patterns with
placeholder symbols
2014-07-05 14:56:56 +02:00
Nikolaj Schlej
1c34c1bf84 UEFIPatch 0.1.0
- new command-line utility to patch files inside UEFI image
- corrected bug with wrong header size calculation for
GUID_DEFINED_SECTION with PROCESSING_REQUIRED attribute set
- patch routine implemented in ffsEngine, will be added to UEFITool soon
2014-06-19 05:45:20 +02:00
Nikolaj Schlej
59ff67acd7 UEFIExtract 0.2.1
- removed unneeded header file from uefiextract.pro
2014-05-03 16:53:27 +02:00
Nikolaj Schlej
9bdd91bf19 UEFIExtract 0.2
- folder names made more human-readable
- no more double names in info.txt
2014-05-03 14:05:05 +02:00
Nikolaj Schlej
e1c641ca08 Version 0.17.10.4
- commited all file of UEFIExtract project
2014-05-03 13:21:03 +02:00
Nikolaj Schlej
7f81296e48 Version 0.17.10.3
- UEFIExtract works now
2014-05-03 12:54:50 +02:00
Nikolaj Schlej
433a8ee171 Version 0.17.10.2
-removed useless and unreliable fileErasePolarity check
-solved a bug in chechecking values with | instead of &
2014-05-02 19:28:48 +02:00
Nikolaj Schlej
b81f5712b5 Version 0.17.10.1
-added GUID info for GUID-defined section
2014-05-02 07:44:21 +02:00
Nikolaj Schlej
b0d20fad72 Version 0.17.10
- added more infomation about volumes, files and sections to info window
- removed useless alignment checks for rev1 volumes
2014-05-01 16:19:54 +02:00
Nikolaj Schlej
cc1e3fe5f0 Version 0.17.9
- proper handling of CRC32 GUID defined section
- better handling of compressed GUID defined sections
2014-04-22 03:12:11 +02:00
Nikolaj Schlej
8aba0766e5 First approach to implement console UI
UEFIExtract utility will be done soon, the only thing to be done is
actual extractAll code. :)
2014-04-21 18:05:29 +02:00
Nikolaj Schlej
72829ee0a3 Version 0.17.8.2
-updated project file
2014-04-18 15:25:11 +02:00
Nikolaj Schlej
1df4e4f9d8 Version 0.17.8
-fixed bugs found by first scan with Coverity Scan
2014-04-18 14:18:11 +02:00
Nikolaj Schlej
706b0088e3 Version 0.17.7
- corrected possible bug with extended volume header handling in growVolume routine
2014-04-14 14:10:08 +02:00
Nikolaj Schlej
7b2976d92c Version 0.17.6
- corrected extended firmware volume header handling
- corrected a rare crash on trying to decompress EFI11-compressed sections with TianoDecompress routine
2014-04-09 18:29:12 +02:00
Nikolaj Schlej
b3c9466f58 Version 0.17.5
-code refactored to compile on Qt 4.8.5 without name conflicts
2014-02-27 10:14:41 +01:00
Nikolaj Schlej
e5d94b6479 Version 0.17.4
- solved a bug in wrong volume size calculation in rare cases
- added diagnostic message if FvLength and size calculated using BlockMap are different
- solved a bug that lead to unneeded PEI files relocation
- rebuild action on volume will now relocate PEI files in it
2014-02-26 09:33:38 +01:00
Nikolaj Schlej
9fb1c7eb09 Version 0.17.3
- descriptor access map was shown incorretly
2014-02-12 09:36:40 +01:00
Nikolaj Schlej
f2ad796dc0 Version 0.17.2
- Pad file GUID are now preserved
2014-02-08 11:44:33 +01:00
Nikolaj Schlej
dfb307b4aa Version 0.17.1 2014-02-02 13:26:33 +01:00
Nikolaj Schlej
66dc4bb6e3 Version 0.17.0
- solved a big in extracting tailed file
- added "Unknown" volume type
- files can't be inserted to unknown volumes
- sections can be inserted into encapsulation sections
- regions (except Descriptor) can be replaced
- Rebuild action removed from all types of items but Volume, File and
Section, it did nothing for them
- Descriptor region info now shows region access map and BIOS access
table
2014-01-28 17:42:18 +01:00
Nikolaj Schlej
a4a40ec329 Version 0.16.6
- fixed another bug in reconstructing tailed files
- fixed creation of empty output files
- statusBar messages replaced by messageBoxes
2014-01-28 14:48:04 +01:00
Nikolaj Schlej
6c96a243d3 Version 0.16.5.1
Small changes after using cppcheck
2014-01-24 13:29:21 +01:00
Nikolaj Schlej
f65bebb398 Version 0.16.5
- solved a bug in reconstructFile while reconstructing raw files with
volumes inside
- solved a bug in reconstructRegion, UEFI 2.0 capsule header was lost
during reconstruction
2014-01-15 23:27:29 +01:00
Nikolaj Schlej
e660b7ecea Version 0.16.4
- code cleanup
2014-01-14 21:09:18 +01:00
Nikolaj Schlej
070943c959 Version 0.16.3
- all affected PEI-files will be rebased after any changes in volume
- corrected calculation of volume base address
- code slightly refactored
2014-01-12 09:37:10 +01:00
Nikolaj Schlej
4edeb4fbef Version 0.16.2
- solved minor bug in section reconstruction
- removed some useless and dead code
2014-01-12 02:36:08 +01:00
Nikolaj Schlej
5789e2f9e6 Version 0.16.1
- fixed a serious bug in section rebuild process
- opening search windows sets text focus into search edit box
2014-01-12 00:02:54 +01:00
Nikolaj Schlej
a764f15679 Version 0.16.0
- image reconstruction code refactored
- implemented patching of VTF in case of PEI core entry point change
2014-01-11 10:20:58 +01:00
Nikolaj Schlej
9665d0bcff Version 0.15.0.1
- Some type conversions to remove warnings on 64 bit compilation
2014-01-09 15:06:12 +00:00
Nikolaj Schlej
ead41ba5bb Version 0.15.0
- implemented PE and TE executables relocation for correct Boot Firmware
Volume modification
2014-01-09 11:45:49 +01:00
Nikolaj Schlej
17ee8a445a Version 0.14.1
-solved a serious bug with AMI-specific file displacement after volume
modification
2014-01-03 16:31:14 +01:00
Nikolaj Schlej
41fb0cbbf5 Version 0.14.0
Refactoring of engine and UI code to use model instead of items
directly.
WARNING: this code is untested yet and commited not for release purposes
2013-12-29 16:13:46 +01:00