libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
fwd.hh
Go to the documentation of this file.
1/*
2 * Copyright 2021 Assured Information Security, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/* This file is automatically generated. Do not edit. */
18#pragma once
19
20namespace introvirt {
21namespace windows {
22namespace nt {
23
24class NtAddAtom;
29class NtClearEvent;
30class NtClose;
31class NtCompareTokens;
32class NtConnectPort;
33class NtContinue;
35class NtCreateEvent;
36class NtCreateFile;
37class NtCreateKey;
39class NtCreateMutant;
41class NtCreatePort;
42class NtCreateProcess;
44class NtCreateSection;
45class NtCreateThread;
50class NtDeleteAtom;
51class NtDeleteFile;
52class NtDeleteKey;
57class NtEnumerateKey;
59class NtFindAtom;
63class NtLoadDriver;
64class NtLoadKey;
65class NtLoadKey2;
66class NtLoadKeyEx;
73class NtOpenEvent;
74class NtOpenFile;
75class NtOpenKey;
76class NtOpenKeyEx;
79class NtOpenMutant;
80class NtOpenProcess;
83class NtOpenSection;
85class NtOpenThread;
89class NtPulseEvent;
98class NtQueryKey;
100class NtQuerySection;
105class NtQueryValueKey;
108class NtQueueApcThread;
109class NtReadFile;
114class NtRenameKey;
115class NtReplaceKey;
116class NtReplyPort;
117class NtRequestPort;
119class NtResetEvent;
120class NtResumeThread;
121class NtSaveKey;
122class NtSaveKeyEx;
124class NtSetEvent;
131class NtSetSystemTime;
132class NtSetValueKey;
134class NtShutdownSystem;
135class NtSuspendThread;
138class NtUnloadDriver;
143class NtWriteFile;
146class NtTraceControl;
147class NtTraceEvent;
148
149} /* namespace nt */
150} /* namespace windows */
151} /* namespace introvirt */
Core IntroVirt classes.
Definition Cr0.hh:20