arbitrary code execution
Tricking a game into running your own injected code.
Definitions
The deepest end of glitch hunting. You manipulate memory until the game treats your data as executable instructions, then you basically control the console. Can warp to credits, rewrite game state, whatever you can program in.
Usually set up through precise inputs, controller dancing or item arrangements that plant the right bytes.
arbitrary code execution In A Sentence
Origin & Usage
Borrowed from computer security; in speedrunning it means manipulating game memory so the console executes unintended instructions as code.
People Also Ask
How is ACE possible on old consoles?
Old games rarely validated memory, so runners can steer the program counter into data they control and have it run as code.
Comments 0