Skip to content

Handy HxD plugin for various conversions like base64

License

Notifications You must be signed in to change notification settings

stong/hxd-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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