I would like to write a script which extracts and modifies both the symbol and relocation tables in object files. How do I find out where those tables are located?
EDIT: I am currently examining ELF format binaries EDIT2: I am using the gcc compiler