|
Using CodeModel |
2005-04-17 |
|
I spent yesterday altering my DSL tools project to serialise the CodeModel into an XML representation of source code. It works well, and gets around a few problems with my old approach of disassembling: I don't need a project to be built, and I don't need debug information (pdbs). Unfortunately I don't get all the info I need from CodeModel, so I'm still using disassembly to read method bodies out of PE files and turn them into XML. |
|