mirror of
https://github.com/mandiant/capa.git
synced 2026-06-24 15:37:56 -07:00
8474369575
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)