![]() |
|
|
|
#1
|
|||
|
|||
|
here is my set of tools for fixing MFC XXX (4.2, 8.0, 9.0, 10.0) as *.idc for IDA
Entry point: FixMfcImports.idc and then answer questions as it asks enjoy http://www.sendspace.com/file/3iqgve Note: the set if not full, if you wish to create some other MFCxxx support, here is the recipe: 1) dumpbin /exports mfc100u.lib > mfc100u.def 2) using following regex: ^\s+(\d+)\s+([^\s]{1,})(.*) -> \2 @ \1 NONAME |
|
#2
|
|||
|
|||
|
all right, many thanks
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to make DLL export these functions? | dion | General Discussion | 2 | 02-21-2009 14:58 |