Skip to content

Commit 243b0fb

Browse files
committed
Update readme
1 parent 4847d50 commit 243b0fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ 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+
- `PEFile.Relocate` to relocate the image base of a PE file
3940
- `PEFile.Print` to print the content of a PE file to a textual representation
41+
- Support for calculating the checksum of a PE file
4042
- - Good support for the **ELF file format**:
4143
- Read and write from/to a `System.IO.Stream`
4244
- Handling of LSB/MSB

0 commit comments

Comments
 (0)