We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4847d50 commit 243b0fbCopy full SHA for 243b0fb
readme.md
@@ -36,7 +36,9 @@ elf.Write(outStream);
36
- Full support for the **PE file format**
37
- Read and write from/to a `System.IO.Stream`
38
- All PE Directories are supported
39
+ - `PEFile.Relocate` to relocate the image base of a PE file
40
- `PEFile.Print` to print the content of a PE file to a textual representation
41
+ - Support for calculating the checksum of a PE file
42
- - Good support for the **ELF file format**:
43
44
- Handling of LSB/MSB
0 commit comments