https://github.com/0xvpr/ephemeral-blue
A DLL injection detector with real-time monitoring capabilities.
https://github.com/0xvpr/ephemeral-blue
anti-cheat anti-virus anticheat antivirus dll-injection dll-injection-detection
Last synced: 7 months ago
JSON representation
A DLL injection detector with real-time monitoring capabilities.
- Host: GitHub
- URL: https://github.com/0xvpr/ephemeral-blue
- Owner: 0xvpr
- License: mit
- Created: 2025-02-22T06:50:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T07:08:54.000Z (8 months ago)
- Last Synced: 2025-02-22T07:30:22.085Z (8 months ago)
- Topics: anti-cheat, anti-virus, anticheat, antivirus, dll-injection, dll-injection-detection
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ephemeral Blue
---
A DLL injection detector with real-time monitoring capabilities.
### Building
#### Windows + CMake
```cmd
cmake.exe -B build
cmake.exe --build build --config Release # debug will fail to compile
```#### Docker
```cmd
# TODO
```