Skip to content

Instantly share code, notes, and snippets.

View tishion's full-sized avatar
🎯
Focusing

Sheen Tian tishion

🎯
Focusing
View GitHub Profile
/************************************************************************/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!Warning!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* This code can make your windows 10 machine run into BSOD!
*
* Tishion @ 2015-11-21 10:45:17
* tishion#163.com
*
/************************************************************************/
#include <windows.h>
@tishion
tishion / ModFog.cpp
Last active February 21, 2019 14:55
/**
** tishion#163.com
** 2016-01-28 18:52:34
**/
PLDR_DATA_TABLE_ENTRY GetModuleEntryInLoadOrderModuleList(HMODULE hMod)
{
PPEB pPeb = NULL;
// Get the base address of PEB struct