objutils icon indicating copy to clipboard operation
objutils copied to clipboard

Elf to hex conversion

Open samsmith94 opened this issue 3 years ago • 1 comments

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.

samsmith94 avatar Aug 02 '22 10:08 samsmith94

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

TedSmithNXC avatar Oct 02 '23 23:10 TedSmithNXC