esc0rtd3w
Developer
You just need to connect a lan cable to PC from ps3i got debug setup for hen but confused how to connect socat
You just need to connect a lan cable to PC from ps3i got debug setup for hen but confused how to connect socat
Both there.. they were separate messages but now is combined so it looks out of place. But socat0 is the one that doesn't work and socat1 is the one that works.What about the eboot that returns to xmb? Any logs?
Or is that the one?
Have u checked them?What about the eboot that returns to xmb? Any logs?
Or is that the one?
I looked over them. I'll compare the 2 when I get home to see if anything stands out. Nothing out of the ordinary stood out to me. The SELF loading seems normal for both.Have u checked them?
I checked one of his that wouldn't work. It was signed to 3.55, and it seemed like it was good, so I'm thinking something is wrong with his edit of the elf. Iirc, 80010017 is a common self encryption error, so if it's just returning to the xmb, I'm thinking something inside it is wrong.I looked over them. I'll compare the 2 when I get home to see if anything stands out. Nothing out of the ordinary stood out to me. The SELF loading seems normal for both.
i did that and took me back to xmb. its when its being resigned or encrypted. could be something with the new HEN update.. i could try older hen versions but im guessing theres no hosts for older hen versions.An easy test in the meantime would be just resign the original one without edits and see if it boots, then make a small edit and resign and test again.
Nothing was changed in HEN to cause any self booting problems.i did that and took me back to xmb. its when its being resigned or encrypted. could be something with the new HEN update.. i could try older hen versions but im guessing theres no hosts for older hen versions.
also i looked at socat0 and saw this, socat1 didnt show this error on a working eboot. i can use the eboot from Devils101 ultimate toolbox and it works. but i want to change the installer made by xmb+ to my own one. if u want i can send the eboot i made myself a few yrs back?.
socat0 is the non working. socat1 is the working.Nothing was changed in HEN to cause any self booting problems.
That error you pointed out is possibly a reason its terminating and exiting back to xmb.
If you want to test old versions, they are all still online in zips, but if you are on 4.91, you are limited.
EDIT:
https://ps3xploit.me/hen/release/PS3HEN_3.3.0_4.91_FW.zip
Actually after looking at releases, 4.91 only is supported for 3.3.0, older versions do not support 4.91.
EDIT2:
Is socat0 the working eboot? Because socat1 shows these values also
View attachment 44258
Those hash values are generated in modulespatch.c (modules_patching) and matched to values in modulespatch.h in payload (hash_to_name). Im not 100% sure whats going on there with the bad hash values.
EDIT3:
You can post the eboot if you want that you mentioned, or post the pkg. The payload can be tweaked to display more information for debug output if needed also
ill post the pkg does it matter if its for mods etc? or just looking for the cause?Nothing was changed in HEN to cause any self booting problems.
That error you pointed out is possibly a reason its terminating and exiting back to xmb.
If you want to test old versions, they are all still online in zips, but if you are on 4.91, you are limited.
EDIT:
https://ps3xploit.me/hen/release/PS3HEN_3.3.0_4.91_FW.zip
Actually after looking at releases, 4.91 only is supported for 3.3.0, older versions do not support 4.91.
EDIT2:
Is socat0 the working eboot? Because socat1 shows these values also
View attachment 44258
Those hash values are generated in modulespatch.c (modules_patching) and matched to values in modulespatch.h in payload (hash_to_name). Im not 100% sure whats going on there with the bad hash values.
EDIT3:
You can post the eboot if you want that you mentioned, or post the pkg. The payload can be tweaked to display more information for debug output if needed also
find anything?Nothing was changed in HEN to cause any self booting problems.
That error you pointed out is possibly a reason its terminating and exiting back to xmb.
If you want to test old versions, they are all still online in zips, but if you are on 4.91, you are limited.
EDIT:
https://ps3xploit.me/hen/release/PS3HEN_3.3.0_4.91_FW.zip
Actually after looking at releases, 4.91 only is supported for 3.3.0, older versions do not support 4.91.
EDIT2:
Is socat0 the working eboot? Because socat1 shows these values also
View attachment 44258
Those hash values are generated in modulespatch.c (modules_patching) and matched to values in modulespatch.h in payload (hash_to_name). Im not 100% sure whats going on there with the bad hash values.
EDIT3:
You can post the eboot if you want that you mentioned, or post the pkg. The payload can be tweaked to display more information for debug output if needed also
@echo off
cls
echo Enter Content ID and press ENTER:
echo.
echo Example: EP4183-NPEB00344_00-LOVEFILMFULL0100
echo.
set /p contentid=
scetool -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=04 --self-ctrl-flags=4000000000000000000000000000000000000000000000000000000000000002 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=%contentid% --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.ELF EBOOT.BIN
pause
What happens if it's signed to 3.55?I got it working. I resigned your 3.55 one that was going back to xmb
I attached the EBOOT in zip and also the batch file i used
I used the np_content_id 1HGCAT-PS3CODMDR_00-PS3CODMDR0002017
I also put both the EBOOT.BIN and EBOOT.ELF in same folder then ran script
Code:@echo off cls echo Enter Content ID and press ENTER: echo. echo Example: EP4183-NPEB00344_00-LOVEFILMFULL0100 echo. set /p contentid= scetool -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=04 --self-ctrl-flags=4000000000000000000000000000000000000000000000000000000000000002 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=%contentid% --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.ELF EBOOT.BIN pause
it should work the same. I think 3.55 and lower should all be the same.What happens if it's signed to 3.55?
I see. I just wasn't sure if there was a reason you were resigning the eboot to 3.40.it should work the same. I think 3.55 and lower should all be the same.
Its just the batch file I had from years ago during initial testing, and I knew it worked for HEN.I see. I just wasn't sure if there was a reason you were resigning the eboot to 3.40.
Iirc, there's a package.conf for some app that you can fill out to build a package instead of using a bat. I think that's how the ForcedInstallTo was discovered. That was supposed to install to "anywhere" on the hdd, I believe. I put it in quotes, because I don't know if it's actually anywhere.Its just the batch file I had from years ago during initial testing, and I knew it worked for HEN.
You are right about that. Honestly, my knowledge about that is minimal. I just use what I know works lol.Iirc, there's a package.conf for some app that you can fill out to build a package instead of using a bat. I think that's how the ForcedInstallTo was discovered. That was supposed to install to "anywhere" on the hdd, I believe. I put it in quotes, because I don't know if it's actually anywhere.