L
Lieven De Foor
Guest
I haven't tried attaching the VS debugger, but without having the sources, will that be of any use? Decompiling is, afaik, not permitted by the eula, but let's say I heard that the assemblies are obfuscated... What I did do is examine issues using a .NET memory profiler, which also gives some insight. Also creating a StackTrace object and showing its contents reveals some things (showing that quite some reflection is at play), but using that to reverse engineer the code is not the easiest thing when you have no further hints... I'm not expecting the actual implementation of it all, but a decent overview of the components and how they are interacting would be a great start, combined with what's already known.
Continue reading...
Continue reading...