Giter Club home page Giter Club logo

dll_hijack's Introduction

修复bug后的DLLHijacker.py和劫持Windows x64的dbghelp.dll的VS2022项目
DLLHijacker.py after fixing the bug and VS2022 project that hijacks dbghelp.dll for Windows x64

Usage:
python3 DLLHijacker.py /path/to/target.dll

bug fix:
(1) Garbled code:
Fix: Add encoding="utf-8" to several writing files.
(2) When the function export table has anonymous functions, it will cause [-]Error occur: 'NoneType' object has no attribute 'decode':
Fix: Add judgment on whether the function name is empty in several for loops.
(3) When generating C/C++ code, the absolute DLL path is not used, only the name of the DLL is used to fill LoadLibrary(). This is a serious bug that will cause function forwarding to fail and the functionality of the application to be affected:
Fix: Changed to automatically fill in based on the entered target DLL path.

Original project:
https://github.com/kiwings/DLLHijacker

dll_hijack's People

Contributors

p4r4d1se avatar

Stargazers

Po3so avatar hatnoop avatar  avatar  avatar yuyan-sec avatar  avatar  avatar  avatar  avatar CSeroad avatar UnT7 avatar  avatar rabbit avatar Sail avatar  avatar shine_clown avatar yzddmr6 avatar  avatar

Watchers

 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.