@withinrafael/anzu
v0.2.1
Published
Dump installed Universal Windows Platform app package contents
Downloads
2
Readme
anzu
Dumps installed Universal Windows Platform app package contents, notably those that are encrypted, with some simple JavaScript.
Powered by Frida.
Installation and usage
npm install @withinrafael/anzu -g
icacls .\path\to\dest\folder /grant "ALL APPLICATION PACKAGES":(OI)(CI)F
anzu running-uwp-process.exe .\path\to\dest\folder
- Wait.
- You're done, congratulations.
Supported operating systems
- Windows 10
Known issues
- anzu will not dump apps that are installed outside %ProgramFiles%\WindowsApps
- anzu currently requires manual DACL alteration (see install instructions)