Thats how you can easily get your console IDPS:
1) Dump your NOR from GameOS using
dump_flash.pkg
2) Open it in hex editor and search for IDPS using this example -
http://www.ps3devwiki.com/index.php?title=IDPS
Just search for first 8 bytes. For example:
00 00 00 01 00 84 00 09, where '
84' is USA target ID and
'09' is CECH20A slim motherboard revision).
It's 16 bytes long and you find it twice. Here's example of my IDPS:
Also, I compiled unself2, but it throws error when I try decrypt game update eboot: 'Error decrypting metadata: No such file or directory'. But I don't have act.dat from my ps3, maybe this is issue.