Activity overview
Latest activity by Fert
BUG postincrement
IL command 'dup' loss.
pointer++; <--- BUG
pointer[0] = buffer[i];
Correct:
pointer++[0] = buffer[i];
BUG: operator ==
//
// IL
//
L_0049: ldloc.0 <--- object obj2
L_004a: ldsfld string [mscorlib]System.String::Empty
L_004f: bne.un L_0056 <--- CRITICAL
L_0054: ldc.i4.0
L_0055: ret
L_0056: ldloc.0
...
Add custom contextmenu in Add-In?
Add custom contextmenu in Add-In?