joeywang4 / GoT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gates of Time Artifact

This repository contains the artifact of "The Gates of Time: Improving Cache Attacks with Transient Execution"

The structure of this repository is the following

  • amplification_eviction_set_finding: Contains the code for cache amplification and eviction set finding in chrome
  • circuits: Contains the code for the circuit evaluation which includes Game of Life, SHA-1, and ALU
  • prime_store_attack: Contains the code for the Prime+Store attack on ElGamal
  • trace_processing_and_stitching: Contains the code for recovering ElGamal key from partial traces obtained from the Prime+Store attack.

Separate READMEs can be found in each subdirectories detailing the procedures of the experiments.

About

License:Apache License 2.0


Languages

Language:Assembly 74.3%Language:C 16.2%Language:C++ 6.6%Language:Python 1.7%Language:Shell 0.6%Language:HTML 0.4%Language:Gnuplot 0.3%Language:Makefile 0.1%