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

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.

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
```