mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
a6dd0faf9f
`get_printable_len` returned a float for UTF-16 LE operands due to `/` instead of `//`, violating the `-> int` annotation and silently propagating a float into `_bb_has_stackstring`'s accumulator. Aligns with the IDA extractor equivalent. Closes SURF-58