Git Product home page Git Product logo

uwpinject's Introduction

launches uwp apps and injects dll's into them as early as possible by posing as a debugger and launching the app suspended

if you need a sample dll, here's one that hooks some uwp interfaces for debugging and reverse engineering https://github.com/Francesco149/uwpspy

might have a GUI to let you pick apps to launch eventually, not a proprity at the moment

will provide binaries when it's more polished

compiling

install visual c++ build tools 2017 and the windows 10 sdk

open powershell and navigate to uwpinject

.\vcvarsall17.ps1
.\build.ps1

usage (command line)

open powershell, navigate to uwpinject and run

.\uwpinject.exe $((Get-AppxPackage uwp-template).PackageFullName)

where MyPackage is the name of your target app

this will launch the app and inject all dlls in the dlls folder which must be located in the same directory as uwpinject.exe

if it doesn't work, try running powershell as admin. I haven't had issues injecting as user though

resources on uwp and winrt internals

uwpinject's People

Contributors

francesco149 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.