https://github.com/wunkolo/uwpdumper
DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.
https://github.com/wunkolo/uwpdumper
injector uwp windows
Last synced: 1 day ago
JSON representation
DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.
- Host: GitHub
- URL: https://github.com/wunkolo/uwpdumper
- Owner: Wunkolo
- License: mit
- Created: 2017-01-05T10:56:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:19:38.000Z (9 months ago)
- Last Synced: 2025-04-07T05:04:57.422Z (about 1 month ago)
- Topics: injector, uwp, windows
- Language: C++
- Homepage:
- Size: 495 KB
- Stars: 845
- Watchers: 33
- Forks: 111
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UWPDumper [](https://github.com/Wunkolo/UWPDumper/actions/workflows/ci.yml) [](https://raw.githubusercontent.com/Wunkolo/UWPDumper/master/LICENSE)
## [Download latest binary here!](https://github.com/Wunkolo/UWPDumper/releases/)---
DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection.

Run `UWPInjector.exe` and enter valid UWP Process ID to inject into.
App file system will be dumped into:`C:\Users\(Username)\AppData\Local\Packages\(Package Family Name)\TempState\DUMP`
To get a list of command line arguments run the command
`UWPInjector.exe -h`
UWPDumper requires the [Windows 10 SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) to be compiled.