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#pragma once
17
18#include <cstdint>
19#include <introvirt/core/fwd.hh>
20
21namespace introvirt {
22namespace windows {
23namespace advapi32 {
24
25enum ALG_ID : uint32_t;
26enum BLOB_TYPE : uint8_t;
27class BLOB;
28enum KP_VALUE : uint32_t;
30
34
35} // namespace advapi32
36} // namespace windows
37} // namespace introvirt
Helper class to transparently convert between guest size and a value.
Definition guest_size_t_ptr.hh:498
guest_size_t HCRYPTKEY
Definition fwd.hh:31
BLOB_TYPE
Definition BLOB_TYPE.hh:26
@ PLAINTEXTKEYBLOB
Definition BLOB_TYPE.hh:30
guest_size_t HCRYPTPROV
Definition fwd.hh:32
ALG_ID
Encryption algoritm for advapi32 calls.
Definition ALG_ID.hh:32
guest_size_t HCRYPTHASH
Definition fwd.hh:33
KP_VALUE
Definition KP_VALUE.hh:26
Core IntroVirt classes.
Definition Cr0.hh:20