sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.43k stars 594 forks source link

Autopsy complains about a missing library from /tmp under NixOS when $TMP and $TMPDIR are set to /run/user/$UID #7915

Open AkechiShiro opened 2 months ago

AkechiShiro commented 2 months ago

Hello,

I'm running into an issue where some temporary library are missing, but I can't find where they are being looked inside autopsy's current code base.

It seems it could be related to this :

Would you have any pointers where the tmp directory is set in the current source code or how is it being retrieved ?