Ronnie Sahlberg
Ronnie Sahlberg
SMB2/3 network filesystem support would be very nice to avoid having to use clunky usb sticks to copy files to/from the ps2. Libsmb2 is a high performance, small footprint smb2/3...
It would be really nice with SMB2 support so you could copy files to/from a Windows file server. My smb2 library is a highly portable smb2 implementation that that interoperates...
Makeps3iso currently creates ISO images with VDST==0, which is invalid. It has to be set to 1. The python library pycdlib has a workaround for this issue: https://github.com/clalancette/pycdlib/issues/99 but this...
It would be very very nice to be able to just access and read/write files straight off a windows share instead of using FTP. I have a library that is...
Do you have any plans of making this useful also to be imported as a class into other projects and not only a standalone executable? I ask because I am...
Sorry for the low resolution but it is the best I have Covers for most of the DemoDemo disks and a bunch ofhter PCPX disks as well
If poptGetContext returns NULL, perhaps due to OOM, a NULL pointer is passed into poptReadDefaultConfig() which in turns SEGVs when trying to dereference it. This was found using https://github.com/sahlberg/malloc-fail-tester.git ```...
Tweak smb2_context. It is ~7kb in size, ~6kb of which is the iovector max size: #define SMB2_MAX_VECTORS 256 For special IRX, trim PS2 IRX build to have a smb2_context of...