Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 -lsqlite3

or

make
```