|
|
|
|
|
by cesarb
4300 days ago
|
|
If I wanted to read CPU registers from the outside, there's an easy way: JTAG. You should be able to halt the CPU, read (and modify!) the registers, and resume the CPU. That should be possible even on x86, though on x86 the relevant documentation is probably hard to find. For some ARM processors, it should be as easy as installing openocd. Of course, JTAG requires physical access to plug the debugging cable, which puts it in a different category of attack. |
|
Sorry, I've been dealing with a few things more recently which, uh, haven't been quite so accommodating to analysis.