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 …

UMS

AOSV Final Project Report A.Y. 2020/2021 repository Introduction The goal of the project was to implement User Mode thread Scheduling mechanism for the Linux distribution, inspired by the User-mode scheduling (UMS) implementation available in the Windows kernel [1]. UMS is a mechanism that allows applications/programs in the user mode to schedule their own threads without involving the …