Valhalla Legends Archive

Programming => General Programming => Topic started by: Arta on May 17, 2003, 07:09 AM

Title: [IDA] Definitions for exported functions
Post by: Arta on May 17, 2003, 07:09 AM
I wondered if this is possible: I'd like to export the function definitions I've made for exported functions within a DLL, so that I can import them into a new version of the same DLL. Obviously the files aren't the same but the exported functions that I've defined *are* - Ordinal 461 will still be Ordinal 461 and it's definition will be the same, although it's position in the file may have changed.

Is this possible? I really don't want to have to go through all the functions I defined in SC1.09 Storm.dll and redefine them in 1.10 :)
Title: Re:[IDA] Definitions for exported functions
Post by: Banana fanna fo fanna on May 17, 2003, 08:16 AM
Do you have a pdb?
Title: Re:[IDA] Definitions for exported functions
Post by: Arta on May 17, 2003, 09:18 AM
For Stom.dll? I wish :P
Title: Re:[IDA] Definitions for exported functions
Post by: Adron on May 17, 2003, 09:57 AM
It'd be even nicer to export everything from the old version (comments, variable names, etc) and import it to the new version. And I don't think that's all that impossible...
Title: Re:[IDA] Definitions for exported functions
Post by: iago on May 17, 2003, 02:16 PM
Yes, that would be very nice, but, for the most part, I've re-done the important stuff and I have the rest of it backed up in old .ida files