Last time I talked about how to use AWK (or, more probably the GNU AWK known as GAWK) to process text files. You might be thinking: why did I care? Hardware hackers don’t need text files, right? Maybe ...
If you can’t stand the thought of using an application in your browser, you might as well jump ahead to the comments and start flaming. Still with us? Imagine this scenario. You are at the office, at ...
Get a hex editor that allows you to view a file in binary? That would be the most obvious solution. There are scores of freeware and shareware hex editors out there.
Simple utility applications can be very helpful to Java developers. For example, you might need an application that generates a hexadecimal listing of a binary file. In this post, I present ...