Thursday, November 18, 2010

How to use an Hermes payload in psfreedom

To use an Hermes payload in Psfreedom you just need to "adapt" the bin using dd.
  • if you are using psfreedom 1.0 (without PL3):
    dd if=port_config_descriptor.bin of=payload_hermes.bin bs=1 skip=18
  • if you are using psfreedom 1.1 (with PL3)
    dd if=port_config_descriptor.bin of=payload_hermes.bin bs=1 skip=32
And then you just need to load the resulting (payload_hermes.bin) file as a "Custom Payload"

Thursday, November 4, 2010

How to extract PSARC under linux

You only need to download PSARC.zip, then install native, non-wine, mono (I have 2.8).

Usage
For example if you want to extract a file called data.psarc you need to to:
  1. mkdir data
  2. mono ~/psarc/PSARC.EXE ../data.psarc
  3. rename 'data\' '' *