Simple DLL injector with GUI (dll-inj)
Sep 15, 2023 · 3 min read · in development challenge ·This 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 …
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 …