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.
<PackageVersion Include="WPFHexaEditor" Version="1.4.0" />
                    
Directory.Packages.props
<PackageReference Include="WPFHexaEditor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=WPFHexaEditor&version=1.4.0
                    
Install as a Cake Addin
#tool nuget:?package=WPFHexaEditor&version=1.4.0
                    
Install as a Cake Tool

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 (1)

Showing the top 1 NuGet packages that depend on WPFHexaEditor:

Package Downloads
ColorVision.Solution

Package Description

GitHub repositories (2)

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

Repository Stars
Squalr/Squalr-Sharp
Squalr Memory Editor - Game Hacking Tool Written in C#
SapphireServer/ffxivmon
A FFXIV Network Analysis Tool
Version Downloads Last Updated
2.1.7 27,842 6/10/2021
2.1.6 18,028 1/12/2021
2.1.5 787 12/23/2020
2.1.3 637 12/16/2020
2.1.2 690 12/12/2020
2.1.1 715 11/17/2020
2.1.0 635 11/12/2020
2.0.3 793 10/11/2020
2.0.2 2,710 12/23/2019
1.9.1 4,667 9/28/2019
1.7.5 1,348 5/25/2019
1.6.3 1,039 3/4/2019
1.4.0 2,135 1/7/2018

Go to github project site for release notes