Hey everyone,
I've been trying to get a standalone PS3MAPI-style SPRX working on my HEN superslim, and honestly I'm at the point where I'm losing my mind.
I've been fucking around with this for days. I've built SPRX projects, rewritten code, debugged network initialization, tested different toolchains, compared against existing projects, and no matter what I do I keep getting "Connection Refused" from my PC-side telnet test and any other connection test (ftp work fine).
For anyone wondering why im not using webman its because it causes way too many black screens, unlike sman which is lightweight and i get all i need from it except ps3mapi :/
What I'm looking for is a simple standalone SPRX that runs on PS3HEN and opens a TCP server on port 9999
My goal isn't to recreate the entire PS3MAPI ecosystem (but that would be nice lmao). I only need the basics:
At this point I genuinely don't care if the implementation is minimal, ugly, or missing half the bells and whistles. I just want something that connects and lets me read/write memory without spending another month chasing "Connection Refused" errors
If anyone has experience with PS3MAPI, PS3HEN plugins, or network SPRX development and would be willing to help, I'd heavily appreciate it. I can provide source code, logs, test results, and whatever info needed.
Thanks ;-;
I've been trying to get a standalone PS3MAPI-style SPRX working on my HEN superslim, and honestly I'm at the point where I'm losing my mind.
I've been fucking around with this for days. I've built SPRX projects, rewritten code, debugged network initialization, tested different toolchains, compared against existing projects, and no matter what I do I keep getting "Connection Refused" from my PC-side telnet test and any other connection test (ftp work fine).
For anyone wondering why im not using webman its because it causes way too many black screens, unlike sman which is lightweight and i get all i need from it except ps3mapi :/
What I'm looking for is a simple standalone SPRX that runs on PS3HEN and opens a TCP server on port 9999
My goal isn't to recreate the entire PS3MAPI ecosystem (but that would be nice lmao). I only need the basics:
- TCP server
- Process listing
- Attach to process
- Read memory
- Write memory
- Module listing (optional but nice)
- Compatible with a custom C# RTM tool
At this point I genuinely don't care if the implementation is minimal, ugly, or missing half the bells and whistles. I just want something that connects and lets me read/write memory without spending another month chasing "Connection Refused" errors
If anyone has experience with PS3MAPI, PS3HEN plugins, or network SPRX development and would be willing to help, I'd heavily appreciate it. I can provide source code, logs, test results, and whatever info needed.
Thanks ;-;