Skip to content

Commit d29a07c

Browse files
committed
Update readme
1 parent e6786d6 commit d29a07c

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

readme.md

-27
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ elf.Write(outStream);
3636
- Full support for the **PE file format**
3737
- Read and write from/to a `System.IO.Stream`
3838
- All PE Directories are supported
39-
- ImageBase relocation is supported with `PEFile.Relocate(ulong)` method
4039
- `PEFile.Print` to print the content of a PE file to a textual representation
4140
- - Good support for the **ELF file format**:
4241
- Read and write from/to a `System.IO.Stream`
@@ -64,32 +63,6 @@ elf.Write(outStream);
6463

6564
The [doc/readme.md](doc/readme.md) explains how the library is designed and can be used.
6665

67-
## Known Issues
68-
69-
PR Welcome if you are willing to contribute to one of these issues:
70-
71-
- [ ] Add more unit tests
72-
73-
### ELF
74-
There are still a few missing implementation of `ElfSection` for completeness:
75-
76-
- [ ] Dynamic Linking Table (`SHT_DYNAMIC`)
77-
- [ ] Version Symbol Table (`SHT_VERSYM`)
78-
- [ ] Version Needs Table (`SHT_VERNEED`)
79-
80-
These sections are currently loaded as `ElfCustomSection` but should have their own ElfXXXTable (e.g `ElfDynamicLinkingTable`, `ElfVersionSymbolTable`...)
81-
82-
### DWARF
83-
84-
- [ ] Version 4: support for `.debug_types`, `.debug_frame`, `.debug_loc`, `.debug_ranges`, `.debug_pubnames`, `.debug_pubtypes`, `.debug_macinfo` section
85-
- [ ] Version 5
86-
87-
### Other file formats
88-
In a future version I would like to implement the following file format:
89-
90-
- [ ] COFF
91-
- [ ] Mach-O
92-
9366
## Download
9467

9568
LibObjectFile is available as a NuGet package: [![NuGet](https://img.shields.io/nuget/v/LibObjectFile.svg)](https://www.nuget.org/packages/LibObjectFile/)

0 commit comments

Comments
 (0)