As I haven't seen this around I thought I would share mine.
This is a simple python script to convert payload.bin file(built with ps*sdk)
into payload.js file(in little endian format) for use with webkit/kernel exploit.
I have added comments to help learners.
Basically convert your payload.bin file into the correct format payload.js file so you can then inject the payload along with the exploit.
Edit:
Forgot to add the link lol...
Convert payload.bin to payload.js python script
This is a simple python script to convert payload.bin file(built with ps*sdk)
into payload.js file(in little endian format) for use with webkit/kernel exploit.
I have added comments to help learners.
Basically convert your payload.bin file into the correct format payload.js file so you can then inject the payload along with the exploit.
Edit:
Forgot to add the link lol...
Convert payload.bin to payload.js python script