Vista Download

View code Vista download - HxD Vista download - Best Free Vista Downloads

 



Related Keywords

view code downloads
view code in html downloads
view source code downloads
view html code downloads
view website code downloads
view an email in html code downloads
view qr code downloads
code 3 of 9 bar code downloads
code 39 code 128 downloads
code qr code filemaker plugin downloads
code 128 bar code software downloads
code 128 bar code fonts downloads
code 39 bar code font software downloads
code 39 bar code fonts downloads
code 39 bar code software downloads
view downloads
view dbf files downloads
view exif downloads
view pictures downloads
view dbf downloads

Top Software Keywords

windows downloads
free downloads
development downloads
tool downloads
code downloads
data downloads
xml downloads
visual studio downloads
text downloads
database downloads
sql downloads
perl downloads
html downloads
editor downloads
file downloads
csv downloads
convert downloads
xls downloads
java downloads
utility downloads
schema downloads
oracle downloads
visual basic downloads
sql server downloads
application downloads
compare downloads
uml downloads
hex editor downloads
txt downloads
obfuscator downloads

 

Downloads RSS

RSS 2.0 feed XML feed XML feed

Top Downloads

YourKit
Profiler

2025.3 Build 135 download
Trialware

Batch RegEx
Free

5.0.124 download
Shareware

Agena Portable
4.11.0 download
Open Source

GroupDocs.Tota
l Free Apps
for Windows

21.5.0.0 download
Freeware

OpenSSL
3.5 download
Open Source

InnoExtractor
10.2.1.134 download
Shareware

JProfiler
12.0.5 download
Trialware

ZylIdleTimer.N
ET

1.43 download
Shareware

BCGSuite for
MFC

36.0 download
Trialware

Viscomsoft
.Net Image
Viewer SDK

1.17 download
Shareware

Active Query
Builder .NET
Edition

3.13.1 Build 2263 download
Demo

VintaSoft
Imaging .NET
SDK

14.0.9.1 download
Demo

GSA Auto
SoftSubmit

8.40 download
Shareware

Batch File
Replace Free

5.0.124 download
Shareware

Resource Tuner
2.25 download
Shareware

Top Rated

SuperEdi
4.3.2 download
Freeware

SimplexNumeric
a

25.4.2.1 download
Freeware

AlphaControls
2020

15.21 download
Shareware

IntelliProtect
or

2.24 download
Freeware

SetupBuilder
10.0.6531 download
Shareware

GSA Auto
SoftSubmit

8.40 download
Shareware

CyberInstaller
Suite

2022 download
Freeware

Install
Package
IronPdf

2022.4.5455 download
Shareware

ReFox XII
12.5 download
Commercial

DJ Java
Decompiler

3.12.12.101 download
Shareware

PlayBasic
Learning
Edition

1.64l download
Freeware

SIP ActiveX
Phone

1.1.2.6 download
Shareware

Turbo C++
3.0 download
Freeware

Ultimate++
605 download
Freeware

NeoBook Rapid
Application
Builder

5.8.7 download
Shareware

 

Navigation: Home \ Development \ Other \ HxD

HxD

 2.5.0.0   by mh-nexus

Vista Compatible
Software Description:
HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size.
The easy to use interface offers features such as searching and replacing, exporting, checksums/digests, insertion of byte patterns, a file shredder, concatenation or splitting of files, statistics and much more. ...
type: Freeware
categories: hex editor, edit hex, checksum generator, hex, editor, edit
Download HxD


Add to Download Basket


Report virus or spyware
HxD screenshot
[ Zoom screenshot ]
Vote:
Voted: 0 times
Downloaded: 787 times
Software Info
Best Vista Download periodically updates pricing and software information of HxD full version from the publisher, but some information may be out-of-date. You should confirm all information.
Software piracy is theft, using crack, warez passwords, patches, serial numbers, registration codes, key generator, keymaker or keygen for HxD license key is illegal and prevent future development of HxD. Download links are directly from our mirrors or publisher's website, HxD torrent files or shared files from rapidshare, yousendit or megaupload are not allowed!
Released: February 11, 2021
Filesize: 3.19 MB
Platform: Windows XP, Windows Vista, Windows Vista x64, Windows 7, Windows 7 x64, Windows 8, Windows 8 x64, Windows 10, Windows 10 x64
Install Instal And Uninstall
Add Your Review or Windows Vista Compatibility Report
Your Name:
Software Version:
Rating:
Comment:
Security Code:

HxD

- Releases History
Software: HxD 2.5.0.0
Date Released: Feb 11, 2021
Status: New Release
Release Notes: Hex editor: implement horizontal mouse wheel scrolling (including handling of Logitech driver bug)

