Which function at some address.
Posted:
Thu Feb 26, 2015 7:35 am
by alok83
Hi guys. I found one interesting struct which has a pointer to some function between 40200000h and 40300000h. How can I find out which function is there?
Thanks.
Re: Which function at some address.
Posted:
Thu Feb 26, 2015 9:52 pm
by jcmvbkbc
alok83 wrote:Hi guys. I found one interesting struct which has a pointer to some function between 40200000h and 40300000h. How can I find out which function is there?
You can search for that address in the output of xtensa-lx106-elf-objdump -xd app.out