I have been debugging some .exe and noticied that before I start debugging step by step, at the very beginning of the program, there are already some values loaded in the stack? What are these?
I am using OllyDbg and some of the "labels" for these values are:
- return to kernel32.7C8...
 - ntdll.7C9...
 - End of SEH chain
 - SE handler
 
Thanks.