Skip to content

Instantly share code, notes, and snippets.

@WalkingCat
WalkingCat / UnpEax.cs
Last active September 19, 2024 08:09
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