views:

21

answers:

0

Hi, I'm currently working a project to investigate the secuirty inherit with Android. A part of my project is to perform an overflow of the stack and execute a local shell. I've created an exploitable application in native c, that is dynamically linked, installed it and executed it.

I'm having trouble using GDB. I want to know the loaction of the system and exit call addresses, using the command "p system". GDB keeps giving me an error "no symbol table". I've gave GDB the correct paths before attching to the process and used the "shared" command. I'm really struggling, Has anyone got any clue to why this is happening.