VS Code tips — See binary data as different types using the Hex Editor's data inspector

preview_player
Показать описание
In the Hex editor extension for VS Code, the data inspector to view selected binary data as different data types

Includes support for signed and unsigned ints of different lengths, floats, and chars. You can even switch between big and little endian

Рекомендации по теме
Комментарии
Автор

my problem is to use the hex editor within a debug mode for looking into the data of the variable.
the vscode has a button in the variables at the auto watch when debugging for example but clicking it just opens the editor in a new tab but with no data on it.
how do I make it work so the data of the variable is loaded into the editor?

ykyjohn
Автор

How do you search in the hex editor view? The normal search doesn't seem to work.

ShakyTraveler
Автор

Thanks for sharing, very helpfull. Do you know how to refresh?

mortenlund
Автор

Can you give me the channels for making hex editor code?

VCuong-dutj