Steve Dunham

Results 94 comments of Steve Dunham
trafficstars

So, the command will be like: irestore UUID dumpkeys outfile.json (You can leave the last bit off and it will dump to the screen.) The keychain from a restore will...

I see wifi passwords in my keychain. They're under "General" and have `svce` equal to `AirPort`. If you have `jq` installed you could do: jq '.General[]|select(.svce=="AirPort")|.acct+" "+.v_Data' -r < out.json...

This functionality is already there, but I forgot to document it. If you put * for the domain, it will restore everything.

I have Go code to do this, but it's not particularly user friendly. It was just written for my own use, poking around in my backups and their keychains. I...

It should work with 10 and newer (except maybe for the early point release of iOS 10 with the security issue). I try to keep it up to date. I...

Just the password that was set in iTunes when encrypted backups were turned on. It's going to look in "~/Library/Application Support/MobileSync/Backup". Within that directory, there will be one or more...

While thinking about table editing in text documents, I essentially came up with the same solution described above - store rows as a list of guids, store columns as a...

Yeah OrderedSet would essentially a list of objects maintaining uniqueness. On reflection, it's gonna be hard to get one-size-fits-all on this. It looks like Apple implemented CRSet and then wrapped...

Is this on a windows machine? I've seen something similar in our electron app on Windows, where we are doing atomic writes by writing a temp file and then moving...

This PR appears to be stalled, I'm not sure what it was waiting on (maybe further review). If there is interest, I can rebase this and update to work with...