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: about 1 year 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 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T06:26:00.000Z (over 3 years ago)
- Last Synced: 2024-08-02T19:38:12.978Z (over 1 year ago)
- Topics: injector, uwp, windows
- Language: C++
- Homepage:
- Size: 493 KB
- Stars: 783
- Watchers: 32
- Forks: 107
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-file-format-reversing - UWPDumper - DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection. (🛠️ General Tools / 📦 Archive Extractors)
- awesome - Wunkolo/UWPDumper - DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection. (C++)
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.