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