Commit graph

205 commits

Author SHA1 Message Date
Nikolaj Schlej
cb9ecc4b43 NE_alpha6
- solved a bug in offset calculation for Intel images inside a capsule
- fitParser code cleanup
- hopefully the last commit to this tree, time to start another branch
and rewrite the whole thing once again
2015-07-08 23:05:48 +02:00
Nikolaj Schlej
407e558b60 NE_aplha5
Added FIT detection, parsing and UI, finally
2015-07-07 15:57:41 +02:00
Nikolaj Schlej
f3d731c599 Frame for FIT support 2015-07-05 06:20:03 +02:00
Nikolaj Schlej
87bd80b72c NE_alpha4
- second pass of parsing to add physical memory addresses to all
uncompressed items in the tree
- TE image revisions can be detected now
- more builder routines, but still not ready for enabling
- PE and TE header info is back
2015-06-19 20:26:45 +02:00
Nikolaj Schlej
129819314d Update README.md
corrected some typos
2015-06-12 08:48:50 +02:00
Nikolaj Schlej
6a63d1f431 UE 0.10.1
- Extract only by listed file GUIDs is now possible for UE
- Postcodes must be hexadecimal
2015-05-17 11:45:32 +02:00
Nikolaj Schlej
8f7cc0d20e NE_alpha3
- some work done on ffsBuilder, still much to do
- added more PE types
- better names for utility.h functions
2015-05-14 19:15:19 +02:00
Nikolaj Schlej
b429c74bcf GCC compatibility update
- changed paths and init sequences
2015-04-04 15:22:52 +02:00
Nikolaj Schlej
d62e9f6560 Create new README 2015-04-03 10:34:03 +02:00
Nikolaj Schlej
d94eb48978 Fixed gitignore
The whole UEFITool was removed because of false .gitignore settings
2015-04-02 10:07:32 +02:00
Nikolaj Schlej
2e788a8a1a Big structure update
- files split into common and app-specific ones
- messages from parser and finder separated
- ffsEngine split into multiple classes to reduce complexity
- still no image rebuild
2015-04-02 10:04:37 +02:00
Nikolaj Schlej
1f0a80d035 First commit of the new_engine branch
- new ffsParser is done, supports FFSv3, non-UEFI data everywhere, fixed
files, offsets for uncompressed data and many other things
- command-line utilities are removed until the end of new engine's
development
2015-03-13 07:48:53 +01:00
Nikolaj Schlej
29a41e880c Calculate checksum for unknown volumes 2015-02-18 15:49:17 +01:00
Nikolaj Schlej
0b3c2aee9c DEPEX again
- solved a bug with DEPEX parse introduced in previous commit
2015-02-18 15:35:44 +01:00
Nikolaj Schlej
4c290c5204 Engine 0.20.4
- solved a crash during handling of a malformed DEPEX section
2015-02-17 23:46:15 +01:00
Nikolaj Schlej
0fb1a57a97 UEFITool 0.20.3
- replace as is on regions works again
2015-02-17 18:56:11 +01:00
Nikolaj Schlej
20d12b8f7c Merge pull request #19 from jobermayr/master
Build fix for openSUSE and warning removal
2015-02-13 22:51:30 +01:00
Johannes Obermayr
b2c7e81db2 ATM volumeFfsVersion isn't used. 2015-02-13 21:19:02 +01:00
Johannes Obermayr
0ef59f62cc Fix error: extra qualification 'UEFIFind::' on member 'guidToQString'. 2015-02-13 21:09:11 +01:00
Nikolaj Schlej
ba413c3a0f non-UEFI data in free space pointed correctly 2015-02-12 21:15:11 +01:00
Nikolaj Schlej
df03531ca7 Engine update 0.20.2
- Intel signed section identified as EFI_FIRMWARE_CONTENTS_SIGNED GUIDed
section
- solved a bug with no element for "Non-UEFI data inside pad-file"
message
- HP postcode section renamed to Insyde postcode (found in non-HP
images)
- various small fixes
- this is the latest release without FFSv3 support, which requires
massive refactoring round and can possibly last long
2015-02-12 20:51:23 +01:00
Nikolaj Schlej
39ab1e5f06 Update derivatives' pro files 2015-02-06 18:17:50 +01:00
Nikolaj Schlej
506af84400 GCC compilation issues correction
MS-specific syntax strikes again
2015-02-06 17:46:26 +01:00
Nikolaj Schlej
63465b2dcf Make sure derivatives works
- revert some changes done in 0.20.0 update
- bump version numbers
2015-02-06 10:00:32 +01:00
Nikolaj Schlej
b84f27739d Merge remote-tracking branch 'origin/master'
Conflicts:
	.gitignore
