Pelles C forum

C language => User contributions => Topic started by: TimoVJL on August 29, 2006, 09:41:18 AM

Title: Export2Def
Post by: TimoVJL on August 29, 2006, 09:41:18 AM
This program try to make def file from DLL or EXE.
Modified Matt Pietrek PEDump code.
Title: Export2Def
Post by: lvckyluke on September 06, 2006, 12:46:26 AM
nice..

PEDump support reading various type of files..
it would be nicer if you could also put the lib and obj support,
so it like all-in-one tool.. hehehe, i wished...

but for the lib in Matt Pietrek PEDump / LibDump code,
only support reading static lib. i found the program terminate
unexpectly reading lib which not linked with obj file.

attached: example of Libdump fixed in assembly

** about the all-in-one tool, i'm wondering maybe Vortex could
    combine all his tools into one.. useful and less space isn't it..
Title: Export2Def
Post by: TimoVJL on September 06, 2006, 09:44:46 AM
Have checked Add-Ins section?
There might be something useful already.
Title: Export2Def
Post by: lvckyluke on September 06, 2006, 11:29:26 AM
oh yeah, i forgot that..  :oops:
to many tools on my drive and i cannot remember all of them..
thats why i wondered if there is all-in-one tool, to remove all unneeded tools and make the drive leanest and pretier.. hehehe...  :wink:

ah, at least giving a contribution to the forum. maybe someday the examples will be usefull for someone. (eg. how to dump assembly code from IDA and what to be changes to be compile again with POASM/MASM)..  :cry: