Hi,
Have you guys considered libelf [1] for implementing ELFWriter?
[1] http://people.freebsd.org/~jkoshy/download/libelf/article.html
Regards,
-Mahadevan.
Hi,
Have you guys considered libelf [1] for implementing ELFWriter?
[1] http://people.freebsd.org/~jkoshy/download/libelf/article.html
Regards,
-Mahadevan.
Yes, I considered this. The problem is that the hard part isn't writing out the format, it is assembling the correct info. libelf doesn't help there.
-Chris