Skip to content

Commit

Permalink
fix: formats
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeshi authored Apr 4, 2022
1 parent 9cb5181 commit 05b61dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $ ntfsfind '.*\.evtx' ./path/to/your/imagefile.raw | ntfsdump ./path/to/your/ima
## Prerequisites
The image file to be processed must meet the following conditions.

- raw or e01 file format
- File format is raw, e01, vhd, vhdx, or vmdk.
- NT file system(NTFS)
- GUID partition table(GPT)

Expand Down Expand Up @@ -164,4 +164,9 @@ Please report issues and feature requests. :sushi: :sushi: :sushi:

ntfsdump is released under the [LGPLv3+](https://github.com/sumeshi/ntfsdump/blob/master/LICENSE) License.

Powered by [pytsk3](https://github.com/py4n6/pytsk), [libewf](https://github.com/libyal/libewf) and [ntfs-samples](https://github.com/msuhanov/ntfs-samples).
Powered by following libraries.
- [pytsk3](https://github.com/py4n6/pytsk)
- [libewf](https://github.com/libyal/libewf)
- [libvhdi](https://github.com/libyal/libvhdi)
- [libvmdk](https://github.com/libyal/libvmdk)
- [ntfs-samples](https://github.com/msuhanov/ntfs-samples)

0 comments on commit 05b61dd

Please sign in to comment.