View Single Post
Old 22nd September 2008, 14:55   #155  |  Link
schluppo
Guest
 
Posts: n/a
Was busy the last few days, now I have time again...

Trap_Random (0x130) implemented, Trap_MediaReadFile (0x540) bug fixed. Trap_PrivateKey has different ordering of parameters than in the patent text:

Code:
UINT32 TRAP_PrivateKey(UINT32 controlWord, UINT8 *dst, UINT8 *src, UINT32 srcLen, UINT32 keyID);
vs
UINT32 TRAP_PrivateKey(UINT8 *dst, UINT8 *src, UINT32 srcLen, UINT32 controlWord, UINT32 keyID);
Next: slot traps.

I am still using the old snapshot-series, will get the new snapshots soon and start looking at the traps which appear there.

Will upload new edition of the debugger soon...

Edit: TRAP-SlotRead, TRAP-SlotWrite, TRAP-SlotAttach implemented (in a rather sloppy way - need to check how these are treated for in other BD-discs).

Last edited by schluppo; 22nd September 2008 at 17:09.
  Reply With Quote