public abstract class BaseRegisterContext extends AbstractRegisterContext implements RegisterContext
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getIntByReg(int regId) |
long |
getLongByReg(int regId) |
UnidbgPointer |
getPointerArg(int index) |
getIntArg, getLongArgclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntArg, getLongArg, getLR, getLRPointer, getPCPointer, getStackPointerprotected final Emulator<?> emulator
public UnidbgPointer getPointerArg(int index)
getPointerArg 在接口中 RegisterContextindex - 0 basedpublic int getIntByReg(int regId)
getIntByReg 在接口中 RegisterContextpublic long getLongByReg(int regId)
getLongByReg 在接口中 RegisterContextCopyright © 2022. All rights reserved.