cycript-utils icon indicating copy to clipboard operation
cycript-utils copied to clipboard

Fix isMemoryReadable

Open tyilo opened this issue 9 years ago • 0 comments

isMemoryReadable doesn't work anymore as the following segfaults in cycript:

var fds = new (typedef int[2]);
pipe(fds);

tyilo avatar Oct 02 '16 15:10 tyilo