Skip to content

A DLL injection detector with real-time monitoring capabilities.

License

Notifications You must be signed in to change notification settings

0xvpr/ephemeral-blue

Repository files navigation

Ephemeral Blue


A DLL injection detector with real-time monitoring capabilities.

Building

Windows + CMake

cmake.exe -B build
cmake.exe --build build --config Release # debug will fail to compile

Docker

# TODO