How to get Function names
Posted
by Sandeep P
on Stack Overflow
See other posts from Stack Overflow
or by Sandeep P
Published on 2010-04-01T12:39:11Z
Indexed on
2010/04/01
12:43 UTC
Read the original article
Hit count: 174
functions
I want Function names from the call stack, how do i get Function names from it? as peek data doesn't return address of the stack. It is returned in GETREGS, how do i get my Functions name from these addresses?
© Stack Overflow or respective owner