|
Registry Pruner
|
|
Hits: 5 |
|
Date added: 01/17/2006 |
|
Clean up your Registry's SharedDLLs key. Orphaned entries can cause install and uninstall programs to misbehave. And can even trigger bogus Registry Corrupted error messages. |
|
|
|
|
GSD
|
|
Hits: 5 |
|
Date added: 07/24/2006 |
|
Get Service Dacl gives you the DACL Discretionary Access Control List of any Windows NT service you specify as a command line option. |
|
|
|
|
Statocrypt v0.8
|
|
Hits: 5 |
|
Date added: 12/23/2006 |
|
A shell extension for Windows (2000/XP) which displays a little lock icon in the bottom left corner of the icon for files which are encrypted with NTFS EFS encryption.
* Requires Windows 2000 or higher
* On Win XP displays icon in the folder tree of Explorer for encrypted folders.
Install:
Download the dll and run the following command from your run prompt, replacing the path stuff with the actual path to where you put the dll file:
regsvr32 c:path odllstatocrypt.dll |
|
|
|
|
DLL Export Viewer v1.10 x64
|
|
Hits: 5 |
|
Date added: 04/13/2007 |
|
This utility displays the list of all exported functions and their virtual memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memoery address. When this function is called, the debugger will stop in the beginning of this function.
For example: If you want to break each time that a message box is going to be displayed, simply put breakpoints on the memory addresses of message-box functions: MessageBoxA, MessageBoxExA, and MessageBoxIndirectA (or MessageBoxW, MessageBoxExW, and MessageBoxIndirectW in unicode based applications) When one of the message-box functions is called, your debugger should break in the entry point of that function, and then you can look at call stack and go backward into the code that initiated this API call. |
|
|
|
|
The Coroners Toolkit
|
|
Hits: 6 |
|
Date added: 11/21/2004 |
|
TCT is a collection of tools which are geared towards gathering and analyzing forensic data UNIX system after a break-in. More info on authors homepage. |
|
|
|