capa/tests
Baptistin Boilot 8474369575
tests: add fixtures for two's complement numbers
Add fixtures to validate the following number features:
- number(0x0): to check feature extraction for null number
- number(0xFFFFFFFF): to check feature extraction for -1 number
- number(0xFFFFFFF0): to check feature extraction for negative number (-0x10 in this case)
2021-12-31 20:08:56 +01:00
..
data@d9ee638835 Sync capa-testfiles submodule 2021-12-15 15:33:39 +00:00
fixtures.py tests: add fixtures for two's complement numbers 2021-12-31 20:08:56 +01:00
test_engine.py tests: split out match tests and validate alternative algorithms 2021-11-10 12:44:58 -07:00
test_fmt.py
test_freeze.py pep8 2021-06-09 22:22:03 -06:00
test_function_id.py test_function_id: fix test imports 2021-06-09 22:35:26 -06:00
test_helpers.py move capa/features/__init__.py logic to common.py 2021-06-09 22:20:53 -06:00
test_ida_features.py move capa/features/__init__.py logic to common.py 2021-06-09 22:20:53 -06:00
test_main.py Merge branch 'master' of github.com:fireeye/capa into fix-802 2021-10-27 09:25:29 -06:00
test_match.py pep8 2021-11-10 12:51:27 -07:00
test_optimizer.py tests: add test demonstrating optimizer 2021-11-09 16:24:26 -07:00
test_pefile_features.py fixtures: add tests demonstrating extraction of features from ELF files 2021-08-11 09:29:05 -06:00
test_render.py pep8 2021-11-10 12:51:27 -07:00
test_rules.py pep8 2021-11-10 12:51:27 -07:00
test_scripts.py address Willi's feedback 2021-06-29 21:16:31 +02:00
test_smda_features.py tests: smda: remove unused import 2021-08-23 16:13:01 -06:00
test_viv_features.py tests: viv: reenable elf tests 2021-08-26 16:50:57 -06:00