From 101be49f2c478c08a0fb98371fa55f2ccbee37a0 Mon Sep 17 00:00:00 2001 From: Kurosh Dabbagh Escalante Date: Sun, 19 Feb 2023 20:27:32 +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 47d5ada..ee285f8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you want to test this by yourself, compile the code with and without the call Since we are using [LITCRYPT](https://github.com/anvie/litcrypt.rs) plugin to obfuscate string literals (just for the Dinvoke_rs code), it is required to set up the environment variable LITCRYPT_ENCRYPT_KEY before compiling the code: - C:\Users\User\Desktop\RustChain> set LITCRYPT_ENCRYPT_KEY="yoursupersecretkey" + C:\Users\User\Desktop\Split> set LITCRYPT_ENCRYPT_KEY="yoursupersecretkey" After that, simply compile the code and run the tool: