binaryninja/personal/scc-docs/bash.txt

18 lines
436 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
bash
====
:title: Shellcode Compiler Runtime
---------------------------------------------
void bash();
---------------------------------------------
Executes the `bash` shell. No arguments are provided to `bash`. This function does not return if the command
executes successfully.
See also
--------
link:interactive_bash.html[interactive_bash],
link:interactive_sh.html[interactive_sh],
link:sh.html[sh],
link:system.html[system]