Talk:Seeds

From PS3 Developer wiki
Revision as of 18:31, 24 January 2013 by Zecoxao (talk | contribs)
Jump to navigation Jump to search

Further Help on finding the crypto ocurrences in N's twitter (and other ones aswell)

It is necessary to do some investigation, and these things might help:

  • unselfing every self possible and seek for hardcoded data inside the elf
  • read the metadata of the self using readself(2) and encoded print_hash function
    • print_hash accepts two parameters (offset,length) where offset is where you want to localize the position and length is the lenght printed in bytes
  • reverse engineering (whoever is capable of this and wants to give it a try is welcome to do so)

If i wasn't dumb to look for this, then certainly you, whomever you are, are not, and you're welcome to give it a shot at this :)

Good Luck