标签: python-3.x
我正尝试使用libvmi工具来获取进程task_struct的地址,因此我首先使用esp&~(8192-1)来掩盖esp寄存器的低13位并获取{ {1}}地址。然后,我使用thread_info来获取libvmi.read_addr_va(thread_info address)的地址,但这是错误的。我该怎么解决?
libvmi
task_struct
esp&~(8192-1)
thread_info
libvmi.read_addr_va(thread_info address)