I have started reversing a binary. I dumped the contents as hex using xxd into a file I made with extension .hex, then used objdump to disassemble that .hex file into assembly code, and put this into a .txt file.
Is there a way using terminal to view sections & addresses of .bin and .hex files in Linux? - This would help me in the reversing of the binary / hex data in the files.
I have come across the size command, but this cannot handle .bin or .hex files - File format not recognised