Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Issues while parsing elf generated by qcc: (1 Item)
   
Issues while parsing elf generated by qcc  
Hi,
I am working on relocating the executable instructions from elf to some specific address, so that i can call the 
functions in elf via function pointers in another application. To do this i have a elf parsing algorithm. This algo is a
 proven code that has been working fine for years to parse an elf generated from Diab C compiler.
Now i am trying to do the same with the elf generated from QNX ( via qcc). Here my algo to parse the elf is failing. So 
i want to know if the elf generated from QNX is different from standard ELF format. If yes, then can someone please 
explain me the difference. 

Thanks in advance

VK