(adsbygoogle = window.adsbygoogle || []).push({});
There is a bug on CCAPI 2.2 debugger, which won't allow you to search through offsets, if you put for example; 00010000 - 90000000, each time the offset exceed 90000000 you get next error message,
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at ccapidebugger.Form1.searchWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
this glitch or bug whatever you wanna call it is extremely annoying, since almost every large game exceeds 90000000 offset in the memory.
Anyone have a fix for it?