Viewing the content of a binary file using Windows
The issue: in some of my code writing process, sometimes it is useful to see the naked content of a proprietary binary file in order to get an overview of how that file format is structured. I therefore want an easy and fast way to take a look at it.
Solution: The most recent versions of Windows (7 to 10) have easy solutions to do it in the PowerShell. You can read how to do it in the following link here. These solutions can also produce a text file (txt) with the hexadecimal translation side-by-side with an ASCII interpretation.
Kommentarer
Legg inn en kommentar