mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
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) |
||
|---|---|---|
| .. | ||
| data@d9ee638835 | ||
| fixtures.py | ||
| test_engine.py | ||
| test_fmt.py | ||
| test_freeze.py | ||
| test_function_id.py | ||
| test_helpers.py | ||
| test_ida_features.py | ||
| test_main.py | ||
| test_match.py | ||
| test_optimizer.py | ||
| test_pefile_features.py | ||
| test_render.py | ||
| test_rules.py | ||
| test_scripts.py | ||
| test_smda_features.py | ||
| test_viv_features.py | ||