View Single Post
  #2  
Old 12-30-2013, 22:39
sendersu sendersu is offline
VIP
 
Join Date: Oct 2010
Posts: 1,305
Rept. Given: 337
Rept. Rcvd 237 Times in 127 Posts
Thanks Given: 340
Thanks Rcvd at 652 Times in 357 Posts
sendersu Reputation: 200-299 sendersu Reputation: 200-299 sendersu Reputation: 200-299
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
Reply With Quote
The Following 4 Users Gave Reputation+1 to sendersu For This Useful Post:
deepzero (12-31-2013), TechLord (12-31-2013), zeuscane (12-31-2013), zhgong007 (12-30-2013)