forked from ArsenalRecon/Arsenal-Image-Mounter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Olof Lagerkvist
committed
Sep 25, 2013
1 parent
170328e
commit c97fcb5
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
|
||
DriverSetup | ||
----------- | ||
Setup tools and signed driver packages that can be used to install the driver | ||
components. | ||
|
||
MountTool | ||
--------- | ||
Compiled and ready-to-run simple GUI mount tool. Primarily intended to show | ||
what this project can be used for. | ||
|
||
UserMode | ||
-------- | ||
This directory contains a Visual Studio 2010/2012 solution with all user-mode | ||
components. This includes Arsenal.ImageMounter.dll that can be referenced from | ||
other applications to use the public API. It also includes driver setup | ||
applications and some debug tools. | ||
Visual Studio 2010/2012 solution with all user-mode components. This includes | ||
Arsenal.ImageMounter.dll that can be referenced from other applications to use | ||
the public API. It also includes driver setup applications and some debug | ||
tools. | ||
|
||
KernelMode | ||
---------- | ||
This directory contains a WDK 7 kernel mode driver project. This builds the | ||
kernel mode component used to create a virtual SCSI adapter. | ||
|
||
DriverSetup | ||
----------- | ||
This directory contains setup tools and signed driver packages that can be used | ||
to install the driver components. | ||
|