-
Notifications
You must be signed in to change notification settings - Fork 2
Home
BaSsHaXoR edited this page Dec 29, 2014
·
9 revisions
Welcome to the JRTE wiki! #JRTE Informations
FULLY FUNCTIONAL (aside from getmemory)
Connect - Connect To PS3 via IPaddress Attach - Attach To PS3 current active Memory ID SetMemory:
-
WriteString
-
SetMemory (Bytes)
-
WriteByte
#What Needs To be Done:
- Conversion of Java Datatypes to C++ and visa versa for JNI.
- More efficient way to send commands via sockets (Should be easy)
#Notes:
- You Need Java Development Kit. The latest JDK.
- You Need to point to the JDK directory for developing JNI C++ library-dependent applications in Visual Studio/alike.
- Once the JNI C++ library is completely working, you can do everything in java afterwords. At this point you can setmemory but can't read/get memory. Once you can read/get memory, this is pretty much finished as you could probably just do the conversions in JAVA.