You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: r77/Rootkit.h
+17
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
#ifndef_ROOTKIT_H
3
3
#define_ROOTKIT_H
4
4
5
+
/// <summary>
6
+
/// The 32-bit r77 DLL.
7
+
/// </summary>
8
+
LPBYTERootkitDll32;
9
+
/// <summary>
10
+
/// The size of the 32-bit r77 DLL.
11
+
/// </summary>
12
+
DWORDRootkitDll32Size;
13
+
/// <summary>
14
+
/// The 64-bit r77 DLL.
15
+
/// </summary>
16
+
LPBYTERootkitDll64;
17
+
/// <summary>
18
+
/// The size of the 64-bit r77 DLL.
19
+
/// </summary>
20
+
DWORDRootkitDll64Size;
21
+
5
22
/// <summary>
6
23
/// Initializes r77, writes the r77 header and installs hooks.
7
24
/// <para>This function returns FALSE, if r77 is already injected, or if this process is either the r77 service or a helper process, or the process starts with $77.</para>
0 commit comments