Software Alternatives, Accelerators & Startups

HxD

HxD is a carefully designed and fast hex editor which, additionally to raw disk editing and...

HxD

HxD Reviews and Details

This page is designed to help you find out whether HxD is good and if it is the right choice for you.

Screenshots and images

  • HxD Landing page
    Landing page //
    2021-07-31

Features & Specs

  1. User-friendly interface

    HxD features an intuitive interface, making it accessible for both novice and experienced users. The layout is well-organized, allowing efficient navigation and usage.

  2. Performance and speed

    HxD performs tasks quickly and efficiently, handling large files with ease. Its performance remains consistent even with big datasets.

  3. Data visualization

    HxD provides comprehensive data visualization options, enabling users to view data in hexadecimal, binary, and decimal formats. The inclusion of a character pane helps interpret binary data accurately.

  4. Extensive functionality

    HxD offers a wide array of features such as checksums, raw data editing, and disk and memory modification capabilities. Advanced searching, filtering, and data analysis tools enhance its utility.

  5. Portability

    HxD is available as a portable version, which can be used without installation. This flexibility allows users to work on various systems without administrative privileges.

  6. free software

    HxD is free to use, providing powerful features without cost. This makes it an attractive option for individuals and organizations on a budget.

Badges

Promote HxD. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Videos

We don't have any videos for HxD yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about HxD and what they use it for.
  • Guide - Audio Modding of "Arena of Valor"
    Ensure you have a Hex Editor. I use HxD (free), or alternatively 010 Editor (paid). - Source: dev.to / 8 months ago
  • How to Embed Binary Data into a Win32 Executable File in 4 Methods
    HxD Editor - A utility to export the binary file offset as a C/C++ source file. - Source: dev.to / over 1 year ago
  • HexWalk โ€“ Hex Editor/Viewer/Analyzer
    How does it compare to HxD? https://mh-nexus.de/en/hxd/. - Source: Hacker News / over 2 years ago
  • 2 TB SSD turned to 1TB SSD by repair software, is there a way to get the files recovered?
    By the sound of what happened it's possible that all files residing in the last 1TB got TRIMMed (https://www.300dollardatarecovery.com/trim/) by first aid. Can you check the corrupted videos with a hex editor (for example https://mh-nexus.de/en/hxd/) to see if they contain any information at all? If they got trimmed there will be large swathes of either 0xff or 0x00. Source: over 2 years ago
  • Bakugan Battle Brawlers Save File Editing Helper (Wii/PS3 and potentially other console versions)
    You don't need to know anything about Hex-Editing to use this. You are only required to know how to copy-paste. That being said, you will need a Hex-Editor program and to know your save-file's location. I personally use HxD: https://mh-nexus.de/en/hxd/. Source: about 3 years ago
  • Visual Boy Advance Saving As 64KB Instead Of 128KB - Doesn't Work On Cartridge
    Also, notepad is only good for editing text, not binary files. You should use a hex editor. I personally use HxD. I also found this online hex editor called HexEd.it. Source: about 3 years ago
  • Can't leave, can't die.
    Anyway, due to the sheer size of the saves, I'd recommend using a hex editor like HxD rather than a text editor. Hex editors typically operate on just a small buffer at any given time, so opening and paging through the file is very fast. In theory, this might slow down full-file operations like a full text search, but in practice it doesn't seem to matter in this case. I opened a 100MB save that hasn't been... Source: about 3 years ago
  • MP4 repair file
    Open the file with a hex editor such as HxD https://mh-nexus.de/en/hxd/ and let us know if the file is just all zeros, or if data is present. Source: about 3 years ago
  • Who can access the vault when it is unlocked?
    You can try it yourself. Download a memory inspector/editor utility (e.g., HxD, which is a reputable freeware utility), run it as User, and open the memory used by the Bitwarden process; search for any password or other stored secret, and you will see it in plaintext in the memory. Source: about 3 years ago
  • Reading and altering a bin file
    You can use a hex editor like this https://mh-nexus.de/en/hxd/. Source: about 3 years ago
  • Unknown USB Files - How to view?
    Use a computer with internet to download one and copy it across. This one works well with large files https://mh-nexus.de/en/hxd/. Source: over 3 years ago
  • TSW-760 Missing Micro SD Card
    Something else to consider, though not as important on a touch panel as a processor, but the image you make is going to bring over the working TSW's mac address and serial number. Use a hex editor to find and replace the value with your device's info. Source: over 3 years ago
  • can someone describe to me how half-life save files work? Its a big ask but I just saw "pe" "blood" and "rape" and now Im curious
    Also, you might find a hex editor works better for opening those kinds of files than notepad. I personally use HxD. Source: over 3 years ago
  • Recover video files
    Check the hex contents of the files to see if they actually contain data, or are full of 0's or other repeating bytes. You can do this with DMDE, or using a standalone hex-editor such as HxD: https://mh-nexus.de/en/hxd/. Source: over 3 years ago
  • Photo recovery issue
    Files which have been deleted from an SSD are often unrecoverable due to TRIM. Look up "SSD TRIM" for more info. Files which appear to have been "recovered" after a TRIM command has run, will typically be full of 0's or other non-original data. You can check this by examining your recovered files with a hex editor, such as HxD. Source: over 3 years ago
  • HELP! Recover accidently Deleted Footage worth 600GB
    Both recovery tools that you tried are crap-tier, however we can potentially still glean some useful information from them. Take a handful of the recovered files and open them with a hex editor (such as HxD: https://mh-nexus.de/en/hxd/). If the files are full of 0's, then that data has already been TRIM'd. You will not be able to repair these, as there is no actual data inside, and you will unlikely get a... Source: over 3 years ago
  • Deobsfucate
    When you say "hex editor site", do you mean an online one? If so, I don't know of any. As for programs you can install on Windows, you may for example want to try HxD or XVI32. Source: over 3 years ago
  • How screwed am I?
    If you open the drive in a hex editor such as hxd https://mh-nexus.de/en/hxd/ you will probably see nothing but 00. Source: over 3 years ago
  • How do I get certain pieces of data from a binary file
    There are plenty of hex editors. This one Iโ€™ve used a lot: https://mh-nexus.de/en/hxd/. Source: over 3 years ago
  • I lost 8 months worth of progress on my unity game.
    You could try something like Recuva to see if there is an older copy somewhere. If you didn't reboot the machine since, you could try using HxD to check the RAM (menu "Extras"/"Open RAM"), your pagefile, or even your whole disk for at least fragments of your code (if you remember some of it, search for that). I've managed to help a couple of people with these before, but it was something that happened in the same... Source: over 3 years ago
  • R-Undelete Tells Me my deleted files each have a 'Good' recovery chance, but none of them work.
    If you open some of your "recovered" files in a hex editor (https://mh-nexus.de/en/hxd/), you will likely see all 0's or other repeating byte patterns. If this is the case, then nothing can be done through software to solve this, and AFAIK not even professional tools can recover TRIM'd data from these drives. Source: over 3 years ago

Do you know an article comparing HxD to other products?
Suggest a link to a post with product alternatives.

Suggest an article

HxD discussion

Log in or Post with

Is HxD good? This is an informative page that will help you find out. Moreover, you can review and discuss HxD here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.