WPFHexaEditor 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPFHexaEditor --version 1.4.0
NuGet\Install-Package WPFHexaEditor -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPFHexaEditor" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPFHexaEditor --version 1.4.0
#r "nuget: WPFHexaEditor, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WPFHexaEditor as a Cake Addin
#addin nuget:?package=WPFHexaEditor&version=1.4.0

// Install WPFHexaEditor as a Cake Tool
#tool nuget:?package=WPFHexaEditor&version=1.4.0

NetFramework License

A fast, fully customisable Wpf user control for editing file or stream as hexadecimal.

Can be used in WPF or WinForm application.

Localized in English, French, Russian and Chinese

Somes features

  • Append byte at end of file
  • Include HexBox, an Hexadecimal TextBox with spinner
  • Fill selection (or another array) with byte.
  • Support of common key in window like CTRL+C, CTRL+V, CTRL+Z, CTRL+A, ESC...
  • Copy to clipboard as code like C#, VB.Net, C, Java, F# ...
  • Support custom .TBL character table file insted of default ASCII.
  • Undo (no redo for now)
  • Finds methods (FindFirst, FindNext, FindAll, FindLast, FindSelection) and overload for (string, byte[])
  • Highlight byte with somes find methods
  • Bookmark
  • Group byte in block
  • Show data as hexadecimal or decimal
  • ...

How to use

Add a reference to WPFHexaEditor.dll from your project, then add the following namespace to your XAML:

xmlns:control="clr-namespace:WpfHexaEditor;assembly=WPFHexaEditor"

Insert the control like this:

<control:HexEditor/>
<control:HexEditor Width="NaN" Height="NaN"/>
<control:HexEditor Width="Auto" Height="Auto"/>
<control:HexEditor FileName={Binding FileNamePath} Width="Auto" Height="Auto"/>
Product Compatible and additional computed target framework versions.
.NET Framework net47 is compatible.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on WPFHexaEditor:

Repository Stars
Squalr/Squalr
Squalr Memory Editor - Game Hacking Tool Written in C#
SapphireServer/ffxivmon
A FFXIV Network Analysis Tool
Version Downloads Last updated
2.1.7 12,679 6/10/2021
2.1.6 6,659 1/12/2021
2.1.5 672 12/23/2020
2.1.3 531 12/16/2020
2.1.2 586 12/12/2020
2.1.1 594 11/17/2020
2.1.0 528 11/12/2020
2.0.3 670 10/11/2020
2.0.2 2,463 12/23/2019
1.9.1 1,195 9/28/2019
1.7.5 1,137 5/25/2019
1.6.3 879 3/4/2019
1.4.0 1,790 1/7/2018

Go to github project site for release notes