From d90ab4440d115ceca45c8cd52dda60e921e57e20 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Thu, 20 Feb 2020 03:07:37 -0500 Subject: [PATCH] Add SGX-Step, a framework for attacking secure enclaves via side channels. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c169441..ea53a2a 100644 --- a/README.md +++ b/README.md @@ -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