libvmi / python

LibVMI Python bindings
http://libvmi.com/
GNU Lesser General Public License v3.0
28 stars 22 forks source link

wrong type for cs_arbytes #87

Closed IridiumXOR closed 9 months ago

IridiumXOR commented 10 months ago

Wrong type in cs_arbyes do not permit to use event.x86_regs.xxx for MemEvent callbacks

eg:


def callback(vmi, event):
  print(hex(event.x86_regs.rip))
Wenzel commented 9 months ago

blocked by #86

Wenzel commented 9 months ago

Hey @IridiumXOR , CI has been fixed, can you rebase this PR ?