Posted: Fri Sep 29, 2023 11:37 am Post subject: Can you modify local (in-method) variables with CE?
I am a game developer trying to protect my game from various things and I wonder about local variables, or about the method parameters. How is it with CE?
@EDIT
some update: i edited class variables with CE, but i failed to edit method variables
Joined: 25 Jan 2006 Posts: 8581 Location: 127.0.0.1
Posted: Fri Sep 29, 2023 11:12 pm Post subject:
Local values are generally treated and handled on the stack.
Yes, you can edit them, it generally requires modding/patching the specific function to gain access to the stack at that given moment to alter the value(s) as desired. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum