python icon indicating copy to clipboard operation
python copied to clipboard

Full support of LibVMI C API

Open Wenzel opened this issue 6 years ago • 6 comments

Track what is missing to have a full support of LibVMI C API.

  • [ ] events: libvmi/events.h
  • [ ] rekall: libvmi/rekall.h (easier to parse the JSON directly in Python ?)
  • [ ] peparse: libvmi/peparse.h (user friendly libraries to parse PE in Python ?)
  • [x] slat: libvmi/slat.h
  • [x] extra functions: libvmi/libvmi_extra.h (VA pages list)

ping @tklengyel , did I miss anything in the LibVMI API ?

Wenzel avatar May 08 '18 12:05 Wenzel