From 6400d3df2d3938e3fe10e0a9c6a05a7a040b13e4 Mon Sep 17 00:00:00 2001 From: Kurosh Dabbagh Escalante Date: Sun, 19 Feb 2023 14:06:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 828ec16..2acef93 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This technique by its own is not enough to bypass a EDR; if your code is none op - No use of syscalls. - No unhooking. - Etw not pached. -- Despite the use of Dinvoke_rs, im not encrypting some string literals that show away the APIs that im using. +- Others. On the other hand, I just have tested this approach against the mentioned EDRs, and I don't know if other EDRs will be bypassed as well. You can test it and let me know how it went ;)