Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riverar/anzu
Dumps installed Universal Windows App package contents, notably those that are encrypted, with some simple JavaScript.
https://github.com/riverar/anzu
Last synced: 26 days ago
JSON representation
Dumps installed Universal Windows App package contents, notably those that are encrypted, with some simple JavaScript.
- Host: GitHub
- URL: https://github.com/riverar/anzu
- Owner: riverar
- License: mit
- Created: 2021-01-15T23:32:08.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T21:24:19.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T13:20:07.029Z (about 1 month ago)
- Language: JavaScript
- Size: 606 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# anzu
![Image of anzu dumping Astroneer](https://github.com/riverar/anzu/raw/master/gfx/example.png)
Dumps installed Universal Windows Platform app package contents, notably those that are encrypted, with some simple JavaScript.
Powered by [Frida](https://www.frida.re).
## Installation and usage ##
1. `npm install @withinrafael/anzu -g`
2. `icacls .\path\to\dest\folder /grant "ALL APPLICATION PACKAGES":(OI)(CI)F`
2. `anzu running-uwp-process.exe .\path\to\dest\folder`
3. Wait.
4. 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)