serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
706 stars 152 forks source link

Add ARM Aarch64 define (from elf.h) #89

Closed jduck closed 2 years ago

jduck commented 2 years ago

The ARM64 define is present in modern "elf.h" so let's use it.

serge1 commented 2 years ago

Accepted. Thank you!