|
 |
News |
|
|
 |
 |
 |
 |
|
Dll Proxy Creator v 1.0 | Thu, 30 Nov 2023 20:02:06 GMT |
| - New software that allow to generate proxy dll easily in few clicks
- Read the documentation tutorials to know how to put in place the created proxy dll |
WinAPIOverride 6.9.3 (32 and 64 bits) | Thu, 30 Nov 2023 20:02:06 GMT |
| WinApiOverride:
- Disasm improvements
- PE parsing improvements
- HexControl updated to Helium Hex Editor release v2.6.6
- Minor fixes
Monitoring file builder
- Speed improvement for extracting functions definition from header files |
Helium Hex Editor v 2.6.6 | Thu, 30 Nov 2023 20:02:06 GMT |
| - GUID directly editable from basic types
- Disasm improvements
- PE parsing improvements
- Minor fixes |
Speaking Event Reminder v 1.1 | Sat, 21 Oct 2023 19:48:06 GMT |
| As some of you asked me if it is possible to run Speaking Event Reminder on Win10 and Win11, I have tried and was successful :)
So some code cleaning, useless binaries removal, and new install for Win 8 and upper where done for this release after... 10 years of inactivity :) |
Helium Hex Editor v 2.6.5 | Wed, 27 Sep 2023 19:48:06 GMT |
| - Basic Types View : type __time32_t, __time64_t and GUID added
- PE compare : fields offset are displayed
- Magic engine and database updated to 5.45
- Small GUI bug fixes |
MagicFileIdentifier 1.2.3 | Wed, 27 Sep 2023 19:48:06 GMT |
| - Update to allow support of new database keyword of file version 5.45
- Database update. |
CryptoStuff 2.5.3 | Wed, 27 Sep 2023 19:48:06 GMT |
| - Restore last window position at startup |
QuickWayToFolders v 1.3.11 | Mon, 04 Sep 2023 17:50:00 GMT |
| - Add support for multiple monitors
- Handle mouse media buttons to browse forward and backward
- Small GUI improvements and bugs solved |
WinAPIOverride 6.9.2 (32 and 64 bits) | Sat, 14 Jan 2023 22:00:00 GMT |
| WinApiOverride:
- Fuzzing : added capability to fuzz C++ objects methods
- Monitoring file builder : solved crash when retrieving data from microsoft documentation
- HexControl updated to Helium Hex Editor release v2.6.1
Documentation : added tutorial videos for C++ objects fuzzing | |
|
 |
 |
 |
 |
|
|
 |
Released Softwares |
|
 |
 |
 |
 |
|
Last Update: November 28 2023 |
|
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
|
|
|
|
Version 6.9.3 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: November 28 2023 |
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
|
|
|
|
Version 2.6.6 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: November 28 2023 |
|
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.
|
|
|
|
|
Version 1.6.2 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: November 28 2023 |
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
|
|
|
|
Version 1.0 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: November 28 2023 |
|
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 '*'
|
|
|
|
|
Version 1.5.2 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: November 28 2023 |
|
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.3.2 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: September 27 2023 |
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.
|
|
|
|
Version 1.2.3 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: September 26 2023 |
|
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
- 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
|
|
|
|
|
Version 2.5.3 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: September 09 2023 |
|
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)
|
|
|
|
|
Version 1.13.0 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: September 04 2023 |
|
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).
|
|
|
|
|
Version 1.3.11 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
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 / Vista / 7 / 8 / 10 / 11 .NET |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
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 / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: January 03 2023 |
|
Desktop Icons Positions save and restore Windows desktop icons positions
Command line mode support
|
|
|
|
|
Version 1.2.0 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
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
|
|
|
|
Version 2.0.0 |
7 / 10 / 11 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: January 17 2015 |
|
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
|
|
|
|
|
Version 1.3.2 |
XP / Vista / 7 / 8 / 10 / 11 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: October 21 2023 |
|
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.1 |
98/ME/NT/2000/XP/Vista/Seven/Win8/Win10/Win11 .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 / 10 /11 .NET 1.1 |
|
|
 |
 |
 |
 |
 |
 |
 |
 |
|
Last Update: September 09 2022 |
|
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.4.0 |
XP / 7 / 10 /11 .NET 1.1 |
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Last Update: April 03 2018 |
|
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
|
|
|
|
 |
 |
 |
 |
|
|