jabiel / BrowserPass

Retrieves passwords stored in browsers written in C#
MIT License
94 stars 38 forks source link

Not working for Firefox #7

Closed simpleperson123 closed 4 years ago

simpleperson123 commented 4 years ago

I have the latest version of Firefox in my computer. When I run this tool, it works fine for Chrome and IE/Edge, but for Firefox, it throws an exception: "value of parameter "ptr" cannot be NULL". I think that the NSS wrapper needs to be updated

simpleperson123 commented 4 years ago

I solved the problem. My Firefox is 64bit so the application needs to be 64bit too. Then it works fine :)