|
Write a program, rewrite the entry address of an interrupt service routine, and transfer to another piece of code.The entry address of the original interrupt service routine is not restored in the code.
but:
When the program finishes running, exit debug; enter debug again and find that the address of the interrupt service program is still the original address, and it is not repaired after X is changed.
Question: How can I make this change permanent? |
|