PDA

View Full Version : Blue Bars - IDA Pro Script for xboxkrnl.exe



wraggster
November 22nd, 2010, 17:34
News via http://www.xbox-scene.com/xbox1data/sep/EkApupuFVkDlLNNEdM.php

'uf' released 'Blue Bars' - a script for developers to make it easier to open the 360 kernel/hv binary in IDA Pro:
[QUOTE]
* what it is
an ida pro (5.5 or later) script to make loading xboxkrnl.exe easier.
basically, you just open xboxkrnl.exe as a binary, set to ppc, base 0, load script, sit back and enjoy the show.
you'll end up with an easy to disassemble hv+kern (you know those nasty jump tables? this script patches them to branch immediately.)
problems finding routines? no more! everything's labeled to death!
trouble with those damn different bases? no more, you have both hv and kernel in one ida window, with different bases too ;)
want to add code? press g and enter "EOS_.text"
add data? you know the drill.