Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 542 Bytes

remove-ret-type.md

File metadata and controls

7 lines (5 loc) · 542 Bytes

Removes function's return type converting it to void func(...)

Context menu "Remove return type"

⚠️ Obsolete since IDA 7.5 has the same. Available when build with an older SDK

Sometimes function does not return any value but Hex-Rays thinks it does. It was very tiresome to type "home, y, home, ctrl-shift-left, "void", enter" so here is a way to do it on one click.

Just right click on first line of pseudocode and choose "Remove return type".