|
Strings
|
|
Hits: 5 |
|
Date added: 03/01/2005 |
|
Working on NT and Win2K means that executables and object files will many times have embedded UNICODE strings that you cannot easily see with a standard ASCII strings or grep programs. So we decided to roll our own. Strings just scans the file you pass it for UNICODE (or ASCII) strings of a default length of 3 or more UNICODE (or ASCII) characters. Note that it works under Windows 95 as well.
Usage: strings [-s] [-a] [-u] [-n X] <file or directory>
Strings takes wild-card expressions for file names, and additional command line parameters are defined as follows:
-s Recurse subdirectories.
-a Scan for ASCII only
-u Scan for UNICODE only
-n X Strings must be a minimum of X characters in length.
To search one or more files for the presence of a particular string using strings use a command like this:
strings * | findstr /i TextToSearchFor |
|
|
|
|
Du (Disk View) v1.2
|
|
Hits: 5 |
|
Date added: 02/17/2006 |
|
Du (disk usage) reports the disk space usage for the directory you specify. By default it recurses directories to show the total size of a directory and its subdirectories.
Usage
Usage: du [[-v] [-l ] | [-n]] [-q]
-l
Specify subdirectory depth of information (default is all levels).
-n
Don't recurse
-q
Don't print the banner
-v
Show information in intermediate directorier |
|
|
|
|
AccessEnum v1.32
|
|
Hits: 5 |
|
Date added: 12/28/2005 |
|
While the flexible security model employed by Windows NT-based systems allows full control over security and file permissions, managing permissions so that users have appropriate access to files, directories and Registry keys can be difficult. There's no built-in way to quickly view user accesses to a tree of directories or keys. AccessEnum gives you a full view of your file system and Registry security settings in seconds, making it the ideal tool for helping you for security holes and lock down permissions where necessary.
AccessEnum works on Windows NT/2000/XP/2003 |
|
|
|
|
Debug View
|
|
Hits: 5 |
|
Date added: 01/26/2005 |
|
DebugView is an application that lets you monitor debug output on your local system, or any computer on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 debug output, so you don’t need a debugger to catch the debug output your applications or device drivers generate, nor do you need to modify your applications or drivers to use non-standard debug output APIs.
DiskMon works on NT 4.0 and higher. |
|
|
|
|
Impurity v1.0
|
|
Hits: 5 |
|
Date added: 03/08/2005 |
|
|
|
|
|