Patching: Difference between revisions

From LRREW
Jump to navigation Jump to search
m (Ryelow moved page Patching:Main Page to Patchin without leaving a redirect)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{WIP}}
In order to modify clients without source code, we have to patch them. This is the act of using a debugger to change program behavior by modifying which instructions the processor will run.
In order to modify clients without source code, we have to patch them. This is the act of using a debugger to change program behavior by modifying which instructions the processor will run.
{{asbox
{{asbox
| image = Roblox_debug.png | subject  = patching  
| image = Roblox_debug.png | subject  = patching  
}}
}}

Latest revision as of 02:27, 2 July 2023

In order to modify clients without source code, we have to patch them. This is the act of using a debugger to change program behavior by modifying which instructions the processor will run.