Giter Site home page Giter Site logo

processclientdemo's Introduction

processClientDemo

跨进程改写目标方法(注入dll 到第三方运行的程序进行第三方程序方法拦截改写)

Hook

通过开源框架DotNetDotour 进行第三方方法Hook 重新第三方方法,前提是需要知道第三方程序中有那些方法(有些没加壳的比较好办,加壳的就得想办法反编译脱壳了) DotNetDotour 开源框架我fork 的地址:https://github.com/a312586670/DotNetDetour 我针对开源框架做了降级处理,支持.net framework 4 版本,开源作者里面的支持4.5+ 故我fork 了一份(项目环境需要)

FastWin32

通过 FastWin32 把重新的Hook dll 模块动态注入到第三方运行的程序中,并且执行Hook初始化操作,这样即可覆盖掉原有的第三方程序指定的方法,做自己的业务

processclientdemo's People

Contributors

e-jlion 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.