Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 469 Bytes

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

gcc -o TotalRecall TotalRecall.c -lsqlite3

or 

make