Talk:Seeds: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "= 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 ev...")
 
No edit summary
Line 7: Line 7:
* read the metadata of the self using readself(2) and encoded print_hash function
* 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
**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)
* reverse engineering (whoever is capable of this and wants to give it a try is welcome to do so)

Revision as of 18:31, 24 January 2013

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