replace_string_ldstr
Replace a hardcoded string literal in a specified .NET method by providing the fully qualified method name and the old and new string values.
Instructions
Replace a specific ldstr operand within a method body.
v2.8.0: returns status: not_implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method_fqn | Yes | ||
| old | Yes | ||
| new | Yes | ||
| dst | No | ||
| confirm_legal | No |