Skip to content

Commit

Permalink
Update InflativeLoading.py
Browse files Browse the repository at this point in the history
  • Loading branch information
senzee1984 authored Apr 12, 2024
1 parent b0a2f58 commit 2277088
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion InflativeLoading.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def generate_nop_sequence(desired_length):
{"instruction": [0x66, 0x87, 0xf6], "length": 3}, # xchg si, si;
{"instruction": [0x48, 0x9c, 0x48, 0x93], "length": 4}, # xchg rax, rbx; xchg rbx, rax;
{"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": [0x48, 0x83, 0xc0, 0x01, 0x48, 0xff, 0xc8], "length": 7}, # add rax,0x1; dec rax;
Expand Down

0 comments on commit 2277088

Please sign in to comment.