Skip to content
generated from x64dbg/PluginTemplate

A small X64Dbg Plugin to trace application calls to dll exports

License

Notifications You must be signed in to change notification settings

Magxm/DllEctive

Repository files navigation

DLLEctive

A small X64Dbg Plugin to trace application calls to dll exports. For now it simply logs calls to hardcoded winapi functions that are interesting for Malware/Cheat/Anti-Cheat/Game reversing.

Building

From a Visual Studio command prompt:

cmake -B build64 -A x64
cmake --build build64 --config Release

You will get build64\PluginTemplate.sln that you can open in Visual Studio.

To build a 32-bit plugin:

cmake -B build32 -A Win32
cmake --build build32 --config Release

Alternatively you can open this folder in Visual Studio/CLion/Qt Creator.

building animation

About

A small X64Dbg Plugin to trace application calls to dll exports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published