How can I get the app start address and it's length from the app? is there any APIs to do this job?
Thank you
How can I get the app start address and it's length from the app? is there any APIs to do this job?
Thank you
Please take a look at the CODE_* macros in the app_util.h header and see if those can be used in your case. They rely on linker symbols to determine start address, size, etc.
Please take a look at the CODE_* macros in the app_util.h header and see if those can be used in your case. They rely on linker symbols to determine start address, size, etc.