Synchronous commands
run_command executes a shell command and waits for completion.
- Default working directory is
/workspace. - Use this for compile and helper steps.
- Do not use it to run the target binary under analysis.
Background helpers
spawn_processstarts a tracked long-running process and returns metadata.get_processreads a tracked process status.kill_processsends a signal to a tracked process.list_processeslists all tracked background helpers.