python
python copied to clipboard
Full support of LibVMI C API
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 ?