Skip to content

hotkidfamily/HexBox.WinUI

Repository files navigation

Hex Viewer On WinUI3

GitHub license

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

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
  • Monospaced Font is not required.
  • Highlight regions support

Preview

  • Total

demo

  • Highlight regions

highlight

Thanks

Fork from HexView.Wpf