All public logs

Jump to navigation Jump to search

Combined display of all available logs of Cheat Engine. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
 
 
 
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 10:27, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 10:25, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 10:23, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 10:21, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 10:18, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 10:15, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 06:15, 30 July 2021 User account Ahmet (talk | contribs) was created
  • 02:08, 30 July 2021 LeFiXER (talk | contribs) created page 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 LeFiXER (talk | contribs) created page 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|...")
  • 02:01, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 02:00, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 01:58, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 01:51, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 01:45, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 01:39, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 01:38, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 01:35, 30 July 2021 LeFiXER (talk | contribs) created page 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 LeFiXER (talk | contribs) created page 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...")
  • 00:58, 30 July 2021 LeFiXER (talk | contribs) created page 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 LeFiXER (talk | contribs) created page 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...")
  • 00:56, 30 July 2021 LeFiXER (talk | contribs) created page 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 ''...")
  • 00:55, 30 July 2021 LeFiXER (talk | contribs) created page 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);'' ;''...")
  • 00:53, 30 July 2021 LeFiXER (talk | contribs) created page 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...")
  • 00:50, 30 July 2021 LeFiXER (talk | contribs) created page 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''...")
  • 00:48, 30 July 2021 LeFiXER (talk | contribs) created page 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:44, 30 July 2021 LeFiXER (talk | contribs) created page 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 LeFiXER (talk | contribs) created page 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...")
  • 19:53, 29 July 2021 LeFiXER (talk | contribs) created page Help File:Disassembler (Created page with "==Disassembler== This function will allow you to give it an address and it will return the disassembled output. '''Function Definition''' ''BOOL Disassembler(ULONG address,...")
  • 18:46, 29 July 2021 LeFiXER (talk | contribs) created page Help File:Assembler (Created page with "==Assembler== This function allows you to pass a single assembler instruction along with the address of the location you want the script to execute. It will generate bytes...")
  • 18:39, 29 July 2021 LeFiXER (talk | contribs) created page Help File:AutoAssemble (Created page with "==AutoAssemble== This function will allow you to give it an ''Auto Assemble'' script and it will automatically inject it in the currently opened process. '''Function Defin...")
  • 18:36, 29 July 2021 LeFiXER (talk | contribs) created page Help File:GetMainWindowHandle (Created page with "==GetMainWindowHandle== This function will remove a previously registered callback function '''Function Definition''' ''HANDLE GetMainWindowHandle();'' Returns the window...")
  • 18:24, 29 July 2021 LeFiXER (talk | contribs) created page Help File:OpenedProcessHandle (Created page with "==OpenedProcessHandle== Returns a pointer to the ''HANDLE'' of the currently opened process. This ''HANDLE' is used by almost all functions. Take good care to make sure it...")
  • 18:22, 29 July 2021 LeFiXER (talk | contribs) created page Help File:OpenedProcessID (Created page with "==OpenedProcessID== Returns a pointer to the ''ProcessID'' of the currently opened process. Just the process ID, but it is preferred to have both ''ID'' and ''HANDLE'' to...")
  • 18:20, 29 July 2021 LeFiXER (talk | contribs) created page Help File:UnregisterFunction (Created page with "==UnregisterFunction== This function will remove a callback function that has been previously registered. '''functiondefinition''' ''BOOL UnregisterFunction(int pluginid, in...")
  • 18:14, 29 July 2021 LeFiXER (talk | contribs) created page Help File:RegisterFunction (Created page with "==RegisterFunction== This function will register a callback function that is called when a certain event happens. In some cases also creates an extra menu item. '''Function...")
  • 18:06, 29 July 2021 LeFiXER (talk | contribs) created page Help File:ShowMessage (Created page with "===== ShowMessage ===== ShowMessage will display a small popup window containing a user-defined message. Useful for testing that the plugin works, and for debug purposes. <p...")
  • 18:00, 29 July 2021 LeFiXER (talk | contribs) created page Help File:sizeofExportedFunctions (Created page with "<pre> int sizeofExportedFunctions; </pre> As you might have guessed, it contains the size of the structure CE has sent to your plugin. You can check if it's what you expected...")
  • 17:48, 29 July 2021 LeFiXER (talk | contribs) created page Help File:ExportedFunctions (Created page with "* Exported Functions The ExportedFunctions structure contains several pointers to useful functions in CE, and pointers to the pointers of specific functions that might be wor...")
  • 07:58, 29 July 2021 User account Abuya1 (talk | contribs) was created
  • 13:53, 28 July 2021 User account CorneliusDelatte (talk | contribs) was created
  • 20:15, 27 July 2021 User account Muamar (talk | contribs) was created
  • 15:32, 25 July 2021 User account Smani06 (talk | contribs) was created
  • 09:05, 24 July 2021 User account NatishaHendrick (talk | contribs) was created
  • 14:26, 22 July 2021 User account ElyseHood8914 (talk | contribs) was created
  • 09:07, 22 July 2021 User account Minhkhoi (talk | contribs) was created
  • 19:25, 21 July 2021 User account Vestfra (talk | contribs) was created
  • 23:11, 19 July 2021 User account MeghanWaldman2 (talk | contribs) was created
  • 07:33, 17 July 2021 User account MarkusRouse2818 (talk | contribs) was created
  • 04:44, 16 July 2021 ShaniceOShane (talk | contribs) created page User:ShaniceOShane (Created page with "Đại lý cao sìn su việt nam, cao sìn sú chính hãng chất lượng chính hãng tại Đại lý sìn sú Việt Nam giao hàng nhanh đảm bảo riêng tư nhận...")
  • 04:37, 16 July 2021 User account ShaniceOShane (talk | contribs) was created
  • 23:37, 15 July 2021 PhoebeMacghey (talk | contribs) created page User:PhoebeMacghey (Created page with "The author's name is Ramiro. Her family lives in Nh. I work as a dispatcher. As a man what he really likes is caravaning but he is struggling track down time because it. I'm n...")
  • 23:27, 15 July 2021 User account PhoebeMacghey (talk | contribs) was created
  • 10:41, 15 July 2021 User account Bimala (talk | contribs) was created
  • 22:20, 14 July 2021 User account ScrewCheatEngine (talk | contribs) was created
  • 10:36, 13 July 2021 User account RoyAnnunziata07 (talk | contribs) was created
  • 02:20, 13 July 2021 User account DHDJFID FGDH24 (talk | contribs) was created
  • 15:18, 12 July 2021 User account MarissaAmerson2 (talk | contribs) was created
  • 15:17, 12 July 2021 User account VirgieHandley09 (talk | contribs) was created
  • 11:00, 12 July 2021 User account GiseleXja906 (talk | contribs) was created
  • 16:00, 11 July 2021 User account JUSTIN (talk | contribs) was created
  • 21:37, 9 July 2021 User account Iuri (talk | contribs) was created
  • 07:41, 9 July 2021 User account Vcurtiss (talk | contribs) was created
  • 03:57, 7 July 2021 User account Zarii (talk | contribs) was created
  • 18:57, 3 July 2021 User account Mansyur (talk | contribs) was created
  • 13:47, 30 June 2021 User account DustyCoxen4399 (talk | contribs) was created
  • 14:18, 29 June 2021 User account CharleyLeichhard (talk | contribs) was created
  • 14:44, 27 June 2021 User account TTVc1uXer (talk | contribs) was created
  • 12:23, 23 June 2021 User account Vannak (talk | contribs) was created
  • 09:20, 21 June 2021 User account Gnomon (talk | contribs) was created
  • 11:37, 20 June 2021 User account HaroldDix7651 (talk | contribs) was created
  • 14:25, 19 June 2021 User account BufordPuckett53 (talk | contribs) was created
  • 07:15, 18 June 2021 User account AurelioHupp (talk | contribs) was created
  • 04:57, 18 June 2021 User account ArmandMcBrayer5 (talk | contribs) was created
  • 03:39, 18 June 2021 User account TonjaBuchholz11 (talk | contribs) was created
  • 20:32, 17 June 2021 User account Maruba79 (talk | contribs) was created
  • 23:31, 16 June 2021 User account ThereseCollingri (talk | contribs) was created
  • 05:38, 15 June 2021 User account PearleneTindall (talk | contribs) was created
  • 04:18, 14 June 2021 User account Ahmadjaenudin (talk | contribs) was created
  • 05:38, 12 June 2021 User account Cepibogia (talk | contribs) was created
  • 08:09, 8 June 2021 User account Kellyxlouise2 (talk | contribs) was created
  • 11:50, 7 June 2021 User account Samino (talk | contribs) was created
  • 14:57, 6 June 2021 User account StantonLovelace (talk | contribs) was created
  • 14:49, 6 June 2021 User account NormandHenley28 (talk | contribs) was created
  • 07:59, 6 June 2021 User account Deedee1225 (talk | contribs) was created
  • 19:01, 5 June 2021 User account Anjoma (talk | contribs) was created
  • 15:56, 5 June 2021 User account LeFiXER (talk | contribs) was created
  • 21:58, 3 June 2021 User account Jrkl (talk | contribs) was created
  • 03:01, 3 June 2021 User account A515 (talk | contribs) was created
  • 21:45, 2 June 2021 User account CherylMft5165 (talk | contribs) was created
  • 07:43, 29 May 2021 User account Mayur1984 (talk | contribs) was created
  • 01:51, 28 May 2021 Hidden-r3d (talk | contribs) created page Help File:PluginVersion (Created page with "The PluginVersion lets you specify for which plugin version the dll was developed and what the name of that plugin is. typedef struct _PluginVersion { unsign...")
  • 01:43, 28 May 2021 Hidden-r3d (talk | contribs) created page Talk:Help File:PluginVersion (Created page with "All of the text on https://cheatengine.org/help/index.html is in <nowiki><code></nowiki>. I don't know if this was intentional, but I'm going to treat it as a mistake, and use...")
  • 01:31, 28 May 2021 Hidden-r3d (talk | contribs) created page User:Hidden-r3d (Created page with "hi")
  • 01:31, 28 May 2021 Hidden-r3d (talk | contribs) created page Help File:InitializePlugin (Created page with "The InitializePlugin routine is called when Cheat Engine is started and the plugin is enabled in the registry, or when the user enables it in settings and clicks ok. BOO...")
  • 01:26, 28 May 2021 Hidden-r3d (talk | contribs) created page Help File:DisablePlugin (Created page with "The DisablePlugin routine is a routine that will get called when Cheat Engine closes or when the user deselects the plugin in settings. BOOL DisablePlugin(void) Retu...")
  • 01:19, 28 May 2021 Hidden-r3d (talk | contribs) created page Help File:GetVersion (copy/pasted from: https://cheatengine.org/help/getversion.htm)
  • 01:07, 28 May 2021 User account Hidden-r3d (talk | contribs) was created
  • 22:19, 27 May 2021 User account BerryMcCafferty (talk | contribs) was created
  • 13:36, 27 May 2021 User account Kei (talk | contribs) was created
  • 05:37, 27 May 2021 User account BimaSaputra (talk | contribs) was created
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)