mirror of
https://github.com/senzee1984/InflativeLoading
synced 2026-06-06 16:44:31 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user