Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 144 Bytes

change-magic-bytes.md

File metadata and controls

15 lines (12 loc) · 144 Bytes

Manipulate magic bytes:

vim <file>

Convert to hexdump and manipulate bytes

:%!xxd

Convert back

:%!xxd -r