Show all call decompilations
Hotkey: none
This command will appear on the right-click menu when the cursor is over a direct call, or when the cursor is over the function's prototype. When selected, it will prompt the user whether they would like to decompile all functions that call the highlighted function. If the user selects "Yes", Hex-Rays will decompile those functions, extract the decompilation for all calls to that location, and show the results in a new window. The user can navigate through this window by double-clicking (or pressing Enter
) on any of the lines.
This command is available starting from v9.2.
See also: interactive operation, show all xref decompilations.
Last updated
Was this helpful?