문제

I am debuggin an application. After loading i click f9 then program is getting terminated. Termination code at the bottom-left of ollydbg is showing status 1.

I want to know What does Ollydbg termination code 0 and 1 means?

도움이 되었습니까?

해결책

Olly is just giving you the exit code of the program you are debugging.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top