Skip to content

thepcn3rd/dllproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

dllproxy

Learning how to do DLL Proxying for Red Teaming

Notes and references that I used and give credit to:

https://itm4n.github.io/dll-proxying/

https://www.nirsoft.net/utils/dll_export_viewer.html - Download of DLL Export Viewer

https://medium.com/@AndrewRollins/discord-dll-hijack-cb77a6a288cf

The cpp file in Visual Studio 2019

Setup “Not using precompiled headers” under the properites of the project - Under C/C++

Setup to be Multithreaded /MT - Under the properties and Code Generation

Delete the header files and other cpp files

About

Learning how to do DLL Proxying for Red Teaming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published