How to read/write ARM coprocessor registers during emulation via EmulatorHelper
#8421
Unanswered
VincentDary
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During emulation, at specific breakpoint, is possible to write ARM coprocessor registers via
EmulatorHelper
(writeRegister
andreadRegister
) ?For example read/write the System Control register, equivalent to this instruction
MRC/MCR p15, 0, Rd, c1, c0, 0
.Beta Was this translation helpful? Give feedback.
All reactions