From bfcc7051173f9eac441a86fff17b0c1db0d2cc27 Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Thu, 26 Sep 2024 14:42:08 -0600 Subject: [PATCH] dynamic: vmray: remove redundant test --- tests/test_vmray_features.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_vmray_features.py b/tests/test_vmray_features.py index 02dabafd..e0803236 100644 --- a/tests/test_vmray_features.py +++ b/tests/test_vmray_features.py @@ -25,7 +25,6 @@ DYNAMIC_VMRAY_FEATURE_PRESENCE_TESTS = sorted( ("93b2d1-vmray", "process=(2176:0),thread=2180", capa.features.insn.API("LoadLibraryEx"), True), ("93b2d1-vmray", "process=(2176:0),thread=2420", capa.features.insn.API("GetAddrInfoW"), True), ("93b2d1-vmray", "process=(2176:0),thread=2420", capa.features.insn.API("GetAddrInfo"), True), - ("93b2d1-vmray", "process=(2176:0),thread=2420", capa.features.insn.API("GetAddrInfo"), True), ("93b2d1-vmray", "process=(2176:0),thread=2420", capa.features.insn.API("DoesNotExist"), False), # call/api ("93b2d1-vmray", "process=(2176:0),thread=2420,call=2361", capa.features.insn.API("GetAddrInfoW"), True),