Originally posted by Ploutarxos1
Hi I Want To Learn How to Find Offsets From Ps3 Games Can Teach Me Anyone
One of the most basic way, is to take two saves from the same game. The saves must be identical except for the data you wish to find.
For example, Load a game, and play until you have like 20$ or whatever. Save the game. Transfer it.
Reload the same save, and spend something like 10$. Save again and transfer again.
On the PC, decrypt the saves using a software like Bruteforce Save Data,. Then use an Hex editor like HxD to compare both files and point out the differences.
Search for the offset that is
- in the first save: 14 (20 in hex)
- In the second save : 0A (10 in hex)
Then re-encrypt the file, and do what you have to do to make it work again. Tuts about bruteforce can be found on the net quite easily.
This is a really basic method, but can be efficient when searching for a simple data.
But then again, as Dog88Christian pointed out, there are a LOT of tutorials about that online.
Google is your friend, mate.
EDIT : DON'T FORGET TO BACK UP YOUR SAVES