This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
Guideline
fenix01 edited this page Jun 26, 2014
·
9 revisions
This page will give you a description of each function provided by the cheatengine-library
Get a list of all running processes
parameters :
- the list is passed by parameter
Open a process specified by pid and empty the virtual cheat table
parameters :
- a processus id : an hexadecimal number on 8 digits
Empty the virtual cheat table
parameters :
Add a script to the virtual cheat table
parameters :
- the script name
- the asm script
Remove a script from the virtual cheat engine table. Index starts from 0.
parameters :
- the script index
Activate a script by index.
parameters :
- the script index
- put true to activate the script and false to desactivate
void iProcessAddress(string address, TVariableType vartype, boolean showashexadecimal, boolean showassigned, int bytesize, out String pvalue);
Read the address and display the value it points to.
parameters :
- the address with format $XXXXXXXXXXXXXXXX
- variable type. Refer to the TVariableType structure
- display the value in hexadecimal
- display the value as signed
- bytesize, don't know
- the return value
Add the specified address to the virtual cheat table.
parameters :
- the address with format $XXXXXXXXXXXXXXXX
- variable type. Refer to the TVariableType structure
Read the value of the address added to virtual table at the specified index.
parameters :
- the index
- return value