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
Better yet, have it create a lib file that you can use :-)
Indeed!