public abstract class HookZzRegisterContext extends AbstractRegisterContext implements RegisterContext, InvocationContext
| Modifier and Type | Method and Description |
|---|---|
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 in interface InvocationContextpublic <T> T pop()
pop in interface InvocationContextpublic UnidbgPointer getPCPointer()
getPCPointer in interface RegisterContextpublic int getIntByReg(int regId)
getIntByReg in interface RegisterContextpublic long getLongByReg(int regId)
getLongByReg in interface RegisterContextCopyright © 2026. All rights reserved.