Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: Arta on March 14, 2003, 01:27 PM

Title: IDA Question
Post by: Arta on March 14, 2003, 01:27 PM
If you've defined functions in the disassembly of a DLL, is there any way to export those definitions into an IDA database of an exe or a dll that calls the dll you've defined?

I've been doing it by hand so far but it's rather time consuming, creating a .idc of the database or the typedefs doesn't work... eh
Title: Re: IDA Question
Post by: iago on March 14, 2003, 01:54 PM
Better yet, have it create a lib file that you can use :-)
Title: Re: IDA Question
Post by: Arta on March 14, 2003, 08:23 PM
Indeed!