|
|
|
|
|
by andix
525 days ago
|
|
Are those real ROM-based-systems, that could execute code directly from ROM, without loading it to RAM first? The only ROM-based-systems I worked with are the Atmel AVR microcontrollers. They don't need to load code into RAM for execution, they have the ROM memory mapped into the address space. I think they can't even run instructions from RAM, which makes remote code execution physically impossible. |
|