ptoomey3 / Keychain-Dumper

A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken
BSD 3-Clause "New" or "Revised" License
1.34k stars 299 forks source link

Code formatting and readme fixes #61

Open tarbaII opened 4 years ago

tarbaII commented 4 years ago

Found a couple more issues. printDataToStdOut(char*, NSData*) still had proper tabs, and a couple of indentations had one space instead of two. I also found that a variable's declaration and assignment were on two lines, but right next to each other, so I fixed that, along with an instance of var += 1; haha. I also included the readme update from #60.

tarbaII commented 4 years ago

Edited the readme again, found a mistake I hadn't seen the other times I looked over it.

tarbaII commented 4 years ago

@ptoomey3 Hey again, it's been a while since I created this pull request, thought maybe it had slipped under your radar. No rush, just want to make sure you saw it 😊

ptoomey3 commented 4 years ago

Yup..still in my list...just been a bit busy. I'll take a look next week.

tarbaII commented 3 years ago

@ptoomey3 Was checking out my open pull requests and saw this lol. I barely even remember making this. Anyway, thought it could use a bump.