Skip to content

Releases: hippie68/sfo

v1.02

04 Jan 17:06
02bfb30
Compare
Choose a tag to compare

v1.01:

  • For better control, modification commands are now executed in the order in which they appear in the program's command line arguments
  • Changed option -s, --search, to -q, --query; it will now return exit code 0 if the queried parameter exists - otherwise 1
  • Added option -s, --set: overwrites an existing parameter or creates a new one
  • Option -a, --add will never overwrite existing data
  • Added a better explanation for how modifications fail in the usage information, and some examples in the README.md

v1.02:

  • Fixed -e, --edit not overwriting old data with zeros

Windows binaries:
sfo.exe: 64-bit
sfo_32.exe: 32-bit

Linux binaries, statically compiled:
sfo: 64-bit (x86-64)
sfo_32: 32-bit (i686)

v1.00

31 Dec 18:27
af7478a
Compare
Choose a tag to compare
  • Implemented options -a/--add, -d/--delete, and -e/--edit, which can be repeated and combined
  • Multiple parameters can now be added/changed/removed in one command
  • A new param.sfo file can be built from scratch, including all final parameters, in one command
  • New options --debug, ---force, --new-file, --output-file, --search, --version
  • Can now extract a param.sfo file from a PS4 PKG (option --output-file)
  • Still as fast as the old version
  • Note: option -d has changed to --decimal; option -w is gone

sfo.exe: 64-bit
sfo_32.exe: 32-bit

Windows binaries, beta version

03 Jul 19:47
3de6b2f
Compare
Choose a tag to compare

For use with the Windows command line.

  • sfo.exe: for 64-bit systems
  • sfo_x86.exe: for 32-bit systems

Compiled with mingw-w64.
Please report issues at https://github.com/hippie68/sfo/issues.

What's new:

  • Bug fixes

Windows binaries

02 Jul 20:27
2923d12
Compare
Choose a tag to compare
Windows binaries Pre-release
Pre-release

For use with the Windows command line.

  • sfo.exe: for 64-bit systems
  • sfo_x86.exe: for 32-bit systems

Compiled with mingw-w64.
Please report issues at https://github.com/hippie68/sfo/issues.

What's new:

  • Implemented write access and options

Windows binaries, alpha version

01 Jul 14:12
da86c42
Compare
Choose a tag to compare
Pre-release

For use with the Windows command line.

  • sfo.exe: for 64-bit systems
  • sfo_x86.exe: for 32-bit systems

Compiled with mingw-w64.
Please report issues at https://github.com/hippie68/sfo/issues.