Cutter console does not show printf result

326 views Asked by At

0

I'm using last version (2.0.5) of Cutter. I am not able to find a way to display std in/out in Cutter Console. In the picture I cleared the console before starting debugging and you can see it after the call to the printf. Am I doing something wrong? Thanks, L.

I tried both 2.0.4 and 2.0.3 without any benefit. Actually I realized it is a buffering problem, indeed continuing debugging the output comes out after the return. Yet the problem comes when you have to provide an input. Let's consider the simple crackme in picture debugging gets stucked on the "fgets" call waiting for an input...but I have no way to provide an input. I tried both "Input to the debugger" and "razin console" both of them results with the input being sent to Razin (see console) and the program still blocked. Any suggestion?

1

There are 1 answers

3
Andrea Bruna On

I can confirm the same issue with 2.0.5. Setting the english language seems to temporarily solve the problem with input. Output messages still appears after the return tough.