Join Us and become a Member for a Verified Badge to access private areas with the latest PS4 PKGs.
Status
Not open for further replies.
Here are some ESP8266 Flash Dumper tools used to dump your ESP8266 Firmware to .bin, then you can flash with NodeMCU.py flasher or ESPTool.py flasher for PS4 ESP host and PS3 ESP host. :D

Download :

esp8266flashdumper.rar (216.24 KB - Windows x64 & 32 bit version) / esp8266flashdumper.rar (Mirror) / esp8266flashdumper.rar (Mirror #2) / esp8266flashdumper.rar (Mirror #3)

Requirements :

You will need either Python 2.7 or Python 3.4 or newer installed on your system.

The latest stable esptool.py release can be installed from pypi via pip:

[ $ pip install esptool ] :

With some Python installations this may not work and you'll receive an error, try python -m pip install esptool or pip2 install esptool.

After installing, you will have esptool.py installed into the default Python executables directory and you should be able to run it with the command esptool.py

[ how to use ] :

1. enter your flashname.bin
2. enter com port
wait tool will dump your firmware in same dir

@kdwgamestore & @pearlxcore

Credit :

themadinventor , projectgus & all esp dev
ESP8266 Flash Dumper Tools to Dump Your ESP8266 Firmware to .bin.jpg
 

Comments

If you want to share your sketch to anyone else, this tool is right for you.

Dump your esp with this tool, the output file (.bin) is 4mb. Share the files with other people, so they can use your sketch.

They just need to use “nodemcu flasher” to flash the files into their esp device.

This is how @RetroGamer74 , @Codsworth share their 4mb “firmware” to us.
 
SUPER!!!!! A last!!! I've already made two firmwares for ESP via Arduino IDE based on last Al-Azif html repo, he stated that basic payloads were modified, for example, I have no not enough memory error on original exploit in his repo at all.
 
Status
Not open for further replies.
Back
Top