1. The obvious make back ups of your games to run on an unmodded xbox
2. Burn linux builds with a softmod installer (all legal ) and have a bootable linux install or live cd
3. Burn Multigame DVD's running any current dashboard that could include full games or a collection of emulators ( do you know how many roms you can fit on a DVD! )
4. And finally , watch MS crap their pants as all their security features go out the window
I hope all this pans out , this would be way bigger than anything the scene has ever seen . and they have a little something about this on Xbox Linux
1.2. SHA1 hash
The second way would be to take an already signed XBE and modify it. Because the signature itself only signs the header, it would be possible to modify the sections in the XBE. For this task we could modify anything except the header itself. So the sections need to have the same size and the sameSHA1 hash as before.
To reach this goal there are these two possibilities:
(a) Create a section that does all we want it to do and search a fitting signed XBE. Then we copy our section to a section in the XBE, where our section should be smaller than the XBE's original section. After that we would have to padd the section till its original size, so that the sha1 hash gets the same as before.
(

Find an attack against sha1. There have been attacks against md5 that did the following: You have a message A with a hash md5(A). The attack produced a new message B with md5(

=md5(A). Perhaps there is a easy way to modify single bytes so you get the same sha1 hash.
Remember, America's National Security Agency (NSA) designed the SHA1 algorithm. Do you really think that it doesn't have any exploitable loopholes?

Have: sha1 function (provided by Franz Lehner, see CVS: cromwell/sha1.c)
Need: a section that does what we want
Need: a attack against SHA1

Need: (Distibuted) Brute Force programm to pad section till the hash matches
Posibility:
If we have the section and the program, we would need people sharing there CPU load.
Props to the coders that are working on this all of us who can't do anything are cheering you on .