public abstract class HookZzRegisterContext extends AbstractRegisterContext implements RegisterContext, InvocationContext
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getIntByReg(int regId) |
long |
getLongByReg(int regId) |
UnidbgPointer |
getPCPointer() |
<T> T |
pop() |
void |
push(Object... objs) |
getIntArg, getLongArgclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntArg, getLongArg, getLR, getLRPointer, getPointerArg, getStackPointerpublic void push(Object... objs)
push 在接口中 InvocationContextpublic <T> T pop()
pop 在接口中 InvocationContextpublic UnidbgPointer getPCPointer()
getPCPointer 在接口中 RegisterContextpublic int getIntByReg(int regId)
getIntByReg 在接口中 RegisterContextpublic long getLongByReg(int regId)
getLongByReg 在接口中 RegisterContextCopyright © 2022. All rights reserved.