Skip to content

Helper library for RwDrv.sys to access PCI bus registers

Notifications You must be signed in to change notification settings

dsltip/RwDrv-helper-dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RwDrv-helper-dll

Helper library for RwDrv.sys to access PCI bus registers

it exports: DLL_DECLARE BOOL LoadPhyMemDriver(); DLL_DECLARE VOID UnloadPhyMemDriver(); //access PCI bus DLL_DECLARE BOOL ReadPCIDW(WORD busNum, WORD devNum, WORD funcNum, WORD regOff, PVOID pValue); //dword values r/w DLL_DECLARE BOOL WritePCIDW(WORD busNum, WORD devNum, WORD funcNum, WORD regOff, DWORD Value);

About

Helper library for RwDrv.sys to access PCI bus registers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published