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

Use portable true #88

Closed lewisporter closed 5 years ago

lewisporter commented 5 years ago

The makefile currently uses /bin/true to ensure that the clean commands return successfully. On some operating systems, this does not exist. true alone is sufficent and cross-platform.

Lastpixl commented 5 years ago

Merged, thanks!