LittleBigRefresh / Refresher

A utility for patching LittleBigPlanet games to custom servers
GNU General Public License v3.0
9 stars 3 forks source link

Server URL is "too long" but it's far from being long #11

Closed speedyman08 closed 11 months ago

speedyman08 commented 11 months ago

image Title explains it

jvyden commented 11 months ago

Are you sure the EBOOT is valid? If you look at it in a hex editor there should be an ELF header at the top, visible in plaintext.

speedyman08 commented 11 months ago

Uhh i used FAGDec but i'll check now

speedyman08 commented 11 months ago

image There is an ELF header

jvyden commented 11 months ago

Can you do a search for http:// and https:// and show every result?

speedyman08 commented 11 months ago

image image

speedyman08 commented 11 months ago

Perhaps refresher can't find the difference between a vita eboot and ps3 eboot? I assume that the server URLs are located in different places

jvyden commented 11 months ago

No, Refresher scans the file for URLs - that's why I need a list of the URLs in the EBOOT

Can you comment a list of instances of http:// and https:// in the ELF you're trying to patch? Should just be Ctrl+f in your hex editor.

speedyman08 commented 11 months ago

oh you meant in the hex editor sorry. sec

speedyman08 commented 11 months ago

image image here

jvyden commented 11 months ago

Willing to bet it's that LBP.me URL causing issues. I'll probably add a special case in Refresh to ignore those URLs, they aren't important to LBP anyways

speedyman08 commented 11 months ago

Kk

jvyden commented 11 months ago

This should be resolved as of 64f9f0a9a234116e7146d04974a272300ac7d76f