Hi all,
the problem is that my program produces a segmentation fault but I don't know why, but the strange thing is that when I use gdb and I set a breakpoint to a specific line of the code, the program terminates correctly!
Here's the code:
global main
main:
lea esi,[sh]
xor eax,eax...