https://github.com/0xade1a1de/got
https://github.com/0xade1a1de/got
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xade1a1de/got
- Owner: 0xADE1A1DE
- License: apache-2.0
- Created: 2023-03-06T03:37:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T12:14:10.000Z (about 2 years ago)
- Last Synced: 2025-03-28T08:11:51.379Z (3 months ago)
- Language: Assembly
- Size: 12 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.