Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gencymex committed Mar 28, 2017
1 parent 19772f9 commit dadbbea
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
chipsec_gui Readme: chipsec_gui is a simple GUI for the firmware tool CHIPSEC. Continue to the CHIPSEC Readme for more information on the software from the Intel CHIPSEC team.
chipsec_gui Readme: chipsec_gui is a simple GUI for the firmware tool CHIPSEC.

Continue to the CHIPSEC Readme for more information on the software from the Intel CHIPSEC team.





Dependencies: SIP PyQt4
Dependencies: SIP PyQt4

SIP Source Code can be found at: (http://www.riverbankcomputing.com/software/sip/)

PyQt4 Source Code can be found at: (https://riverbankcomputing.com/software/pyqt/intro)



Start the GUI:
Enter the directory this repository was extracted to on the command line, then execute this command in the terminal. "python mainWindow.py"
Start the GUI: python mainWindow.py

Navigate to the directory that you store this project in, and then run the above "Start the GUI:" command.



Expand All @@ -26,18 +28,18 @@ Enter the directory this repository was extracted to on the command line, then e
CHIPSEC Readme:


CHIPSEC: Platform Security Assessment Framework
===============================================
CHIPSEC: Platform Security Assessment Framework
===============================================

[![Build Status](https://travis-ci.org/chipsec/chipsec.svg?branch=master)](https://travis-ci.org/chipsec/chipsec)
[![Build Status](https://travis-ci.org/chipsec/chipsec.svg?branch=master)](https://travis-ci.org/chipsec/chipsec)

CHIPSEC is a framework for analyzing the security of PC platforms including hardware, system firmware (BIOS/UEFI), and platform components. It includes a security test suite, tools for accessing various low level interfaces, and forensic capabilities. It can be run on Windows, Linux, Mac OS X and UEFI shell. Instructions for installing and using CHIPSEC can be found in the [manual](chipsec-manual.pdf).
CHIPSEC is a framework for analyzing the security of PC platforms including hardware, system firmware (BIOS/UEFI), and platform components. It includes a security test suite, tools for accessing various low level interfaces, and forensic capabilities. It can be run on Windows, Linux, Mac OS X and UEFI shell. Instructions for installing and using CHIPSEC can be found in the [manual](chipsec-manual.pdf).

NOTE: This software is for security testing purposes. Use at your own risk. Read [WARNING.txt](chipsec/WARNING.txt) before using.
NOTE: This software is for security testing purposes. Use at your own risk. Read [WARNING.txt](chipsec/WARNING.txt) before using.

Questions? Enter a new issue labeled as question, or e-mail chipsec@intel.com.
Questions? Enter a new issue labeled as question, or e-mail chipsec@intel.com.

First version of CHIPSEC was released in March 2014:
[Announcement at CanSecWest 2014](https://cansecwest.com/slides/2014/Platform%20Firmware%20Security%20Assessment%20wCHIPSEC-csw14-final.pdf) and first public release!
First version of CHIPSEC was released in March 2014:
[Announcement at CanSecWest 2014](https://cansecwest.com/slides/2014/Platform%20Firmware%20Security%20Assessment%20wCHIPSEC-csw14-final.pdf) and first public release!

Follow us on [twitter](https://twitter.com/CHIPSEC)
Follow us on [twitter](https://twitter.com/CHIPSEC)

0 comments on commit dadbbea

Please sign in to comment.