• PS3HEN is now supporting 4.93 Firmware

    View Official Release Post for additional information HERE
PS3HEN

PS3HEN PS3HEN - Official Release Thread (Homebrew Enabler for the PS3) v3.5.0 (4.93 support)

Yes the ban risk is very very low and i've been doing it for a while so no worries until they released this v4.88 I don't know if it's safe or not to go online.


So how can i go online safely on the latest firmware
There is always a ban risk, so 'safely' is subjective. If you're on the latest firmware, either use a homebrew application like PSNpatch or webMAN MOD's :but r2:+:but tri: button combo, to disable CFW syscalls and remove history of homebrew etc.

This is the 'safest' approach but even just signing in to sync trophies (which I've done using this same method) poses a possible ban risk, albeit I would agree quite low as it's something that can be done on OFW.
 
If I get an installation error HEN, this may affect later or not affect anything?
If you don't explain exactly what you mean by "installation error", how could anyone know if it may impact the system?

If he installation fails, provide as much details as you can about the failure, the error message if any, how you got there & add screenshots if possible then maybe someone will be able to answer your question.
 
If you don't explain exactly what you mean by "installation error", how could anyone know if it may impact the system?

If he installation fails, provide as much details as you can about the failure, the error message if any, how you got there & add screenshots if possible then maybe someone will be able to answer your question.

It is when you start "initialize HEN installer" that an error appears in red, unfortunately I forgot to take a picture of it.
 
It is when you start "initialize HEN installer" that an error appears in red, unfortunately I forgot to take a picture of it.
Exploit initialization errors are caused by a bug in the code. I found the bug & fixed it nearly 2 years ago but I am not involved in the prepping of HEN releases, I did let esc0rtd3w know but he has been busy with other things..
To get the best possible initialization success rates using the buggy code, you should open the exploit initialization page in the browser (don't use the exploit though), add the exploit web page to your favourites, set the browser homepage to blank in the browser settings so that when you start the browser it does not load any Web page, then finally close the browser.

From then on, when you wish to use the exploit, you open the browser (it will open on a blank page) then use the browser favourite entry to open the exploit page directly without doing any prior Internet browsing, not even the **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) home page.
When the exploit page is loaded directly into a fresh browser, the initialization should be successful most of the time.
 
Exploit initialization errors are caused by a bug in the code. I found the bug & fixed it nearly 2 years ago but I am not involved in the prepping of HEN releases, I did let esc0rtd3w know but he has been busy with other things..
To get the best possible initialization success rates using the buggy code, you should open the exploit initialization page in the browser (don't use the exploit though), add the exploit web page to your favourites, set the browser homepage to blank in the browser settings so that when you start the browser it does not load any Web page, then finally close the browser.

From then on, when you wish to use the exploit, you open the browser (it will open on a blank page) then use the browser favourite entry to open the exploit page directly without doing any prior Internet browsing, not even the **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) home page.
When the exploit page is loaded directly into a fresh browser, the initialization should be successful most of the time.

Should I be concerned if the first time I get an error and the second time it works perfect or do I need to install HFW again due to that error?

Thanks for your time.
 
Should I be concerned if the first time I get an error and the second time it works perfect or do I need to install HFW again due to that error?

Thanks for your time.
You don't need to worry at all.
The exploit initialization process is harmless for the system, it's only a phase of memory scanning to locate specific data, there is no risk whatsoever in it failing or in you retrying.
 
Exploit initialization errors are caused by a bug in the code. I found the bug & fixed it nearly 2 years ago but I am not involved in the prepping of HEN releases, I did let esc0rtd3w know but he has been busy with other things..
To get the best possible initialization success rates using the buggy code, you should open the exploit initialization page in the browser (don't use the exploit though), add the exploit web page to your favourites, set the browser homepage to blank in the browser settings so that when you start the browser it does not load any Web page, then finally close the browser.

From then on, when you wish to use the exploit, you open the browser (it will open on a blank page) then use the browser favourite entry to open the exploit page directly without doing any prior Internet browsing, not even the **ps3xploit.com >Domain no Longer owned by team** (ps3xploit.me =new) home page.
When the exploit page is loaded directly into a fresh browser, the initialization should be successful most of the time.
Is the fixed code available anywhere? I don't normally work on anything PS3 related anymore but it would be nice if people had the chance to fix all of the tools that still run on the old exploit code.
 
@lmn7

I took a couple of hours yesterday to verify my earlier claim that the old exploit code could be made to initialize successfully close to 100% of the time & initialize much faster, if we were to fix the bug & make a few modifications, similar to those I made in the PS3 Toolset code.
Result: my assumption was correct!

I made a proof of concept with the "HAN Enabler + Mount dev_blind" tool included with the PS3HEN files in the official repo (not PS3HEN itself because I am working on Rebug CFW so it's not practical for me to test).
For the purpose of this test, I added basic GUI elements to that exploit page (as it didn't have any) to get logs & rewrote the code related to memory searching, the rest of the code, which I had half forgotten about, contains a number of things that would need removed or changed but it works as is & I am not too enclined to spend much time on it when I have my own project to worry about.
Anyway, the point is that using the revised code, I get 100% success rate on triggering the exploit even after browsing other pages or refreshing the exploit page. I get 80-90% success rate when multiple tabs are opened with complex pages containing Flash movies etc... filling the browser memory container with data.
Because the revised code is much faster too, it can afford to scan 16Mb of RAM in just one run instead of only 2Mb & it covers the entire 0x80000000-0x81000000 memory range by default & I assume that the 10-20% failures with multiple tabs opened is due to the planted data being located in memory above 0x81000000 ie outside the memory search area.

Of course the exploit page I have worked on is tiny making initialization success more likely & the revised code would need tested with every tool that needs it.

Also, as the memory search no longer fails, all the looping code to retry the planting of data in memory when the memory search fails should actually be removed or replaced by code that extends the memory search area, to say 32Mb or 64Mb rather than 16Mb when the exploit data is located higher up than usual in the browser memory container ie higher than 0x810000000, that would ensure exploit initialization success all the time even when multiple tabs are opened etc..
But that would mean code changes in the main function itself, not just swapping a couple of old functions with new versions..
If I have time over the weekend, I will give the memory search area extension idea a try too, see if I can get 100% success all the time no matter what else might be opened & running in the browser, just like the ps3 toolset.
 
Last edited:
@lmn7

I took a couple of hours yesterday to verify my earlier claim that the old exploit code could be made to initialize successfully close to 100% of the time & initialize much faster, if we were to fix the bug & make a few modifications, similar to those I made in the PS3 Toolset code.
Result: my assumption was correct!
This is great. I remember playing with the search parameters back then but anything I changed seemed to have a negative effect, making everything a lot slower. I also tried to rewrite the memory search function but this resulted in a lot of false positive addresses so I gave up on that pretty quickly.

Anywho, I think people will appreciate even just the dramatically increased success rate. The old code is so prone to failure and from what I've read the general user base doesn't quite understand why the memory searching fails so often, they often believe they've done something wrong or missed some instruction. This will help a lot.

About memory searching while other tabs are open etc, I think these changes aren't really necessary considering most people only use the browser for these exploits and already know not to have a bunch of other pages loaded while trying to run them. Any stability changes are welcome though I'm sure.
 
I am currently on a ps3 version 4.88 OFW and I do everything I need too… When I try to install HFW it says the latest update is already installed there's no need to update.. CECH-42**A
 
I am currently on a ps3 version 4.88 OFW and I do everything I need too… When I try to install HFW it says the latest update is already installed there's no need to update.. CECH-42**A
Update It through recovery mode...

Enviado de meu LM-Q730 usando o Tapatalk
 
Hello, I am basically a caveman when it comes to technology... I have 3.87, but I am needing to update to 3.88 to play NCAA Football with some buddies. All I know that I have downloaded is HEN 3.0.3 and mmCM. I just want to get back to where I can play games online with my buddies again. Can someone please explain how to do the update like I'm a moron. I've read countless Reddit posts, and have seen multiple YouTube videos, and still don't really know what to do. I'm not sure if I'm downloading too much or too little because nobody really has a video explaining how to this seemingly simple (yet hard for some reason) task. Thanks.
 
Hello, I am basically a caveman when it comes to technology... I have 3.87, but I am needing to update to 3.88 to play NCAA Football with some buddies. All I know that I have downloaded is HEN 3.0.3 and mmCM. I just want to get back to where I can play games online with my buddies again. Can someone please explain how to do the update like I'm a moron. I've read countless Reddit posts, and have seen multiple YouTube videos, and still don't really know what to do. I'm not sure if I'm downloading too much or too little because nobody really has a video explaining how to this seemingly simple (yet hard for some reason) task. Thanks.
Download the HFW 4.88 pup (https://mega.nz/file/1l4CiLBZ#svG3LvEeOO13ziLUaXsp9YryhsGXEgmGoJJ8mY_WQAk) file & copy it to a usb stick with a MBR fat32 partition, not a GPT partition.
The pup file path on the usb device should be "PS3/UPDATE/PS3UPDAT.PUP" all in upper case
When ready, plug in the USB stick into the USB port closest to the BD drive & start the update from usb either from the XMB System/Update feature or from safe mode (to enter safe mode, you need to use the appropriate power button sequence).

Once HFW 4.88 is installed, you can open the PS3 browser then
1. add this url in the bookmarks (don't load it yet) http://**ps3xploit.com >Domain no L... (ps3xploit.me =new)/hen/installer/index.html
2. Change homepage setting to "blank" page
3. Change the setting to "close browser without confirmation"
4. Close the browser & open it again
5. Start the bookmarked url, that should install the latest HEN release.

That's it.
If you need more details, you can check the HEN all in one guide thread in this forum.
https://www.psx-place.com/threads/tutorial-ps3hen-the-great-ps3-hen-all-in-one-guide.24369/
 
Back
Top