DLL Injection
Description
dllis only available for Windows
Inject a dll into the process.
Command
shencode inject dll [-h] -i INPUT -p PROCESS [-s]
options:
-h, --help show this help message and exit
-i, --input Input dll to inject
-p, --process Process to inject into
-s, --start-process If set, the process will be startedJSON Parameter
| Arguments | Values | Type |
|---|---|---|
| input | filename | str |
| process | filename | str |
| start_process | true, false | bool |