Posted: Fri Mar 21, 2014 5:27 pm Post subject: Create/Change address with a script?
Is there a way to create a script or anything like that, that would create a new or change/modify address?
Lets say i have a pointer and the address is (Main) 3001F866.
So the script would create a new address or change another address (zzz) to the address that pointer found (3001F866) + 500? so it became 3001FD66 or something like that?
Posted: Fri Mar 21, 2014 6:00 pm Post subject: Re: Create/Change address with a script?
lamafao wrote:
Is there a way to create a script or anything like that, that would create a new or change/modify address?
Lets say i have a pointer and the address is (Main) 3001F866.
So the script would create a new address or change another address (zzz) to the address that pointer found (3001F866) + 500? so it became 3001FD66 or something like that?
I know there's a way to do it w/ a plugin, and there's probably a way to do it w/ LUA, but I would just use the symbol handler. Set your address to the symbol's name, then in whatever script is grabbing the address have it allocate some memory and register the symbol, then store the address in it. _________________
A nagy kapu mellett, mindig van egy kis kapu.
----------------------
Come on...
Posted: Fri Mar 21, 2014 6:32 pm Post subject: Re: Create/Change address with a script?
justa_dude wrote:
lamafao wrote:
Is there a way to create a script or anything like that, that would create a new or change/modify address?
Lets say i have a pointer and the address is (Main) 3001F866.
So the script would create a new address or change another address (zzz) to the address that pointer found (3001F866) + 500? so it became 3001FD66 or something like that?
I know there's a way to do it w/ a plugin, and there's probably a way to do it w/ LUA, but I would just use the symbol handler. Set your address to the symbol's name, then in whatever script is grabbing the address have it allocate some memory and register the symbol, then store the address in it.
But i dont have a script, i just have this pointer, if i look what accesses this address i can see only 1 address, that actually checks it only 1 time when i attack
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