Merge pull request #343 from meitar/sgx-step

Add SGX-Step, a framework for attacking secure enclaves via side channels.
This commit is contained in:
Meitar M 2020-02-20 12:55:59 -05:00 committed by GitHub
commit 831be00bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -704,6 +704,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing).
## Side-channel Tools
* [ChipWhisperer](http://chipwhisperer.com) - Complete open-source toolchain for side-channel power analysis and glitching attacks.
* [SGX-Step](https://github.com/jovanbulck/sgx-step) - Open-source framework to facilitate side-channel attack research on Intel x86 processors in general and Intel SGX (Software Guard Extensions) platforms in particular.
## Social Engineering Tools