get_microcode
Retrieve Hex-Rays intermediate representation (microcode) for a function to inspect decompilation internals. Specify a maturity level to control which optimization stage is returned.
Instructions
Get the Hex-Rays intermediate representation (microcode) for a function. Maturity levels: generated, preoptimized, locopt, calls, glbopt1, glbopt2, glbopt3, lvars.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maturity | No | preoptimized | |
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |