Google Code Exporter

Results 21344 comments of Google Code Exporter

``` Some update here ? I will love to do a demo with iOS 7 :) ``` Original comment by `[email protected]` on 23 Aug 2013 at 11:03

``` I've attached the patch that I use to read iOS 7 databases. It requires pyasn1 to be installed. ``` Original comment by `[email protected]` on 4 Sep 2013 at 4:52...

``` Please note my patch base64 encodes the value and prefixes it with "base64" if it is binary, you probably want to change this before applying it to the repository....

``` Here is a revised patch that doesn't do the base64 encoding. (The resulting entries can't be dumped as JSON if they aren't valid utf8 strings.) ``` Original comment by...

``` Thanks a lot ! i will integrate this when i get the chance. ``` Original comment by `[email protected]` on 8 Oct 2013 at 7:59

``` [deleted comment] ```

``` The tested iphone : iphone4 and ios7.0.2 - Install pyasn1 - I patch the attached file"keychain4.py" However there is an error "sqlite3.DatabaseError: file is encrypted or is not a...

``` Hi - I am also noticing an issue with iOS 7.0.2 on iPhone 4. I had no issues with the same device running iOS 7.0.0. I'm using the updated...

``` @djo... Sorry about that, in my own code I was using decrypt_blob directly rather than using keychain_tool, and I had already adjusted it for this issue. The attached patch...

``` [deleted comment] ```