Skip to content

Instantly share code, notes, and snippets.

const { Client, RichEmbed } = require('discord.js');
const client = new Client();
const { Story } = require('inkjs');
const fs = require('fs');
const { Pool } = require('pg');
const pool = new Pool({
user: 'me',
host: 'localhost',
@mattifestation
mattifestation / TLGMetadataParser.psm1
Last active January 18, 2024 17:21
Retrieves TraceLogging metadata from a file.
#requires -version 5
<#
The things you find on Google searching for specific GUIDs...
Known Keyword friendly names:
"UTC:::CATEGORYDEFINITION.MS.CRITICALDATA":"140737488355328"
"UTC:::CATEGORYDEFINITION.MS.MEASURES":"70368744177664"
"UTC:::CATEGORYDEFINITION.MS.TELEMETRY":"35184372088832"
"UTC:::CATEGORYDEFINITION.MSWLAN.CRITICALDATA":"2147483648"