关注

how to edit a binary file:
(1) command `%!xxd` allows you to view files by vim in hex format.
(2) you can also edit files in hex format by vim.
(3) once you finish editing the file, you can convert the file you edited by `%!xxd -r`, and then with `w` command to save the file
(4) the check how to use xxd (hex view of a file by vim), you can use the command `:h xxd`

how to check the machine code of a file:
`hexdump <exe>`

登录以加入对话
雾海

雾海是一个开放且不限制讨论主题的非营利性中文社区,名字来源于德国浪漫主义画家 Friedrich 的画作《雾海上的旅人》。生活总是在雾海中吞吐不定,不管怎么艰辛,他还是站在了这里!希望大家在这里玩的开心~