Re: Still having issues with mach_vm_readoverwrite
Re: Still having issues with mach_vm_readoverwrite
- Subject: Re: Still having issues with mach_vm_readoverwrite
- From: comex <email@hidden>
- Date: Fri, 09 Sep 2011 21:55:11 -0700
On Fri, Sep 9, 2011 at 5:53 PM, Evan Schoffstall
<email@hidden> wrote:
> The actual address in question is actually 0x11F4A8D40
> I changed the value to sizeof(…) and noticed that kReturn is actually
> returning 1..
> I obtained the address via iHaxGamez, so I know the value is there under
> that address.
> Is there a fancy process I have to go through to get an iHaxGamez address to
> a mach_vm_address_t?
Oh, I didn't notice before - instead of (vm_address_t) worldState, you
want (mach_vm_address_t) &worldState - the code you posted would try
to read to address 0.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden