From a28d497f1b6474ef2a526d4b15a6d28e710a2898 Mon Sep 17 00:00:00 2001 From: Kaveh Razavi Date: Tue, 10 Mar 2020 17:14:49 +0100 Subject: [PATCH] Improve README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8847e34..304a810 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # TRRespass +This is the repository for the TRRespass Rowhammer fuzzer. Recent DDR4 chips include on-chip TRR mitigations that stop bit flips using standard Rowhammer access patterns such as double-sided, single sided or one-location hammering. TRRespass automatically discovers novel Many-sided Rowhammer variants that can bypass these mitigations and trigger bit flips on the recent systems with DDR4 memory. TRRespass requires the DRAM address mapping functions to work effectively. + +Additional information about TRRespass can be found here: https://www.vusec.net/projects/trrespass/ + +The paper that describes more details appears at IEEE Security and Privacy 2020 and can be found here: https://download.vusec.net/papers/trrespass_sp20.pdf + ### ./drama Inside the `drama` folder you can find a tool that helps you reverse engineer the DRAM memory mappings used by the memory controller.