wineventlog: add support for replaying evtx files (#3278)

This commit is contained in:
blotus 2024-10-16 16:55:32 +02:00 committed by GitHub
parent b2ac65bfb6
commit d8bc17b170
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 313 additions and 47 deletions

View file

@ -129,7 +129,7 @@ func Init(databaseClient *database.Client) error {
dataFileRegex = make(map[string][]*regexp.Regexp)
dataFileRe2 = make(map[string][]*re2.Regexp)
dbClient = databaseClient
XMLCacheInit()
return nil
}