Related articles |
---|
editing a function name of a shared library in XCOFF seojungmin@gmail.com (seoj) (2007-01-05) |
From: | "seoj" <seojungmin@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 5 Jan 2007 05:51:19 -0500 |
Organization: | Compilers Central |
Keywords: | linker, object, comment |
Posted-Date: | 05 Jan 2007 05:51:19 EST |
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]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.