This project collects a set of tools for performing forensic memory analysis of SGX enclaves.
The project is structured as follow:
- LiME for SGX machines:
./limecontains a custom LiME version that traverses and dumps the SGX enclaves structure allocated by the kernel. Moreover, the tool attempts at donwloading the encalve page content if they are in DEBUG mode. The project handles the two Intel SGX driver released so far (i.e., isgx and DCAP). - Volatility Overlay Utilities:
./volatility-modulecontains the tools to create a Volatility Profile enabled to inspect the SGX encalve structures allocated at kernel side. - Volatility SGX Plugin:
./volatility-plugincontains a volatility plugin that analysis the enclave memory layout, extracts the ECALL/OCALL/ECREATE, and provides other forensic information. - Replicate Paper's Result:
EXPERIMENT.mdan installation guide to replicate the experiments in the paper.
The project is maintained by:
- Flavio Toffalini (https://github.com/tregua87)
- Andrea Oliveri (https://github.com/IridiumXOR/)