<div dir="ltr"><div><div>Hello,<br><br></div>I tried using taint2 plugin + file_taint plugin to track taint propagation of taint for Imagemagick convert.<br><br>My command line was like this:<br>convert image.jpg -colorspace GRAY out.jpg<br><br></div><div>I use a custom plugin to query taint when writting to out.jpg. However, the bytes written to out.jpg appear clean.<br><br></div><div>Is there an explanation for this? It could be because of the use of floating point instructions, but shouldn&#39;t LLVM IR handle those transparently?<br><br></div><div>Thanks,<br></div><div>M.<br></div></div>