Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for alternative SWSMI structure; require SMRAM base address parameter #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ida-efiutils"]
path = ida-efiutils
url = https://github.com/snare/ida-efiutils
8 changes: 5 additions & 3 deletions README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ http://blog.cr4.sh/2016/10/exploiting-ami-aptio-firmware.html

To use full capabilities of this tool you need to install UEFIDump (https://github.com/LongSoft/UEFITool/releases/tag/A32), ida-efiutils (https://github.com/snare/ida-efiutils) and edit corresponding variables in smram_parse.py code.

This tool was tested only with 6 generation Intel NUC firmware based on AMI Aptio V code base.
This tool was tested only with:
* 6 generation Intel NUC firmware based on AMI Aptio V code base
* MSI MS-7B98, firmware version: E7B98IMS.160


FEATURES:
Expand All @@ -25,8 +27,8 @@ FEATURES:


USAGE:

$ smram_parse.py <SMRAM_dump> [flash_image_dump]
$ git clone --recursive https://github.com/Cr4sh/smram_parse && cd smram_parse
$ smram_parse.py -i <SMRAM_dump> -b <SMRAM_base> [-s SMRAM_size] [-f flash_image_dump]

Output example: https://raw.githubusercontent.com/Cr4sh/smram_parse/master/EXAMPLE.TXT

Expand Down
Binary file added UEFIDump
Binary file not shown.
1 change: 1 addition & 0 deletions ida-efiutils
Submodule ida-efiutils added at f272e7
Loading