airbus-seclab / bincat

Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection
1.66k stars 159 forks source link

Fix TOP taint represention in IDA plugin #120

Closed DarkaMaul closed 4 years ago

DarkaMaul commented 4 years ago

Fix a bug when the taint of a node is set to TOP and still apply a color.

[node 0]
address = 0x18c020
bytes = 55
final =false
tainted=?
trou commented 4 years ago

Technically, we don't know if that node is tainted or not. But we probably should only display "tainted" if we're sure it's tainted.