Skip to content

Instantly share code, notes, and snippets.

View turtiustrek's full-sized avatar

Mubin Mir turtiustrek

  • 04:43 (UTC +05:00)
View GitHub Profile
@turtiustrek
turtiustrek / dllmain.cpp
Created April 1, 2021 16:31
modified GLOBAL_SETTINGS_CPU_OFFSET
/*
Written by: turtius
Description: DLL for task manager which draws bitmaps
Repo: https://github.com/turtiustrek/taskmanager
*/
#include <windows.h>
#include "libs/libmem/libmem/libmem.hpp"
#include "pattern.hpp"
#include "rapidjson/document.h"