level 1
Original Poster1 hour ago
TL;DR
"After pressing the ‘/’ key, IDA Pro adds the pseudo-code as comment to the disassembly listing! This is a great feature, because the decompiler facilitates reversing, but it often misses some pieces and/or makes mistakes. With this feature, it is possible to work on the disassembly listing while still benefiting from the decompiled pseudo-code.
Well, once I started using Ghidra I really missed this functionality and so I decided to build this feature in a Ghidra script."
3