소스 검색

updated readme adding wiki link

Kevin Bradley 7 년 전
부모
커밋
b3fcaf94a4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -51,3 +51,6 @@ this port number. After that it runs CYServerListener at the specified port insi
 Would much prefer not to use distributed notifications to communicate this information between the loader and the binary, initially tried to write the file out to /tmp/<ProcessName>/port and have the bin monitor that folder and read the 'port' file which it could read back and log to us. Not a much cleaner or better solution, but i tried and it failed so i resorted to push notifications as a quick stop gap.
 
 Would also prefer to fork / exec / etc a new process and drop straight in to cycript, or even just leverage its libraries and connect via sockets to control the cycript session as well, don't currently have the time to purse that path, hoping if someone else cares enough they can pick up the mantle and continue, or at least submit a PR.
+
+more info: [https://wiki.awkwardtv.org/wiki/Cycript]
+