noodlez wrote:> What im trying to do is step through wine from the before the load process
up until the load process to understand asm better, i can't manage to set a
breakpoint on _start nor any existance of main, so i really want to see wine
from the beginning till the end step by step. if any one can tell me where to
break i'd really appreciate it!!
It would probably take you several days if not weeks to do that...
Wine's startup sequence is complicated you can read about that in dev's
manual: http://www.winehq.org/site/docs/winedev-guide/c2768#INITIALIZATION
BTW that part is outdated and does not include wineboot, winedevice and
explorer.