Hi Everybody! I need to develop an automatic way to decompile .NET DLLs and inspect the output for a laundry list of potential problems. I can easily do this by hand with dotPeek on Windows, but I need to do it on Linux (long story, don't ask) and I don't want to do it by hand because it doesn't scale. I'm talking about hundreds, potentially thousands of DLLs, with new ones popping up somewhat frequently. I can code as much as needed - oh boy can I code - but I'd rather not write the decompiler from scratch.
Based on some documentation <http://www.mono-project.com/docs/tools+libraries/libraries/Mono.Cecil/> I've read <https://github.com/jbevain/cecil/wiki>, it *sounds* like mono-cecil will work, but I ain't 100% so I thought I'd just ask directly. Does this sound like something mono-cecil is well-suited for? mjw -- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
