|
|
|
|
|
by dkopi
3687 days ago
|
|
Usually. Just make sure the new machine code is the same size as the old. That said, if the code is signed and there's a signature check - the check will fail if you modify the code. If the signature is a simple crc/checksum, you could also update the checksum.
If it's a cryptographic signature, it might be a lot more difficult. |
|