Vector4 0 Posted Tuesday at 07:28 PM (edited) Is it possible to call an ARM/thumb subroutine arbitrarily by hooking a subroutine of some sort or is it not possible in GameGuardian? For example, lets say we have a player class. class Player { int Health; void SetHealth(int health) { .... } } Is it possible to somehow call SetHealth? (Yes i know i could find health value, but I'm just asking how to call a subroutine.) Edited Tuesday at 07:29 PM by Vector4 accidentally posted... 0 Share this post Link to post Share on other sites
Crystal_Mods100x 4 Posted yesterday at 01:49 AM (edited) 6 hours ago, Vector4 said: Is it possible to call an ARM/thumb subroutine arbitrarily by hooking a subroutine of some sort or is it not possible in GameGuardian? For example, lets say we have a player class. class Player { int Health; void SetHealth(int health) { .... } } Is it possible to somehow call SetHealth? (Yes i know i could find health value, but I'm just asking how to call a subroutine.) alright here is a few things i know. 1. how can you call a java or C++ function with gg when you can just search your health in fuzzy (float) then hurt yourself then tell gg it decreased. 2. no i dont think that is possible its best to just search fuzzy on float and decrease or increase your health then tell game guardian how did the value changed calling a function with a memory editor? never heard of that Edited yesterday at 01:50 AM by Crystal_Mods100x error 0 Share this post Link to post Share on other sites
Enyby 5,826 Posted yesterday at 04:59 AM In short: no. In long: yes, but too complicated for simple usage. Need inject some code in proper place for make something like load own lib or run some manually crafted code. Examples: Regview (ARMv7) (#5rdiyt3s) GGInjector (#9c9qcq9g) 1 Share this post Link to post Share on other sites
Crystal_Mods100x 4 Posted yesterday at 01:07 PM Game Guardian is best hack tool no one can out game the guardian =)) This cracker you made is like a door to entertainment. Without this app i would never stop looking for a legit app. 1 Share this post Link to post Share on other sites