Vortex, your utilities are very useful indeed!
Thanks for the time you put in developing them!
Now, since you seem to be one of the gods of the COFF/PE format, i might as well drop the bomb and ask you some questions (by all means, do not consider them as requests, i just want to know the answers from someone who knows his stuff ):
1) I'm sure you know/heard of dll2lib from binary-soft. Just for the record, that product converts a dll library to a static library, which one can then statically link to a project. My question: Is there a freeware analogous to that tool? Or any kind of alternative? I haven't found anything similar on the net...
2) Are you aware of a utility that combines multiple COFF files to a single one (COFF binder/combiner)? If not, is the COFF format subjectible to such kind of manipulation? (I mean, would it be possible for someone to actually code something such as a COFF binder?)
3) Finally, does the COFF format allow the conversion: COFF to Static Library? Would such thing be possible/feasible to be done with a tool? What are the limitations (if any) to an attempt to coding such tool?
Sorry if i ask something profound, i'm nowhere near you as it comes to the COFF format / programming in general...
In other words, be gentle in your reply...

Again, thanks for reading this, and for sharing you tools / knowledge!