答案 0 :(得分:2)
试试这个,WPF HexaEditor Control;
NuGet:https://www.nuget.org/packages/WPFHexaEditor/0.5.0
GitHub:https://github.com/abbaye/WPFHexEditorControl
功能强>
答案 1 :(得分:0)
对于WPF,您可以在GitHub / Nuget上使用我的WPF HexEditor Usercontrol。完全可自定义的WPF用户控件,用于将文件或流编辑为十六进制。
https://github.com/abbaye/WPFHexEditorControl
<!-- XAML -->
<Control:HexaEditor/>
<Control:HexaEditor Width="NaN" Height="NaN"/>
<Control:HexaEditor Width="Auto" Height="Auto"/>
<Control:HexaEditor FileName={Binding FileNamePath} Width="Auto" Height="Auto"/>