GDB disas question about address values

Posted by user324994 on Stack Overflow See other posts from Stack Overflow or by user324994
Published on 2010-05-05T08:05:04Z Indexed on 2010/05/05 8:08 UTC
Read the original article Hit count: 187

Filed under:
|
|
|

I'm working with a binary file that I disas'd in gdb. Right now I'm just examining the return value of a function.

0x08048604 <playGame+78>: ret

Is the address shown the address where ret is stored in the function? Or is it just the address of the instruction to return the ret value?

© Stack Overflow or respective owner

Related posts about return-value

Related posts about gdb