https://github.com/vusec/absynthe
ABSynthe related code
https://github.com/vusec/absynthe
Last synced: 4 months ago
JSON representation
ABSynthe related code
- Host: GitHub
- URL: https://github.com/vusec/absynthe
- Owner: vusec
- License: agpl-3.0
- Created: 2020-02-01T14:08:37.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:59:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-27T11:13:08.221Z (almost 2 years ago)
- Language: Python
- Size: 1.53 MB
- Stars: 3
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Legal Disclaimer
The code released in conjunction with this file has been created
by the author alone and does not represent any current or previous
employer, including Intel Corporation or its affiliates.
# License
This code is distributed under the Gnu Affero GPLv3, due to it
including material from nanobench at
https://github.com/andreas-abel/nanoBench/ which has that license.
# ABSynthe-related code
Paper: [ABSynthe paper](https://download.vusec.net/papers/absynthe_ndss20.pdf "Author preprint of ABSynthe paper")
Contents:
* maps: Code to generate 'leakage maps' (pairwise instruction interference) as in Fig. 2 of the paper
* README.md: this file