From 765f8803c44a3f6d410f1aeeb1d9d4f1c6b1b107 Mon Sep 17 00:00:00 2001 From: HuskyHacks <57866415+HuskyHacks@users.noreply.github.com> Date: Wed, 30 Mar 2022 13:57:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adda547..708ad74 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ My experiments in weaponizing [Rust](https://www.rust-lang.org/) for implant dev | [UUID_Shellcode_Execution](../master/UUID_Shellcode_Execution/src/main.rs) | Plants shellcode from UUID array into heap space and uses `EnumSystemLocalesA` Callback in order to execute the shellcode. | | [AMSI Bypass](../master/amsi_bypass/src/main.rs) | AMSI Bypass on Local Process | | [Injection_AES_Loader](../master/Injection_AES_Loader/src/main.rs) | NtTestAlert Injection with AES decryption | -| [Litcrypt_String_Encryption](../master/Litcrypt_String_Encryption/src/main.rs) | Using the [Litcrypt](https://github.com/anvie/litcrypt.rs) crate top encrypt literal strings at rest and in memory to defeat static AV. | +| [Litcrypt_String_Encryption](../master/Litcrypt_String_Encryption/src/main.rs) | Using the [Litcrypt](https://github.com/anvie/litcrypt.rs) crate to encrypt literal strings at rest and in memory to defeat static AV. | ## Compiling the examples in this repo