From 3234e6dc53db638199dec5ef25a9d90ce21a0376 Mon Sep 17 00:00:00 2001 From: egibs <20933572+egibs@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:58:54 -0500 Subject: [PATCH] Update README Signed-off-by: egibs <20933572+egibs@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b75abb0..90f9372 100644 --- a/README.md +++ b/README.md @@ -143,4 +143,6 @@ Running `rsd` from MacOS will result in this: ## Will anything be added to this project? -Maybe -- I want to start automating various things in whatever language seems right. Analyizing Mach-O bianries (i.e., MacOS binaries) doesn't seem to be as common but that would be easy to support. +Maybe -- I want to start automating various things in whatever language seems right. + +Analyizing Mach-O binaries (i.e., MacOS binaries) doesn't seem to be as common but would be something to support in a future PR.