From 56c09117a47d8d4b596ffa37437b9d1924aafec1 Mon Sep 17 00:00:00 2001 From: Bouke van der Bijl Date: Tue, 21 Apr 2015 12:43:44 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c6cc2c..3d918b2 100644 --- a/README.md +++ b/README.md @@ -108,3 +108,5 @@ func main() { 2. Monkey won't work on some security-oriented operating system that don't allow memory pages to be both write and execute at the same time. With the current approach there's not really a reliable fix for this. 3. Monkey is not threadsafe. Or any kind of safe. 4. I've tested monkey on OSX 10.10.2 and Ubuntu 14.04. It should work on any unix-based x86 or x86-64 system. + +© Bouke van der Bijl