2015-02-06 09:49:00 +01:00
Nikolaj Schlej
2ec7ce1c30 Engine 0.20.1
-reverted some changes done in 0.20.0 update
-added proper handling of non-standard data in volume's free space
- new type "Free space" added
- added machine type information
- solved a typo in DOS/PE signature check
2015-02-06 09:47:19 +01:00
Nikolaj Schlej
bf2c9f59e9 Merge pull request #16 from jethrogb/topic/info
Consistently format GUIDs in info
2015-02-05 07:52:01 +01:00
Jethro Beekman
9a1030613d Consistently format GUIDs in info 2015-02-04 19:33:36 -08:00
Nikolaj Schlej
5043c7ce8b Merge pull request #15 from jethrogb/topic/info
Missing colon in info output
2015-02-04 23:51:03 +01:00
Nikolaj Schlej
aad4a6223c Merge pull request #14 from jethrogb/linux_gitignore
Updated gitignore to ignore Linux build intermediates
2015-02-04 23:50:20 +01:00
Jethro Beekman
f1effc0753 Missing colon in info output 2015-02-04 14:41:35 -08:00
Jethro Beekman
2fcc769388 Updated gitignore to ignore Linux build intermediates 2015-02-04 14:33:01 -08:00
Nikolaj Schlej
64a7c2ce2c GCC and clang adaptations
- it seems that C99-style arrays init is MSVC-specific feature
- some more const qualifiers
2015-01-31 15:46:17 +01:00
Nikolaj Schlej
44a3fb63f0 Some forgotten changes
- must make sure subprojects are also compiling before commiting another
big update
2015-01-31 15:07:28 +01:00
Nikolaj Schlej
831603dbc9 Big update 0.20.0
- major refactoring round done
- added replace actions for volumes
- added better Intel signature handling
- added support for unsigned Aptio capsules
- more GUIDs added to known-GUIDs database
- more information about PE and TE sections
- shown information about item full size
- hexadecimal numbers format changed from 0xAB to ABh
- AppleCRC renamed to ZVCRC because it seems not Apple-specific feature
after all
2015-01-31 15:00:00 +01:00
Nikolaj Schlej
fb7e1c4c89 UT 0.19.6, UE 0.3.5, UP 0.2.5
- added support for firmware volumes with CRC32 stored in ZeroVector
(Apple UEFI feature)
- ZeroVector included to FV information
- added new volume types AppleCRC, AppleCRC Boot and AppleCRC Unknown
- added support for HP POSTCode sections
- size information split into header size and body size
- decimal sizes are added, shown in braces after hexadecimal sizes
- corrected small bug with Extract Body action being enabled for items
with empty body
2015-01-25 23:55:23 +01:00
Nikolaj Schlej
476929bc4f Update README.rst 2015-01-11 15:03:36 +01:00
Nikolaj Schlej
b3e90b8671 Create README.rst
- finally added a readme, will definitely improve it later
2015-01-11 12:50:59 +01:00
Nikolaj Schlej
a7a038c54d UEFIFind 0.1.1
-solved a typo in GUID output
2014-12-19 18:48:54 +01:00
Nikolaj Schlej
4988ea8a9f UEFIFind 0.1.0
- added UEFIFind utility to find a count or a list of FFS files with a
specified pattern. The utility is developed for UBU Project.
2014-12-19 09:20:36 +01:00
Nikolaj Schlej
a927c51df1 Version 0.19.5
- solved a small bug in inserting compressed section
- unknown 0xF0 section identified as SCT postcode data
2014-12-10 19:18:05 +01:00
Nikolaj Schlej
de0bff71a2 UEFIExtract 0.3.3 / UEFIPatch 0.2.4
- changed version numbers due to recompilation with the corrected
decompression routine
2014-11-21 19:19:43 +01:00
Nikolaj Schlej
964bc13723 UEFITool 0.19.4
- solved a possible crash of EFI11/Tiano decompression routine
2014-11-21 18:37:53 +01:00
Nikolaj Schlej
93973d0042 UEFITool 0.19.3
- new program icon made by Alexander Zhidkov
- spaces instead of tabs in source files
2014-11-18 16:01:20 +01:00
Nikolaj Schlej
39e53719d4 Monospace font setting moved to uefitool.cpp 2014-11-15 21:40:28 +01:00
Nikolaj Schlej
d0280acfdc Add EFiTianoCompressLegacy to UEFIPatch and UEFIExtract PRO files 2014-11-10 18:54:28 +01:00
Nikolaj Schlej
7f3e22302c Fix CLANG compilation warnings 2014-11-10 18:49:12 +01:00
Nikolaj Schlej
fa9acb775e UEFIPatch 0.2.3
- version number changed (new ffsEngine version)
2014-11-10 18:05:23 +01:00
Nikolaj Schlej
d89aac244c UEFITool 0.19.2
- correct a bug with legacy EFI1.1/Tiano compression routines, which lead to possible image corruption
2014-11-10 17:48:59 +01:00
Nikolaj Schlej
b9f4142aac Fixed incorrect extended header size information 2014-11-10 09:38:17 +01:00