cycript-utils
cycript-utils copied to clipboard
Fix isMemoryReadable
isMemoryReadable doesn't work anymore as the following segfaults in cycript:
var fds = new (typedef int[2]);
pipe(fds);