Difference between revisions of "Cheat Engine:Help File"
Jump to navigation
Jump to search
(→Main Interface) |
|||
(13 intermediate revisions by 6 users not shown) | |||
Line 3: | Line 3: | ||
This is a WIP. Help is welcome ... to edit the help file. :P ( The helpfile in HTML format can be found at http://cheatengine.org/help/index.html Feel free to copy the contents from there to these wiki entries) | This is a WIP. Help is welcome ... to edit the help file. :P ( The helpfile in HTML format can be found at http://cheatengine.org/help/index.html Feel free to copy the contents from there to these wiki entries) | ||
− | Overview | + | == Overview == |
+ | === About === | ||
* [[Help File:About|About]] | * [[Help File:About|About]] | ||
− | + | ** [[Help File:AboutLong|About Cheat Engine]] | |
− | + | ** [[Help File:FAQs|FAQs]] | |
− | + | === Main Interface === | |
− | + | [[Help File:Main Interface|Main Interface]] | |
− | + | * [[Help File:Standard Menu|Standard Menu]] | |
− | + | * [[Help File:Select Process|Select Process]] | |
− | + | * [[Help File:Memory scan settings|Memory scan]] | |
− | + | ** [[Help File:Scan types|Scan types]] | |
− | + | ** [[Help File:Value types|Value types]] | |
− | + | *** [[Help File:Unsigned values|(Un)signed values]] | |
− | + | *** [[Help File:Custom type examples|Custom type examples]] | |
− | + | **** [[Help File:Money type|Money type - divided by 100 ]] | |
− | + | **** [[Help File:old flash (div 8)|old flash (div 8)]] | |
− | + | **** [[Help File:Big endian 2 byte|Big endian 2 byte]] | |
− | + | **** [[Help File:Big endian 4 byte|Big endian 4 byte]] | |
− | + | * [[Help File:Found address list|Found address list]] | |
− | + | * [[Help File:AddressCheat List|Address/Cheat list]] | |
− | + | * [[Help File:Advanced options|Advanced options]] | |
− | + | ** [[Help File:Pause|Pause]] | |
− | + | ** [[Help File:Code list|Code list]] | |
− | + | * [[Help File:Table Extras|Table Extras]] | |
− | + | * [[Help File:Speedhack|Speedhack]] | |
− | + | ||
− | + | === Memory Viewer === | |
− | + | * [[Help File:Memory Viewer|Memory Viewer]] | |
− | + | ** [[Help File:Memory view|Memory view]] | |
− | + | ** [[Help File:Menus and Features|Menus and Features]] | |
− | + | ** [[Help File:Auto Assembler help|Auto Assembler help]] | |
− | + | ** [[Help File:Script engine|Script engine]] | |
− | + | ** [[Help File:Debugging|Debugging]] | |
− | + | *** [[Help File:Find out what addresses this instruction accesses|Find out what addresses this instruction accesses]] | |
− | + | *** [[Help File:Find out what writes/accesses this address|Find out what writes/accesses this address]] | |
− | + | ** [[Help File:Dissect code|Dissect code]] | |
− | + | ** [[Help File:Dissect data/structures|Dissect data/structures]] | |
− | + | ** [[Help File:Pointer scan|Pointer scan]] | |
− | + | ** [[Help File:Break and trace|Break and trace]] | |
− | + | ** [[Help File:Structure spider|Structure spider]] | |
− | + | === Plugin system === | |
− | + | * [[Help File:Plugin system|Plugin system]] | |
− | + | ** [[Help File:GetVersion|GetVersion]] | |
− | + | ** [[Help File:DisablePlugin|DisablePlugin]] | |
− | + | ** [[Help File:InitializePlugin|InitializePlugin]] | |
− | + | ** [[Help File:PluginVersion|PluginVersion]] | |
− | + | *** [[Help File:ExportedFunctions|ExportedFunctions]] | |
− | + | *** [[Help File:sizeofExportedFunctions|sizeofExportedFunctions]] | |
− | + | *** [[Help File:ShowMessage|ShowMessage]] | |
− | + | *** [[Help File:RegisterFunction|RegisterFunction]] | |
− | + | *** [[Help File:UnregisterFunction|UnregisterFunction]] | |
− | + | *** [[Help File:OpenedProcessID|OpenedProcessID]] | |
− | + | *** [[Help File:OpenedProcessHandle|OpenedProcessHandle]] | |
− | + | *** [[Help File:GetMainWindowHandle|GetMainWindowHandle]] | |
− | + | *** [[Help File:AutoAssemble|AutoAssemble]] | |
− | + | *** [[Help File:Assembler|Assembler]] | |
− | + | *** [[Help File:Disassembler|Disassembler]] | |
− | + | *** [[Help File:ChangeRegistersAtAddress|ChangeRegistersAtAddress]] | |
− | + | *** [[Help File:InjectDLL|InjectDLL]] | |
− | + | *** [[Help File:FreezeMem|FreezeMem]] | |
− | + | *** [[Help File:UnfreezeMem|UnfreezeMem]] | |
− | + | *** [[Help File:FixMem|FixMem]] | |
− | + | *** [[Help File:ProcessList|ProcessList]] | |
− | + | *** [[Help File:ReloadSettings|ReloadSettings]] | |
− | + | *** [[Help File:GetAddressFromPointer|GetAddressFromPointer]] | |
− | + | *** [[Help File:sym_nameToAddress|sym_nameToAddress]] | |
− | + | *** [[Help File:sym_addressToName|sym_addressToName]] | |
− | + | *** [[Help File:sym_generateAPIHookScript|sym_generateAPIHookScript]] | |
− | + | *** [[Help File:loadDBK32|loadDBK32]] | |
− | + | *** [[Help File:loaddbvmifneeded|loaddbvmifneeded]] | |
− | + | *** [[Help File:previousOpcode|previousOpcode]] | |
− | + | *** [[Help File:nextOpcode|nextOpcode]] | |
− | + | *** [[Help File:disassembleEx|disassembleEx]] | |
− | + | *** [[Help File:loadModule|loadModule]] | |
− | + | *** [[Help File:aa_AddExtraCommand|aa_AddExtraCommand]] | |
− | + | *** [[Help File:aa_RemoveExtraCommand|aa_RemoveExtraCommand]] | |
− | + | ** [[Help File:PluginType|PluginType]] | |
− | + | *** [[Help File:0 ptAddressList|0: ptAddressList]] | |
− | + | *** [[Help File:1 ptMemoryView|1: ptMemoryView]] | |
− | + | *** [[Help File:2 ptOnDebugEvent|2: ptOnDebugEvent]] | |
− | + | *** [[Help File:3 ptProcesswatcherEvent|3: ptProcesswatcherEvent]] | |
− | + | *** [[Help File:4 ptFunctionPointerschange|4: ptFunctionPointerschange]] | |
− | + | *** [[Help File:5 ptMainMenu|5: ptMainMenu]] | |
− | + | *** [[Help File:6 ptDisassemblerContext|6: ptDisassemblerContext]] | |
− | + | *** [[Help File:7 ptDisassemblerRenderLine|7: ptDisassemblerRenderLine]] | |
− | + | *** [[Help File:8 ptAutoAssembler|8: ptAutoAssembler]] | |
− | + | *** [[Help File:REGISTERMODIFICATIONINFO|REGISTERMODIFICATIONINFO]] | |
− | + | === Settings === | |
− | + | * [[Help File:Settings|Settings]] | |
− | + | ** [[Help File:General settings|General settings]] | |
− | + | ** [[Help File:Hotkeys|Hotkeys]] | |
− | + | ** [[Help File:Unrandomizer|Unrandomizer]] | |
− | + | ** [[Help File:Scan settings|Scan settings]] | |
− | + | ** [[Help File:Plugins|Plugins]] | |
− | + | ** [[Help File:Debugger options|Debugger options]] | |
− | + | ** [[Help File:Extra (Advanced)|Extra (Advanced)]] | |
− | + | === Tutorials === | |
− | + | * [[Help File:Tutorials|Tutorials]] | |
− | + | ** [[Help File:ASM and Hexing Theory|ASM and Hexing Theory]] | |
− | + | ** [[Help File:Basic assembler|Basic assembler]] | |
− | + | ** [[Help File:What is the difference in bytetype|What is the difference in bytetype]] | |
− | + | ** [[Help File:ASM Basics 1|ASM Basics 1]] | |
− | + | ** [[Help File:ASM Basics 2|ASM Basics 2]] | |
− | + | ** [[Help File:ASM Basics 3|ASM Basics 3]] | |
− | + | ** [[Help File:Cheat Engine specific|Cheat Engine specific]] | |
− | + | ** [[Help File:Remote desktop instead of network version|Remote desktop instead of network version]] | |
− | + | ** [[Help File:Searching Tip|Searching Tip]] | |
− | + | ** [[Help File:Code Injection and the auto assembler|Code Injection and the auto assembler]] | |
− | + | ** [[Help File:Find out what addresses are accessed by a piece of code|Find out what addresses are accessed by a piece of code]] | |
− | + | ** [[Help File:3D pinball for windows (pointer+code)|3D pinball for windows]] | |
+ | ** [[Help File:Basic packet editing|Basic packet editing]] | ||
+ | ** [[Help File:Percentage scans and compare to saved results|Percentage scans and compare to saved results]] | ||
+ | === Misc Topics === | ||
+ | * [[Help File:Misc Topics|Misc Topics]] | ||
+ | ** [[Help File:About the debugger|About the debugger]] | ||
+ | ** [[Help File:Network versions|Network versions]] | ||
+ | ** [[Help File:Contact and feedback|Contact and feedback]] |
Latest revision as of 10:26, 6 May 2024
Note:
This is a WIP. Help is welcome ... to edit the help file. :P ( The helpfile in HTML format can be found at http://cheatengine.org/help/index.html Feel free to copy the contents from there to these wiki entries)
Contents
Overview[edit]
About[edit]
Main Interface[edit]
- Standard Menu
- Select Process
- Memory scan
- Found address list
- Address/Cheat list
- Advanced options
- Table Extras
- Speedhack
Memory Viewer[edit]
Plugin system[edit]
- Plugin system
- GetVersion
- DisablePlugin
- InitializePlugin
- PluginVersion
- ExportedFunctions
- sizeofExportedFunctions
- ShowMessage
- RegisterFunction
- UnregisterFunction
- OpenedProcessID
- OpenedProcessHandle
- GetMainWindowHandle
- AutoAssemble
- Assembler
- Disassembler
- ChangeRegistersAtAddress
- InjectDLL
- FreezeMem
- UnfreezeMem
- FixMem
- ProcessList
- ReloadSettings
- GetAddressFromPointer
- sym_nameToAddress
- sym_addressToName
- sym_generateAPIHookScript
- loadDBK32
- loaddbvmifneeded
- previousOpcode
- nextOpcode
- disassembleEx
- loadModule
- aa_AddExtraCommand
- aa_RemoveExtraCommand
- PluginType
Settings[edit]
Tutorials[edit]
- Tutorials
- ASM and Hexing Theory
- Basic assembler
- What is the difference in bytetype
- ASM Basics 1
- ASM Basics 2
- ASM Basics 3
- Cheat Engine specific
- Remote desktop instead of network version
- Searching Tip
- Code Injection and the auto assembler
- Find out what addresses are accessed by a piece of code
- 3D pinball for windows
- Basic packet editing
- Percentage scans and compare to saved results