User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 09:09, 5 October 2022 (diff | hist) (+143) m Lua:getPropertyList (Added alternative example) (current)
- 09:51, 20 May 2022 (diff | hist) (+16) m Lua:allocateMemory (Added see also) (current)
- 09:51, 20 May 2022 (diff | hist) (+598) N Lua:allocateMemory (Created page with "Category:Lua '''function''' allocateMemory(''size'', ''BaseAddress'' '''''OPTIONAL''''', ''Protection'' '''''OPTIONAL''''') Allocates a specified size of memory into the...")
- 09:22, 25 February 2022 (diff | hist) (+1,182) N Lua:getWindowlist (Added example and information regarding this function) (current)
- 10:38, 16 February 2022 (diff | hist) (-7) m Auto Assembler:define (current)
- 18:34, 4 February 2022 (diff | hist) (+740) N Lua:setPointerSize (Created page with "Category:Lua '''function''' setPointerSize(''size'') Sets the size Cheat Engine will deal with pointers in bytes. (Some 64-bit processes can only use 32-bit addresses) =...") (current)
- 18:32, 4 February 2022 (diff | hist) (+711) N Lua:saveOpenedFile (Created page with "Category:Lua '''function''' saveOpenedFile(''fileName OPTIONAL'') Saves the changes of the currently opened file, set filename if you want a different file. ===Function...") (current)
- 17:53, 4 February 2022 (diff | hist) (+1,064) N Lua:stringToMD5String (Created page with "Category:Lua '''function''' stringToMD5String(''String'') ''':''' string Returns an MDd5 hash string from the provided string. === Function Parameters === {|width="85%"...") (current)
- 17:36, 4 February 2022 (diff | hist) (+1) m Auto Assembler:reassemble (Minor corrections) (current)
- 15:37, 5 August 2021 (diff | hist) (+794) N Lua:Class:GenericHotkey (Created page with "Category:GenericHotkey GenericHotkey '''Class''' : ('''Inheritance''': ''Object'') The generic hotkey class returns an object that can manage up to...") (current)
- 23:54, 31 July 2021 (diff | hist) (-1) m Cheat Engine:Help File
- 11:22, 30 July 2021 (diff | hist) (0) m Main Page
- 11:19, 30 July 2021 (diff | hist) (-6) m Programming (current)
- 11:08, 30 July 2021 (diff | hist) (-12) m Main Page
- 11:04, 30 July 2021 (diff | hist) (+3,169) N Help File:REGISTERMODIFICATIONINFO (Created page with "==REGISTERMODIFICATIONINFO== The ''REGISTERMODIFICATIONINFO'' structure is used by the ''ChangeRegistersAtAddress'' function. <pre> typedef struct _REGISTERMODIFICATIONINF...") (current)
- 10:50, 30 July 2021 (diff | hist) (+3,954) N Help File:8 ptAutoAssembler (Created page with "==ptAutoAssembler== With this PluginType you get a callback when an Auto Assembler script is about to be executed, for each line on the first stage, and for each line on th...") (current)
- 10:32, 30 July 2021 (diff | hist) (+3,105) N Help File:7 ptDisassemblerRenderLine (Created page with "==ptDisassemblerRenderLine== With this PluginType you get a callback each time a line is being rendered in the disassembler view. You then get the option to change the text...") (current)
- 10:30, 30 July 2021 (diff | hist) (+3,371) N Help File:6 ptDisassemblerContext (Created page with "==ptDisassemblerContext== With this PluginType you create a new entry in the context menu of the disassembler. When the user opens the pop up menu, or clicks the menu item, t...") (current)
- 10:27, 30 July 2021 (diff | hist) (+2,923) N Help File:5 ptMainMenu (Created page with "==ptMainMenu== With this PluginType you create a new plugin menu at the top of the main window. When the user clicks the menu item your callback routine will be called and al...") (current)
- 10:25, 30 July 2021 (diff | hist) (+2,961) N Help File:4 ptFunctionPointerschange (Created page with "==ptFunctionPointerschange== With this PluginType you will be notified when one or more of the pointers are changed due to user actions. (Other plugins that change the poin...") (current)
- 10:23, 30 July 2021 (diff | hist) (+3,051) N Help File:3 ptProcesswatcherEvent (Created page with "==ptProcesswatcherEvent== With this PluginType you will get notified when the ProcessWatcher is used and it sees a new process has been created. Your callback routine retri...") (current)
- 10:21, 30 July 2021 (diff | hist) (+3,241) N Help File:2 ptOnDebugEvent (Created page with "==ptOnDebugEvent== With this PluginType you will be notified whenever a debug event happens in the default windows debugger. Your callback routine will be called right afte...") (current)
- 10:18, 30 July 2021 (diff | hist) (+3,318) N Help File:1 ptMemoryView (Created page with "==ptMemoryView== With this PluginType you create a new plugin menu at the top of the MemoryView window. When the user clicks the menu item, your callback routine will get p...") (current)
- 10:16, 30 July 2021 (diff | hist) (-1) m Help File:0 ptAddressList (current)
- 10:15, 30 July 2021 (diff | hist) (+3,864) N Help File:0 ptAddressList (Created page with "==ptAddressList== With this PluginType you create a new plugin menu within the context menu of the addresslist. When the user clicks the menu item, your callback routine wi...")
- 02:09, 30 July 2021 (diff | hist) (+4) m Help File:PluginType (current)
- 02:08, 30 July 2021 (diff | hist) (+3,402) N Help File:PluginType (Created page with "==PluginType== ;The plugin system supports 9 different plugin callback types: :0: Address list rightclick menu plugin. ( ptAddressList ) :1:...")
- 02:02, 30 July 2021 (diff | hist) (+2,508) N Help File:aa RemoveExtraCommand (Created page with "==aa_RemoveExtraCommand== Removes an extra Auto Assembler command. '''Function Definition''' ''void aa_RemoveExtraCommand(char *command);'' * Help File:Plugin system|...") (current)
- 02:01, 30 July 2021 (diff | hist) (+2,575) N Help File:aa AddExtraCommand (Created page with "==aa_AddExtraCommand== Makes it so that the Auto Assembler window will recognize new instructions and marks them bold when you type them. '''Function Definition''' ''void...") (current)
- 02:00, 30 July 2021 (diff | hist) (+2,701) N Help File:loadModule (Created page with "==loadModule== Loads any module into memory. Can be a normal DLL, but can also be a driver. Also Works on 64-bit. '''Function Definition''' ''BOOL loadModule ( char *modu...") (current)
- 01:58, 30 July 2021 (diff | hist) (+2,924) N Help File:disassembleEx (Created page with "==disassembleEx== A more extended disassembler '''Function Definition''' ''BOOL Disassembler(ULONG address, char* output, int maxsize);'' ;'''address''' :Pointer to the...") (current)
- 01:51, 30 July 2021 (diff | hist) (+2,516) N Help File:nextOpcode (Created page with "==nextOpcode== This instruction will retrieve the next address of the given address. '''Function Definition''' ''DWORD nextOpcode( ULONG address);'' * Help File:Plugin...") (current)
- 01:45, 30 July 2021 (diff | hist) (+2,527) N Help File:previousOpcode (Created page with "==previousOpcode== This function will return the previous instruction of the given address. '''Function Definition''' ''DWORD previousOpcode( ULONG address);'' * Help...") (current)
- 01:39, 30 July 2021 (diff | hist) (+2,631) N Help File:loaddbvmifneeded (Created page with "==loaddbvmifneeded== This will launch DBVM if your system supports it. The user will get a popup asking if he wants to launch it. '''Function Definition''' ''BOOL loaddbvmi...") (current)
- 01:38, 30 July 2021 (diff | hist) (+2,530) N Help File:loadDBK32 (Created page with "==loadDBK32== This function will make Cheat Engine load ''dbk32.dll'' and initialize some of its functions. '''Function Definition''' ''void loadDBK32 (void );'' * He...") (current)
- 01:36, 30 July 2021 (diff | hist) (-2) m Help File:sym generateAPIHookScript (current)
- 01:35, 30 July 2021 (diff | hist) (+3,502) N Help File:sym generateAPIHookScript (Created page with "==sym_generateAPIHookScript== This function takes several strings and convert it into a working ''AutoAssembler'' script. '''Function Definition''' ''BOOL sym_addressToName...")
- 01:22, 30 July 2021 (diff | hist) (+2,739) N Help File:sym addressToName (Created page with "==sym_addressToName== This function converts a ''DWORD'' representing an address to a readable string. '''Function Definition''' ''BOOL sym_addressToName (DWORD address, ch...") (current)
- 00:59, 30 July 2021 (diff | hist) (-1) m Help File:sym nameToAddress (current)
- 00:58, 30 July 2021 (diff | hist) (+2,665) N Help File:sym nameToAddress (Created page with "==sym_nameToAddress== This function converts a string to a ''DWORD''. '''Function Definition''' ''BOOL sym_nameToAddress ( char *name, DWORD *address);'' Returns ''TRUE'' i...")
- 00:57, 30 July 2021 (diff | hist) (+2,679) N Help File:GetAddressFromPointer (Created page with "==GetAddressFromPointer== This function converts a BaseAddress + Offset(s) to a final address. '''Function Definition''' ''DWORD GetAddressFromPointer(ULONG baseaddress, in...") (current)
- 00:56, 30 July 2021 (diff | hist) (+2,546) N Help File:ReloadSettings (Created page with "==ReloadSettings== This function will reload the settings from the registry and apply them to Cheat Engine. '''Function Definition''' ''BOOL ReloadSettings();'' Returns ''...") (current)
- 00:55, 30 July 2021 (diff | hist) (+2,716) N Help File:ProcessList (Created page with "==ProcessList== This function will return the ''ProcessList'' in a buffer you provide. '''Function Definition''' ''BOOL ProcessList( char *listbuffer, int listsize);'' ;''...") (current)
- 00:53, 30 July 2021 (diff | hist) (+2,655) N Help File:FixMem (Created page with "==FixMem== This function will scan the memory of CE itself for changes and fix them when possible. (Only works when the user also has the option enabled to fix memory in sett...") (current)
- 00:51, 30 July 2021 (diff | hist) (+3) m Help File:FreezeMem (current)
- 00:50, 30 July 2021 (diff | hist) (+2,643) N Help File:UnfreezeMem (Created page with "==UnfreezeMem== This function will stop the freezing of an earlier implemented frozen location '''Function Definition''' ''int UnfreezeMem( int freezeID);'' ;'''freezeID''...") (current)
- 00:48, 30 July 2021 (diff | hist) (+2,865) N Help File:FreezeMem (Created page with "==FreezeMem== This function will freeze the memory of a specific address. '''Function Definition''' ''int FreezeMem(ULONG address, int size);'' ;'''address''' :Address to...")
- 00:45, 30 July 2021 (diff | hist) (0) m Help File:InjectDLL (current)
- 00:44, 30 July 2021 (diff | hist) (+2,759) N Help File:InjectDLL (Created page with "==InjectDLL== This function will allow you to inject a DLL file using CE's injection engine. '''Function Definition''' ''BOOL InjectDLL(char *dllname, char *functiontocall)...")
- 19:55, 29 July 2021 (diff | hist) (+2,848) N Help File:ChangeRegistersAtAddress (Created page with "==ChangeRegistersAtAddress== This function will set a breakpoint at the address you specify and automatically modify the registers in the way you want. '''Function Definitio...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)