Hex-Rays interactive operation: Convert to struct *
Hotkey: none
This convenience command allows the user to specify a pointer to structure type in a quick and efficient manner.
The list of the local structure types will be displayed.
The type of the current variable will be set as a pointer to the selected structure type.
This is just a convenience command. Please use the set type command in order to specify arbitrary variable types.
This command is available only when the decompiler is used with recent IDA versions.
Convert to struct *只能识别local types(使用view->Open subviews->local types可以查看所有local type),对于standard structure是不认识的,在变量上按Y键手工输入吧