I'm looking for an easy way to create a report that given an eVC project (or resulting artifact, like .exe or .dll file) will create a listing of all the functions, their offsets and their sizes.
I've been looking through a variety of compiler & linker options, but the options I found would create either too little (e.g. segment size or entry offsets for exported symbols) or way too much information (annotated listings).
Thanks,
HM