19 lines
483 B
Markdown
19 lines
483 B
Markdown
# host_browser
|
|
|
|
Un canal de communication existe afin qu'il soit possible d'interagir avec le navigateur depuis le shell.
|
|
|
|
`host_browser` est disponible dans l'image __Core__ et permet d'utiliser ce canal.
|
|
|
|
```
|
|
Usage: host_browser [-h]
|
|
A tool that interacts with the JavaScript engine of the host browser.
|
|
Evaluate JavaScript code from standard input and return the result.
|
|
|
|
ARGUMENTS
|
|
-h | --help: Print help and exit
|
|
|
|
EXAMPLE
|
|
echo "alert('Hello from VM')" | host_browser
|
|
|
|
```
|