edb_set_environment_variable
Set an environment variable for a debugged process, configuring values like LD_PRELOAD or PATH before execution.
Instructions
Set an environment variable for the debugged process. Equivalent to EDB's process environment configuration. Variables set here are passed to the program when it runs.
Args: params (EnvironmentInput): Variable - name (str): Variable name (e.g., 'LD_PRELOAD', 'PATH') - value (str): Variable value
Returns: str: Confirmation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |