RAM Access (Please Help)
Posted: Tue Dec 21, 2004 11:20 pm
Is there any way possible to dump the contents of the PS2's ram into a .bin file? I have the serial cable installed if i could do it that way... Please Help. Thanks
Homebrew PS2, PSP & PS3 Development Discussions
https://forums.ps2dev.org./
Code: Select all
void sio_init(u32 baudrate, u8 lcr_ueps, u8 lcr_upen, u8 lcr_usbl, u8 lcr_umode);
size_t sio_write(void *buf, size_t size);
size_t sio_read(void *buf, size_t size);