Projects STRLCPY PowerShdll Commits d45ac9cf
🤬
  • ■ ■ ■ ■
    README.md
    skipped 23 lines
    24 24  ## Examples
    25 25  ### Run base64 encoded script
    26 26  ```
    27  -rundll32 Powershdll.dll,main $a = [System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String("BASE64")); Invoke-Expression $a
     27 +rundll32 Powershdll.dll,main [System.Text.Encoding]::Default.GetString([System.Convert]::FromBase64String("BASE64")) ^| iex
    28 28  ```
    29 29  ### Download and run script
    30 30  ```
    skipped 12 lines
Please wait...
Page is in error, reload to recover