Difference between revisions of "Template:Process"

From Cheat Engine
Jump to navigation Jump to search
(Initial Template Creation)
 
(Major overhaul of the template.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== Related Functions ===
+
<div style="display:flex; flex-wrap:wrap; gap:0.85em; margin:0.9em 0; font-family:monospace; align-items:flex-start; max-width:980px;">
{| class="wikitable" style="border:1px solid #4A90E2; background:#E8F2FF; font-family:monospace; width:320px;"
+
 
| [[Lua:createProcess|createProcess]]
+
<div style="flex:1 1 300px; min-width:270px; max-width:360px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
|-
+
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
| [[Lua:openProcess|openProcess]]
+
Process Open / Creation
|-
+
</div>
| [[Lua:onOpenProcess|onOpenProcess]]
+
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
|-
+
<span style="color:#4A90E2;">◆</span> [[Lua:createProcess|createProcess]]<br>
| [[Lua:getForegroundProcess|getForegroundProcess]]
+
<span style="color:#4A90E2;">◆</span> [[Lua:openProcess|openProcess]]<br>
|-
+
<span style="color:#4A90E2;">◆</span> [[Lua:onOpenProcess|onOpenProcess]]<br>
| [[Lua:getOpenedProcessID|getOpenedProcessID]]
+
<span style="color:#4A90E2;">◆</span> [[Lua:openFileAsProcess|openFileAsProcess]]<br>
|-
+
<span style="color:#4A90E2;">◆</span> [[Lua:saveOpenedFile|saveOpenedFile]]
| [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
+
</div>
|-
+
</div>
| [[Lua:openFileAsProcess|openFileAsProcess]]
+
 
|-
+
<div style="flex:1 1 320px; min-width:280px; max-width:400px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
| [[Lua:saveOpenedFile|saveOpenedFile]]
+
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
|-
+
Process Identification
| [[Lua:setPointerSize|setPointerSize]]
+
</div>
|-
+
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
| [[Lua:setAssemblerMode|setAssemblerMode]]
+
<span style="color:#4A90E2;">◆</span> [[Lua:getForegroundProcess|getForegroundProcess]]<br>
|-
+
<span style="color:#4A90E2;">◆</span> [[Lua:getOpenedProcessID|getOpenedProcessID]]<br>
| [[Lua:getProcesslist|getProcesslist]]
+
<span style="color:#4A90E2;">◆</span> [[Lua:getProcessIDFromProcessName|getProcessIDFromProcessName]]
|-
+
</div>
| [[Lua:getWindowlist|getWindowlist]]
+
</div>
|-
+
 
| [[Lua:pause|pause]]
+
<div style="flex:1 1 320px; min-width:280px; max-width:400px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
|-
+
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
| [[Lua:unpause|unpause]]
+
Process Lists / Modules
|-
+
</div>
| [[Lua:targetIs64Bit|targetIs64Bit]]
+
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
|-
+
<span style="color:#4A90E2;">◆</span> [[Lua:getProcesslist|getProcesslist]]<br>
| [[Lua:enumModules|enumModules]]
+
<span style="color:#4A90E2;">◆</span> [[Lua:getWindowlist|getWindowlist]]<br>
|-
+
<span style="color:#4A90E2;">◆</span> [[Lua:enumModules|enumModules]]
| [[Lua:closeRemoteHandle|closeRemoteHandle]]
+
</div>
|}
+
</div>
 +
 
 +
<div style="flex:1 1 320px; min-width:280px; max-width:400px; border:1px solid #D9E8FA; border-radius:7px; background:#FFFFFF; overflow:hidden; box-shadow:0 2px 6px rgba(30,64,175,0.09);">
 +
<div style="background:linear-gradient(90deg,#E8F2FF,#F7FBFF); color:#1F4E79; font-weight:bold; padding:0.5em 0.7em; border-bottom:1px solid #D9E8FA;">
 +
Process Control / Target State
 +
</div>
 +
<div style="padding:0.6em 0.8em; line-height:1.75; background:#FBFDFF;">
 +
<span style="color:#4A90E2;">◆</span> [[Lua:pause|pause]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:unpause|unpause]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:targetIs64Bit|targetIs64Bit]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:setPointerSize|setPointerSize]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:setAssemblerMode|setAssemblerMode]]<br>
 +
<span style="color:#4A90E2;">◆</span> [[Lua:closeRemoteHandle|closeRemoteHandle]]
 +
</div>
 +
</div>
 +
 
 +
</div>

Latest revision as of 23:33, 26 June 2026

Process Open / Creation

Process Lists / Modules

Process Control / Target State