FHteam
Admin
|
# Posted: 8 Jul 2008 18:58
Reply
DeviceIOView by Nir Sofer System Utilities → System Tools → System Information
DeviceIOView is a very small utility that will allow you to watch the data transfer between an application or service and a device driver (DeviceIoControl calls). For each call to a device driver, the following information is displayed: Handle, Control Code, number of input bytes, number of output bytes, the name of the device handle, and all the input/output bytes, displayed as Hex dump. DeviceIOView doesn't require any installation process or additional dll files....
|