Crypto Identification: out of bounds error

Issue #21 resolved
Daniel Plohmann repo owner created an issue

When scanning for crypto stuff while having no base64-like strings in the binary, the scanning for variable signature patterns will fail, as mapBase64ToTemporarySegment() would try to access the string at an index out of bounds.

Comments (2)

  1. Log in to comment