Author | Message | Time |
---|---|---|
Arta | 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 :) | May 17, 2003, 12:09 PM |
St0rm.iD | Do you have a pdb? | May 17, 2003, 1:16 PM |
Arta | For Stom.dll? I wish :P | May 17, 2003, 2:18 PM |
Adron | 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... | May 17, 2003, 2:57 PM |
iago | 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 | May 17, 2003, 7:16 PM |