http://www.cybertech.net/~sh0ksh0k/projects/TRET-1.1-PUBSRC/Shared/utils/process.c Website
// Copyright (C) 2003, Matt Conover (mconover@gmail.com)#include "process.h"#include "fileio.h"#ifndef _WIN64__declspec(naked) TEB *GetTEB(){ _asm { mov eax, fs:[0x18] ret }}PEB *GetPEB(){ return GetT
added by marius_mtm on 2007-11-06 14:43:50