Simple DLL injector with GUI (dll-inj)
Sep 15, 2023 | 3 min read | |in development challengeThis is a post from the 0x13hrafnulf's Challenges series. Who is 0x13hrafnulf?Simple DLL injector with GUI written in C++ for educational purposes only in development repository 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 …