- Fix a bug with bss sections not being correctly handled when trying to write them to a stream
- Add shadow sections between sections even when no-program headers are in the file.
- Fix a bug if a program header has an invalid shadow section that does not correspond to a region in the file
- Fix an invalid error when a program header size is bigger than expected
- Fix a bug when reading ElfObjectFile from an existing ELF where ObjectFile.FileClass/Encoding/Version/OSABI/AbiVersion was not actually deserialized.
- Fix creation of DWARF sections from scratch
- Add support for DWARF Version 4 (missing only .debug_frame)
- Add support for layouting sections independently of the order defined sections header
- Add verify for PT_LOAD segment align requirements
- Add support for ElfNoteTable
- Add XML documentation and user manual
- Removed some accessors that should not have been public
- Initial version with support for ELF file format