Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nmoinvaz/dllhijack

Repository for easily creating hijacking dll on Windows
https://github.com/nmoinvaz/dllhijack

Last synced: about 1 month ago
JSON representation

Repository for easily creating hijacking dll on Windows

Awesome Lists containing this project

README

        

Adapted from:

* https://gracefulsecurity.com/privesc-dll-hijacking/
* https://posts.specterops.io/automating-dll-hijack-discovery-81c4295904b0
* https://github.com/slyd0g/DLLHijackTest

## Build Instructions

```
cmake -S . -B build -A Win32
cmake --build build --config Release
```