Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By alok83
#10779 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.
User avatar
By jcmvbkbc
#10850
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