Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 945 Bytes

File metadata and controls

34 lines (21 loc) · 945 Bytes

Be.HexEditor

This repository mirrors the source code of the Be.HexEditor project created by Bernhard Elbl.

Changes

See the CHANGELOG.txt for the full list of changes.

This repository also includes the following additions:

  • Changes made by Jaroslav Imrich for the NuGet package
  • The ability to color regions in the hex view with a different background color as can be seen below
  • Update to .NET5

alt text

Usage

HexView.HighlightedRegions.Add(new HighlightedRegion(0, 12, Color.Purple));

Create NuGet Package

Download nuget.exe

cd Be.Windows.Forms.HexBox
nuget pack Be.Windows.Forms.HexBox.csproj -Prop Configuration=Release

License

This project is licensed under MIT, see the LICENSE file for more details