diff --git a/sigs/test_aulldiv.pat b/sigs/test_aulldiv.pat deleted file mode 100644 index bbf3e52d..00000000 --- a/sigs/test_aulldiv.pat +++ /dev/null @@ -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 ---- \ No newline at end of file diff --git a/sigs/test_aullrem.pat.gz b/sigs/test_aullrem.pat.gz deleted file mode 100644 index b63ee4f5..00000000 Binary files a/sigs/test_aullrem.pat.gz and /dev/null differ diff --git a/tests/fixtures.py b/tests/fixtures.py index 0ff34ffa..0a9d62d0 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -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"),