vmsaif / readingAndInterpretingBinary

This program reads and interprets ELF formatted binary files, extracting and printing information such as the file's bitness, endianness, and ABI, as well as the entry point and program header table. It also prints segment and section types, virtual addresses, and sizes, as well as the first 32 bytes of actual segment and section data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vmsaif/readingAndInterpretingBinary Stargazers