Skip to content

Instantly share code, notes, and snippets.

@WalkingCat
WalkingCat / UnpEax.cs
Last active March 22, 2023 17:03
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