Author Topic: how do you disassemble main in c  (Read 6644 times)

svince40

  • Guest
how do you disassemble main in c
« on: April 23, 2012, 09:55:33 am »
how do you disassemble main in c
all the routines can be disassembled as you step into them but not main.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: how do you disassemble main in c
« Reply #1 on: April 23, 2012, 10:27:07 am »
My magic ball is broken, so I'll need some more details to help you with your problem.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline scarphin

  • Lives here!
  • ****
  • Posts: 644
Re: how do you disassemble main in c
« Reply #2 on: April 23, 2012, 01:32:11 pm »
I think (s)he's asking how to disassemble the initialization code before the Program Counter comes to 'main' and returns to the OS.