Skip to content

Commit

Permalink
[Modify] rename this project
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalvia committed May 31, 2019
1 parent 1b5bb2c commit f09f4a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# evtxdump
# evtx2jsons

Parse the EVTX file and output it in JSON format.

## Build

```
go get -u github.com/0xrawsec/golang-evtx/evtx
go build evtxdump.go
go build evtx2jsons.go
```

## Usage

```
$ evtxdump.exe -i Security.evtx
$ evtx2jsons.exe -i Security.evtx
```

## Options
Expand All @@ -38,15 +38,15 @@ $ evtxdump.exe -i Security.evtx

1. Basic Usage
```
$ evtxdump.exe -i Security.evtx
$ evtx2jsons.exe -i Security.evtx
```

2. Specify the event IDs you want to output.
```
$ evtxdump.exe -i Security.evtx -ids 4624,4625,1102
$ evtx2jsons.exe -i Security.evtx -ids 4624,4625,1102
```

3. Specify the destination directory.
```
$ evtxdump.exe -i Security.evtx -d output/jsons
$ evtx2jsons.exe -i Security.evtx -d output/jsons
```
File renamed without changes.

0 comments on commit f09f4a8

Please sign in to comment.