Files
lief-project-LIEF/api/python/ELF/objects
Romain Thomas 730d045e05 Enhance LIEF's ELF header
API Changes (Python / C++):
  * lief.ELF.Header.{arm_flags_list, mips_flags_list, ppc64_flags_list, hexagon_flags_list} - Added

In python, one can do:
`` if lief.ELF.ARM_EFLAGS.EABI_VER5 in lief.ELF.Header: ...``

In C++ we added:
  * LIEF::ELF::Header::has(ARM_EFLAGS, PPC64_EFLAGS, MIPS_EFLAGS...)
2017-08-01 09:35:55 +02:00
..
2017-04-29 10:45:26 +02:00
2017-04-29 10:45:26 +02:00
2017-03-30 16:56:49 +02:00
2017-08-01 09:35:55 +02:00
2017-06-11 16:21:30 +02:00
2017-06-25 15:11:47 +02:00
2017-04-29 10:45:26 +02:00
2017-03-30 16:56:49 +02:00
2017-06-11 15:26:42 +02:00