Busindre / dumpzilla

Extract all forensic interesting information of Firefox, Iceweasel and Seamonkey browsers

Home Page:http://www.dumpzilla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove path.isfile check

paivao opened this issue · comments

On the line below:

if libnss_path and path.isfile(libnss_path):

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.