Merge pull request #636 from fireeye/fix-629

move test sigs into testfiles
This commit is contained in:
Willi Ballenthin
2021-06-14 13:56:21 -06:00
committed by GitHub
3 changed files with 2 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
# Copyright (C) 2020 FireEye, Inc. All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at: [package root]/LICENSE.txt
# Unless required by applicable law or agreed to in writing, software distributed under the License
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and limitations under the License.
53568b4424180bc075188b4c24148b44241033d2f7f18bd88b44240cf7f18bd3 48 d0a0 0068 :0000 __aulldiv
558bec83e4e083ec60c5fe7f4c2420c5fe7f0424ff742424ff742424ff74240c 08 6e24 0095 :0000 ___avx_u64div4@@64 ^0028 __aulldiv
558bec83e4f083ec30660f6fd1660f73da04660f6fd8660f7ed0660f73db04f3 1b ed6c 0080 :0000 ___sse2_u64div2@@32 ^003b __aulldiv
---

Binary file not shown.

View File

@@ -71,8 +71,8 @@ def get_viv_extractor(path):
import capa.features.extractors.viv.extractor
sigpaths = [
os.path.join(CD, "..", "sigs", "test_aulldiv.pat"),
os.path.join(CD, "..", "sigs", "test_aullrem.pat.gz"),
os.path.join(CD, "data", "sigs", "test_aulldiv.pat"),
os.path.join(CD, "data", "sigs", "test_aullrem.pat.gz"),
os.path.join(CD, "..", "sigs", "flare_common_libs.sig"),
os.path.join(CD, "..", "sigs", "flare_msvc_atlmfc_32_64.sig"),
os.path.join(CD, "..", "sigs", "flare_msvc_rtf_32_64.sig"),