Is there any way to access the Stack Frame Pointer from Function Name/Address in a C Program?
I have tried to analyze the contents at memory addresses starting from the Function's Address in GDB, but could not get any meaningful information.
Can anybody please provide me some hint on this?
Thanks.