abbaye / WpfHexEditorControl

Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
https://www.nuget.org/packages/WPFHexaEditor/
Apache License 2.0
812 stars 135 forks source link

is this possible to support virtual bin file #119

Open heartacker opened 2 years ago

heartacker commented 2 years ago

hi, I'm an embed developer and I need to develop a tool that render the hex data in chip's memory.

and wpfhexeditoris a beautiful control and how could I use this to show variable-data

abbaye commented 2 years ago

Hello

I think you can use a stream object.

Bind it this to the hexedit.stream property.

You can also check samples project in code

heartacker commented 2 years ago

thanks, and there are some questions, could you please help me clear

  1. can we show data in 64bit-hex,32bit-hex not only 8bit-hex.
  2. We need to quickly read the chip-memory and map it to the Stream Object. Is it possible to modify part of the stream object and the UI response quickly?