diff --git a/capa/features/extractors/ida/extractor.py b/capa/features/extractors/ida/extractor.py index 99ffe02c..c13bed07 100644 --- a/capa/features/extractors/ida/extractor.py +++ b/capa/features/extractors/ida/extractor.py @@ -6,7 +6,6 @@ # 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. from typing import List, Tuple, Iterator -from pathlib import Path import idaapi @@ -45,9 +44,6 @@ class IdaFeatureExtractor(StaticFeatureExtractor): def get_sample_hashes(self) -> SampleHashes: return self.sample_hashes - def get_sample_hashes(self) -> SampleHashes: - return self.sample_hashes - def extract_global_features(self): yield from self.global_features