|
|
 |
News |
|
|
 |
 |
 |
 |
|
| QuickWayToFolders v 1.2.13 | | Wed, 05 Jun 2013 21:32:00 GMT |
| - bug solved: notify icon not shown sometimes when started at windows startup
- bug solved: in desktop view, when visible, documents creation or change on desktop can make application crash |
| WinAPIOverride 6.2.0 (32 and 64 bits) | | Tue, 30 Apr 2013 17:50:00 GMT |
| - New tools to find sequence of API calls
Sequences Auto Detection : detect content of loops or content of event/timer callbacks
Known Sequences Search : search for specific sequence. Can be used for threat detection
- Process to monitor can be created under another user account
- MonitoringFileBuilder is able to create monitoring files from map files (supported map files format : IDA, Borland, Visual)
Fill free to disassemble with IDA (Hex-Rays) and monitor with WinApiOverride
- Multiple remote calls allowed in same time : first remote call don't need to be finished you can do another one with another remote call window
- C++ functions unmangling: added support for Borland and Gcc
- Dumper : Owner of process added
- Bug correction : WinApiOverride : parameter log filtering doesn't work for "Out" parameters (regression since 4.1.0 version). Thanks to Brutalis for report.
InputTextDataRetrival.txt monitoring file updated
- Bug correction : DebugInfosViewer : search by function name failure corrected |
| WinAPIOverride 6.1.1 (32 and 64 bits) | | Thu, 28 Feb 2013 20:04:00 GMT |
| - Detailed stats for functions : added number of calls per thread / caller, average and standard deviation for duration, easier failure/success recognition
- Timing Chart : function without return spying duration is now guess through callees duration
- New small utility to undecorate CPP functions
- Direct access to COM and .NET hooking options
- Quicker logs deleting
- Bug correction : command line parsing error (Thanks to Antonio Borneo for report) regression since v6.0.0
- Command line size for attached at startup increased from 260 to 2048 chars |
| Screen Reader v 1.1.0 | | Mon, 25 Feb 2013 20:47:00 GMT |
| - Clipboard watching
- Read clipboard bug (thanks to Claude Bouyer for report) |
| Dll Export Finder v 1.3.0 | | Mon, 25 Feb 2013 20:47:00 GMT |
| Bug Solved : crash when exiting application while search is not finished | |
|
 |
 |
 |
 |
|
|
 |
Released Softwares |
|
 |
 |
 |
 |
|
| Last Update: April 30 2013 |
|
WinAPIOverride is an advanced api monitoring software for 32 and 64 bits processes.
You can monitor and/or override any function of a process.
This can be done for API functions or executable internal functions.
It tries to fill the gap between classical API monitoring softwares and debuggers.
It can break targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application.
|
Main differences between other API monitoring softwares :
- You can define filters on parameters or function result
- You can define filters on dll to discard calls from windows system dll
- You can hook functions inside the target process not only API
- You can hook asm functions with parameters passed through registers
- You can hook hardware and software exceptions
- Double and float results are logged
- You can easily override any API or any process internal function
- You can break process before or/and after function call to change memory or registers
- You can call functions which are inside the remote processes
- Can hook COM OLE and ActiveX interfaces
- User types (enum, struct and union) and user defines are supported
- All is is done like modules : you can log or override independently for any function
- A library is provided for developpers who intend to build their one hooking software
|
|
|
|
|
Version 6.2.0 |
XP / 7 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
| Last Update: April 02 2012 |
|
Network open source tool including:
- tcp/udp telnet
- ping/traceroute
- DNS resolver
- Whois
- Arp
- Stats and TCP/UDP/IP tables (iphelper functions)
- TCP/UDP/ICMP/CGI multithreaded scan (TCP and CGI scan could be done throw HTTP or socks proxy)
- Raw packet capture (multiple options including application name)
- Raw packet forging
- Wake on LAN and Remote Shutdown
- Interactive TCP/UDP Transparent Proxy
|
|
|
|
|
|
Version 3.0.9.0 |
XP / 7 .NET |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
| Last Update: June 05 2013 |
|
QuickWayToFolders provides quick folder content access.
The four display possibilites are
- Desktop : Act like your desktop, with possibility of navigate through subfolders
- Small Browser : Act like windows explorer
- Menu : Display folder content in menu
- Multiple Folders Menu : Display multiple folders content in a single menu
Each entry is added to the taskbar notification area (near to windows clock).
|
|
|
|
|
|
Version 1.2.13 |
XP / 7 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
| Last Update: June 05 2013 |
|
Shortcuts Search And Replace allows to do easy operations on shortcuts like:
- Search for shortcuts target path, working directory, arguments, and icon location content
- Replace multiple shortcuts target path, working directory, arguments, and icon location content (useful if you move portable applications paths or directory)
- Search dead links, to resolve or delete them (multiple resolves/delete in one click)
|
|
|
|
|
|
Version 1.6.4 |
XP / 7 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
| Last Update: April 8 2011 |
|
A lot of softwares give you some important informations or results in Listview or other controls,
but the trouble is developpers don't gave us a way to save these results.
This application tries to fill this lack.
You can grab other processes controls content: Listview, Listbox, Combobox, Password fields, Static and of course Edit fields.
It can work with all applications based on windows API, that means c++ (Visual or Borland), c# and VB apps;
but it won't work with java applications.
|
|
|
|
|
|
Version 1.3 |
XP / 7 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
| Last Update: February 25 2013 |
|
Dll Export Finder finds functions exported by dll in a specified directory.
This is the tool you need if you don't remember in which dll is located the exported function your looking for.
The searched string can use the '*' and '?' jokers, and an insensitive case search is done.
To list all exported functions in a diretory, just make a search on '*'
|
|
|
|
|
|
Version 1.3.0 |
XP / 7 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
| Last Update: February 25 2013 |
|
Static Import Finder finds all matching functions/dll staticaly imported by exe or dll in a specified directory.
This is the tool you need if you don't know which exe or dll is using your dll.
The searched string can use the '*' and '?' jokers, and an insensitive case search is done.
|
|
|
|
|
|
Version 1.2.0 |
XP / 7 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
| Last Update: March 13 2004 |
|
Reminds birthdays and other events using Microsoft Agent technology.
It can run at computer's start up or using a schedule task.
You won't miss birthday or holy any more.
You can be warn the number of days you want before the event(s) (To give you enough time to buy a gift).
Informations are stored in xml files, so you can make easy backup of all your family events.
Stored informations are the name, event, the sentence to say, and optionnaly email and phone number.
These optional fields allow to autoshow a ballon information, upper taskbar, containing phone number and a direct mailto link.
You can use all languages specified by microsft speech api.
|
|
|
|
|
|
Version 1.0.4089 |
98/ME/NT/2000/XP/Vista/Seven .NET |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
| Last Update: November 27 2011 |
|
Show modem download and upload rate in status bar and/or in a floating window.
Usefull if you have home network and want to know the remaining bandwith.
Initially done for Alcatel Speed Touch ethernet modems (Home, Pro, 510v3, 510v4, and 530).
Tested on Thomson-TG587n too.
Should work for any modem / computer replying to an "ip iflist" command on telnet.
|
|
|
|
|
|
Version 1.0.5 |
XP / 7 .NET 1.1 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
| Last Update: March 17 2008 |
|
Show weather in status bar and/or in a window.
Full weather report can be display too.
This is a multiple languages/units software: to add more languages you just need to put an xml file in the language directory.
C# translation of phpweather.
|
|
|
|
|
|
Version 1.2.5 |
XP / 7 .NET 1.1 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
| Last Update: February 25 2013 |
|
Screen Reader reads all elements menus or screen text pointed by mouse.
This software has been done for people with visual troubles.
It use new microsoft SAPI 5 technologie without agent, and replace the older Agent Screen Reader software
It get a text free window (like the old Simple Reader software), and shortcut to read clipboard content
|
|
|
|
|
|
Version 1.1.0 |
XP/Vista/Seven |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
|
File-system based PHP image gallery, fully compatible with Internet Explorer and Firefox.
No database is required: this image gallery just use informations stored in IPTC and EXIF tags of JPEG images.
IPTC informations allow you to put copyright, caption and other comments for each image.
EXIF informations are fill by your camera and contains technical details
This way of storage avoid to have a database, and as your informations are stored inside your image file, until you loose your image, you can't loose associated informations.
Work even if browser's scripts are disabled.
You can mix folders and images without any trouble.
Provides Slideshow
Language interface fully configurable
Fsphpgallery Mod J galleries can be linked between them from different servers.
You can mix local and remote gallery
|
|
|
|
 |
 |
 |
 |
|
|