Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekSelander authored Apr 5, 2019
1 parent 8a50554 commit 73db63d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,24 @@ Dumps all ivars for an instance of a particular class which inherits from NSObje

Dumps the environment variables found in the process

(lldb) dumpenv

TESTMANAGERD_SIM_SOCK=/private/tmp/com.apple.launchd.9BmpbuRgyE/com.apple.testmanagerd.unix-domain.socket

MallocNanoZone=0
...

### keychain

Dumps the keychain database relevant to the process

(lldb) keychain
<__NSArrayM 0x600001fb1590>(
{
acct = "localdevice-AuthToken";
agrp = apple;
"v_Data (str)" = "A8CD94D2-13E3-40B...

### info

Determine what the hey the address is. Determines if it's a heap, MachO or stack address
Expand All @@ -323,6 +337,12 @@ Determine what the hey the address is. Determines if it's a heap, MachO or stack

List open file descriptors in process. (No args)

(lldb) lsof
0 /dev/null
1 /dev/null
2 /dev/null
4 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/KeyboardLayouts/USBKeyboardLayouts.bundle/uchrs/US.uchr

### gg

Suspend the process (good game, AKA game over, weird one, I know). (No args)
Expand Down

0 comments on commit 73db63d

Please sign in to comment.