Advertisement
cigcag

WiseFilderHider4x

Oct 9th, 2022
1,880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PowerShell 0.15 KB | Software | 0 0
  1. $bytes = [System.IO.File]::ReadAllBytes("EncryptDisk.wfhd")
  2. $bytes[0x21] = 0x00
  3. $bytes = [System.IO.File]::WriteAllBytes("EncryptDisk.wfhd",$bytes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement