fix: Various fixes
This commit is contained in:
@@ -28,8 +28,6 @@ def make_bash_tool(sandbox: "DockerSandbox") -> BaseTool:
|
||||
|
||||
Returns EXIT:<code> followed by combined stdout+stderr.
|
||||
Large outputs are truncated to stay within token limits.
|
||||
Use for: running the target binary, processing PIN output,
|
||||
compiling plugins, or any other shell operation during analysis.
|
||||
"""
|
||||
logger.debug("Running inside sandbox: {}", command)
|
||||
exit_code, output = sandbox.exec(command, timeout=timeout)
|
||||
|
||||
Reference in New Issue
Block a user