Off-the-Shelf C++ Hex Dump Code

前端 未结 7 1940
走了就别回头了
走了就别回头了 2020-12-05 15:05

I work a lot with network and serial communications software, so it is often necessary for me to have code to display or log hex dumps of data packets.

Every time I

7条回答
  •  时光说笑
    2020-12-05 15:30

    Just in case someone finds it useful...

    I've found single function implementation for ascii/hex dumper in this answer.

    A C++ version based on the same answer with ANSI terminal colours can be found here.

    More lightweight than xxd.

提交回复
热议问题