自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 PEB

typedef struct{ DWORD   ExitStatus; PPEB        PebBaseAddress; DWORD   AffinityMask; DWORD   BasePriority; ULONG    UniqueProcessId; ULONG    InheritedFromUniqueProcessId;}   PROCESS_BASIC_INFORMATIO

2006-12-30 17:10:00 539

原创 Obtain current process ID

      Im just too stupid. I want to find how to get current process id ,but it took me a long time.        HANDLE  hProc = GetCurrentProcess() ;      DWORD   dwId = GetProcessId(hProc ); 

2006-12-30 16:44:00 478

转载 Heap

Every process  has serial heaps.  Heap structure is as this: copy from heap.h of  Win2K source code. Maybe Microsofe only tell us that  can get  HEAP_ENTRY  with  HeapWak function.  But  its mislea

2006-11-29 16:54:00 547

转载 Inside the Native API

Inside the Native APICopyright © 1998-2004 Mark RussinovichLast Updated: Last updated November 23, 2004 IntroductionVirtually everybody familiar with NT has at the minimum heard that there is a

2006-11-28 19:29:00 855

转载 Windows Internels 4th Edition --Just a collection

1. System component Component Processor Execution Responsibilities

2006-11-28 15:33:00 573

转载 It JUST is a copy.(About Keyboard Driver)

From this, we can conclude that kbdclass is a class filter driver. Other examples of class filter drivers are mouclass (for mice) and irenum (for infrared devices).The other type of class driver is

2006-11-24 14:25:00 612

原创 Time For Writing

    Today is Monday.Task is over. Its time for writing. My boss hasnt  arrange task to me. So i put my free time in   API HOOK. 

2006-11-06 12:47:00 451

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除