Skip to content

Commit

Permalink
Version 1.7 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
yarox24 committed Mar 15, 2023
1 parent a39d33d commit 521b488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/EvtxHussar/EvtxHussar.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strings"
)

var VERSION = "1.6b"
var VERSION = "1.7"
var URL = "github.com/yarox24/EvtxHussar"

type Config struct {
Expand Down
2 changes: 1 addition & 1 deletion engine/layer2.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func RunL2WorkerFlat(l2s *Layer2SingleLayer) {
final_od := l2s.engine.ParseCommonFieldsOrderedDict(ev_map, l2s.l2_name)

//eid, _ := final_od.GetString("EID")
//if eid == "12" {
//if eid == "1158" {
// fmt.Println("Break")
//}

Expand Down

0 comments on commit 521b488

Please sign in to comment.