From 31e53fab2048bfbb158d9805fd5eaca075e4d4a8 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Tue, 23 Jul 2024 09:52:36 -0600 Subject: [PATCH] vmray: improve models.py comments --- capa/features/extractors/vmray/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/extractors/vmray/models.py b/capa/features/extractors/vmray/models.py index 8049d214..0f7e080b 100644 --- a/capa/features/extractors/vmray/models.py +++ b/capa/features/extractors/vmray/models.py @@ -106,7 +106,7 @@ class Params(BaseModel): def validate_call_name(value: str) -> str: if value.startswith("sys_"): - # VMRay appears to log kernel function calls ("sys_*") so we remove that + # VMRay appears to log kernel function calls ("sys_*") for Linux so we remove that # here to enable capa matching return value[4:] else: