HomeHome
News News Subscribe
border border News border border
WinAPIOverride 6.12.2 (32 and 64 bits)
Sun, 06 Apr 2025 20:38:38 GMT 
  -  Bug fix : WinApiOvverride Monitoring File Library : files were not loaded when clicking OK (6.12.1 regression)
  -  HexControl updated to Helium Hex Editor release v2.7.4
 
Helium Hex Editor v 2.7.4
Sun, 06 Apr 2025 20:38:38 GMT 
 -   Minor GUI bug fixes and improvements
 
ApplicationsRedirectionViewer 1.0.1
Tue, 25 Feb 2025 20:44:44 GMT 
Initial version
 
Shortcuts Search And Replace v 2.6.1
Tue, 25 Feb 2025 20:44:44 GMT 
  - Added Raw Shortcut information : display decoded internal shortcut structures with offsets and size, and hexadecimal display to allow to correct shortcut if needed
 
WinAPIOverride 6.12.1 (32 and 64 bits)
Tue, 25 Feb 2025 20:44:44 GMT 
  -  WinApiOvverride Plugin SDK update: in addition to static overriding arrays, allow to change overriding function during execution. Example can be found under "Overriding Dll SDK\API\DynamicHooking"
  -  WinApiOvverride Monitoring File Library: added display filter for selected items. This allow to quickly know which functions will be monitored for large monitoring files (like ntdll or kernel32)
  -  WinApiOvverride monitoring file parsing troubles solved for arguments option ":PointedDataSize" for pointer to type depending of register size (PVOID, PSIZE_T)
  -  HexControl updated to Helium Hex Editor release v2.7.3
 
Helium Hex Editor v 2.7.3
Tue, 25 Feb 2025 20:44:44 GMT 
 -   Added hash algorithm BLAKE2bp, BLAKE2sp, BLAKE2xs, BLAKE2xb
 -   Added support for utf8 strings as input
 -   Minor GUI bug fixes and improvements
 
CryptoStuff 2.7.1
Tue, 25 Feb 2025 20:44:44 GMT 
 -  Added hash algorithm BLAKE2bp, BLAKE2sp, BLAKE2xs, BLAKE2xb
 -  Added support for utf8 strings as input
 
Shortcuts Search And Replace v 2.5.1
Thu, 12 Dec 2024 18:42:27 GMT 
  - Added : Toolbar button to launch shortcuts target
  - Added : Popup menu item to get single item info in listview
  - Solved : MSI link target
  - Solved : Shell only item links
  - Solved : "Search Dead Links" bad report for links to shell items
 
WinAPIOverride 6.11.3 (32 and 64 bits)
Tue, 26 Nov 2024 23:01:15 GMT 
  -  WinApiOvverride and Plugin SDK update to solve trouble inside cross architecture interprocess communication between plugin and overriding dll (x86 overriding dll with x64 plugin)
 
WinAPIOverride 6.11.2 (32 and 64 bits)
Wed, 23 Oct 2024 18:05:20 GMT 
Update of Plugin SDK which was out of sync (no impact on binaries)
 
WinAPIOverride 6.11.2 (32 and 64 bits)
Mon, 14 Oct 2024 16:52:20 GMT 
Fix miss upload : binary was not uploaded correctly yesterday
 
WinAPIOverride 6.11.2 (32 and 64 bits)
Sun, 13 Oct 2024 22:01:20 GMT 
  -  Solved PE parsing crash that occured in version 6.11.1 (WinApiOVerride, Monitoring File Builder, StubResolver)
  -  HexControl updated to Helium Hex Editor release v2.7.2
 
Helium Hex Editor v 2.7.2
Sun, 13 Oct 2024 22:01:20 GMT 
 -   Solved PE parsing crash that occured in v 2.7.1 version
 
AllDllDeps : All Dlls Dependencies v 2.1.4
Sun, 13 Oct 2024 22:01:15 GMT 
 -   Solved crash that occured in v 2.1.3 version

 
WinAPIOverride Monitoring Files
Fri, 11 Oct 2024 21:41:20 GMT 
Monitoring files are now available on github for better exchanges and updates with the community
https://github.com/JacquelinPOTIER/WinApiOverride_MonitoringFiles
 
