|
| 1 | +1.2.0: |
| 2 | + the memory scanner is now fully supported |
| 3 | + +added a c# and delphi memory scanner example |
| 4 | + +added new functions : |
| 5 | + INewScan, IConfigScanner, IResetTable, IRemoveRecord, IActivateRecord, |
| 6 | + IApplyFreeze, ISetValue, IInitFoundList, IResetValues, IRebaseAddressList, |
| 7 | + IGetBinarySize |
| 8 | + -removed : |
| 9 | + IResetScripts, IRemoveScript, IActivateScript, IRegisterScanDoneCallback, |
| 10 | + IInitializeFoundList, IDeinitMemoryScanner |
| 11 | + *updated : |
| 12 | + IInitMemoryScanner, INextScan |
| 13 | + *updated the lazarus memory scanner example |
| 14 | + *updated all wrappers (c#, delphi, c++) |
| 15 | + |
| 16 | +1.1.0: |
| 17 | + this version is an alpha release of the memory scanner |
| 18 | + +added a new set of functions to controls the memory scanner and the virtual cheat table : |
| 19 | + IAddAddressManually, IGetValue, IInitMemoryScanner, IDeinitMemoryScanner, IFirstScan, |
| 20 | + INextScan, ICountAddressesFound, IRegisterScanDoneCallback, IInitializeFoundList, IGetAddress |
| 21 | + |
| 22 | +1.0.0 : |
| 23 | + +added the compiled library in the release page |
| 24 | + +added a dll directory for anyone who wants to customize this dll |
| 25 | + +added a wrapper directory that contains headers for various programming languages. (c++, delphi, c#) |
| 26 | + +added a c++ example to call the dll |
| 27 | + +added a new API : RemoveScript |
| 28 | + |
| 29 | +0.9.9 : |
| 30 | + started the cheat engine library project |
| 31 | + +added the source code for the cheatengine-library |
| 32 | + +API : IGetProcessList, IOpenProcess, IResetScripts, IAddScript, IActivateScript |
| 33 | + |
0 commit comments