jabiel / BrowserPass

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

removes the dependency to the NSSBase64_DecodeBuffer call #6

Closed ASliceOfLife closed 5 years ago

ASliceOfLife commented 5 years ago

Since i had problems with the extraction of credentials from FF i tried to fix it and came up with the following. i removed the dependency of NSSBase64_DecodeBuffer and create the struct manually. That way i was able to use the rest of the code again.