-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathImageNotify.h
34 lines (26 loc) · 1.17 KB
/
ImageNotify.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#pragma once
//////////////////////////////////////////////////////////////////////////
extern NOTIY_INFO g_ImageNotify_Info ;
///////////////////////////////////////////////////////////////// -- --
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++// -- - - --
//+ +// -- - - --
//+ º¯ÊýÔ¤¶¨Òå +// -- - --
//+ +// - sudami -
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++// -- --
///////////////////////////////////////////////////////////////// -- --
// -- --
// --
void
ImageNotifyRoutine (
IN PUNICODE_STRING FullImageName,
IN HANDLE ProcessId,
IN PIMAGE_INFO ImageInfo
);
BOOL
CheckImageNotifyState (
);
BOOL
Is_special_process (
IN PUNICODE_STRING FullImageName
);
/////////////////////////////// END OF FILE ///////////////////////////////