Simple DLL injector with GUI (dll-inj)
in development repository
Simple DLL injector with GUI written in C++ for educational purposes only
Code organization Application - application and app window management Injection - DLL injection implemention using Windows API Proc - process and process modules querying handler GUI - GUI management using Dear ImGui OpenDialogBox - file selection dialog box using Windows API DLL injection One of …