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

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