From c2cd481c4ebbdfee78e02df32c8fd2aeee910fbf Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 21 Aug 2026 16:54:25 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d5f48..0e4fb3a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ + + # SimpleXORshellcode XOR shellcode,and use loader load it ## use: ### 1.open python file ,input your shellcode here ![avatar](https://github.com/ConsT27/SimpleXORshellcode/blob/main/QQ%E6%88%AA%E5%9B%BE20210202163900.png?raw=true) -### 2.use python file,choose your keyword and special "split word" +### 2.run python file to pass your keyword and special "split word" as command-line arguments ![avatar](https://github.com/ConsT27/SimpleXORshellcode/blob/main/QQ%E6%88%AA%E5%9B%BE20210202164643.png?raw=true) ### 3.copy the xored shellcode into cpp,and write the key word and split word . ![avatar](https://github.com/ConsT27/SimpleXORshellcode/blob/main/QQ%E6%88%AA%E5%9B%BE20210202164753.png?raw=true)