Post: GetMemory/SetMemory Problem? Help?
02-11-2014, 12:54 PM #1
Mango_Knife
In my man cave
(adsbygoogle = window.adsbygoogle || []).push({}); So i made a GetMemory and SetMemory on my tool

You must login or register to view this content.

And i got 100+ Errors on the PS3.SetMemory and ect.

Now how do i set this from PS3TMAPI Code to PS3Lib?

You must login or register to view this content.
02-12-2014, 02:48 AM #2
FarSideX
I’m too L33T
The methods already exist in PS3API so....

    
private static PS3API PS3 = new PS3API(); // create an instance of PS3Lib v4.2 by iMCSx

PS3.SetMemory(uint offset, byte[] buffer); // make the call to write
PS3.GetMemory(uint offset, byte[] buffer); // call to read, buffer is sent by reference

02-12-2014, 09:39 PM #3
FarSideX
I’m too L33T
Originally posted by Knife View Post
.


[sarcasm]

You're welcome.

[/sarcasm]
02-13-2014, 04:24 AM #4
RatchetBooty
Former Staff
PS3.GetMemory & PS3.SetMemory, just like FarSide said. Ps3Lib is just a shorter version of tmapi thats compatible with CCAPI, so Ps3Lib takes less time and its compatible with CCAPI.
02-13-2014, 01:21 PM #5
Mango_Knife
In my man cave
Already got it, thanks.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo