Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
added a CHANGELOG file
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix01 committed Jul 28, 2014
1 parent d7489fd commit 2b26639
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
1.2.0:
the memory scanner is now fully supported
+added a c# and delphi memory scanner example
+added new functions :
INewScan, IConfigScanner, IResetTable, IRemoveRecord, IActivateRecord,
IApplyFreeze, ISetValue, IInitFoundList, IResetValues, IRebaseAddressList,
IGetBinarySize
-removed :
IResetScripts, IRemoveScript, IActivateScript, IRegisterScanDoneCallback,
IInitializeFoundList, IDeinitMemoryScanner
*updated :
IInitMemoryScanner, INextScan
*updated the lazarus memory scanner example
*updated all wrappers (c#, delphi, c++)

1.1.0:
this version is an alpha release of the memory scanner
+added a new set of functions to controls the memory scanner and the virtual cheat table :
IAddAddressManually, IGetValue, IInitMemoryScanner, IDeinitMemoryScanner, IFirstScan,
INextScan, ICountAddressesFound, IRegisterScanDoneCallback, IInitializeFoundList, IGetAddress

1.0.0 :
+added the compiled library in the release page
+added a dll directory for anyone who wants to customize this dll
+added a wrapper directory that contains headers for various programming languages. (c++, delphi, c#)
+added a c++ example to call the dll
+added a new API : RemoveScript

0.9.9 :
started the cheat engine library project
+added the source code for the cheatengine-library
+API : IGetProcessList, IOpenProcess, IResetScripts, IAddScript, IActivateScript

0 comments on commit 2b26639

Please sign in to comment.