Romain Thomas
66b4cd4550
Fix enums conflicts
...
Enums changes (C++/C):
ELF:
* s/SECTION_TYPES/ELF_SECTION_TYPES/
* s/SECTION_FLAGS/ELF_SECTION_FLAGS/
* s/SYMBOL_TYPES/ELF_SYMBOL_TYPES/
* s/SEGMENT_FLAGS/ELF_SEGMENT_FLAGS/
MachO:
* s/SECTION_TYPES/MACHO_SECTION_TYPES/
* s/SECTION_FLAGS/MACHO_SECTION_FLAGS/
* s/SYMBOL_TYPES/MACHO_SYMBOL_TYPES/
* s/SEGMENTS_FLAGS/MACHO_SEGMENTS_FLAGS/
PE:
* s/SECTION_TYPES/PE_SECTION_TYPES/
Resolve #32
2017-08-21 09:23:40 +02:00
Romain Thomas
3b200b3050
Improve API of ELF's Segment
...
API changes:
- 'has_flag' renamed to 'has'
- 'add_flag' renamed to 'add'
- 'remove_flag' renamed to 'remove'
- operator+= to add a flag - added
- operator-= to remove a flag - added
- 'has' for Section object - added
- 'has' for Section name - added
2017-08-02 07:50:24 +02:00
Romain Thomas
20a5f666de
Rename 'flag' to 'flags' (ELF's segment)
...
API changes:
[C++] LIEF::ELF::Segment::flag -> LIEF::ELF::Segment::flags
[Python] lief.ELF.Segment.flag -> lief.ELF.Segment.flags
Resolve : #63
2017-07-25 07:56:21 +02:00
Romain Thomas
3ffbb53850
Uniform API name for sections and segments.
...
ELF:
- segment.data has been renamed to segment.content
2017-04-17 07:32:30 +02:00
Romain Thomas
306a191a03
First public release
2017-03-30 16:56:49 +02:00