Hacking PS4 FW 6.72 Payload Converter BIN2JS or JS2BIN for Windows

Storm21

Well-Known Member
OP
Member
Joined
Dec 6, 2018
Messages
146
Trophies
0
XP
2,186
Country
Switzerland
PS4 FW 6.72, 7.02, 7.55 Payload converter BIN2JS and JS2BIN

I am offering you the PS4 Payload Converter by @Storm21 for Windows 10...

USE:

- Extract Download
- The payload "* .js" or "* .bin" must be in the same folder as the converter files.
- Execute the converter
- Enter or insert (CTRL+V) payload name with file extension ".js or .bin", press "Enter"
- The payload is converted and the desired payload is created in .js or .bin format

The text is German, but you only have to enter the payload name and press "Enter". finished...
I hope someone can use it... :)

Update to v1.1:

- Text englisch
- Only one Converter for JS and BIN Payloads

Download and Info: https://github.com/Storm21CH/PS4-FW-6.72-Payload-Converter/releases
 
Last edited by Storm21,

randy_w

Well-Known Member
Member
Joined
Feb 27, 2021
Messages
709
Trophies
0
Age
34
XP
1,371
Country
United States
Thanks a lot for making this convenient tool.
AFAIK there are two types of js files used on exploit hosts, one is in the following format:
Code:
var payload = [array of int]
window.mira_blob_2_len = 0xXXXX;
window.mira_blob_2 = malloc(window.mira_blob_2_len);
write_mem(window.mira_blob_2, payload);
Another type is in this format:
Code:
var b64s =  (base64 encoded payload binary)
I think your tools work with the first type of js payload, do you have any idea how the second type of payload is converted? Thank you.
 
  • Like
Reactions: Storm21 and KiiWii

randy_w

Well-Known Member
Member
Joined
Feb 27, 2021
Messages
709
Trophies
0
Age
34
XP
1,371
Country
United States
You can just run a base64 decoder on it, and then you have the .bin file.
E.g. in a Linux command line:
printf CODE | base64 -d > payload.bin
Thanks. I tried to encode the binary file to base64 but couldn't get it to load and ps4 kernel panics every time, thought it's a different format or something. Anyway I got the payload to run on first try today, guess I was just unlucky.
 
  • Like
Reactions: Storm21

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,007
Trophies
1
XP
4,892
Country
Congo, Republic of the
PS4 FW 6.72 Payload converter BIN2JS or JS2BIN

I am offering you the PS4 FW 6.72 Payload Converter by @Storm21 for Windows...

USE:

- Extract Download
- The payload "* .js" or "* .bin" must be in the same folder as the converter files.
- Execute the desired converter
- Enter or insert (CTRL+V) payload name with file extension ".js or .bin", press "Enter"
- The payload is converted and the desired payload is created in .js or .bin format

The text is German, but you only have to enter the payload name and press "Enter". finished...
I hope someone can use it... :)

Download and Info: https://github.com/Storm21CH/PS4-FW-6.72-Payload-Converter/releases/tag/1.0
Thanks but not work on W7 :(
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    NinStar @ NinStar: It will actually make it worse