Я вижу раздел .note.ABI-tag
, когда я objdump -h <binary>
в файле ELF.
Согласно справочной странице ELF:
.note.ABI-tag
This section is used to declare the expected run-time ABI
of the ELF image. It may include the operating system name
and its run-time versions. This section is of type
SHT_NOTE. The only attribute used is SHF_ALLOC.
- Нужен ли этот раздел?
- Какими могут быть побочные эффекты при удалении этого раздела?
- Как удалить этот раздел (флаг gcc) из ELF?