WinAPIOverride 6.11.1 (32 and 64 bits)
Wed, 09 Oct 2024 21:41:20 GMT 
WinApiOverride:
  -  Added support for packaged apps AppxManifest dependencies (Monitoring File Builder, StubResolver)
  -  Bug correction :PointedElementsCount= was not taken into account for fixed values (:PointedElementsCount=ArgX was working). It's still recommanded to use the ArgX option when possible
  -  Regression solved since version 6.10 Unload of injected dll not done in some cases when pressing stop button
  -  Some monitoring files updates
  -  HexControl updated to Helium Hex Editor release v2.7.1
 
Helium Hex Editor v 2.7.1
Wed, 09 Oct 2024 20:21:20 GMT 
 -   Added support for packaged apps AppxManifest dependencies
 -   Added BLAKE3 hash algorithm
 -   Minor GUI bug fixes and improvements
 
AllDllDeps : All Dlls Dependencies v 2.1.3
Wed, 09 Oct 2024 19:43:15 GMT 
 -   Added support for packaged apps AppxManifest dependencies
 -   Minor GUI bug fixes and improvements
 
CryptoStuff 2.6.1
Wed, 09 Oct 2024 19:25:06 GMT 
 -  Added BLAKE3 hash algorithm
 -  Added options to add file name after hash in file and use lower extension (compatible output with unix/linux tools md5sum and sha256sum)
 
QuickWayToFolders v 1.4.2
Wed, 18 Sep 2024 18:04:07 GMT 
  - Added support for environment variables paths like "%windir%"
 
Dll Proxy Creator v 1.0.3
Sat, 2 Mar 2024 16:17:07 GMT 
PE parsing bug solved : In some cases some ordinal only exports could miss
 
