Posts
Sort by recent activity
Simple (and verified) IL sequence causes crash on decompile
.method static object Foo(object obj)
{
ldarg.0
dup
brtrue.s L1
ret
L1:
callvirt instance class [mscorlib]System.Type [mscorlib]System.Object::Ge...
Unhandled exception when running console app
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
The application, uses the DLR from MS th...