Chromium Password Grabbers not working
GoldenretriverYT opened this issue · 2 comments
Hello,
I am unable to use the Chromium Password Grabbers. They only returned empty lists, but I saw that a caught exception was triggered in the debug output, so I forced breaking at that exception.
This is the exception. "The value can not be null. Parameter: source"
pPlainText.pbData's value is 0x00000000, and as it is a IntPtr, its a nullptr.
Might this be some incompatibility with Windows 11? Maybe the Win32 APIs changed?
I just checked the LastError and its 0x87 (invalid parameter) so its definitely an issue with the pinvoke
Thank you for issuing this bug. Due to other commitments and priorities, I am unable to continue developing CG at the same pace as before. I will try to work on this in my future free time though.