The PS Multi Tools .NET Library contains various tools and downloads for almost any Playstation console or handheld.
- FTP Browser
- PARAM.SFO Editor
- Downloader
- Merge BIN files
- Convert BIN/CUE to ISO
- PSX DVR XMB Games and Homebrew Installer
- Core_OS Tools
- Fix Tar Tool
- PS3 ISO Tools
- PKG Extractor
- PUP Unpacker
- RCO Dumper
- SELF Reader
- PKG Sender (currently not working)
- Payload Sender
- Show PSN Store Infos
- Decrypted PUP Unpacker
- USB Writer
- Mast1c0re Payload & ISO Sender
- ISO to CSO Converter
- CSO Decompressor
- PBP to ISO / ISO to PBP Converter
- PBP Packer/Unpacker
- PKG Extractor
- PSVIMAGE Tools (currently not working)
- RCO Data Table Extractor
- Can be used on a .NET Framework 4.8.1 project
- Add a reference to "psmt-lib.dll", "HtmlAgilityPack.dll", NuGet Package "Newtonsoft.Json", "PARAM.SFO.dll and "PS4_Tools.dll"
- For WPF windows: Add the namespace
xmlns:psmt_lib="clr-namespace:psmt_lib;assembly=psmt-lib>"
to your window xaml - Adding a menu:
<psmt_lib:PSMENUNAME Height="20" VerticalAlignment="Top"></psmt_lib:PSMENUNAME>
- Open a tool (SFO Editor for ex.):
Imports psmt_lib
Dim NewSFOEditor As New SFOEditor()
NewSFOEditor.Show()