BinaryCookieReader icon indicating copy to clipboard operation
BinaryCookieReader copied to clipboard

A tool to read the binarycookie format of Cookies on iOS applications

Results 5 BinaryCookieReader issues
Sort by recently updated
recently updated
newest added

Fast forward to 2024 and this did not work for me out of the box using Python 3.12.2. In general the handling of byte data isn't working, beginning with the...

Depends on: https://github.com/as0ler/BinaryCookieReader/issues/3

> If you find software that doesn’t have a license, that generally means you have no permission from the creators of the software to use, modify, or share the software....

Fixes encoding issues and uses more idiomatic way to read strings. ~Edit: I just discovered that this implementation is not correct yet.~ Edit2: I fixed it