On Thu, Jul 31, 2008 at 02:50:48PM -0500, Gabriel Sechan wrote: > Sure. Now lets say we have 10 registers of 32 bits. Since we don't know how > they may effect state we have to try all combinations, that's a mere 2^320 > states per instruction, for a mere 2^352 total tests. Let me know when they > finish, and we can start testing ram configurations :)
Ideally I'd like to brute force everything but I *can* use a little judgment to trim down the search space.... For example, I can try just a few register values like 0x00000000 0xffffffff 0x7fffffff etc. Likewise for RAM. That would have to be good enough until someone gives me a quantum computer. Chris -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
