Can I hex edit a file in Visual Studio?

前端 未结 2 1429
广开言路
广开言路 2020-12-04 11:46

I want to edit a binary file, but I don\'t want to use another tool other than Visual Studio because it\'s a pain to switch back and forth.

Is there perhaps an add

2条回答
  •  清歌不尽
    2020-12-04 12:19

    In addition to Kevin's answer, with Visual Studio 2017 you need to have the Visual Studio C++ Core Features component installed.

    Source

提交回复
热议问题