Projects STRLCPY PowerShdll Commits 4b6e6939
🤬
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 19 lines
    20 20  PowerShdll.exe -f <path> Run the script passed as argument
    21 21  PowerShdll.exe -i Start an interactive console in this console
    22 22  ```
     23 +## Examples
     24 +### Run base64 encoded script
     25 +```
     26 +rundll32 Powershdll.dll,main $a = [System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String("BASE64")); Invoke-Expression $a
     27 +```
    23 28   
    24 29  ## Known Issues
    25 30   
    26 31  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.
    27 32  Make sure you have typed your commands correctly!
    28 33   
     34 + 
Please wait...
Page is in error, reload to recover