Category Archives: WinDbg

Dumping Excel XLL add-in calls

Using WinDbg it’s possible to get a dump of each XLL call that is made by Excel as it calculates. If you’re using Excel 2003, create the following breakpoint that dumps the symbol at eax+4 (the entry point that is about to be called), then continues.:
bu EXCEL!MdCallBack+0xa880 “dds @eax+0×4 L1; g”
You’ll need to adjust the [...]

Also posted in Debugging, Excel | 2 Comments
  • Follow me on Twitter Follow me on Twitter @voyce

  • Categories

  • Archives