This version updates CanonicalCookie struct to match the new ProcessBoundString type that Chrome will be using in the future. Same DPAPI technique that is currently used for the on-disk cookie database will be implemented for the cookiemanager in the future: https://chromium.googlesource.com/chromium/src/+/741b182fad14b124aa0495633ac6992c9945e291
For some reason the cookie data is not yet encrypted, even though the code is there. Regardless, the next release will show how you can still access the cookie data as low-level user.
CredentialKatz has been updated with new pattern and structs as well. Chromium project has made changes to mitigate this issue in the future: chromium/chromium@1b36b2b
But the current technique seems to work for now.