initial code for dumping imessages in a reasonable format
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat /dev/rdisk0s2s1 | netcat -l -p 1234
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat /dev/rdisk0s2s1 | netcat -l -p 1234
|
||||