Skip to content

Commit

Permalink
Update staticParser.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aeverj authored Oct 31, 2024
1 parent 09b2e04 commit a06f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/staticParser.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

var known_dlls_list = []string{"kernel32.dll", "ucrtbase.dll", "MSCTF.dll", "SHLWAPI.dll", "WS2_32.dll", "KERNELBASE.dll", "wow64.dll", "msvcp_win.dll", "gdiplus.dll", "user32.dll", "bcrypt.dll", "COMCTL32.dll", "cfgmgr32.dll", "combase.dll", "IMM32.dll", "rpcrt4.dll", "ntdll.dll", "bcryptPrimitives.dll", "coml2.dll", "win32u.dll", "wow64cpu.dll", "COMDLG32.dll", "gdi32full.dll", "IMAGEHLP.dll", "SHELL32.dll", "sechost.dll", "WINTRUST.dll", "NORMALIZ.dll", "difxapi.dll", "Setupapi.dll", "CRYPT32.dll", "gdi32.dll", "MSVCRT.dll", "wow64win.dll", "advapi32.dll", "PSAPI.DLL", "NSI.dll", "WLDAP32.dll", "OLEAUT32.dll", "SHCORE.dll", "ole32.dll", "clbcatq.dll"}
var known_dlls_list = []string{"kernel32.dll", "ucrtbase.dll", "mscoree.dll", "MSCTF.dll", "SHLWAPI.dll", "WS2_32.dll", "KERNELBASE.dll", "wow64.dll", "msvcp_win.dll", "gdiplus.dll", "user32.dll", "bcrypt.dll", "COMCTL32.dll", "cfgmgr32.dll", "combase.dll", "IMM32.dll", "rpcrt4.dll", "ntdll.dll", "bcryptPrimitives.dll", "coml2.dll", "win32u.dll", "wow64cpu.dll", "COMDLG32.dll", "gdi32full.dll", "IMAGEHLP.dll", "SHELL32.dll", "sechost.dll", "WINTRUST.dll", "NORMALIZ.dll", "difxapi.dll", "Setupapi.dll", "CRYPT32.dll", "gdi32.dll", "MSVCRT.dll", "wow64win.dll", "advapi32.dll", "PSAPI.DLL", "NSI.dll", "WLDAP32.dll", "OLEAUT32.dll", "SHCORE.dll", "ole32.dll", "clbcatq.dll"}


func StaticParsePE(filePath string) (dllInfoList []models.DLLInfo, SignatureValid bool) {
Expand Down

0 comments on commit a06f9f3

Please sign in to comment.