I need some help with something if there is anyone out there interested and capable. 
I happened to make a possibly interesting discovery the other day by pure chance. I was playing with whats new, and I turned on the Quick Preview option found in the context menu (press triangle on the icon). Well at the same time I had debug output from socat open on my PC and I happened to see it start scanning all usb ports for a PS3/WSCREEN/ folder.
So it checks 127 usb ports and card readers and plus a few others, kind of interesting right. Now I had already come across that path a few times in the explore_plugin.sprx and it is interesting as it just has 1 variable that checks all usbs =dev_usb%03u but that's not really important now.
So after a bit of messing I figured out it is looking for jpgs and pngs inside the PS3/WSCREEN/ folder, they can be named anything, and they will show up just like normal. If I click on them I get a no entry symbol.:
Anyway I also know its looking for an xml to go with each image. I know this because if I create an xml with the same name as an image, then that image will not load. So its trying to read the xml, and not getting the syntax its expecting so its leaving that image out.
I suspect that it wants an xml with variables matching these entries in the sprx = channel....owner...picks...new.....modified........links...link....psns. I am just stuck now as i dont know what syntax to put them in.
Does anyone know how to figure this out in IDA or have any tips as to xml format?
It could be like this:
or like
etc etc.
I happened to make a possibly interesting discovery the other day by pure chance. I was playing with whats new, and I turned on the Quick Preview option found in the context menu (press triangle on the icon). Well at the same time I had debug output from socat open on my PC and I happened to see it start scanning all usb ports for a PS3/WSCREEN/ folder.
So it checks 127 usb ports and card readers and plus a few others, kind of interesting right. Now I had already come across that path a few times in the explore_plugin.sprx and it is interesting as it just has 1 variable that checks all usbs =dev_usb%03u but that's not really important now.
So after a bit of messing I figured out it is looking for jpgs and pngs inside the PS3/WSCREEN/ folder, they can be named anything, and they will show up just like normal. If I click on them I get a no entry symbol.:
Anyway I also know its looking for an xml to go with each image. I know this because if I create an xml with the same name as an image, then that image will not load. So its trying to read the xml, and not getting the syntax its expecting so its leaving that image out.
I suspect that it wants an xml with variables matching these entries in the sprx = channel....owner...picks...new.....modified........links...link....psns. I am just stuck now as i dont know what syntax to put them in.
Does anyone know how to figure this out in IDA or have any tips as to xml format?
It could be like this:
Code:
<channel>test</channel>
<owner>test</owner>
<link>http://test.com</link>
or like
Code:
<channel="test" owner="test" link="http://test.com">
etc etc.
Last edited:
