Projects STRLCPY PowerShdll Commits ff569025
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 2 lines
    3 3   
    4 4  Does not require access to powershell.exe as it uses powershell automation dlls.
    5 5   
    6  -PowerShdll can be run with: rundll32, InstallUtil.exe, regsvcs.exe, regasm.exe, regasm.exe.
     6 +PowerShdll can be run with: rundll32.exe, installutil.exe, regsvcs.exe, regasm.exe, regasm.exe.
    7 7   
    8 8  ## dll mode:
    9 9   
    skipped 1 lines
    11 11  ```
    12 12  Usage:
    13 13  rundll32 PowerShdll,main <script>
     14 +rundll32 PowerShdll,main -h Display this message
    14 15  rundll32 PowerShdll,main -f <path> Run the script passed as argument
    15  -rundll32 PowerShdll,main -w Start an interactive console in a new window
     16 +rundll32 PowerShdll,main -w Start an interactive console in a new window (Default)
    16 17  rundll32 PowerShdll,main -i Start an interactive console in this console
    17 18  If you do not have an interractive console, use -n to avoid crashes on output
    18 19  ```
    skipped 19 lines
    38 39  ```
    39 40  Usage:
    40 41  PowerShdll.exe <script>
     42 +PowerShdll.exe -h Display this message.
    41 43  PowerShdll.exe -f <path> Run the script passed as argument
    42  -PowerShdll.exe -i Start an interactive console in this console
     44 +PowerShdll.exe -i Start an interactive console in this console (Default)
    43 45  ```
    44 46  ## Examples
    45 47  ### Run base64 encoded script
    skipped 22 lines
Please wait...
Page is in error, reload to recover