Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Oct 2, 2024
1 parent 4847d50 commit 243b0fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ elf.Write(outStream);
- Full support for the **PE file format**
- Read and write from/to a `System.IO.Stream`
- All PE Directories are supported
- `PEFile.Relocate` to relocate the image base of a PE file
- `PEFile.Print` to print the content of a PE file to a textual representation
- Support for calculating the checksum of a PE file
- - Good support for the **ELF file format**:
- Read and write from/to a `System.IO.Stream`
- Handling of LSB/MSB
Expand Down

0 comments on commit 243b0fb

Please sign in to comment.