binaryninja/commercial/scc-docs/interactive_bash.txt

18 lines
495 B
Plaintext
Raw Normal View History

2018-12-13 18:39:52 +00:00
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]