Wiki

Clone wiki

Hex Visualizer / Home

Hex Visualizer

Builds

branch build
vs2015 None Currently
vs2017 Build status
vs2019 Build status
vs2022, master Build status

Install

Use

In VS2015, VS2017, VS2019 and VS2022 it's pretty straight forward. Just explore a byte array. In older versions, when on a breakpoint, in your watch window create a new row with "new WeakReference(p)" where p is your byte[] variable.

VS2010 using WeakReference

Watch Window

VS2017, VS2019, VS2022

Watch.png

This will then allow you to visualize the Weak Reference.

If you select a string a dialog will pop up...

Type chooser.png

On choice or if just a byte array...

Visualizer.png

Credit

Uses the Be.Hex control from Be.HexEditor (.NET C# hex edit control)

Updated