Re: Opinion on a suitable name for a file inspection module

2009-05-13 Thread Mats Kindahl
David Cantrell wrote: > On Tue, May 12, 2009 at 08:47:06PM +0200, Mats Kindahl wrote: > >> I need to write some scripts that among other things need to dig out symbol >> information from object files. I did some basic research, but did not find >> any >> such module, so I will write my own. >>

Re: Opinion on a suitable name for a file inspection module

2009-05-13 Thread David Cantrell
On Tue, May 12, 2009 at 08:47:06PM +0200, Mats Kindahl wrote: > I need to write some scripts that among other things need to dig out symbol > information from object files. I did some basic research, but did not find any > such module, so I will write my own. > > However, what is a suitable name?

Re: Opinion on a suitable name for a file inspection module

2009-05-13 Thread Mats Kindahl
Hi Jonathan, Thanks. The name seems like a good choice. I'll have a look at the other ELF modules and see where I can fit the name in a sensible way. Best wishes, Mats Kindahl Jonathan Yu wrote: > Hi Mats: > > I think there is an ELF:: namespace you can consider. Something like, > ELF::Extract: