How can we help you today? How can we help you today?
Fert

Activity overview

Latest activity by Fert

BUG postincrement
IL command 'dup' loss. pointer++; <--- BUG pointer[0] = buffer[i]; Correct: pointer++[0] = buffer[i];
1 follower 1 comment 0 votes
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 ...
1 follower 1 comment 0 votes
Add custom contextmenu in Add-In?
Add custom contextmenu in Add-In?
1 follower 2 comments 0 votes