spectre-attack-sgx
spectre-attack-sgx copied to clipboard
Spectre attack against SGX enclave
Results
1
spectre-attack-sgx issues
Sort by
recently updated
recently updated
newest added
Could anyone explain the [working mechanism of sgx spectre attack](https://github.com/lsds/spectre-attack-sgx/blob/master/SGXSpectre/main/main.c#L118-L150) ? How is `ecall_get_offset()` [caching function](https://github.com/lsds/spectre-attack-sgx/blob/master/SGXSpectre/enclave/enclave_attack.c#L27-L30) actually used in this [sgx spectre exploit](https://en.wikipedia.org/wiki/Spectre_(security_vulnerability)) ? ``` int spectre_main(int argc, char **argv)...