aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/libnt_path_converter/README.md
blob: 99738555393cf3e9017108e85303d547673a8549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# libnt_path_converter

[nt_path_converter](../../src/nt_path_converter) usage examples.

## Usage

### libnt_path_converter.lib

Wraps `nt_path_converter`'s virtual device interface using
[libservice](../libservice).
Include the headers by `#include`ing `libnt_path_converter/all.hpp`, which
includes all the other header files.

### convert_nt_path.exe

    Usage: convert_nt_path.exe [NT_PATH...]

Converts a NT-style path to a DOS-style path.
The NT namespace can be explored using the
[WinObj](https://technet.microsoft.com/en-us/library/bb896657.aspx) utility.
Usage example (assuming nt_path_converter is already loaded):

    > convert_nt_path.exe \Device\HarddiskVolume2\Windows
    C:\Windows

## Building

See [Building](../README.md#building).

## Licensing

This project is licensed under the terms of the MIT License.
See [Licensing](../../README.md#licensing) for details.