Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martian58/totalrecall
This tool extracts and displays data from the Recall feature in Windows 11, providing an easy way to access information about your PC's activity snapshots.
https://github.com/martian58/totalrecall
cybersecurity recall windows
Last synced: about 1 month ago
JSON representation
This tool extracts and displays data from the Recall feature in Windows 11, providing an easy way to access information about your PC's activity snapshots.
- Host: GitHub
- URL: https://github.com/martian58/totalrecall
- Owner: martian58
- Created: 2024-06-08T23:33:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:49:48.000Z (8 months ago)
- Last Synced: 2024-11-09T00:14:28.201Z (3 months ago)
- Topics: cybersecurity, recall, windows
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TotalRecall
TotalRecall is a tool that extracts and displays data from the Recall feature in Windows 11.
This repository includes implementations in both PowerShell and C, in addition to the original Python script:
- **PowerShell**
- **C**
- **Python**: The original script by Alexander Hagenah (@xaitax).## Requirements
- **Windows 11**
- **GCC**
- **SQLite3 library for C**## Compilation
```bash
gcc -o TotalRecall TotalRecall.c -lsqlite3or
make
```