OT: Howto get assembly of linux or windows executables ?

2003-09-05 Thread Joris Huizer
Hello everybody, I'm currrently learning assembly and I'd like to get more used to it - is there a way to get to see the assembly of a compiled program, what program(s) do I need for that ? I may want to look into small windows programs too is that possible Thanks for any help, Joris = --

Re: OT: Howto get assembly of linux or windows executables ?

2003-09-05 Thread Geordie Birch
Joris Huizer [EMAIL PROTECTED] [05 Sep 2003 00:09 -0700]: I'm currrently learning assembly and I'd like to get more used to it - is there a way to get to see the assembly of a compiled program, what program(s) do I need for that ? You need a disassembler, such as ndisasm from the package

Re: OT: Howto get assembly of linux or windows executables ?

2003-09-05 Thread Elizabeth Barham
Joris writes: I'm currrently learning assembly and I'd like to get more used to it - is there a way to get to see the assembly of a compiled program, what program(s) do I need for that ? gcc is able to show the assembly it generates with the -S option and leaves the result in a file of the

Re: OT: Howto get assembly of linux or windows executables ?

2003-09-05 Thread Russell Shaw
Elizabeth Barham wrote: Joris writes: I'm currrently learning assembly and I'd like to get more used to it - is there a way to get to see the assembly of a compiled program, what program(s) do I need for that gcc is able to show the assembly it generates with the -S option and leaves the result