Update README.md

This commit is contained in:
Thanasis Tserpelis
2022-06-06 10:33:12 +03:00
committed by GitHub
parent ef386c3b9a
commit 3987f8d1ea
+1
View File
@@ -62,6 +62,7 @@ My experiments in weaponizing [Rust](https://www.rust-lang.org/) for implant dev
| [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. |
| [Api Hooking](../master/apihooking/src/main.rs) | Api Hooking using detour library |
| [memfd_create](../master/memfd_create/src/main.rs) | Execute payloads from memory using the memfd_create technique (For Linux) |
| [RC4_Encryption](../master/Injection_Rc4_Loader/src/main.rs) | RC4 Decrypted shellcode |
## Compiling the examples in this repo