For Programmers: Free Programming Magazines  


Home > Archive > Compilers > January 2007 > editing a function name of a shared library in XCOFF









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author editing a function name of a shared library in XCOFF
seoj

2007-01-06, 7:29 pm

hi,

I would like to make a utility that capitalizes all the function names
in a shared library with XCOFF file format. I have basics on shared
libraries, compilers, files and etc., at the computer-science graduate
level.

Could you possibly recommend any reference, or guide on how to make
this kind of utility?
[The XCOFF format is reasonably well documented. Finding and changing names in
the symbol table shouldn't be hard. Since you're not changing the lengths you
can do it in place. -John]
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com