Data inspector:
New: added LEB128/ULEB128 types (variable width integer types used in WASM and dwarf debug information)
New: introduce readonly type converters (to allow uniform error messages when attempting to change values, also for converter plugins)
Enhancement: better error handling so that typical errors are caught and a more specific error message is given
error message for plugin DLLs of wrong machine type (x86-32 vs. x86-64)
Exporters:
New: skip undefined or unreadable sections, such that Intel Hex and S-Record files can be created that have gaps
New: source code exporter option to set the maximum text column or bytes per lines (= array elements per line)
Checksums / digests:
New: custom checksum
can generate a checksum, with settable bitwidth for the checksum result, the checksum addends, and the endianness
useful for various exotic formats, such as ROM files
Software: HxD 2.4.0.0
Date Released: Feb 28, 2020
Status: New Release
Release Notes: Restructured plugin interface:
easier to use from non-object-oriented languages, such as C
https://github.com/maelh/hxd-plugin-framework
New: support signed hexadecimal numbers in data inspector (for Int8, Int16, Int32, Int64)
relative numbers are used in assembly, for example, so signed hexadecimal numbers should be supported
UInt8, UInt16, UInt32, UInt64 remain unsigned
Enhancement: integer types in the datainspector support a leading + sign
rewrote many conversion functions for more consistency and to deal with corner cases not handled well by Delphi's built-in functions
Enhancement: error message (when a relative- "goto" offset is not within the bounds of a file/stream) will mention both relative and obsolute offsets for easier reference
negative offsets are now also shown with a minus sign in hexadecimal
Fix: datainspector plugins fail to jump to the previous/next/first/last element
Software: HxD 2.3.0.0
Date Released: Jul 6, 2019
Status: New Release
Release Notes: New: array navigation toolbar in datainspector (next/previous/first/last element)
allows to navigate types like ad-hoc arrays, that span the entire stream / file, extending left and right from the current element shown in the datainspector
all fixed-width data types support navigating forwards and backwards by default
backward navigation needs special support for variable-width data types like UTF-8 since UTF-8 is self-synchronizing, determining the previous element is possible (however, x86 assembly, for example, cannot be supported, since trailing bytes in an instruction encoding can also appear as leading bytes, which therefore only allows for an unambigious forward scan)
New: added Int24 and UInt24 types to data inspector (useful for wav files)
be sure to reset the data inspector row order in the options, if new types appear in the last rows


Most popular view code in Other downloads for Vista

YourKit Profiler 2025.3 Build 135 download by YourKit, LLC
... and thread state monitoring, which provide a comprehensive view of application performance. These tools are essential for diagnosing complex performance issues and understanding the intricate behavior of applications under various ...
View Details Download
YourKit Profiler screenshot

Resource Tuner 2.25 download by Heaventools Software
... through numerous files. With Resource Tuner you can view, extract, edit, modify, translate, or repair the resources ... make modifications without needing to recompile the source code. It also allows you to edit the properties ...
type: Shareware ($49.95)
categories: resource, editor, win32, dll, exe, icon, viewer, extract, file, dialog, upx, unpacker, manifest, menu, png, xml
View Details Download
Resource Tuner

IDE SparX 1.0 download by Anand427
... a handy application designed to help you compile code sequences with just a few mouse clicks. The user only needs to load the code in the main window of the program. ...
View Details Download
IDE SparX screenshot

TreeFrog Framework 2.10.0 download by TreeFrog Framework
... Model-View-Controller (MVC) architecture, which promotes organized and maintainable code. This structure is particularly beneficial for large projects, ... database operations and reduces the amount of boilerplate code developers need to write. This ORM system supports ...
View Details Download
TreeFrog Framework screenshot

EiffelStudio 7.3.9.2766 download by Sourceforge
... *BSD, Solaris and other operating systems * Smart code editor * Sophisticated multi-view browsing and viewing facilities * Interactive debugger * Graphical modeling tool ... component. The Eiffel compiler creates C code that is then handed to a standard C ...
type: Open Source
categories: eiffel ide, code editor, Eiffel compiler, eiffelstudio, IDE, compiler
View Details Download
EiffelStudio

DelphiDabbler CodeSnip 4.21.1 download by Peter Johnson
CodeSnip is an open source program that can be used to manage, display and manipulate a source code database. The database can display locally stored snippets downloaded from the online Code Snippets Database as well as user-defined code snippets. ...
View Details Download
DelphiDabbler CodeSnip

Swapy 0.5.4 download by Moden4droid
... of all the running programs, enabling you to view their corresponding controls and access the available commands ... Selecting a command will display the native Python code in the Editor pane. ...
View Details Download
Swapy screenshot

WFM Reader 2.01 download by Kirk Wolak
... with Min/Max, CSV / Image exporting, full Source Code, WFMReader Library for easy access to the data in WFMs, and rectUtils library for easy manipulation with rectangles, points and ranges. ...
type: Freeware
categories: WFM, data, reader, development, library
View Details Download
WFM Reader

Obfuscator for .NET framework 8.8.3 download by RustemSoft
... .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques ... is a comprehensive professional solution for .NET application code protection. With Skater .NET Obfuscator you can easily ...
View Details Download
Obfuscator for .NET framework

.NET Obfuscator 8.8.3 download by RustemSoft
... .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques ... is a comprehensive professional solution for .NET application code protection. With Skater .NET Obfuscator you can easily ...
View Details Download
.NET Obfuscator