Skip to content

stong/hxd-plugin

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

HxD plugin for useful conversions

A screenshot for my favorite hex editor, HxD.

screenshot.png

Features

  • Copy as string literal "\x12\x34\x56\x78"
  • Copy as Python array [0x12, 0x34, 0x56, 0x78]
  • To/from Base64

Based off the example by the HxD author

Unfortunately, the selection size is limited to 0x1000 for performance reasons.

Installation

Download from releases and add to C:\Program Files\HxD\Plugins. Create the folder if it doesn't already exist

Requirements

This is only supported on HxD 2.4.0.0 but it will still work on other versions.

Compiling

Compile the solution in Examples\C++ with VS2019