Skip to content

P4r4d1se/dll_hijack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

修复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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published