objutils
objutils copied to clipboard
Elf to hex conversion
Hello, I would have a question. Can I read elf file in order to generate hex from it? I can do it with GNU objcopy, but I want to use this tool, of it's possible. I could not find an example.
Check the scripts folder and you'll see how to do it: https://github.com/christoph2/objutils/blob/master/objutils/scripts/oj_elf_extract.py