Firmware File System
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Filesystem }} The UEFI '''Firmware File System''' is used to describe the layout of data inside a UEFI firmware image. The magic n...") |
(Category:Firmware) |
||
Line 10: | Line 10: | ||
* [https://github.com/LongSoft/UEFITool UEFITool] can read and modify FFS images embedded in UEFI firmware. | * [https://github.com/LongSoft/UEFITool UEFITool] can read and modify FFS images embedded in UEFI firmware. | ||
* [http://www.intel.com/content/dam/doc/reference-guide/efi-firmware-file-volume-specification.pdf FFSv0.9 specification] | * [http://www.intel.com/content/dam/doc/reference-guide/efi-firmware-file-volume-specification.pdf FFSv0.9 specification] | ||
+ | |||
+ | [[Category:Firmware]] |
Latest revision as of 14:39, 30 April 2016
The UEFI Firmware File System is used to describe the layout of data inside a UEFI firmware image.
The magic number (actually a GUID) "d9 54 93 7a 68 04 4a 44 81 ce 0b f6 17 d8 90 df
" is located 16 bytes into the file system image; the first 16 bytes are reserved for startup code.
[edit] Links
- UEFITool can read and modify FFS images embedded in UEFI firmware.
- FFSv0.9 specification