18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
interactive_bash
|
|
================
|
|
:title: Shellcode Compiler Runtime
|
|
|
|
---------------------------------------------
|
|
void interactive_bash();
|
|
---------------------------------------------
|
|
|
|
Executes the `bash` shell. The "`-i`" argument is provided to `bash` so that it is started in interactive mode.
|
|
This function does not return if the command executes successfully.
|
|
|
|
See also
|
|
--------
|
|
link:bash.html[bash],
|
|
link:interactive_sh.html[interactive_sh],
|
|
link:sh.html[sh],
|
|
link:system.html[system]
|