A tool to create a shellcode from an input elf file. This takes in an object file (see below on instructions on how to link your code), performs the final link and relocations, and includes a loader to perform the rest of the relocations at runtime.
TODO: include build and usage instructions