AmsiBypass
AmsiBypass copied to clipboard
Typo in Class1.cs
Typo, that generates:
error CS0103: The name 'AmsiScanBufPtr' does not exist in the current context
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)