How to get Function names
- by Sandeep P
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?