Skip to content

Instantly share code, notes, and snippets.

/*
* Cleans PII from Fornite log files.
* Includes hardware specs, system info, attached device IDs/serials, etc.
* Makes no guarantee of fully anonymizing logs.
*
* Usage: deno run --allow-all fortnite-log-anonymizer.js [input file]
*/
const regexes = {
os : /LogCsvProfiler: Display: Metadata set : os="(.*)"/,