Projects STRLCPY PowerShdll Commits a735f0c7
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 9 lines
    10 10  rundll32 PowerShdll,main -f <path> Run the script passed as argument
    11 11  rundll32 PowerShdll,main -w Start an interactive console in a new window
    12 12  rundll32 PowerShdll,main -i Start an interactive console in this console
     13 +If you do not have an interractive console, use -n to avoid crashes on ouput
    13 14  ```
    14 15   
    15 16  ## exe mode
    skipped 16 lines
    32 33  ## Known Issues
    33 34   
    34 35  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.
    35  -Make sure you have typed your commands correctly!
     36 +Make sure you have typed your commands correctly.
     37 + 
     38 +In dll mode, interractive mode and command output rely on hijacking the parent process' console. If the parent process does not have a console, use the -n switch to not show output otherwise the application will crash.
     39 + 
     40 +Due to the way Rundll32 handles arguments, using several space characters between switches and arguments may cause issues. Multiple spaces inside the scripts are okay.
    36 41   
    37 42   
Please wait...
Page is in error, reload to recover