Who is 0x13hrafnulf?
Simple DLL injector with GUI (dll-inj)
in development repository
Simple DLL injector with GUI written in C++ for educational purposes only
Demo
Code organization
- GUI - GUI management using Dear ImGui
- Injection - DLL injection implemention using Windows API
- OpenDialogBox - file selection dialog box using Windows API
- Proc - process and process modules querying handler
- Application - application and app window management
Description
Coming soon…
Intro
Coming soon…
DLL Injection
Coming soon…
Dynamic data updates
Coming soon…
Future plans
- Implement thread pool for thread reuse (currently a simple thread creation and deletion mechanism is utilized)
References
- Windows process and its modules(dll) listing - https://learn.microsoft.com/en-us/windows/win32/toolhelp/taking-a-snapshot-and-viewing-processes
- Native Windows File Selection prompt - https://learn.microsoft.com/en-us/windows/win32/learnwin32/example--the-open-dialog-box
- Process injection -
- ImGUI - https://github.com/ocornut/imgui