Commit Graph

8 Commits

Author SHA1 Message Date
Ely Ronnen 65ea6befda Feature/parse filesytem details2 (#7)
* Parsing DeviceIoControl, FilesystemControl

* Parsing QueryDirectory
2020-07-31 11:35:54 +03:00
eronnen 01ff306be8 adding benchmark test against csv DictReader 2020-07-24 16:17:16 +03:00
Ely Ronnen dd2ce4d566 Feature/parsing registry details (#5)
* Parsing RegQueryValue and RegEnumValue details and category

* Parsing RegQueryKey and RegEnumKey details and category

* Parsing RegOpenKey and RegCreateKey

* Parsing every single registry operation's details successfully!

* parsing process events details
2020-07-20 22:24:38 +03:00
eronnen 63e886379a 3.5 times faster PML parsing then construct library, 1.5 times faster then kaitai struct 2020-07-18 02:00:18 +03:00
eronnen af6864b413 adding file formats docs
parsing system details from PML header
testing part of the Detail column
2020-07-15 10:52:34 +03:00
eronnen e13745018d patch for python 2 2020-07-12 11:15:23 +03:00
eronnen 0517b05f50 adding pml parsing tests and resources 2020-07-12 04:34:21 +03:00
eronnen 542f45ee67 adding sanity pytest to test configuration format 2020-07-09 23:16:18 +03:00