From 8ef0be77afe9acc03f73f9d6eef38124bf1b46da Mon Sep 17 00:00:00 2001 From: Alexey Vishnyakov Date: Sun, 17 Mar 2024 14:10:21 +0300 Subject: [PATCH] Add MacOS limitations note --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d9d38bb2..df689455 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ Download latest Linux 64-bit [release](https://github.com/ispras/casr/releases/latest/download/casr-x86_64-unknown-linux-gnu.tar.xz) or build from source as explained below. +N.B. Current MacOS support is experimental. Some Linux-based code like +[exploitable](https://github.com/ispras/casr/blob/master/libcasr/src/gdb/exploitable.rs) +and `casr-gdb` may not properly work. Further contributions are very much +welcomed here. + Build from Git repository: $ git clone https://github.com/ispras/casr