Skip to content

fjeremic/HexView.Wpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexView.Wpf

GitHub license Build Status

A WPF control for displaying binary data in a traditional hex view.


HexViewer demo project


Installing / Getting started

The best way to obtain the library is via the HexView.Wpf NuGet package:

dotnet add package HexView.Wpf

Alternatively you may clone this git repository and build the library for use within your projects:

dotnet build

Features

  • Supports viewing different data types, formats, signedness
  • Supports showing/hiding sections of the control
  • Supports selection and copying
  • Supports mouse scrolling and keyboard navigation
  • Supports fixed and arbitrary column widths via binding
  • Able to adaptively display columns upon resizing the control
  • Built in context menu for controlling display of data
  • Supports template styling of the control
  • Adheres to Windows default styling and colors

Screenshots

These screenshots were generated using the demo application found in the HexView.Wpf.Demo project of this repository which uses the control to implement a simple file hex viewer application.






About

A WPF control for displaying binary data in a traditional hex view.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages