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

Commit 2b26639

Browse files
committed
added a CHANGELOG file
1 parent d7489fd commit 2b26639

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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

Comments
 (0)