Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T06:26:00.000Z (about 2 years ago)
- Last Synced: 2024-08-02T19:38:12.978Z (6 months 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 - Wunkolo/UWPDumper - DLL and Injector for dumping UWP applications at run-time to bypass encrypted file system protection. (C++)
README
# UWPDumper [![Build](https://github.com/Wunkolo/UWPDumper/actions/workflows/ci.yml/badge.svg)](https://github.com/Wunkolo/UWPDumper/actions/workflows/ci.yml) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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.![Demo1](media/demo1.gif)
![Demo2](media/demo2.gif)
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.