Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: about 2 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T10:28:42.000Z (4 months ago)
- Last Synced: 2024-09-14T20:56:58.357Z (4 months ago)
- Topics: cmake, cpp23, dll-injector, reverse-engineering, uwp
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### uwp-injector
[![Build Status](https://github.com/StackOverflowExcept1on/uwp-injector/actions/workflows/ci.yml/badge.svg)](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
```