Featured Opportunities

06.08.07
Linchpin Labs Response to Microsoft's Classification of Atsiv On August 3rd, Microsoft employee Scott Field revealed that Microsoft has classified Atsiv as malware.
Learn More
02.08.07
Object Viewer v1.00 ReleasedObject Viewer is a tool with both a GUI and command line interface for dumping and examining all active objects on 32 bit (x86) and 64 bit (x64) editions of Windows XP, 2003 and Vista.
Learn More
27.07.07
Handle Viewer v1.00 ReleasedHandle Viewer is a tool with both a GUI and command line interface for listing, searching and manipulating open handles on 32 bit (x86) and 64 bit (x64) editions of Windows XP, 2003 and Vista.
Learn More
20.07.07
Atsiv v1.01 ReleasedAtsiv is a command line tool that allows the user to load, list and unload signed or unsigned drivers on 32 bit (x86) and 64 bit (x64) versions of Windows XP, 2K3 and Vista.
Learn More

Atsiv 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