https://github.com/0xade1a1de/talbot
https://github.com/0xade1a1de/talbot
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xade1a1de/talbot
- Owner: 0xADE1A1DE
- License: apache-2.0
- Created: 2024-10-06T20:04:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T22:44:08.000Z (4 months ago)
- Last Synced: 2025-05-12T21:49:59.618Z (about 1 month ago)
- Language: C
- Size: 654 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talbot
This repository contains the code of the tool developed as a part of the master's thesis "Evaluation of Virtual to Physical Address Translation". It focuses on reverse engineering the translation caches implemented by Intel.
## Structure
This repository is split into three different parts:
- Talbot, which contains the code for the automated tool itself
- CacheQuery, which contains the code for a tool to conveniently query translation caches for manual analysis
- CrossHyperthread, which separately implements a cross-hyperthread experimentMore information on the tools and their usage can be found in their READMEs.
Please note that all of our tools require root access, as they use kernel modules to interact with page tables.
# Warning
As our tools are running in kernel mode, errors may crash your system.