Unescape - Hex Decoder
Unescape is simple Qt graphical application that decodes escaped hexadecimal text into plain text. Unescape was intended preform some of the same decoding that JavaScript's unescape function provides.
Features
- Support for decoding \x00 formatted hexadecimal escape format (common to many programming languages)
- Support for decoding %00 formatted URL escape format (used commonly in web addresses)
- Mix and match different formats in the same text block
- Allows escaped characters within in plain text
Download
Download:
unescape1.1.zip (4,109 KB) (Recomended) Windows binary ZIP package - Version 1.1
MD5 Sum: 374608fdc986caa09666fbad8c9bed9d
unescape.exe (26 KB) (Requires Qt4) Windows executable only - Version 1.1
MD5 Sum: 7c1fde8cc6d67f4ce069c9654090cc66
Compressed via UPX v 3.0.7w (http://upx.sf.net).
Targeted for Qt 4.7.0
Created with Qt Creator 2.2.1
Created with Qt Creator 2.2.1
unescape1.1.zip (4,109 KB) (Recomended) Windows binary ZIP package - Version 1.1
MD5 Sum: 374608fdc986caa09666fbad8c9bed9d
unescape.exe (26 KB) (Requires Qt4) Windows executable only - Version 1.1
MD5 Sum: 7c1fde8cc6d67f4ce069c9654090cc66
Compressed via UPX v 3.0.7w (http://upx.sf.net).
Gitorious Source Code Repository:
http://gitorious.org/socosoftware/unescape
Targeted for Linux, Windows, Mac and more.
http://gitorious.org/socosoftware/unescape
Source Code:
unescape_1.1_SourceCode.zip (6 KB) Qt Creator 2.2.1 Source Code - Version 1.1
MD5 Sum: 56839d73c1ab8e68480fd26231b7bdb4
Targeted for Linux, Windows, Mac and more.
unescape_1.1_SourceCode.zip (6 KB) Qt Creator 2.2.1 Source Code - Version 1.1
MD5 Sum: 56839d73c1ab8e68480fd26231b7bdb4
Version History
- Build 1: Supports escape formats 0x00 and %00 decoding, including embedded in plain text. .
(Current)