.NET Reflector vs DTrace
A side-by-side look at .NET Reflector and DTrace. For an in-depth review of either product, follow the links below.
.NET Reflector
Development
.NET Reflector is a popular .NET decompiler and static analysis tool that allows developers to examine and understand the structure and code of .NET assemblies. It can decompile code back into a high-level programming language for analysis.
netdecompilerdisassemblerreflection
DTrace
Os & Utilities
DTrace is a dynamic tracing framework created by Sun Microsystems for troubleshooting kernel and application problems on production systems in real time. It allows administrators, developers, and service personnel to concisely answer arbitrary questions about the behavior of the operating system and user programs.
tracingtroubleshootingdebugging
Related Comparisons
dnSpy
strace
Explorer Suite
ftrace
SystemTap
Zeta Resource Editor