More News 
border border border border
Softwares Released Softwares
border border WinAPIOverride border border
Last Update: April 06 2025 
Screenshot
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 skip a function call from break dialog (function won't be called this time)
  - 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
  - You can fuzz a binary file. Fuzzing is done from monitoring file, you don't need extra job to do. The fuzzing operation can be done with 0 or random parameters, and the fuzzing operations are logged like functions calls
More Informations  Get more informations for this software
Screenshots Screenshots
Download  Download 34.74 Mb
  Version 6.12.2 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top
border border HeliumHexEditor border border
Last Update: April 06 2025 
Screenshot
Helium Hex Editor is an advanced lightweight portable hexadecimal editor.
It allows to edit:
 -  Files
 -  Processes memory
 -  Kernel memory (virtual and physical)
 -  Disks and partitions
 -  S-Records and Intel Hex

It contains the following features:
 -  Multiple views of the same document allowing to display different parts of the document
 -  Basic Edition Operation (Cut, Copy, Paste, Insert, Fill, Undo, Redo)
 -  Backward and Forward Navigation
 -  Data operations
 -  Binary Compare
 -  Search and Replace
 -  String search
 -  Bookmarks
 -  Join
 -  Split
 -  Basic Types Display (in little and big endian)
 -  Structures Parser
 -  Bytes Distribution Display
 -  Entropy Display
 -  Multiple Documents Entropy Display: display entropy across documents or network packets content
 -  Cryptography
 -  Disassembly
 -  Ascii / Unicode Display

Helium Hex Editor contains also an advanced Portable Executable (PE) viewer supporting 32 bits and 64 bits binary including :
 -  Detailed PE struct display for: DOS Header, NT Headers, Optional Headers, Directories, Sections, Exception Table and Unwind Information, Secure Exception Handler (SEH), Control Flow Guard (CFG), resources
 -  Import Table Viewer
 -  Export Table Viewer
 -  Sections viewer and Addresses Convertor
 -  Resource Display and Extract
 -  Unwind Opcode Decoding

And some PE tools:
 -  PE Headers Compare
 -  PE Import Table / Export Table Compare
 -  Specific PE Search
More Informations  Get more informations for this software
Screenshots Screenshots
Download 64bits  Download 64bits 12.94 Mb
Download 32bits  Download 32bits 13.01 Mb
  Version 2.7.4 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top
border border All Dll Dependencies border border
Last Update: October 13 2024 
Screenshot All Dlls Dependencies is a static analyzer for Dlls dependencies.
It is a clone of Depends supporting Windows 7 and Windows 10 stub dlls.
Like Dependency Walker, it can analyze modules to find missing imported dlls or functions

Notice: For a dynamic analysis, use WinApiOverride with LoadedLib.txt or Loadedfunc.txt monitoring files.
More Informations  Get more informations for this software
Screenshots Screenshots
Download  Download 6.47 Mb
  Version 2.1.4 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Dll Proxy Creator border border
Last Update: March 2 2024 
Screenshot
DllProxyCreator helps you to create dll proxy automatically.
For that purpose, DllProxyCreator
  • Parses target dll export table
  • Lets you choose which function(s) you want to override, and which you want to let untouched
  • Generates a Visual Studio dll proxy project from project templates
  • For function(s) to override, extracts original dll functions definitions from headers (if available) and create function(s) skeletons
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 1.21 Mb
Download 32bits  Download 32bits 1.19 Mb
Version 1.0.3 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Dll Export Finder border border
Last Update: April 28 2024 
Screenshot 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 directory, just make a search on '*'


More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 318 Kb
Download 32bits  Download 32bits 302 Kb
Version 1.5.7 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Dll Static Import Finder border border
Last Update: April 28 2024 
Screenshot 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.
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 379 Kb
Download 32bits  Download 32bits 363 Kb
Version 1.3.7 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border ApplicationsRedirectionViewer border border
Last Update: February 25 2025 
Screenshot Applications Redirection Viewer is a free portable software
It's goal is to list applications redirection done by the Windows Operating System.

It can list two different redirection types:
- ShellExecute redirection which affects ShellExecute and ShellExecuteEx (and so, double clicking in windows explorer)
- Applications execution alias (which are present since Win 10) which affect all processus creation aka CreateProcess, NtCreateProcess, NtCreateProcessEx, ShellExecute, ShellExecuteEx,...

More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 277 Kb
Download 32bits  Download 32bits 265 Kb
Version 1.0.1 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border MagicFileIdentifier border border
Last Update: September 27 2023 
Screenshot
MagicFileIdentifier allows to identify documents and files.
It knows the 'magic number' of several thousands of file types, and so allows binary or text file identification.
MagicFileIdentifier allow to do the search for files, directory and also Windows executable (PE) resources.
It provides Drag and Drop capabilities and Windows shell integration
Magic File Identifier is a Windows GUI implementation of the Unix file command.
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 1.15 Mb
Download 32bits  Download 32bits 1.12 Mb
Version 1.2.3 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border CryptoStuff border border
Last Update: February 25 2025 
Screenshot Crypto Stuff is a free portable cryptography software including hashing, ciphering (block or stream), RSA and Elliptic
Supported algorithms:
   - Hash : MD2, MD4, Ed2k, MD5, SHA1, SHA224, SHA256, SHA384, SHA512, SHA3_224, SHA3_256, SHA3_384, SHA3_512, Tiger, Whirlpool, Keccak_224, Keccak_256, Keccak_384, Keccak_512, RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, BLAKE2s, BLAKE2b, Panama LittleEndian, Panama BigEndian, SM3, SipHash-2-4-64, SipHash-2-4-128, SipHash-4-8-64, SipHash-4-8-128, SHAKE-128, SHAKE-256, LSH-256-224, LSH-256-256, LSH-512-256, LSH-512-384, LSH-512-512,xxHash32, xxHash64, xxHash3_64, xxHash3_128, HAS-160, GOST12-256, GOST12-512, GOST94, GOST94 (CryptoPro), EDONR-224, EDONR-256, EDONR-384, EDONR-512, BLAKE3
   - CRC : CRC-3 GSM, CRC-3 ROCH, CRC-4 G-704 / ITU, CRC-4 INTERLAKEN, CRC-5 EPC-C1G2, CRC-5 G-704 / ITU, CRC-5 USB, CRC-6 CDMA2000-A, CRC-6 CDMA2000-B, CRC-6 DARC, CRC-6 G-704 / ITU, CRC-6 GSM, CRC-7 MMC, CRC-7 ROHC, CRC-7 UMTS, CRC-8 AUTOSAR, CRC-8 BLUETOOTH, CRC-8 CDMA2000, CRC-8 DARC, CRC-8 DVB-S2, CRC-8 GSM-A, CRC-8 GSM-B, CRC-8 HITAG, CRC-8 I-432-1 / ITU, CRC-8 I-CODE, CRC-8 LTE, CRC-8 MAXIM-DOW, CRC-8 MIFARE-MAD, CRC-8 NRSC-5, CRC-8 OPENSAFETY, CRC-8 ROHC, CRC-8 SAE-J1850, CRC-8 SMBUS, CRC-8 TECH-3250, CRC-8 WCDMA, CRC-10 ATM, CRC-10 CDMA2000, CRC-10 GSM, CRC-11 CRC-11 / FLEXRAY,CRC-11 UMTS, CRC-12 CDMA2000, CRC-12 DECT / X-CRC-12, CRC-12 GSM, CRC-12 UMTS / 3GPP, CRC-13 BBC, CRC-14 DARC, CRC-14 GSM, CRC-15 CAN, CRC-15 MPT1327, CRC-16 CRC-16 / ARC / CRC-IBM / LHA,CRC-16 CDMA2000, CRC-16 CMS, CRC-16 DDS-110, CRC-16 DECT-R / R-CRC-16, CRC-16 DECT-X / X-CRC-16, CRC-16 DNP, CRC-16 EN-13757, CRC-16 GENIBUS / DARC / EPC / EPC-C1G2 / I-CODE, CRC-16 GSM, CRC-16 IBM-3740 / AUTOSAR /CCITT-FALSE, CRC-16 ISO-IEC-14443-3-B / CRC-B / X-25/ IBM-SDLC / ISO-HDLC, CRC-16 ISO-IEC-14443-3-A / CRC-A, CRC-16 KERMIT / BLUETOOTH / CCITT / CCITT-TRUE / V-41-LSB, CRC-16 LJ1200, CRC-16 M17, CRC-16 MAXIM_DOW, CRC-16 MCRF4XX, CRC-16 MODBUS, CRC-16 NRSC-5, CRC-16 OPENSAFETY-A, CRC-16 OPENSAFETY-B, CRC-16 PROFIBUS / IEC-61158-2, CRC-16 RIELLO, CRC-16 SPI_FUJITSU / AUG-CCITT, CRC-16 T10_DIF, CRC-16 TELEDISK, CRC-16 TMS37157, CRC-16 UMTS / BUYPASS / VERIFONE, CRC-16 USB, CRC-16 XMODEM / ACORN / LTE / V-41-MSB / ZMODEM, CRC-17 CAN_FD, CRC-21 CAN_FD, CRC-24 BLE, CRC-24 FLEXRAY-A, CRC-24 FLEXRAY-B, CRC-24 INTERLAKEN, CRC-24 LTE-A, CRC-24 LTE-B, CRC-24 OPENPGP, CRC-24 OS-9, CRC-30 CDMA, CRC-31 PHILIPS, CRC-32 CRC-32 / ISO_HDLC / ADCCP / V-42 / XZ / PKZIP, CRC-32 CRC-32C / ISCSI / BASE91-C / CASTAGNOLI / INTERLAKEN, CRC-32 CRC-32D / BASE91-D, CRC-32 CRC-32Q / AIXM, CRC-32 AUTOSAR, CRC-32 BZIP2 / AAL5 / DECT-B / B-CRC-32, CRC-32 CD_ROM_EDC, CRC-32 CKSUM / POSIX, CRC-32 JAMCRC, CRC-32 MEF, CRC-32 MPEG-2, CRC-32 XFER, CRC-40 GSM, CRC-64 ECMA-182, CRC-64 GO-ISO, CRC-64 MS, CRC-64 REDIS, CRC-64 WE, CRC-64 XZ
   - Checksum : Adler32
   - Cipher :
         Block : IDEA, Blowfish, AES, Camellia, CAST128, CAST256, GOST, MARS, RC2, RC5, RC6, SAFER_K, SAFER_SK, SEED, Serpent, SHACAL2, SHARK, SKIPJACK, Square, TEA, ThreeWay, Twofish, XTEA, DES, DES_EDE2, DES_EDE3, DES_XEX3, Threefish 256, Threefish 512, Threefish 1024, ARIA, Kalyna 128, Kalyna 256, Kalyna 512, SM4, SIMON 128, SPECK 64, SPECK 128,CHAM 64, CHAM 128, Hight, LEA, Simeck 32, Simeck 64
         Block modes : ECB, CBC, CFB, OFB, CTR, CCM, GCM, EAX
         Stream : ChaCha8, ChaCha12, ChaCha20, Salsa20, XSalsa20, Panama LittleEndian, Panama BigEndian, SEAL LittleEndian, SEAL BigEndian, WAKE-OFB LittleEndian, WAKE-OFB BigEndian, ChaCha IETF, XChaCha20, Rabbit, HC-128, HC-256, Sosemanuk
   - RSA : Key generation, encode, decode, sign, verify, DER to PEM and PEM to DER RSA keys conversion
   - Elliptic : ECDSA, ECGDSA, ECNR, ECIES, ed25519
   - Base64

More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 1.44 Mb
Download 32bits  Download 32bits 1.2 Mb
Version 2.7.1 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Shortcuts Search And Replace border border
Last Update: February 25 2025 
Screenshot Shortcuts Search And Replace allows to do easy operations on shortcuts :
 -  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 when moving portable applications to another drive or another folder)
 -  Search dead links, to resolve or delete them (multiple resolves/delete in single click)
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 825 Kb
Download 32bits  Download 32bits 813 Kb
Download Sources  Sources (c++) 885 Kb
Version 2.6.1 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border QuickWayToFolders border border
Last Update: September 18 2024 
Screenshot QuickWayToFolders is a portable application which 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).
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 1.49 Mb
Download 32bits  Download 32bits 1.47 Mb
Download Sources  Sources (c++) 2.38 Mb
Version 1.4.2 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Network Stuff [easy socket v3] border border
Last Update: April 02 2012 
Screenshot 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
More Informations  Get more informations for this software
Screenshots Screenshots
Download  Download 412 Kb
Download Sources  Sources (c#) 782 Kb
Version 3.0.9.0 Windows XP / Vista / 7 / 8 / 10 / 11 .NET
border border border border
Top

border border Control Content Saver border border
Last Update: April 8 2011 
Screenshot 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.
More Informations  Get more informations for this software
ScreenshotScreenshot
Download  Download 298 Kb
Download Sources  Sources (c++) 239 Kb
Version 1.3 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Desktop Icons Positions border border
Last Update: January 03 2023 
Screenshot Desktop Icons Positions save and restore Windows desktop icons positions
Command line mode support
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 118 Kb
Download 32bits  Download 32bits 116 Kb
Download Sources  Sources (c++) 178 Kb
Version 1.2.0 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Disable Screen Saver border border
Last Update: November 15 2020 
Disable Screen Saver disable windows screen saver on windows 7 and windows 10
Designed for those who run Windows Media Player with a looping video all the day because their company don t allow screen saver disabling
Extra light application (less than 120kB), no cpu eating
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 53 Kb
Download 32bits  Download 32bits 50 Kb
Download Sources  Sources (c++) 50 Kb
Version 2.0.0 Windows 7 / 10 / 11
border border border border
Top

border border Screen Reader border border
Last Update: January 17 2015 
Screenshot Screen Reader reads all elements menus or screen text pointed by the 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
More Informations  Get more informations for this software
ScreenshotScreenshot
Download 64bits  Download 64bits 101 Kb
Download 32bits  Download 32bits 96 Kb
Download Sources  Sources (C++) 132 Kb
Version 1.3.2 Windows XP / Vista / 7 / 8 / 10 / 11
border border border border
Top

border border Speaking Event Reminder border border
Last Update: October 21 2023 
Screenshot 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.
More Informations  Get more informations for this software
ScreenshotScreenshot
Download  Win8,Win10,Win11 Setup 7.64 Mb
Download  Vista and Seven Setup 7.64 Mb
Download  Windows 9x XP Setup 4.18 Mb
Download Sources  Win7 to Win11 Sources (c#) .Net 4 729 Kb
Download Sources  Windows 9x and XP Sources (c#).Net 1.0 647 Kb
Version 1.1 Windows 98/ME/NT/2000/XP/Vista/Seven/Win8/Win10/Win11 .NET
border border border border
Top

border border Speed Touch Speed Monitor border border
Last Update: November 27 2011 
Screenshot 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.
More Informations  Get more informations for this software
ScreenshotScreenshot
Download  Download 192 Kb
Download Sources  Sources (c#) 540 Kb
Version 1.0.5 Windows XP / 7 / 10 /11 .NET 1.1
border border border border
Top

border border WeatherNotify border border
Last Update: September 09 2022 
Screenshot 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.
More Informations  Get more informations for this software
ScreenshotScreenshot
Download  Download 362 Kb
Download Sources  Sources (c#) 591 Kb
Version 1.4.0 Windows XP / 7 / 10 /11 .NET 1.1
border border border border
Top

border border Fsphpgallery Mod J border border
Last Update: April 03 2018 
Screenshot File-system based PHP image gallery, fully compatible with Chrome, Firefox, Internet Explorer, Edge,....
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
More Informations  Get more informations for this software
Windows Screenshots
Download  PHP Sources 438 Kb
Example  Example
Version 2.0.14 WindowsLinuxFreeBsd
border border border border
Top