https://github.com/stackoverflowexcept1on/uwp-injector
This project allows to perform DLL-injection into UWP applications
https://github.com/stackoverflowexcept1on/uwp-injector
cmake cpp23 dll-injector reverse-engineering uwp windows-api
Last synced: 3 days ago
JSON representation
This project allows to perform DLL-injection into UWP applications
- Host: GitHub
- URL: https://github.com/stackoverflowexcept1on/uwp-injector
- Owner: StackOverflowExcept1on
- Created: 2023-02-26T20:14:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-25T15:15:03.000Z (9 days ago)
- Last Synced: 2025-04-25T16:27:39.289Z (9 days ago)
- Topics: cmake, cpp23, dll-injector, reverse-engineering, uwp, windows-api
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### uwp-injector
[](https://github.com/StackOverflowExcept1on/uwp-injector/actions/workflows/ci.yml)
This project allows to perform [DLL-injection](https://en.wikipedia.org/wiki/DLL_injection)
into [UWP applications](https://en.wikipedia.org/wiki/Universal_Windows_Platform) like Windows Calculator.Also, it can be used to inject DLL into Windows Store games.
### Requirements
- Visual Studio 2022 https://visualstudio.microsoft.com/en/vs/ with enabled:
- Desktop development with C++
- Universal Windows Platform development### Usage
```
injector process.exe library.dll
```### Building
```
_build.bat
```### Running demo
```
_inject.bat
``````
successfully loaded into process memory
pid: 3504> frida-ps
PID Name
----- ---------------------------
3504 CalculatorApp.exe
```