Last updated
Was this helpful?
The CTree view is a subview that renders the decompiler's C-level AST (the ctree) for the current function.
The CTree view is new and still settling. Its layout, the shown information, and the available actions may change in future versions.
You can open the CTree view in two ways:
Press Ctrl + F6 while viewing a function
Navigate to View → Open subviews → Generate ctree
Each line in the view represents one ctree node, indented to reflect its depth in the tree. Statement and expression node types are printed along with the most important attributes for that kind of node (operand types, referenced variables, immediate values, and so on).
Last updated
Was this helpful?
Was this helpful?
