Skip to content

Commit

Permalink
Add string module for dependency_walker.go (VirusTotal#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsBSD authored Dec 29, 2022
1 parent 9343e33 commit afd8794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dependency_walker.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/VirusTotal/gyp/ast"
)

var yaraModules = []string{"pe", "elf", "cuckoo", "magic", "hash", "math", "dotnet", "time", "dex", "console"}
var yaraModules = []string{"pe", "elf", "cuckoo", "magic", "hash", "math", "dotnet", "time", "dex", "console", "string"}

type queueT struct {
node ast.Node
Expand Down

0 comments on commit afd8794

Please sign in to comment.