Skip to content

Instantly share code, notes, and snippets.

@WalkingCat
WalkingCat / UnpEax.cs
Last active May 21, 2024 15:47
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