`isMemoryReadable` doesn't work anymore as the following segfaults in cycript: ``` var fds = new (typedef int[2]); pipe(fds); ```