Hi all!
I wanted to share a new script that I just finished writing with all of you. This tool is for converting 'PSLB' files that are found in KIU's romfs (might also be present in other 3DS titles, not sure). These files have a .json extention on them, but are not in fact json files, but a hex representation of a similar format. This script converts these PSLB files into human readable json-like files!
Heres what a raw PSLB file looks like:
And here's the same file, but converted with my script:
To use this script, you need to have python 3 installed on your computer.
Then, in a command line write the following to convert a file: "python pslb.py your_input_file your_output_file"
You can find the script in my github repository:
https://github.com/kanuki00/kanuki-3ds-toolbox
I hope this helps someone!
Have a great day everyone.
I wanted to share a new script that I just finished writing with all of you. This tool is for converting 'PSLB' files that are found in KIU's romfs (might also be present in other 3DS titles, not sure). These files have a .json extention on them, but are not in fact json files, but a hex representation of a similar format. This script converts these PSLB files into human readable json-like files!
Heres what a raw PSLB file looks like:
And here's the same file, but converted with my script:
To use this script, you need to have python 3 installed on your computer.
Then, in a command line write the following to convert a file: "python pslb.py your_input_file your_output_file"
You can find the script in my github repository:
https://github.com/kanuki00/kanuki-3ds-toolbox
I hope this helps someone!
Have a great day everyone.
Last edited by kanuki,






