public class HookZzArm64RegisterContextImpl extends HookZzRegisterContext implements HookZzArm64RegisterContext
| Modifier and Type | Method and Description |
|---|---|
long |
getFp() |
UnidbgPointer |
getFpPointer() |
long |
getLR() |
UnidbgPointer |
getLRPointer() |
UnidbgPointer |
getPointerArg(int index) |
UnidbgPointer |
getStackPointer()
sp
|
int |
getXInt(int index) |
long |
getXLong(int index) |
UnidbgPointer |
getXPointer(int index) |
void |
setStackPointer(com.sun.jna.Pointer sp) |
void |
setXLong(int index,
long value) |
getIntByReg, getLongByReg, getPCPointer, pop, pushgetIntArg, getLongArgclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIntArg, getIntByReg, getLongArg, getLongByReg, getPCPointerpop, pushpublic UnidbgPointer getPointerArg(int index)
getPointerArg in interface RegisterContextindex - 0 basedpublic long getXLong(int index)
getXLong in interface Arm64RegisterContextpublic int getXInt(int index)
getXInt in interface Arm64RegisterContextpublic UnidbgPointer getXPointer(int index)
getXPointer in interface Arm64RegisterContextpublic long getFp()
getFp in interface Arm64RegisterContextpublic void setXLong(int index,
long value)
setXLong in interface EditableArm64RegisterContextpublic void setStackPointer(com.sun.jna.Pointer sp)
setStackPointer in interface EditableArm64RegisterContextpublic UnidbgPointer getFpPointer()
getFpPointer in interface Arm64RegisterContextpublic long getLR()
getLR in interface RegisterContextpublic UnidbgPointer getLRPointer()
getLRPointer in interface RegisterContextpublic UnidbgPointer getStackPointer()
RegisterContextgetStackPointer in interface RegisterContextCopyright © 2026. All rights reserved.