dhleong / playactor

play around with your playstation devices
146 stars 12 forks source link

Improve packet parsing #13

Closed dhleong closed 3 years ago

dhleong commented 3 years ago

Decipher in padded chunks of 16; present decoded stream to parsers

The chunking seems to be how the actual code works; recreating the decipher for every packet was incorrect. OSK still doesn't seem to work for some reason, but that's (hopefully) a separate issue...