From be4aea151e1bf6db6ca62607207f9e15bea06cd6 Mon Sep 17 00:00:00 2001 From: FaresSalem Date: Tue, 24 Mar 2020 04:16:51 +0200 Subject: [PATCH] Rearranging files --- security/hardware_security/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/security/hardware_security/README.md b/security/hardware_security/README.md index 1f7752a..c01452e 100644 --- a/security/hardware_security/README.md +++ b/security/hardware_security/README.md @@ -1 +1,10 @@ -Hardware Security/Vulnerabilities related Researches/Papers +## Hardware Security + +* [Meltdown (2018)](https://meltdownattack.com/meltdown.pdf) +* [Spectre Attacks: Exploiting Speculative Execution (2018)](https://spectreattack.com/spectre.pdf) +* [DRAM Row Hammer (2014)](https://people.inf.ethz.ch/omutlu/pub/dram-row-hammer_isca14.pdf) + - Flipping Bits in Memory Without Accessing Them: An Experimental Study of DRAM Disturbance Errors + +* :scroll: [SoK: Eternal War in Memory (2013)](sok-eternal-war-in-memory.pdf) + - Classifies memory attacks into a taxonomy that is usable by both black- and white-hats. + - An excellent primer on the different memory-related vulnerabilities that exist, (more importantly) why they exist, and the ways in which various defences act to counter them.