Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 732 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 732 Bytes

cstrnfinder

A Binary Ninja plugin to help uncover potentially faulty string compares. Based on the idea of @disconnect3d_pl. For further information about the idea take a look at the @disconnect3d_pl's slides or presentation.

Example

Example Output

Limitations

Currently only constant strings i.e. residing in .rodata are checked. This means if the value is compared against a constant variable on the stack this is currently not checked.