Solution with details on how to solve with Ghidra using Ghidra 11.0.1.
Latest comments
Comment
Link
Using `system("pause0");` will create a file with the output of the `pause` command (`Press any key to continue . . . `) in a new file called `0`, because of the ``. Change that to `system("pause");` instead.