Ioctl Usage & Design

Copyright © 2007 Linchpin Labs



Introduction
Ioctl Sample is a sample application and driver for communicating between user mode and kernel mode on Windows NT operating systems.

Usage
To run the Ioctl Sample application, first start the Ioctl Sample driver (Ioctl.sys) using SysLoader. Next, start the console application (Ioctl.exe) from a command prompt, which presents a menu with three options:

  • Send HELLO_WORLD_IOCTL - this will send a "hello world" from the console application to the driver.
  • Send data to driver - this will allow the user to enter a string of data to that will be transferred from the console application to the driver.
  • Receive data from driver - this will receive a "hello world" from the driver to the console application.

Ioctl Sample

Reporting Bugs & Feedback
If you encounter a problem while running Ioctl Sample, please visit www.linchpinlabs.com to obtain the latest version. If you still have problems please send any information you have on the problem to info@linchpinlabs.com.

Terms of Use
Linchpin Labs and affiliates' source-code and software may not be used in any product or distributed in any form without written consent. All enquiries should be made to info@linchpinlabs.com.

This software is provided "as is", without warranty or guarantee of any kind. The use of this software is at your own risk. We take no responsibly for any damage that may be caused through its use.

THE ENTIRE RISK FROM THE USE OF THIS SOFTWARE REMAINS WITH YOU.

Download Ioctl Sample