sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
924 stars 217 forks source link

Imagemagick portable missing vcomp140.dll dependency [4.1.5 regression] #1932

Closed lfcnassif closed 10 months ago

lfcnassif commented 10 months ago

In 4.1.5 version, we upgraded to portable imagemagick-7.1.1-19-q8-x64. But today a colleague of mine reported the following error when processing a case in a processing lab machine: Imagemagick command is not working!

I was able to reproduce into a VM. Using a dependency walker, seems vcomp140.dll is needed by the new Imagemagick. Adding it to tools/imagemagick folder fixed the issue. Seems an issue in imagemagick-7.1.1-19-q8-x64 official portable build to me...

lfcnassif commented 10 months ago

For those interested, you just need to unzip and copy the following dll into tools/imagemagick folder: vcomp140.zip

lfcnassif commented 10 months ago

Related: https://github.com/ImageMagick/ImageMagick/issues/6346