SYNTAX

    uidinfo [options] [<uid>]


OPTIONS

-h (--help) bool

Display help.

-s (--stdin) bool

Read uids one per line from stdin. All uids read from stdin are assumed to be in hex format even if they don't have a preceding 0x.


ARGUMENTS

[<uid>]

Specify a uid to look up. [uint]


DESCRIPTION

Displays the name of any exe whose UID3 matches the given value.

If using --stdin, expects a uid per line, and outputs the name next to the uid. This is compatible with doing, say, ls C:\private | uidinfo -s.


COPYRIGHT

Copyright (c) 2009-2010 Accenture. All rights reserved.