In Part 1 of this mini-mega-series, we introduced the concepts of integers, signed integers, and unsigned integers (we also touched on positive integers, non-negative integers, counting numbers, and ...
Generally when we think of shell scripts we think of editable text, but it's possible to add binary data to your shell script as well. In this case we're going to talk about adding a binary payload to ...
One of the things I love to do is teach people about computers, especially how we can use them to represent and manipulate different types of numbers (I really need to get out more). For the purposes ...