Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
binwalk
Commits
02107faf
Commit
02107faf
authored
Jan 27, 2016
by
Diego Elio Pettenò
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move EFI entries to their own file as they can become crowded.
parent
fb89b496
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
51 deletions
+49
-51
efi
src/binwalk/magic/efi
+49
-0
firmware
src/binwalk/magic/firmware
+0
-51
No files found.
src/binwalk/magic/efi
0 → 100644
View file @
02107faf
# http://blogs.phoenix.com/phoenix_technologies_bios/\
# 2007/02/uefi_pi_10_firm.html
# (The GUID possibly refer to the official UEFI PI filesystem.)
# GUID: 7A9354D9-0468-444A-81CE0BF617D890D
16 lelong 0x7a9354d9 UEFI PI Firmware Volume
>20 leshort 0x0468
>22 leshort 0x444a
>24 string \x81\xce\x0b\xf6\x17\xd8\x90\xdf
>32 ulequad x \b, volume size: %d
>40 string _FVH
>44 ulequad >0
>52 uleshort x \b, header size: %d
# http://www.intel.com/content/www/us/en/architecture-and-technology/\
# unified-extensible-firmware-interface/efi-capsule-specification.html
# GUID: 3B6686BD-0D76-4030-B70E-B5519E2FC5A0
0 lelong 0x3b6686bd EFI Capsule v0.9
>4 leshort 0xd76
>6 leshort 0x4030
>8 string \xb7\x0e\xb5\x51\x9e\x2f\xc5\xa0
>16 lelong x \b, header size: %d
>20 lelong x \b, flags: 0x%.8X
>24 lelong x \b, capsule size: %d
# EFI2 format, based on https://gist.github.com/XVilka/8163272
# GUID: 4A3CA68B-7723-48FB-803D-578CC1FEC44D
0 lelong 0x4a3ca68b EFI Capsule v2
>4 leshort 0x7723
>6 leshort 0x48fb
>8 string \x57\x8c\xc1\xfe\xc4\x4d
>16 lelong x \b, header size: %d
>20 lelong x \b, flags: 0x%.8X
>24 lelong x \b, capsule size: %d
# UEFI format
# http://www.uefi.org/sites/default/files/resources/UEFI%202_5.pdf
# GUID: 539182B9-ABB5-4391-B69A-E3A943F72FCC
0 lelong 0x539182b9 UEFI Capsule
>4 leshort 0xabb5
>6 leshort 0x869a
>8 string \xe3\xa9\x43\xf7\x2f\xcc
>16 lelong x \b, header size: %d
>20 lelong x \b, flags: 0x%.8X
>24 lelong x \b, capsule size: %d
src/binwalk/magic/firmware
View file @
02107faf
...
...
@@ -495,57 +495,6 @@
>35 byte x try decryption tool from:
>35 byte x http://download.modem-help.co.uk/mfcs-A/Alcatel/Modems/Misc/
# http://blogs.phoenix.com/phoenix_technologies_bios/\
# 2007/02/uefi_pi_10_firm.html
# (The GUID possibly refer to the official UEFI PI filesystem.)
# GUID: 7A9354D9-0468-444A-81CE0BF617D890D
16 lelong 0x7a9354d9 UEFI PI Firmware Volume
>20 leshort 0x0468
>22 leshort 0x444a
>24 string \x81\xce\x0b\xf6\x17\xd8\x90\xdf
>32 ulequad x \b, volume size: %d
>40 string _FVH
>44 ulequad >0
>52 uleshort x \b, header size: %d
# http://www.intel.com/content/www/us/en/architecture-and-technology/\
# unified-extensible-firmware-interface/efi-capsule-specification.html
# GUID: 3B6686BD-0D76-4030-B70E-B5519E2FC5A0
0 lelong 0x3b6686bd EFI Capsule v0.9
>4 leshort 0xd76
>6 leshort 0x4030
>8 string \xb7\x0e\xb5\x51\x9e\x2f\xc5\xa0
>16 lelong x \b, header size: %d
>20 lelong x \b, flags: 0x%.8X
>24 lelong x \b, capsule size: %d
# EFI2 format, based on https://gist.github.com/XVilka/8163272
# GUID: 4A3CA68B-7723-48FB-803D-578CC1FEC44D
0 lelong 0x4a3ca68b EFI Capsule v2
>4 leshort 0x7723
>6 leshort 0x48fb
>8 string \x57\x8c\xc1\xfe\xc4\x4d
>16 lelong x \b, header size: %d
>20 lelong x \b, flags: 0x%.8X
>24 lelong x \b, capsule size: %d
# UEFI format
# http://www.uefi.org/sites/default/files/resources/UEFI%202_5.pdf
# GUID: 539182B9-ABB5-4391-B69A-E3A943F72FCC
0 lelong 0x539182b9 UEFI Capsule
>4 leshort 0xabb5
>6 leshort 0x869a
>8 string \xe3\xa9\x43\xf7\x2f\xcc
>16 lelong x \b, header size: %d
>20 lelong x \b, flags: 0x%.8X
>24 lelong x \b, capsule size: %d
# http://android.stackexchange.com/questions/23357/\
# is-there-a-way-to-look-inside-and-modify-an-adb-backup-created-file/\
# 23608#23608
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment