replace_method_body
Replace a method body in a .NET assembly with custom IL bytecode. Specify the method by its fully qualified name to inject new instructions.
Instructions
Replace a method body with caller-supplied IL bytes.
v2.8.0: returns status: not_implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method_fqn | Yes | ||
| new_il_b64 | Yes | ||
| dst | No | ||
| confirm_legal | No |