Skip to content

Instantly share code, notes, and snippets.

View blackwingcat's full-sized avatar

BlackWingCat blackwingcat

View GitHub Profile
@blackwingcat
blackwingcat / check_tls_slots_content.cpp
Last active June 5, 2023 23:14 — forked from kohnakagawa/check_tls_slots_content.cpp
TEBに含まれるTLS Slotsに含まれる内容を確認するために使うコード
#include <windows.h>
#include <winnt.h>
#include <stdio.h>
#define THREADCOUNT 4
DWORD dwTlsIndex;
VOID ErrorExit(LPSTR);
VOID CommonFunc(int dwTlsIndex)