AmsiBypass icon indicating copy to clipboard operation
AmsiBypass copied to clipboard

Typo in Class1.cs

Open dtrizna opened this issue 4 years ago • 1 comments

Typo, that generates: error CS0103: The name 'AmsiScanBufPtr' does not exist in the current context

dtrizna avatar Jul 20 '20 10:07 dtrizna

Line 44 should be "if (!VirtualProtect(AmsiScanBufrPtr, dwSize, 0x40, out Zero))" instead of "if (!VirtualProtect(AmsiScanBufPtr, dwSize, 0x40, out Zero))"

(Typo in the variable name)

harshitrajpal avatar Apr 10 '22 06:04 harshitrajpal