Re: Still having issues with mach_vm_readoverwrite
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=VE13DhmuqczVYvp4vBU3MXIKjGaLjNMUZPk0x9AP31U=; b=vO2KS3n5UpWB6SP9gWVMp2a2hUln7+VduXxYG6VAW0dlmRPewkCN+JKBVrZrij2fwa h1SMtGb+5BxNfO2r/JNC9IcGOqoo5DWziuKvMg1C/IWdfo8GBYOFYCnICs0tlTZaNMjw HoabVn6W/2ZkOCLXcT/w755jhJ0/OoLr0NVSc= On Fri, Sep 9, 2011 at 5:53 PM, Evan Schoffstall <evan.schoffstall@gmail.com> 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
comex