By tag: IL
0
kicks
IL DASM 4.0.11001.1
This is the IL DASM extracted from .NET Framework 4.0 CTP ILDASM is a tool contained in the .NET Framework SDK. It can be used to disassemble PE files containing Common Intermediate Language code.
0
kicks
Don’t rely on obfuscation
A white paper demonstrating the weaknesses of managed code obfuscation known protection techniques
0
kicks
SequenceViz :: generate sequence diagrams from .NET assembly file
SequenceViz is a free open source tool to automatically generate sequence diagrams from .NET assemblies.
0
kicks
ILMerge im Einsatz
Explains in german language how to merge assemblies with the ILMerge-Tools.
0
kicks
Dynamic Serialization vs. Xml Serialization.
This is an example of how to use the new DynamicMethod class in .net 2.0 as a base for smart dynamic serializer with human readable output.