Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

249,001

Downloads of v 2.3.0.0:

21,757

Last Update:

07 Jul 2019

Package Maintainer(s):

Software Author(s):

  • Maël Hörz

Tags:

hxd editor hex file admin

HxD - Hex Editor and Disk Editor (Install)

This is not the latest version of HxD - Hex Editor and Disk Editor (Install) available.

  • 1
  • 2
  • 3

2.3.0.0 | Updated: 07 Jul 2019

Downloads:

249,001

Downloads of v 2.3.0.0:

21,757

Software Author(s):

  • Maël Hörz

HxD - Hex Editor and Disk Editor (Install) 2.3.0.0

This is not the latest version of HxD - Hex Editor and Disk Editor (Install) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install HxD - Hex Editor and Disk Editor (Install), run the following command from the command line or from PowerShell:

>

To upgrade HxD - Hex Editor and Disk Editor (Install), run the following command from the command line or from PowerShell:

>

To uninstall HxD - Hex Editor and Disk Editor (Install), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade hxd -y --source="'INTERNAL REPO URL'" --version="'2.3.0.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade hxd -y --source="'INTERNAL REPO URL'" --version="'2.3.0.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install hxd
  win_chocolatey:
    name: hxd
    version: '2.3.0.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'hxd' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '2.3.0.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller hxd
{
    Name     = "hxd"
    Version  = "2.3.0.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'hxd':
  ensure   => '2.3.0.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 02 Feb 2020.

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.

Editing works like in a text editor with a focus on a simple and task-oriented operation, as such functions were streamlined to hide differences that are purely technical.
For example, drives and memory are presented similar to a file and are shown as a whole, in contrast to a sector/region-limited view that cuts off data which potentially belongs together. Drives and memory can be edited the same way as a regular file including support for undo. In addition memory-sections define a foldable region and inaccessible sections are hidden by default.

Furthermore a lot of effort was put into making operations fast and efficient, instead of forcing you to use specialized functions for technical reasons or arbitrarily limiting file sizes. This includes a responsive interface and progress indicators for lengthy operations.

Package Specifics

All package versions will download and install the latest HxD version since the software vendor only provides a generic URI without version information.


tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';

$checksum32 = 'D2C58C3CED7D12F0DADAA20723D0C1B34167BB6EE6292DEB8D9921F8DC711964778348059EFD653BBAC05AB3277C90350B7DA9DE4FFB82D8683494A98D87C137'

$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$zipLocation   = Join-Path $toolsDir 'HxDSetup.zip'
$unzipLocation = Join-Path $toolsDir 'HxDSetup'
$setupLocation = Join-Path $unzipLocation 'HxDSetup.exe'

Get-ChecksumValid -File $zipLocation -Checksum $checksum32 -ChecksumType 'sha512'

Get-ChocolateyUnzip $zipLocation $unzipLocation
Install-ChocolateyInstallPackage 'HxD' 'exe' '/silent' $setupLocation

Remove-Item $unzipLocation -Recurse
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'HxD'
$registryUninstallerKeyName = 'HxD_is1'

$local_key       = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
$local_key6432   = "HKCU:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
$machine_key     = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"
$machine_key6432 = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$registryUninstallerKeyName"

$file = @($local_key, $local_key6432, $machine_key, $machine_key6432) `
	| ?{ Test-Path $_ } `
	| Get-ItemProperty `
	| Select-Object -ExpandProperty UninstallString

if (($null -eq $file) -or ($file -eq '')) {
	Write-Host "$packageName has already been uninstalled by other means."
	Write-Host 'The registry uninstall entry does not exist (anymore).'
}
else {
	$installerType = 'EXE'
	$silentArgs = '/verysilent'
	$validExitCodes = @(0)

	Uninstall-ChocolateyPackage -PackageName $packageName -FileType $installerType -SilentArgs $silentArgs -validExitCodes $validExitCodes -File $file
}
tools\HxDSetup.zip
md5: D1D84014577A16E672300970EFAF94AC | sha1: 372685E77D2C81FE7F020C56748BDAA96AFC0944 | sha256: 0705811615BEE616084A37174BCA12C423FE6AD5137CD7E5339B3E63FD3953CF | sha512: D2C58C3CED7D12F0DADAA20723D0C1B34167BB6EE6292DEB8D9921F8DC711964778348059EFD653BBAC05AB3277C90350B7DA9DE4FFB82D8683494A98D87C137
tools\LICENSE.txt
From: https://mh-nexus.de/en/hxd/license.php

HxD Copyright© 2002-2019 by Maël Hörz. All rights reserved.
"Software" refers to HxD and all files packaged with this program, including documentation. It does not refer to other files created or modified with HxD.

Warranty disclaimer

The Software is provided "as-is", without any express or implied warranty, to the maximum extent permitted by applicable law. In no event shall the author be held liable for any damages arising from the direct or indirect use of the Software. The user must assume the entire risk of using the Software, knowing in particular that the Software is not designed or intended for use in hazardous environments requiring fail-safe performance, where its failure to perform, misuse or inability to use adequately can reasonably be expected to lead to death, personal injury, or severe physical or environmental damage.

Right of use and distribution

Permission is granted to anyone to use this Software free of charge for any purpose, including commercial applications, and to redistribute it, provided that the warranty disclaimer is accepted and the following conditions are met:

1. All redistributions must keep the original package intact. No file may be removed or modified. Especially you must retain all copyright notices that are currently in place, and this license without modification.
2. The origin of this Software must not be misrepresented; you must not claim that you wrote the original Software.
3. You may distribute this Software using any medium you see fit, provided you do not charge the user for the Software itself (see details below). Allowed distribution channels include magazine's addon CDs / DVDs / other addon media, download portals, your personal website, or other distribution media, if the following conditions are met: 
   - No payment before downloads and no wrapper installers that have ads or install adware / spyware.
   - Ads on the pages of your download portal or website are acceptable.
   - Explicitly allowed is payed content, as typical for printed magazines or books, where the Software is an addon (and not the main content). If it is a digital magazine or e-book, please notify your readers in a freely accessible part, that the Software is Freeware and optionally provide a link to http://mh-nexus.de/hxd .
   - If you want to bundle HxD with other commerical /payed products, please contact me.
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded `tools/HxDSetup.zip` file can be verified by comparing its checksum [1]
against the checksum provided on the vendor's page [2] or by redownloading from there [3].

Note that this verification can only be done if the package's version is still the latest version.
The vendor does not serve older binaries or hashes on his website.

[1]: tools/HxDSetup.zip SHA-512: D2C58C3CED7D12F0DADAA20723D0C1B34167BB6EE6292DEB8D9921F8DC711964778348059EFD653BBAC05AB3277C90350B7DA9DE4FFB82D8683494A98D87C137
     This checksum has been automatically computed upon (automatic) pushing of the latest package.
     It can manually be recomputed, e.g. in PowerShell with `Get-FileHash tools/HxDSetup.zip -Algorithm SHA512`.
[2]: https://mh-nexus.de/updates/HxDCurrentVersion.json
[3]: https://mh-nexus.de/en/downloads.php?product=HxD20

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
HxD - Hex Editor and Disk Editor (Install) 2.4.0.0 115702 Wednesday, March 18, 2020 Approved
HxD - Hex Editor and Disk Editor (Install) 2.3.0.0 21757 Sunday, July 7, 2019 Approved
HxD - Hex Editor and Disk Editor (Install) 2.2.1.0 16451 Monday, February 18, 2019 Approved
HxD - Hex Editor and Disk Editor (Install) 2.2.0.0 1986 Thursday, January 17, 2019 Approved
HxD - Hex Editor and Disk Editor (Install) 2.1.0.0 3708 Thursday, September 27, 2018 Approved
HxD - Hex Editor and Disk Editor (Install) 2.0.0.0 2536 Friday, August 17, 2018 Approved
HxD - Hex Editor and Disk Editor (Install) 2.0-rc 552 Sunday, November 5, 2017 Exempted
HxD - Hex Editor and Disk Editor (Install) 1.7.7.20170419 10931 Wednesday, April 19, 2017 Approved
HxD - Hex Editor and Disk Editor (Install) 1.7.7.020161002 2310 Sunday, October 2, 2016 Approved
HxD - Hex Editor and Disk Editor (Install) 1.7.7.020160904 1054 Monday, September 5, 2016 Approved
HxD - Hex Editor and Disk Editor (Install) 1.7.7.020160827 874 Saturday, August 27, 2016 Approved
HxD - Hex Editor and Disk Editor (Install) 1.7.7.020150909 2121 Wednesday, September 9, 2015 Approved
HxD - Hex Editor and Disk Editor 1.7.7.0 4483 Saturday, September 15, 2012 Approved

This package has no dependencies.

Discussion for the HxD - Hex Editor and Disk Editor (Install) Package

Ground Rules:

  • This discussion is only about HxD - Hex Editor and Disk Editor (Install) and the HxD - Hex Editor and Disk Editor (Install) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or HxD - Hex Editor and Disk Editor (Install), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus