Skip to content

Instantly share code, notes, and snippets.

View gitntel's full-sized avatar

the Netsurfer gitntel

View GitHub Profile
@gitntel
gitntel / githubpull.md
Created March 29, 2021 07:27 — forked from Jabarabo/githubpull.md
Gist of a stolen gist
@gitntel
gitntel / wgk.txt
Created June 8, 2021 09:14
Windows Generic Keys
Windows Edition Product Key
Windows 7 Starter 7Q28W-FT9PC-CMMYT-WHMY2-89M6G
Windows 7 Home Basic YGFVB-QTFXQ-3H233-PTWTJ-YRYRV
Windows 7 Home Premium RHPQ2-RMFJH-74XYM-BH4JX-XM76F
Windows 7 Professional HYF8J-CVRMY-CM74G-RPHKF-PW487
Windows 7 Ultimate D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV
Windows 7 Enterprise H7X92-3VPBB-Q799D-Y6JJ3-86WC6
Windows 7 Starter N D4C3G-38HGY-HGQCV-QCWR8-97FFR
Windows 7 Home Basic N MD83G-H98CG-DXPYQ-Q8GCR-HM8X2
@gitntel
gitntel / UnpEax.cs
Created September 19, 2024 08:09 — forked from WalkingCat/UnpEax.cs
UnpEax, for extracting (but not decrypting) EAppX/EAppXBundle/EMsiX/EMsiXBundle files
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.IO.MemoryMappedFiles;
using System.Xml;
namespace UnpEax
{
class Program