Posted: Sun Jun 19, 2016 8:43 am Post subject: I need help with Lua (Help will be greatly appreciated)
Hi, I'm trying to do something un-usual here.
I'm not fluent nor do I know Lua so it's pretty tedious to what I want to be done.
I basically want a Lua script that copies a register from an address let's say..
it'll "debug" an address, find out what the register for EAX is, copy EAX and paste EAX into EDX on another address. Get it?
Move the register from an address into the register of a different address.
Move the address of EAX that is in the register of "0x1337" into the register of EDX on address "0x7060"
So, you want to set two break-on-access breakpoints on two different addresses, use one as the source for getting the value of a register, and use the other as the destination for setting the value of a register using the value of the first one?
If more than one instruction ever accesses either of those addresses, you'll have to take those into account. You'd be better off using a couple code injections to do that. _________________
I don't know where I'm going, but I'll figure it out when I get there.
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