Closed ROMAINPC closed 6 months ago
I spent several hours on this problem and it is by posting the issue that I found a solution!
For beginners like me : Force use of Ghidra decompiler with the Decompiler:
option at bottom right of the window.
Switch from jsdec
to Ghidra
.
Environment information
Describe the bug
In the decompiler view all functions have
void
arguments. However, the comments in the disassembly view clearly shows the correct signature of the function. Consequently decompiled code is really hard to read. I am a beginner with Cutter may be am I missing a setting.To Reproduce
Steps to reproduce the behavior:
main()
function in decompiler viewExpected behavior
Code signature will be
int32_t main (void)
and code will look likeInstead of : (in Ghidra for example)