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.
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.