|
HyperDbg Debugger
|
#include "pch.h"Go to the source code of this file.
Macros | |
| #define | CFGADR 0xCF8 |
| #define | CFGDAT 0xCFC |
Functions | |
| QWORD | PciReadCam (WORD Bus, WORD Device, WORD Function, BYTE Offset, UINT8 Width) |
| Read from PCI configuration space (CAM) at given offset. | |
| BOOLEAN | PciWriteCam (WORD Bus, WORD Device, WORD Function, BYTE Offset, UINT8 Width, QWORD Value) |
| Write to PCI configuration space (CAM) at given offset. | |
| #define CFGADR 0xCF8 |
| #define CFGDAT 0xCFC |
Read from PCI configuration space (CAM) at given offset.
| Bus | |
| Device | |
| Function | |
| Offset | |
| Width | Number of bytes to return. Supported data types: BYTE (1), WORD (2), DWORD (4), QWORD (8). |
Write to PCI configuration space (CAM) at given offset.
| Bus | |
| Device | |
| Function | |
| Offset | |
| Width | Number of bytes to write. Supported data types: BYTE (1), WORD (2), DWORD (4), QWORD (8). |
| Value | to write. |