Busindre / dumpzilla

Extract all forensic interesting information of Firefox, Iceweasel and Seamonkey browsers
http://www.dumpzilla.org
129 stars 25 forks source link

Remove path.isfile check #14

Open paivao opened 3 years ago

paivao commented 3 years ago

On the line below: https://github.com/Busindre/dumpzilla/blob/ec337da722441c7480f280b14c273718fabc6c96/dumpzilla.py#L141

you can see that is a check if the libnss_path var is a vaid file, what is always False.

Since CDLL call with handle this correctly, I can assume this is redundant and causes false-negatives.