From 243b0fb761ec17fc8bed7ace924603b9a2a44a0a Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Wed, 2 Oct 2024 09:17:09 +0200 Subject: [PATCH] Update readme --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 1e503fc..342842d 100644 --- a/readme.md +++ b/readme.md @@ -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