Skip to content

A DLL injection detector with real-time monitoring capabilities.

License

Notifications You must be signed in to change notification settings

0xvpr/vpr-snake-eye

Repository files navigation

snake-eye


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