User contributions
Jump to navigation
Jump to search
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 19:53, 29 July 2021 (diff | hist) (+2,905) N 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,...") (current)
- 19:50, 29 July 2021 (diff | hist) (+31) Help File:Assembler (current)
- 18:46, 29 July 2021 (diff | hist) (+3,394) N 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 (diff | hist) (+2,756) N 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...") (current)
- 18:36, 29 July 2021 (diff | hist) (+2,780) N Help File:GetMainWindowHandle (Created page with "==GetMainWindowHandle== This function will remove a previously registered callback function '''Function Definition''' ''HANDLE GetMainWindowHandle();'' Returns the window...") (current)
- 18:33, 29 July 2021 (diff | hist) (+2,315) m Help File:OpenedProcessHandle (current)
- 18:33, 29 July 2021 (diff | hist) (+2,315) m Help File:OpenedProcessID (current)
- 18:33, 29 July 2021 (diff | hist) (+2,315) m Help File:UnregisterFunction (current)
- 18:33, 29 July 2021 (diff | hist) (+2,314) m Help File:RegisterFunction (current)
- 18:32, 29 July 2021 (diff | hist) (+2,315) m Help File:ShowMessage (current)
- 18:32, 29 July 2021 (diff | hist) (+2,315) Help File:sizeofExportedFunctions (current)
- 18:29, 29 July 2021 (diff | hist) (+2,315) m Help File:ExportedFunctions (current)
- 18:24, 29 July 2021 (diff | hist) (+1) m Help File:OpenedProcessHandle
- 18:24, 29 July 2021 (diff | hist) (+282) N 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 (diff | hist) (+250) N 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 (diff | hist) (+453) N 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 (diff | hist) (+569) N 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 (diff | hist) (+301) N 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:04, 29 July 2021 (diff | hist) (+48) m Help File:sizeofExportedFunctions
- 18:03, 29 July 2021 (diff | hist) (+48) m Help File:ExportedFunctions
- 18:00, 29 July 2021 (diff | hist) (+517) N 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:55, 29 July 2021 (diff | hist) (+8) m Help File:ExportedFunctions
- 17:49, 29 July 2021 (diff | hist) (+2) Help File:ExportedFunctions
- 17:49, 29 July 2021 (diff | hist) (+4) Help File:ExportedFunctions
- 17:48, 29 July 2021 (diff | hist) (+6,388) N 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...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)