From 0a1188971184b683dac444d47ae3f2f7524b5c8c Mon Sep 17 00:00:00 2001 From: Winslow <33692631+senzee1984@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:10:02 -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 a4c606c..cbf5bfc 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Before the update, 0x90/NOP instructions are padded after the actual shellcode s {"instruction": [0x66, 0x83, 0xc2, 0x00], "length": 4}, # add dx, 0 {"instruction": [0x0F, 0x1F, 0x40, 0x00], "length": 4}, # 4-byte NOP {"instruction": [0x48, 0xff, 0xc0, 0x48, 0xff, 0xc8], "length": 6}, # inc rax; dec rax; - {"instruction": [0x49, 0xf7, 0xd8, 0x49, 0xf7, 0xd8], "length": 6}, # neg r8; neg 48; + {"instruction": [0x49, 0xf7, 0xd8, 0x49, 0xf7, 0xd8], "length": 6}, # neg r8; neg r8; {"instruction": [0x48, 0x83, 0xc0, 0x01, 0x48, 0xff, 0xc8], "length": 7}, # add rax,0x1; dec rax; {"instruction": [0x48, 0x83, 0xe9, 0x2, 0x48, 0xff, 0xc1, 0x48, 0xff, 0xc1], "length": 10}, # sub rcx, 2; inc rcx; inc rcx ]