|
HyperDbg Debugger
|
Routines for interacting with PCI(e) fabric. More...
#include "pch.h"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. | |
Routines for interacting with PCI(e) fabric.
Headers related to interacting with PCI(e) fabric.
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. |