From 0c4632bbc3d3fc2787d8cf008441e9e3af474ebd Mon Sep 17 00:00:00 2001 From: joaoviictorti Date: Fri, 1 Nov 2024 14:05:10 -0300 Subject: [PATCH] Add README.md --- crates/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crates/README.md diff --git a/crates/README.md b/crates/README.md new file mode 100644 index 0000000..f602aaf --- /dev/null +++ b/crates/README.md @@ -0,0 +1,4 @@ +# Crates + +- `shadowx`: Contains the main logic of the rootkit code. +- `common`: Includes only the structures used in the driver to communicate with the client.