How can I convert a binary file to another binary representation, like an image

前端 未结 6 807
花落未央
花落未央 2020-12-20 22:10

I want to take a binary file (exe, msi, dll, whatever) and be able to actually \"see\" the binary code or whatever base I\'d like (hexadecimal whatever). Figured the easiest

6条回答
  •  一个人的身影
    2020-12-20 22:59

    I'm not quite sure what you are trying to do, but it sounds a bit like you're looking for a hex editor.

提交回复
热议问题