Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C problem

Name: Anonymous 2007-04-10 13:40 ID:YqaTtdxC


main() {
"example";
}


What happends here? Is the string example pushed somewhere?

Name: Anonymous 2007-04-10 14:05 ID:bft/vtSP

>>6
In what way?  My listing proves his argument.

Here's the same, without the string there.  The assembly is the same.
08048324 <main>:
main() {
 8048324:       8d 4c 24 04             lea    0x4(%esp),%ecx
 8048328:       83 e4 f0                and    $0xfffffff0,%esp
 804832b:       ff 71 fc                pushl  0xfffffffc(%ecx)
 804832e:       55                      push   %ebp
 804832f:       89 e5                   mov    %esp,%ebp
 8048331:       51                      push   %ecx
}
 8048332:       59                      pop    %ecx
 8048333:       5d                      pop    %ebp
 8048334:       8d 61 fc                lea    0xfffffffc(%ecx),%esp
 8048337:       c3                      ret

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List