You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@williballenthin ➜ /workspaces/capa (master) $ python scripts/lint.py -t "Tracing" rules/ INFO:lint:successfully loaded 823 rulesINFO:lint:collecting potentially referenced samples patch Event Tracing for Windows function WARN: feature api may overlap with ntdll and ntoskrnl: check if NtProtectVirtualMemory is exported by both ntdll and ntoskrnl; if true, consider removing ntdll module requirement to improve detectionrules with WARN: - patch Event Tracing for Windows functionINFO:lint:no lints failed, nice!
The text was updated successfully, but these errors were encountered:
@williballenthin ➜ /workspaces/capa (fix/issue-1675) $ python scripts/lint.py rules/ INFO:lint:successfully loaded 826 rulesINFO:lint:collecting potentially referenced samples get UEFI variable WARN: feature api may overlap with ntdll and ntoskrnl: check if NtEnumerateSystemEnvironmentValuesEx is exported by both ntdll and ntoskrnl; if true, consider removing ntdll module requirement to improve detection rules with WARN: - get UEFI variableINFO:lint:no lints failed, nice!
The text was updated successfully, but these errors were encountered: