I am running some benchmarks in Linux, and I am looking for some indication that the program has completed loading and started running. Is it reasonable to expect that main()
would always be at the same EIP
?
Is the EIP
of main()
dependent on the language? Is it dependent on the compiler?
Is there any EIP
that a program can always be expected to start at?