TheSwamp

Code Red => .NET => Topic started by: Kerry on April 19, 2012, 06:41:39 AM

Title: acad.exe and AcCore.dll export dump
Post by: Kerry on April 19, 2012, 06:41:39 AM
All care, no responsibility :)

done with Dumpbin for Win Pro 7 x64

dumpbin /exports "C:\Program Files\Autodesk\AutoCAD 2012 - English\acad.exe" /out:C:\ACAD2012_acad.exe.exports.txt
dumpbin /exports "C:\Program Files\Autodesk\AutoCAD 2013\acad.exe" /out:C:\ACAD2013_acad.exe.exports.txt
dumpbin /exports "C:\Program Files\Autodesk\AutoCAD 2013\acCore.dll" /out:C:\ACAD2013_accore.dll.exports.txt


Regards
Kerry
Title: Re: acad.exe and AcCore.dll extract dump
Post by: It's Alive! on April 19, 2012, 07:14:53 AM
Thanks, this will come in handy 8-)
Title: Re: acad.exe and AcCore.dll export dump
Post by: Kerry on April 19, 2012, 07:24:38 AM
You're most welcome Dan :)
Title: Re: acad.exe and AcCore.dll export dump
Post by: BlackBox on April 19, 2012, 09:38:19 AM
Thanks for sharing, Kerry.
Title: Re: acad.exe and AcCore.dll export dump
Post by: gile on April 19, 2012, 09:46:16 AM
++
Title: Re: acad.exe and AcCore.dll export dump
Post by: Kerry on May 07, 2012, 04:21:32 AM

and acdb19.dll 

Title: Re: acad.exe and AcCore.dll export dump
Post by: Jeff H on June 06, 2013, 01:45:30 AM
Kerry mentioned this link here  (http://www.theswamp.org/index.php?topic=42795.0)and before I leave it would probably be good idea to take a dump before I leave.
 
*Edit*
64-bit
 
*Edit*
Replaced 2nd acad.exe dump with acdb19 dump
 
Title: Re: acad.exe and AcCore.dll export dump
Post by: Jeff H on June 06, 2013, 02:03:54 AM
For those of you who feel something brewing or prairie dogging  with 32-bit systems, as Kerry Kindly posted in original thread so all you have do is update paths.
 
dumpbin.exe /Exports "C:\Program Files\Autodesk\AutoCAD 2014\acad.exe" /Out:"C:\Users\Jeff\Dropbox\Previous Structure\DumpBin\Dumped\AutoCAD 2014\acadexe.txt"
dumpbin.exe /Exports "C:\Program Files\Autodesk\AutoCAD 2014\accore.dll" /Out:"C:\Users\Jeff\Dropbox\Previous Structure\DumpBin\Dumped\AutoCAD 2014\accore.txt"
dumpbin.exe /Exports "C:\Program Files\Autodesk\AutoCAD 2014\acdb19.dll" /Out:"C:\Users\Jeff\Dropbox\Previous Structure\DumpBin\Dumped\AutoCAD 2014\acdb19.txt"
 
Just in case not sure just go to
Start Menu->All Programs->Microsoft Visual Studio 2010/2012->Visual Studio Tools
Right Click on Visual Studio Command Prompt (2010/2012) and choose Run as Administrator and just right click and paste arguments above and press enter for each file.
Title: Re: acad.exe and AcCore.dll export dump
Post by: Kerry on June 06, 2013, 02:16:44 AM

Quote
/Out:"C:\Users\Jeff\Dropbox\Previous Structure\ ......

but change the the pathing unless you want it to go to Jeff's machine .. :)
Title: Re: acad.exe and AcCore.dll export dump
Post by: Jeff H on June 13, 2013, 12:09:54 PM
Updated previous post because I had acad.exe dump attached twice and replaced one of them with acdb19 dump
Title: Re: acad.exe and AcCore.dll export dump
Post by: Jeff H on February 25, 2023, 08:29:45 AM
Just stopping by to take a dump.
2023 acad

Title: Re: acad.exe and AcCore.dll export dump
Post by: kdub_nz on February 26, 2023, 04:45:25 PM
Thanks Jeff.