|
|
|
User Rating: Rated by: |
Good (3.4/5) 14 user(s) |
|
|
|
MemAccess Library description |
|
|
MemAccess Library gives programmers control of hardware devices from Win32 application without using the Windows Drivers
MemAccess Library offers programmers control of hardware devices from Win32 application without using the Windows Drivers Development Kit (DDK). The tool allows real-time direct access to memory mapped I/O. Typical applications include ISA or PCI bus devices. MemAccess Library is also an ideal replacement of old BASIC Peek or Poke statement.
Here are some key features of "MemAccess Library":
· Read memory: maPeekB, maPeekD, maPeekW · Write memory:maPokeB, maPokeD, maPokeW · Load and unload the library: maOpenLibrary, maCloseLibrary · Advanced memory access: maMapPhysToLinear, maUnmapPhysicalMemory, V86_To_PhyAddress · PCI device support: maGetDeviceBaseAddress · Install and uninstall: maInstallService, maRemoveService · Miscellaneous functions: maIsWinNT, maLicenseInfo, maGetLastState, maGetVersion
|
|