Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nmoinvaz/dllhijack
- Owner: nmoinvaz
- Created: 2020-06-04T15:41:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T00:48:42.000Z (over 2 years ago)
- Last Synced: 2024-10-16T13:16:27.257Z (3 months ago)
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```