Git Product home page Git Product logo

hijackdll_helper's Introduction

Intro

This is another tool helping to generate c file for dll hijack, besides AheadLib and AddExport.

这是 AheadLib 和 AddExport 之外的,另一种生成 DLL 劫持 C 源代码的辅助工具。

It is fully based on the function forwarding feature of the MSVC linker.

它完全使用 MSVC linker 的 DLL 函数重定向特性。

It's coded in python for easier change of the c file template.

使用 python 是为了便于修改生成的代码。

There are 2 tricks on the c files: 1, implement some functions yourself; 2, sideload extra codes by the dll entry.

操作点可以有 2 处:1,自己实现要修改的函数;2,从 dll 入口(旁路)加载额外的代码。

homepage: https://github.com/lifenjoiner/hijackdll_helper

AheadLib: https://github.com/Yonsm/AheadLib, https://github.com/strivexjun/AheadLib-x86-x64

AddExport: https://bbs.pediy.com/thread-154269.htm

Dependencies

python3

pefile

hijackdll_helper's People

Contributors

lifenjoiner avatar

Watchers

 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.