This repository contains 7 different programs on different topics.
Simple winapi program to move .bmp sprite with mouser and up/down/left/right keys. (Windows 8 x64)
Program that draws table with numbers fitting in it. (Windows 8 x64)
Programs that executes static/dynamic dll imports, injecting dll in victim process with remote thread. (Windows 8 x64)
Program reads file content, splites it on several parts, threads dequeues each part, sorts it, then main calling thread sorts all parts with merge sort. (Windows 8 x64)
Driver waites for process to be started. Then calc.exe started, when the first process terminated, driver terminates calc.exe. (Windows XP x32)
Driver that tracks and logs changes in registry by process. (Windows XP x32)