From 37c63af3a5de31653d770a2e73d350473f60da11 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Mon, 20 Apr 2020 15:04:23 -0400 Subject: [PATCH] Add TRRespass fuzzer, a DRAM side-channel (rowhammer) fuzzer suite. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c296d64..71b254f 100644 --- a/README.md +++ b/README.md @@ -710,6 +710,7 @@ See also [awesome-reversing](https://github.com/tylerha97/awesome-reversing). * [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. +* [TRRespass](https://github.com/vusec/trrespass) - Many-sided rowhammer tool suite able to reverse engineer the contents of DDR3 and DDR4 memory chips protected by Target Row Refresh mitigations. ## Social Engineering Tools